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

Method handler

eos/effects.py:16649–16652  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

16647
16648 @staticmethod
16649 def handler(fit, container, context, projectionRange, **kwargs):
16650 fit.modules.filteredItemBoost(
16651 lambda mod: mod.item.requiresSkill('Shield Operation') or mod.item.requiresSkill('Capital Shield Operation'),
16652 'shieldBonus', container.getModifiedItemAttr('shieldBoostMultiplier'), **kwargs)
16653
16654
16655class Effect4961(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected