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

Method handler

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

Source from the content-addressed store, hash-verified

8773
8774 @staticmethod
8775 def handler(fit, implant, context, projectionRange, **kwargs):
8776 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Repair Systems'),
8777 'armorDamageAmount', implant.getModifiedItemAttr('repairBonus'),
8778 stackingPenalties=True, **kwargs)
8779
8780
8781class Effect2872(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected