I don't think there is a setting for it, but you could do it with an angle check:
if turret.angle is between 0 and 90 degree set range = 10
if turret.angle is between 91 and 180 degree set range = 200
Or whatever you need. You ofc just have to use the correct angles, but not sure its exactly what you are after.