(fit, container, context, projectionRange, **kwargs)
| 13512 | |
| 13513 | @staticmethod |
| 13514 | def handler(fit, container, context, projectionRange, **kwargs): |
| 13515 | level = container.level if 'skill' in context else 1 |
| 13516 | fit.modules.filteredChargeBoost( |
| 13517 | lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseMaxScanDeviation', |
| 13518 | container.getModifiedItemAttr('maxScanDeviationModifier') * level, **kwargs) |
| 13519 | |
| 13520 | |
| 13521 | class Effect4162(BaseEffect): |
nothing calls this directly
no test coverage detected