Added Kingfisher.

This commit is contained in:
Steve 2015-11-18 16:04:20 +00:00
parent ede89eefd1
commit af913bc4cf
2 changed files with 37 additions and 1 deletions

View File

@ -0,0 +1,35 @@
{
"name" : "Kingfisher",
"health" : 45,
"shield" : 45,
"speed" : 1.75,
"reloadTime" : 16,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/kingfisher.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_LASER",
"x" : -8,
"y" : -12
},
{
"type" : "BT_LASER",
"x" : 8,
"y" : -12
}
],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 4
}
}

View File

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