(fit, ship, context, projectionRange, **kwargs)
| 17071 | |
| 17072 | @staticmethod |
| 17073 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17074 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener', |
| 17075 | 'maxTargetRangeBonus', ship.getModifiedItemAttr('rookieDampStrengthBonus'), **kwargs) |
| 17076 | |
| 17077 | |
| 17078 | class Effect5016(BaseEffect): |
nothing calls this directly
no test coverage detected