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

Method handler

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

Source from the content-addressed store, hash-verified

956
957 @staticmethod
958 def handler(fit, implant, context, projectionRange, **kwargs):
959 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module',
960 'speedFactor', implant.getModifiedItemAttr('speedFBonus'), **kwargs)
961
962
963class Effect244(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected