Added Mantis.
This commit is contained in:
parent
e181374bc5
commit
245e42bd39
|
@ -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"
|
||||
]
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue