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

Method handler

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

Source from the content-addressed store, hash-verified

16665
16666 @staticmethod
16667 def handler(fit, module, context, projectionRange, **kwargs):
16668 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Shield Operation') or
16669 mod.item.requiresSkill('Capital Shield Operation'),
16670 'shieldBonus', module.getModifiedItemAttr('shieldBonusMultiplier'),
16671 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
16672
16673
16674class Effect4967(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected