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

Method handler

eos/effects.py:31867–31872  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

31865
31866 @staticmethod
31867 def handler(fit, src, context, projectionRange, **kwargs):
31868 lvl = src.level
31869 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Invulnerability Core Operation'), 'buffDuration',
31870 src.getModifiedItemAttr('durationBonus') * lvl, **kwargs)
31871 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Invulnerability Core Operation'), 'duration',
31872 src.getModifiedItemAttr('durationBonus') * lvl, **kwargs)
31873
31874
31875class Effect6844(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected