From f1b9c788f33679e1dd3e7c4d33e7c9d2b0ce8513 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Tue, 22 Nov 2016 16:38:55 -0800 Subject: [PATCH] Added falloffeffectiveness --- eos/effects/industrialcoreeffect2.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eos/effects/industrialcoreeffect2.py b/eos/effects/industrialcoreeffect2.py index 6c3cb4a27..e74ffe39b 100644 --- a/eos/effects/industrialcoreeffect2.py +++ b/eos/effects/industrialcoreeffect2.py @@ -61,6 +61,12 @@ def handler(fit, src, context): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), "maxRange", src.getModifiedItemAttr("industrialCoreBonusCommandBurstRange"), + stackingPenalties=True + ) + fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), + "falloffEffectiveness", + src.getModifiedItemAttr("industrialCoreBonusCommandBurstRange"), + stackingPenalties=True ) # Drone Bonuses