tbftss/data/fighters/rook.json

40 lines
546 B
JSON
Raw Normal View History

2015-11-21 00:21:23 +01:00
{
"name" : "Rook",
2017-08-07 20:14:43 +02:00
"description" : "TODO",
"health" : 110,
"shield" : 80,
"speed" : 1.7,
2015-11-21 00:21:23 +01:00
"reloadTime" : 12,
"shieldRechargeRate" : 45,
"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
}
],
"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
}