MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:13179–13184  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

13177
13178 @staticmethod
13179 def handler(fit, module, context, projectionRange, **kwargs):
13180 fit.modules.filteredItemMultiply(
13181 lambda mod: mod.item.requiresSkill('Shield Emission Systems') or
13182 mod.item.requiresSkill('Capital Shield Emission Systems'),
13183 'shieldBonus', module.getModifiedItemAttr('shieldBonusMultiplierRemote'),
13184 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
13185
13186
13187class Effect4090(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected