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

Method handler

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

Source from the content-addressed store, hash-verified

5257
5258 @staticmethod
5259 def handler(fit, module, context, projectionRange, **kwargs):
5260 fit.modules.filteredItemBoost(
5261 lambda mod: mod.item.requiresSkill('Shield Operation') or mod.item.requiresSkill('Capital Shield Operation'),
5262 'shieldBonus', module.getModifiedItemAttr('shieldBoostMultiplier'),
5263 stackingPenalties=True, **kwargs)
5264
5265
5266class Effect1722(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected