From a368c194847cd4d7014c3c1350a2bdd4071760d3 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Wed, 18 Apr 2018 12:35:11 +1000 Subject: [PATCH] weapon specials --- modifications/modifierActions.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index 452ad5e..810d7ae 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -388,14 +388,21 @@ "special_shieldcell_lightweight": { }, "special_weapon_damage": { + "power": 0.05, + "damage": 0.03 }, "special_weapon_rateoffire": { + "power": 0.05, + "rof": 0.03 }, "special_weapon_efficient": { + "power": -0.1 }, "special_weapon_toughened": { + "integrity": 0.15 }, "special_weapon_lightweight": { + "mass": -0.1 }, "special_armour_thermic": { },