34 lines
474 B
JSON
34 lines
474 B
JSON
{
|
|
"name" : "Hyena-A",
|
|
"health" : 90,
|
|
"shield" : 45,
|
|
"speed" : 1.85,
|
|
"reloadTime" : 15,
|
|
"shieldRechargeRate" : 40,
|
|
"texture" : "gfx/fighters/hyena.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"
|
|
}
|