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

Method handler

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

Source from the content-addressed store, hash-verified

16233
16234 @staticmethod
16235 def handler(fit, implant, context, projectionRange, **kwargs):
16236 fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == 'Special Edition Implant',
16237 'capacitorCapacityBonus',
16238 implant.getModifiedItemAttr('implantSetChristmas'), **kwargs)
16239
16240
16241class Effect4869(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected