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

Method handler

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

Source from the content-addressed store, hash-verified

13157
13158 @staticmethod
13159 def handler(fit, module, context, projectionRange, **kwargs):
13160 fit.modules.filteredItemMultiply(
13161 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems') or
13162 mod.item.requiresSkill('Capital Remote Armor Repair Systems'),
13163 'armorDamageAmount', module.getModifiedItemAttr('armorDamageAmountMultiplierRemote'),
13164 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
13165
13166
13167class Effect4089(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected