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

Method handler

eos/effects.py:7974–7976  ·  view source on GitHub ↗
(cls, fit, booster, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

7972
7973 @classmethod
7974 def handler(cls, fit, booster, context, projectionRange, **kwargs):
7975 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Armor Repair Unit', 'Ancillary Armor Repairer'),
7976 'armorDamageAmount', booster.getModifiedItemAttr(cls.attr), **kwargs)
7977
7978
7979class Effect2737(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected