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

Method handler

eos/effects.py:30784–30787  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

30782
30783 @staticmethod
30784 def handler(fit, src, context, projectionRange, **kwargs):
30785 lvl = src.level
30786 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Rig Hybrid Weapon', 'drawback',
30787 src.getModifiedItemAttr('rigDrawbackBonus') * lvl, **kwargs)
30788
30789
30790class Effect6704(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected