tbftss/data/fighters/rocketDart.json

20 lines
314 B
JSON
Raw Normal View History

2016-04-15 14:08:43 +02:00
{
"name" : "Rocket Dart",
2017-08-07 20:14:43 +02:00
"description" : "",
"affiliation" : "",
2016-04-15 14:08:43 +02:00
"health" : 15,
"speed" : 2.1,
"reloadTime" : 35,
"texture" : "gfx/fighters/dart01.png",
"guns" : [
{
"type" : "BT_ROCKET",
"x" : 0,
"y" : 0
}
],
"missiles" : 6,
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_MISSILE_BOAT"
}