2015-11-21 00:21:23 +01:00
|
|
|
{
|
|
|
|
"name" : "Rook",
|
|
|
|
"health" : 75,
|
|
|
|
"shield" : 55,
|
|
|
|
"speed" : 1.6,
|
|
|
|
"reloadTime" : 12,
|
|
|
|
"shieldRechargeRate" : 45,
|
|
|
|
"textureName" : "gfx/fighters/rook.png",
|
|
|
|
"guns" : [
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : -9,
|
|
|
|
"y" : 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : 9,
|
|
|
|
"y" : 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_LASER",
|
|
|
|
"x" : -5,
|
|
|
|
"y" : 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_LASER",
|
|
|
|
"x" : 5,
|
|
|
|
"y" : 0
|
|
|
|
}
|
|
|
|
],
|
2015-11-22 00:45:22 +01:00
|
|
|
"missiles" : 4
|
2015-11-21 00:21:23 +01:00
|
|
|
}
|