(fit, src, context, projectionRange, **kwargs)
| 23372 | |
| 23373 | @staticmethod |
| 23374 | def handler(fit, src, context, projectionRange, **kwargs): |
| 23375 | fit.modules.filteredItemBoost( |
| 23376 | lambda mod: mod.item.requiresSkill('Astrometrics'), 'cpu', |
| 23377 | src.getModifiedItemAttr('roleBonusT3ProbeCPU'), **kwargs) |
| 23378 | |
| 23379 | |
| 23380 | class Effect6010(BaseEffect): |
nothing calls this directly
no test coverage detected