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

Method handler

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

Source from the content-addressed store, hash-verified

4663
4664 @staticmethod
4665 def handler(fit, implant, context, projectionRange, **kwargs):
4666 fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill('Cybernetics'),
4667 'armorHpBonus', implant.getModifiedItemAttr('implantSetAmulet') or 1, **kwargs)
4668
4669
4670class Effect1581(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected