(fit, src, context, projectionRange, **kwargs)
| 32996 | |
| 32997 | @staticmethod |
| 32998 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32999 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), |
| 33000 | 'baseSensorStrength', src.getModifiedItemAttr('subsystemBonusCaldariDefensive2'), |
| 33001 | skill='Caldari Defensive Systems', **kwargs) |
| 33002 | |
| 33003 | |
| 33004 | class Effect6949(BaseEffect): |
nothing calls this directly
no test coverage detected