(fit, ship, context, projectionRange, **kwargs)
| 17629 | |
| 17630 | @staticmethod |
| 17631 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17632 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Scanner Probe', |
| 17633 | 'baseSensorStrength', ship.getModifiedItemAttr('shipBonus2AF'), |
| 17634 | skill='Amarr Frigate', **kwargs) |
| 17635 | |
| 17636 | |
| 17637 | class Effect5121(BaseEffect): |
nothing calls this directly
no test coverage detected