2015-11-01 12:36:23 +01:00
|
|
|
{
|
2015-11-18 19:37:27 +01:00
|
|
|
"name" : "Hyena-B",
|
2015-11-22 18:50:05 +01:00
|
|
|
"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,
|
2016-02-13 15:31:45 +01:00
|
|
|
"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
|
|
|
|
},
|
|
|
|
{
|
2015-11-18 19:37:27 +01:00
|
|
|
"type" : "BT_LASER",
|
2015-11-01 12:36:23 +01:00
|
|
|
"x" : -8,
|
|
|
|
"y" : -12
|
|
|
|
},
|
|
|
|
{
|
2015-11-18 19:37:27 +01:00
|
|
|
"type" : "BT_LASER",
|
2015-11-01 12:36:23 +01:00
|
|
|
"x" : 8,
|
|
|
|
"y" : -12
|
|
|
|
}
|
|
|
|
],
|
2015-12-07 20:19:41 +01:00
|
|
|
"missiles" : 4,
|
|
|
|
"flags" : "EF_TAKES_DAMAGE"
|
2015-11-01 12:36:23 +01:00
|
|
|
}
|