Added rapid fire plasma turret.
This commit is contained in:
parent
f944222d7c
commit
daa7539272
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name" : "Rapid Plasma Turret",
|
||||||
|
"health" : 150,
|
||||||
|
"shield" : 25,
|
||||||
|
"speed" : 0,
|
||||||
|
"reloadTime" : 8,
|
||||||
|
"shieldRechargeRate" : 10,
|
||||||
|
"texture" : "gfx/cannons/acceleratorODP.png",
|
||||||
|
"deathType" : "DT_NO_SPIN",
|
||||||
|
"guns" : [
|
||||||
|
{
|
||||||
|
"type" : "BT_PLASMA",
|
||||||
|
"x" : 0,
|
||||||
|
"y" : 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"flags" : "EF_TAKES_DAMAGE",
|
||||||
|
"aiFlags" : "AIF_AGGRESSIVE+AIF_LONG_RANGE_FIRE"
|
||||||
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in New Issue