(fit, skill, context, projectionRange, **kwargs)
| 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 | |
| 1155 | class Effect391(BaseEffect): |
nothing calls this directly
no test coverage detected