MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handler

Method handler

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

Source from the content-addressed store, hash-verified

423
424 @staticmethod
425 def handler(fit, module, context, projectionRange, **kwargs):
426 # We default this to None as there are times when the source attribute doesn't exist (for example, Cap Power Relay).
427 # It will return 0 as it doesn't exist, which would nullify whatever the target attribute is
428 fit.ship.multiplyItemAttr('shieldCapacity', module.getModifiedItemAttr('shieldCapacityMultiplier', None), **kwargs)
429
430
431class Effect58(BaseEffect):

Callers

nothing calls this directly

Calls 2

multiplyItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected