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

Method handler

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

Source from the content-addressed store, hash-verified

16684
16685 @staticmethod
16686 def handler(fit, module, context, projectionRange, **kwargs):
16687 fit.modules.filteredItemBoost(
16688 lambda mod: mod.item.requiresSkill('Shield Operation') or mod.item.requiresSkill('Capital Shield Operation'),
16689 'duration', module.getModifiedItemAttr('durationSkillBonus'), **kwargs)
16690
16691
16692class Effect4970(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected