2015-11-21 00:21:23 +01:00
|
|
|
{
|
|
|
|
"name" : "Rook",
|
2015-11-22 18:50:05 +01:00
|
|
|
"health" : 110,
|
|
|
|
"shield" : 80,
|
|
|
|
"speed" : 1.7,
|
2015-11-21 00:21:23 +01:00
|
|
|
"reloadTime" : 12,
|
|
|
|
"shieldRechargeRate" : 45,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/fighters/rook.png",
|
2015-11-21 00:21:23 +01:00
|
|
|
"guns" : [
|
2016-03-12 19:22:48 +01:00
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : 0,
|
|
|
|
"y" : 0
|
|
|
|
},
|
2015-11-21 00:21:23 +01:00
|
|
|
{
|
|
|
|
"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-12-07 20:19:41 +01:00
|
|
|
"missiles" : 4,
|
2016-05-17 20:02:58 +02:00
|
|
|
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
|
2015-11-21 00:21:23 +01:00
|
|
|
}
|