(fit, container, context, projectionRange, **kwargs)
| 43180 | |
| 43181 | @staticmethod |
| 43182 | def handler(fit, container, context, projectionRange, **kwargs): |
| 43183 | fit.modules.filteredChargeMultiply( |
| 43184 | lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseMaxScanDeviation', |
| 43185 | container.getModifiedItemAttr('expeditionCommandBurstProbeDeviationBonusCharID'), |
| 43186 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 43187 | |
| 43188 | |
| 43189 | class Effect12843(BaseEffect): |
nothing calls this directly
no test coverage detected