2015-10-21 20:21:45 +02:00
|
|
|
{
|
|
|
|
"name" : "Ray",
|
2015-11-22 18:50:05 +01:00
|
|
|
"health" : 70,
|
|
|
|
"shield" : 70,
|
|
|
|
"speed" : 1.85,
|
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
|
|
|
}
|
|
|
|
],
|
2015-11-30 13:40:34 +01:00
|
|
|
"missiles" : 4
|
2015-10-21 20:21:45 +02:00
|
|
|
}
|