(fit, container, context, projectionRange, **kwargs)
| 6818 | |
| 6819 | @staticmethod |
| 6820 | def handler(fit, container, context, projectionRange, **kwargs): |
| 6821 | fit.modules.filteredItemForce(lambda mod: mod.item.requiresSkill('Cloaking'), |
| 6822 | 'moduleReactivationDelay', |
| 6823 | container.getModifiedItemAttr('covertOpsAndReconOpsCloakModuleDelay'), **kwargs) |
| 6824 | |
| 6825 | |
| 6826 | class Effect2253(BaseEffect): |
nothing calls this directly
no test coverage detected