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

Method handler

eos/effects.py:13140–13144  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

13138
13139 @staticmethod
13140 def handler(fit, module, context, projectionRange, **kwargs):
13141 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Repair Systems') or
13142 mod.item.requiresSkill('Capital Repair Systems'),
13143 'armorDamageAmount', module.getModifiedItemAttr('armorDamageAmountMultiplier'),
13144 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
13145
13146
13147class Effect4088(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected