Added Lynx UNF bomber.

This commit is contained in:
Steve 2015-12-26 21:09:08 +00:00
parent 7f055102bf
commit 9d312fd1a7
3 changed files with 31 additions and 1 deletions

View File

@ -21,5 +21,6 @@
"data/fighters/hammerhead.json",
"data/fighters/khepri.json",
"data/fighters/cannonDart.json",
"data/fighters/missileDart.json"
"data/fighters/missileDart.json",
"data/fighters/lynx.json"
]

29
data/fighters/lynx.json Normal file
View File

@ -0,0 +1,29 @@
{
"name" : "Lynx",
"health" : 75,
"shield" : 50,
"speed" : 1.7,
"reloadTime" : 25,
"shieldRechargeRate" : 60,
"textureName" : "gfx/fighters/lynx.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : 0
},
{
"type" : "BT_ROCKET",
"x" : 0,
"y" : 0
}
],
"missiles" : 6,
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_MISSILE_BOAT+AIF_DEFENSIVE"
}

BIN
gfx/fighters/lynx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB