(fit, ship, context, projectionRange, **kwargs)
| 21448 | |
| 21449 | @staticmethod |
| 21450 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21451 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Cloaking'), |
| 21452 | 'cpu', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21453 | |
| 21454 | |
| 21455 | class Effect5650(BaseEffect): |
nothing calls this directly
no test coverage detected