(fit, container, context, projectionRange, **kwargs)
| 43161 | |
| 43162 | @staticmethod |
| 43163 | def handler(fit, container, context, projectionRange, **kwargs): |
| 43164 | fit.modules.filteredChargeMultiply( |
| 43165 | lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseSensorStrength', |
| 43166 | container.getModifiedItemAttr('expeditionCommandBurstProbeStrengthBonusCharID'), |
| 43167 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 43168 | |
| 43169 | |
| 43170 | class Effect12839(BaseEffect): |
nothing calls this directly
no test coverage detected