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

Method handler

eos/effects.py:7788–7790  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

7786
7787 @staticmethod
7788 def handler(fit, module, context, projectionRange, **kwargs):
7789 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Projectile Weapon',
7790 'power', module.getModifiedItemAttr('drawback'), **kwargs)
7791
7792
7793class Effect2712(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected