(fit, ship, context, projectionRange, **kwargs)
| 39671 | |
| 39672 | @staticmethod |
| 39673 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39674 | fit.modules.filteredItemBoost( |
| 39675 | lambda mod: mod.item.group.name == 'Scan Probe Launcher', 'cpu', |
| 39676 | ship.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 39677 | |
| 39678 | |
| 39679 | class Effect11532(BaseEffect): |
nothing calls this directly
no test coverage detected