(fit, container, context, projectionRange, **kwargs)
| 18483 | |
| 18484 | @staticmethod |
| 18485 | def handler(fit, container, context, projectionRange, **kwargs): |
| 18486 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), |
| 18487 | 'baseSensorStrength', container.getModifiedItemAttr('shipBonusRole8'), **kwargs) |
| 18488 | |
| 18489 | |
| 18490 | class Effect5230(BaseEffect): |
nothing calls this directly
no test coverage detected