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

Method handler

eos/effects.py:3644–3647  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

3642
3643 @staticmethod
3644 def handler(fit, container, context, projectionRange, **kwargs):
3645 level = container.level if 'skill' in context else 1
3646 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Propulsion Module',
3647 'speedFactor', container.getModifiedItemAttr('speedFBonus') * level, **kwargs)
3648
3649
3650class Effect1179(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected