36 lines
480 B
JSON
36 lines
480 B
JSON
{
|
|
"name" : "Hyena-B",
|
|
"health" : 60,
|
|
"shield" : 30,
|
|
"speed" : 1.85,
|
|
"reloadTime" : 15,
|
|
"shieldRechargeRate" : 40,
|
|
"textureName" : "gfx/fighters/hyena.png",
|
|
"guns" : [
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : -12,
|
|
"y" : -12
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 12,
|
|
"y" : -12
|
|
},
|
|
{
|
|
"type" : "BT_LASER",
|
|
"x" : -8,
|
|
"y" : -12
|
|
},
|
|
{
|
|
"type" : "BT_LASER",
|
|
"x" : 8,
|
|
"y" : -12
|
|
}
|
|
],
|
|
"missiles" : {
|
|
"type" : "MISSILE_MISSILE",
|
|
"ammo" : 4
|
|
}
|
|
}
|