tbftss/data/fighters/blizzard.json

41 lines
586 B
JSON

{
"name" : "Blizzard",
"description" : "TODO",
"health" : 120,
"shield" : 70,
"speed" : 1.85,
"reloadTime" : 14,
"shieldRechargeRate" : 45,
"texture" : "gfx/fighters/blizzard.png",
"combinedGuns" : 1,
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -14,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 14,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : -8,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : 0
}
],
"missiles" : 5,
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
}