(fit, src, context, projectionRange, **kwargs)
| 33013 | |
| 33014 | @staticmethod |
| 33015 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33016 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseSensorStrength', |
| 33017 | src.getModifiedItemAttr('subsystemBonusGallenteDefensive2'), skill='Gallente Defensive Systems', **kwargs) |
| 33018 | |
| 33019 | |
| 33020 | class Effect6951(BaseEffect): |
nothing calls this directly
no test coverage detected