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

Method handler

eos/effects.py:35616–35622  ·  view source on GitHub ↗
(fit, implant, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35614
35615 @staticmethod
35616 def handler(fit, implant, context, projectionRange, **kwargs):
35617 fit.appliedImplants.filteredItemMultiply(
35618 lambda imp: imp.item.group.name == 'Cyberimplant', 'damageMultiplierBonusMaxModifier',
35619 implant.getModifiedItemAttr('setBonusMimesis'), **kwargs)
35620 fit.appliedImplants.filteredItemMultiply(
35621 lambda imp: imp.item.group.name == 'Cyberimplant', 'damageMultiplierBonusPerCycleModifier',
35622 implant.getModifiedItemAttr('setBonusMimesis'), **kwargs)
35623
35624
35625class Effect7237(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected