tbftss/data/fighters/scarab.json

29 lines
417 B
JSON

{
"name" : "Scarab",
"health" : 125,
"shield" : 35,
"speed" : 1.5,
"reloadTime" : 25,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/scarab.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : 0
},
{
"type" : "BT_ROCKET",
"x" : 0,
"y" : 0
}
],
"missiles" : 8,
"aiFlags" : "AIF_MISSILE_BOAT+AIF_DEFENSIVE"
}