(fit, src, context, projectionRange, **kwargs)
| 33029 | |
| 33030 | @staticmethod |
| 33031 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33032 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), 'baseSensorStrength', |
| 33033 | src.getModifiedItemAttr('subsystemBonusMinmatarDefensive2'), skill='Minmatar Defensive Systems', **kwargs) |
| 33034 | |
| 33035 | |
| 33036 | class Effect6953(BaseEffect): |
nothing calls this directly
no test coverage detected