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

Method handler

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

Source from the content-addressed store, hash-verified

16576
16577 @staticmethod
16578 def handler(fit, module, context, projectionRange, **kwargs):
16579 amount = module.getModifiedItemAttr('shieldBonus')
16580 speed = module.getModifiedItemAttr('duration') / 1000.0
16581 fit.extraAttributes.increase('shieldRepair', amount / speed, **kwargs)
16582
16583
16584class Effect4941(BaseEffect):

Callers

nothing calls this directly

Calls 2

increaseMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected