(fit, ship, context, projectionRange, **kwargs)
| 39688 | |
| 39689 | @staticmethod |
| 39690 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39691 | fit.modules.filteredItemBoost( |
| 39692 | lambda mod: mod.item.group.name == 'Data Miners', 'cpu', |
| 39693 | ship.getModifiedItemAttr('shipBonusRole1'), **kwargs) |
| 39694 | |
| 39695 | |
| 39696 | class Effect11691(BaseEffect): |
nothing calls this directly
no test coverage detected