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

Method handler

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

Source from the content-addressed store, hash-verified

23515
23516 @staticmethod
23517 def handler(fit, module, context, projectionRange, **kwargs):
23518 fit.ship.multiplyItemAttr(
23519 'maxVelocity',
23520 1 / module.getModifiedItemAttr('modeVelocityPostDiv'),
23521 stackingPenalties=True,
23522 penaltyGroup='postDiv',
23523 **kwargs)
23524
23525
23526class Effect6020(BaseEffect):

Callers

nothing calls this directly

Calls 2

multiplyItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected