tbftss/data/fighters/hyenaB.json

35 lines
503 B
JSON
Raw Normal View History

2015-11-01 12:36:23 +01:00
{
"name" : "Hyena-B",
2017-08-07 20:14:43 +02:00
"description" : "TODO",
"health" : 90,
"shield" : 45,
2015-11-19 09:14:33 +01:00
"speed" : 1.85,
2015-11-01 12:36:23 +01:00
"reloadTime" : 15,
"shieldRechargeRate" : 40,
"texture" : "gfx/fighters/hyena.png",
2015-11-01 12:36:23 +01:00
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_LASER",
2015-11-01 12:36:23 +01:00
"x" : -8,
"y" : -12
},
{
"type" : "BT_LASER",
2015-11-01 12:36:23 +01:00
"x" : 8,
"y" : -12
}
],
"missiles" : 4,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
2015-11-01 12:36:23 +01:00
}