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

Method handler

eos/effects.py:6171–6173  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

6169
6170 @staticmethod
6171 def handler(fit, skill, context, projectionRange, **kwargs):
6172 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Shield Resistance Amplifier',
6173 'emDamageResistanceBonus', skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs)
6174
6175
6176class Effect2054(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected