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

Method handler

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

Source from the content-addressed store, hash-verified

23495
23496 @staticmethod
23497 def handler(fit, module, context, projectionRange, **kwargs):
23498 fit.ship.multiplyItemAttr(
23499 'agility',
23500 1 / module.getModifiedItemAttr('modeAgilityPostDiv'),
23501 stackingPenalties=True,
23502 penaltyGroup='postDiv',
23503 **kwargs)
23504
23505
23506class Effect6017(BaseEffect):

Callers

nothing calls this directly

Calls 2

multiplyItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected