(fit, ship, context, projectionRange, **kwargs)
| 17087 | |
| 17088 | @staticmethod |
| 17089 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17090 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener', |
| 17091 | 'scanResolutionBonus', ship.getModifiedItemAttr('rookieDampStrengthBonus'), **kwargs) |
| 17092 | |
| 17093 | |
| 17094 | class Effect5017(BaseEffect): |
nothing calls this directly
no test coverage detected