(fit, ship, context, projectionRange, **kwargs)
| 40696 | |
| 40697 | @staticmethod |
| 40698 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40699 | fit.modules.filteredItemIncrease( |
| 40700 | lambda mod: mod.item.group.name == 'Cloaking Device', |
| 40701 | 'cpu', ship.getModifiedItemAttr('upwellFreightercloakCPUPenalty'), **kwargs) |
| 40702 | |
| 40703 | |
| 40704 | class Effect12069(BaseEffect): |
nothing calls this directly
no test coverage detected