tbftss/data/fighters/thunderhead.json

40 lines
549 B
JSON

{
"name" : "Thunderhead",
"health" : 90,
"shield" : 65,
"speed" : 1.7,
"reloadTime" : 12,
"shieldRechargeRate" : 65,
"textureName" : "gfx/fighters/thunderhead.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 0,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : -5,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 5,
"y" : 0
}
],
"combinedGuns" : 1,
"missiles" : 4,
"flags" : "EF_TAKES_DAMAGE"
}