2015-10-21 20:21:45 +02:00
|
|
|
{
|
|
|
|
"name" : "Ray",
|
|
|
|
"health" : 45,
|
|
|
|
"shield" : 45,
|
2015-10-28 20:20:24 +01:00
|
|
|
"speed" : 1.75,
|
2015-10-21 20:21:45 +02:00
|
|
|
"reloadTime" : 16,
|
|
|
|
"shieldRechargeRate" : 60,
|
|
|
|
"textureName" : "gfx/fighters/ray.png",
|
|
|
|
"guns" : [
|
|
|
|
{
|
2015-10-23 08:08:18 +02:00
|
|
|
"type" : "BT_PLASMA",
|
2015-10-21 20:21:45 +02:00
|
|
|
"x" : -12,
|
|
|
|
"y" : -12
|
|
|
|
},
|
|
|
|
{
|
2015-10-23 08:08:18 +02:00
|
|
|
"type" : "BT_PLASMA",
|
2015-10-21 20:21:45 +02:00
|
|
|
"x" : 12,
|
|
|
|
"y" : -12
|
2015-10-23 08:08:18 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_MAG",
|
|
|
|
"x" : -8,
|
|
|
|
"y" : -12
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_MAG",
|
|
|
|
"x" : 8,
|
|
|
|
"y" : -12
|
2015-10-21 20:21:45 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"missiles" : {
|
|
|
|
"type" : "MISSILE_MISSILE",
|
|
|
|
"ammo" : 4
|
|
|
|
}
|
|
|
|
}
|