26 lines
354 B
JSON
26 lines
354 B
JSON
{
|
|
"name" : "TAF",
|
|
"health" : 25,
|
|
"shield" : 25,
|
|
"speed" : 2,
|
|
"reloadTime" : 16,
|
|
"shieldRechargeRate" : 50,
|
|
"textureName" : "gfx/fighters/taf.png",
|
|
"guns" : [
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : -12,
|
|
"y" : -12
|
|
},
|
|
{
|
|
"type" : "BT_PLASMA",
|
|
"x" : 12,
|
|
"y" : -12
|
|
}
|
|
],
|
|
"missiles" : {
|
|
"type" : "MISSILE_MISSILE",
|
|
"ammo" : 4
|
|
}
|
|
}
|