tbftss/data/fighters/hammerhead.json

28 lines
431 B
JSON
Raw Normal View History

{
"name" : "Hammerhead",
"health" : 40,
"shield" : 35,
"speed" : 1.5,
"reloadTime" : 25,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/hammerhead.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : 0
}
],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 60
},
"flags" : "EF_AVOIDS_COMBAT",
"aiFlags" : "AIF_MISSILE_BOAT"
}