tbftss/data/fighters/ray.json

35 lines
493 B
JSON

{
"name" : "Ray",
"description" : "TODO",
"health" : 70,
"shield" : 70,
"speed" : 1.85,
"reloadTime" : 16,
"shieldRechargeRate" : 60,
"texture" : "gfx/fighters/ray.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_MAG",
"x" : -8,
"y" : -12
},
{
"type" : "BT_MAG",
"x" : 8,
"y" : -12
}
],
"missiles" : 4,
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
}