(fit, module, context, projectionRange, **kwargs)
| 18758 | |
| 18759 | @staticmethod |
| 18760 | def handler(fit, module, context, projectionRange, **kwargs): |
| 18761 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Repair Systems'), |
| 18762 | 'power', module.getModifiedItemAttr('drawback'), **kwargs) |
| 18763 | |
| 18764 | |
| 18765 | class Effect5275(BaseEffect): |
nothing calls this directly
no test coverage detected