(fit, module, context, projectionRange, **kwargs)
| 19938 | |
| 19939 | @staticmethod |
| 19940 | def handler(fit, module, context, projectionRange, **kwargs): |
| 19941 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), |
| 19942 | 'baseMaxScanDeviation', |
| 19943 | module.getModifiedItemAttr('maxScanDeviationModifierModule'), |
| 19944 | stackingPenalties=True, **kwargs) |
| 19945 | |
| 19946 | |
| 19947 | class Effect5398(BaseEffect): |
nothing calls this directly
no test coverage detected