Added Mantis.

This commit is contained in:
Steve 2015-11-19 08:14:43 +00:00
parent e181374bc5
commit 245e42bd39
2 changed files with 38 additions and 1 deletions

View File

@ -16,5 +16,6 @@
"data/fighters/civilian.json",
"data/fighters/tug.json",
"data/fighters/shuttle.json",
"data/fighters/kingfisher.json"
"data/fighters/kingfisher.json",
"data/fighters/mantis.json"
]

36
data/fighters/mantis.json Normal file
View File

@ -0,0 +1,36 @@
{
"name" : "Mantis",
"health" : 35,
"shield" : 50,
"speed" : 1.9,
"reloadTime" : 25,
"shieldRechargeRate" : 35,
"textureName" : "gfx/fighters/mantis.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -2
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -2
},
{
"type" : "BT_PARTICLE",
"x" : -2,
"y" : -4
},
{
"type" : "BT_PARTICLE",
"x" : 2,
"y" : -4
}
],
"combinedGuns" : 1,
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 6
}
}