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

Method handler

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

Source from the content-addressed store, hash-verified

23390
23391 @staticmethod
23392 def handler(fit, module, context, projectionRange, **kwargs):
23393 fit.ship.multiplyItemAttr(
23394 'maxTargetRange',
23395 1 / module.getModifiedItemAttr('modeMaxTargetRangePostDiv'),
23396 stackingPenalties=True,
23397 penaltyGroup='postDiv',
23398 **kwargs)
23399
23400
23401class Effect6011(BaseEffect):

Callers

nothing calls this directly

Calls 2

multiplyItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected