From 379b01fe32842cbbb02be6f713c70af1c2960724 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 10 Apr 2016 08:24:17 +0100 Subject: [PATCH] Shield and rate of fire tweaks. --- data/turrets/plasmaTurret.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/turrets/plasmaTurret.json b/data/turrets/plasmaTurret.json index e34e0b8..9579a3c 100644 --- a/data/turrets/plasmaTurret.json +++ b/data/turrets/plasmaTurret.json @@ -1,9 +1,9 @@ { "name" : "Plasma Turret", "health" : 150, - "shield" : 150, + "shield" : 25, "speed" : 0, - "reloadTime" : 30, + "reloadTime" : 16, "shieldRechargeRate" : 10, "texture" : "gfx/cannons/plasmaTurret.png", "deathType" : "DT_NO_SPIN",