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

Method handler

eos/effects.py:1471–1474  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

1469
1470 @staticmethod
1471 def handler(fit, container, context, projectionRange, **kwargs):
1472 level = container.level if 'skill' in context else 1
1473 amount = container.getModifiedItemAttr('droneRangeBonus') * level
1474 fit.extraAttributes.increase('droneControlRange', amount, **kwargs)
1475
1476
1477class Effect506(BaseEffect):

Callers

nothing calls this directly

Calls 2

increaseMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected