tbftss/data/fighters/kingfisher.json

34 lines
472 B
JSON

{
"name" : "Kingfisher",
"health" : 65,
"shield" : 65,
"speed" : 1.85,
"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" : 4,
"flags" : "EF_TAKES_DAMAGE"
}