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

Method handler

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

Source from the content-addressed store, hash-verified

6252
6253 @staticmethod
6254 def handler(fit, skill, context, projectionRange, **kwargs):
6255 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Coating',
6256 'explosiveDamageResistanceBonus',
6257 skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs)
6258
6259
6260class Effect2107(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected