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

Method handler

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

Source from the content-addressed store, hash-verified

2565
2566 @staticmethod
2567 def handler(fit, container, context, projectionRange, **kwargs):
2568 penalized = False if 'skill' in context or 'implant' in context or 'booster' in context else True
2569 fit.ship.boostItemAttr('warpSpeedMultiplier', container.getModifiedItemAttr('WarpSBonus'),
2570 stackingPenalties=penalized, **kwargs)
2571
2572
2573class Effect882(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected