Converted ODPs to turrets. Added rocket turret.

This commit is contained in:
Steve 2015-11-30 11:29:33 +00:00
parent 9c532352f5
commit 109e1c1788
6 changed files with 20 additions and 1 deletions

View File

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

View File

@ -0,0 +1,18 @@
{
"name" : "RocketTurret",
"health" : 125,
"shield" : 25,
"speed" : 0,
"reloadTime" : 8,
"shieldRechargeRate" : 30,
"textureName" : "gfx/cannons/rocketTurret.png",
"guns" : [
{
"type" : "BT_ROCKET",
"x" : 0,
"y" : 0
}
],
"flags" : "EF_STATIC",
"aiFlags" : "AIF_MISSILE_BOAT+AIF_AGGRESSIVE+AIF_INSTANT_DIE"
}

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB