tbftss/data/fighters/sk31.json

35 lines
499 B
JSON
Raw Normal View History

{
"name" : "SK-31",
2017-08-07 20:14:43 +02:00
"description" : "TODO",
"health" : 85,
"shield" : 50,
"speed" : 1.8,
"reloadTime" : 15,
"shieldRechargeRate" : 45,
"texture" : "gfx/fighters/sk31.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_LASER",
"x" : -4,
"y" : -12
},
{
"type" : "BT_LASER",
"x" : 6,
"y" : -12
}
],
"missiles" : 5,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
}