(fit, src, context, projectionRange, **kwargs)
| 38485 | |
| 38486 | @staticmethod |
| 38487 | def handler(fit, src, context, projectionRange, **kwargs): |
| 38488 | fit.modules.filteredItemBoost( |
| 38489 | lambda mod: mod.item.requiresSkill('Astrometrics'), 'cpu', |
| 38490 | src.getModifiedItemAttr('shipRoleBonusScanProbeLauncherCPU'), **kwargs) |
| 38491 | |
| 38492 | |
| 38493 | class Effect11070(BaseEffect): |
nothing calls this directly
no test coverage detected