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

Method handler

eos/effects.py:1150–1152  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

1148
1149 @staticmethod
1150 def handler(fit, skill, context, projectionRange, **kwargs):
1151 amount = skill.getModifiedItemAttr('maxActiveDroneBonus') * skill.level
1152 fit.extraAttributes.increase('maxActiveDrones', amount, **kwargs)
1153
1154
1155class Effect391(BaseEffect):

Callers

nothing calls this directly

Calls 2

increaseMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected