Added Plasma Turret cannon.
This commit is contained in:
parent
501ef1aff7
commit
354b4cd9d2
|
@ -1,3 +1,4 @@
|
||||||
[
|
[
|
||||||
"data/turrets/rocketTurret.json"
|
"data/turrets/rocketTurret.json",
|
||||||
|
"data/turrets/plasmaTurret.json"
|
||||||
]
|
]
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name" : "RocketTurret",
|
"name" : "Rocket Turret",
|
||||||
"health" : 125,
|
"health" : 125,
|
||||||
"shield" : 25,
|
"shield" : 25,
|
||||||
"speed" : 0,
|
"speed" : 0,
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in New Issue