(fit, module, context, projectionRange, **kwargs)
| 18658 | |
| 18659 | @staticmethod |
| 18660 | def handler(fit, module, context, projectionRange, **kwargs): |
| 18661 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Cloaking'), |
| 18662 | 'covertCloakCPUAdd', module.getModifiedItemAttr('covertCloakCPUPenalty'), **kwargs) |
| 18663 | |
| 18664 | |
| 18665 | class Effect5263(BaseEffect): |
nothing calls this directly
no test coverage detected