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

Method handler

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

Source from the content-addressed store, hash-verified

6319
6320 @staticmethod
6321 def handler(fit, skill, context, projectionRange, **kwargs):
6322 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energized Armor Membrane',
6323 'explosiveDamageResistanceBonus',
6324 skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs)
6325
6326
6327class Effect2111(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected