(fit, module, context, projectionRange, **kwargs)
| 18741 | |
| 18742 | @staticmethod |
| 18743 | def handler(fit, module, context, projectionRange, **kwargs): |
| 18744 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 18745 | 'power', module.getModifiedItemAttr('drawback'), **kwargs) |
| 18746 | |
| 18747 | |
| 18748 | class Effect5268(BaseEffect): |
nothing calls this directly
no test coverage detected