From 964493d70102dd2298b97393990d77eec8864e47 Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Tue, 22 Nov 2016 16:52:53 -0800 Subject: [PATCH] add logi falloff --- eos/effects/industrialcoreeffect2.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eos/effects/industrialcoreeffect2.py b/eos/effects/industrialcoreeffect2.py index e74ffe39b..13a0da556 100644 --- a/eos/effects/industrialcoreeffect2.py +++ b/eos/effects/industrialcoreeffect2.py @@ -24,6 +24,11 @@ def handler(fit, src, context): src.getModifiedItemAttr("industrialCoreRemoteLogisticsRangeBonus"), stackingPenalties=True ) + fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Shield Emission Systems"), + "falloffEffectiveness", + src.getModifiedItemAttr("industrialCoreRemoteLogisticsRangeBonus"), + stackingPenalties=True + ) # Local Shield Repper Bonuses fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Shield Operation"),