tbftss/data/fighters/lynx.json

30 lines
456 B
JSON
Raw Normal View History

2015-12-26 22:09:08 +01:00
{
"name" : "Lynx",
"health" : 75,
"shield" : 50,
"speed" : 1.7,
2015-12-27 19:02:41 +01:00
"reloadTime" : 35,
2015-12-26 22:09:08 +01:00
"shieldRechargeRate" : 60,
"texture" : "gfx/fighters/lynx.png",
2015-12-26 22:09:08 +01:00
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : 0
},
{
"type" : "BT_ROCKET",
"x" : 0,
"y" : 0
}
],
"missiles" : 6,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER",
2015-12-26 22:09:08 +01:00
"aiFlags" : "AIF_MISSILE_BOAT+AIF_DEFENSIVE"
}