2015-10-20 13:51:49 +02:00
|
|
|
{
|
|
|
|
"name" : "Jackal",
|
|
|
|
"health" : 50,
|
|
|
|
"shield" : 50,
|
|
|
|
"speed" : 2,
|
|
|
|
"reloadTime" : 14,
|
|
|
|
"shieldRechargeRate" : 45,
|
|
|
|
"textureName" : "gfx/fighters/jackal.png",
|
|
|
|
"guns" : [
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
2015-10-25 15:08:32 +01:00
|
|
|
"x" : -7,
|
|
|
|
"y" : 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : 7,
|
2015-10-20 13:51:49 +02:00
|
|
|
"y" : 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|