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

Method handler

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

Source from the content-addressed store, hash-verified

1449
1450 @staticmethod
1451 def handler(fit, container, context, projectionRange, **kwargs):
1452 level = container.level if 'skill' in context else 1
1453 fit.ship.boostItemAttr('warpCapacitorNeed', container.getModifiedItemAttr('warpCapacitorNeedBonus') * level,
1454 stackingPenalties='skill' not in context, **kwargs)
1455
1456
1457class Effect504(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected