Created Rocket Dart.

This commit is contained in:
Steve 2016-04-15 13:08:43 +01:00
parent b40936fd79
commit 2c796e486a
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"name" : "Rocket Dart",
"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"
}