diff --git a/data/turrets/rapidPlasmaTurret.json b/data/turrets/rapidPlasmaTurret.json new file mode 100644 index 0000000..0091778 --- /dev/null +++ b/data/turrets/rapidPlasmaTurret.json @@ -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" +} diff --git a/gfx/cannons/acceleratorODP.png b/gfx/cannons/acceleratorODP.png deleted file mode 100644 index 59e345c..0000000 Binary files a/gfx/cannons/acceleratorODP.png and /dev/null differ diff --git a/gfx/cannons/singlePlasmaTurret.png b/gfx/cannons/singlePlasmaTurret.png new file mode 100644 index 0000000..2bda235 Binary files /dev/null and b/gfx/cannons/singlePlasmaTurret.png differ