tbftss/data/fighters/scarab.json

32 lines
462 B
JSON

{
"name" : "Scarab",
"health" : 40,
"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" : {
"type" : "MISSILE_MISSILE",
"ammo" : 8
},
"aiFlags" : "AIF_MISSILE_BOAT+AIF_DEFENSIVE"
}