(fit, ship, context, projectionRange, **kwargs)
| 18723 | |
| 18724 | @staticmethod |
| 18725 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18726 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Cloaking Device', |
| 18727 | 'cpu', ship.getModifiedItemAttr('eliteIndustrialCovertCloakBonus'), |
| 18728 | skill='Transport Ships', **kwargs) |
| 18729 | |
| 18730 | |
| 18731 | class Effect5267(BaseEffect): |
nothing calls this directly
no test coverage detected