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

Method handler

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

Source from the content-addressed store, hash-verified

5950
5951 @staticmethod
5952 def handler(fit, module, context, projectionRange, **kwargs):
5953 amount = module.getModifiedItemAttr('droneRangeBonus')
5954 fit.extraAttributes.increase('droneControlRange', amount, **kwargs)
5955
5956
5957class Effect2008(BaseEffect):

Callers

nothing calls this directly

Calls 2

increaseMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected