(fit, src, context, projectionRange, **kwargs)
| 32554 | |
| 32555 | @staticmethod |
| 32556 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32557 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Astrometrics'), |
| 32558 | 'baseSensorStrength', src.getModifiedItemAttr('subsystemBonusAmarrDefensive2'), |
| 32559 | skill='Amarr Defensive Systems', **kwargs) |
| 32560 | |
| 32561 | |
| 32562 | class Effect6923(BaseEffect): |
nothing calls this directly
no test coverage detected