(fit, module, context, projectionRange, **kwargs)
| 18674 | |
| 18675 | @staticmethod |
| 18676 | def handler(fit, module, context, projectionRange, **kwargs): |
| 18677 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Cynosural Field Theory'), |
| 18678 | 'covertCloakCPUAdd', module.getModifiedItemAttr('covertCloakCPUPenalty'), **kwargs) |
| 18679 | |
| 18680 | |
| 18681 | class Effect5264(BaseEffect): |
nothing calls this directly
no test coverage detected