Added Plasma Turret cannon.

This commit is contained in:
Steve 2016-01-23 14:15:05 +00:00
parent 501ef1aff7
commit 354b4cd9d2
5 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,4 @@
[
"data/turrets/rocketTurret.json"
"data/turrets/rocketTurret.json",
"data/turrets/plasmaTurret.json"
]

View File

@ -0,0 +1,29 @@
{
"name" : "Plasma Turret",
"health" : 150,
"shield" : 150,
"speed" : 0,
"reloadTime" : 30,
"shieldRechargeRate" : 10,
"textureName" : "gfx/cannons/plasmaTurret.png",
"deathType" : "DT_NO_SPIN",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : 0,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : -8,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : 8,
"y" : -4
}
],
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
}

View File

@ -1,5 +1,5 @@
{
"name" : "RocketTurret",
"name" : "Rocket Turret",
"health" : 125,
"shield" : 25,
"speed" : 0,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB