(fit, ship, context, projectionRange, **kwargs)
| 39620 | |
| 39621 | @staticmethod |
| 39622 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39623 | fit.modules.filteredItemBoost( |
| 39624 | lambda mod: mod.item.requiresSkill('Cloaking'), |
| 39625 | 'cpu', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 39626 | |
| 39627 | |
| 39628 | class Effect11529(BaseEffect): |
nothing calls this directly
no test coverage detected