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

Method handler

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

Source from the content-addressed store, hash-verified

149
150 @staticmethod
151 def handler(fit, container, context, projectionRange, **kwargs):
152 miningDroneAmountPercent = container.getModifiedItemAttr('miningDroneAmountPercent')
153 if (miningDroneAmountPercent is None) or (miningDroneAmountPercent == 0):
154 pass
155 else:
156 container.multiplyItemAttr('miningAmount', miningDroneAmountPercent / 100, **kwargs)
157
158
159class Effect21(BaseEffect):

Callers

nothing calls this directly

Calls 2

multiplyItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected