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

Method handler

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

Source from the content-addressed store, hash-verified

16786
16787 @staticmethod
16788 def handler(fit, src, context, projectionRange, **kwargs):
16789 lvl = src.level
16790 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Resistance Shift Hardener', 'duration',
16791 src.getModifiedItemAttr('durationBonus') * lvl, **kwargs)
16792 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Resistance Phasing'), 'duration',
16793 src.getModifiedItemAttr('durationBonus') * lvl, **kwargs)
16794
16795
16796class Effect4989(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected