What ships are we talking about?
Here's something I noticed in the VN_FNS_Albatros dp file. The 3800 is the attack range when it will start shooting at you. The 1d1*120 is a random generated dice. This one will take 1 in 1 chance to take 120 points from the aircrafts system strength!
[GUNSTATIONS]
gunstation.0=4,-21,1,12.00,944.88,4,0.01,
3800,7,20,
1d1*120,-0.630983,7.748674,38.003143,0,0,0,-135,135,75,-10,800
gunstation.1=4,-22,1,12.00,944.88,4,0.01,
3800,7,20,
1d1*120,-0.414413,10.077588,30.208511,0,0,0,-135,135,75,-10,800
gunstation.2=0,-23,1,0.15,839,2,0.01,500,2,40,1d1*14,-3.537001,9.452917,24.841764,0,0,0,-180,180,75,-10,1.6
gunstation.3=0,-24,1,0.15,839,2,0.01,500,2,40,1d1*14,3.128054,9.452917,24.841764,0,0,0,-180,180,75,-10,1.6
gunstation.4=0,-25,1,0.15,839,2,0.01,500,2,40,1d1*14,-3.137607,5.36785,-15.053968,0,0,270,-90,90,75,-10,1.6
gunstation.5=0,-26,1,0.15,839,2,0.01,500,2,40,1d1*14,2.774031,5.380133,-15.038357,0,0,90,-90,90,75,-10,1.6
gunstation.6=0,-27,1,0.15,839,2,0.01,500,2,40,1d1*14,-0.709889,9.266046,-25.83342,0,0,180,-135,135,75,-10,1.6
gunstation.7=4,-28,1,12.00,944.88,4,0.01,
3800,7,20,
1d1*120,-0.630983,7.748674,38.003143,0,0,180,-135,135,75,-10,800
gunstation.8=4,-29,1,12.00,944.88,4,0.01,
3800,7,20,
1d1*120,-0.414413,5.914745,-40.042038,0,0,180,-135,135,75,-10,800
gunstation.9=0,-30,1,0.15,839,2,0.01,500,2,40,1d1*14,-0.188295,5.273211,-51.824894,0,0,180,-180,180,75,-10,1.6
Here I have decreased the attack range(2800) and changed the dice parameters to "dum" it down. http://www.cfgse.calebflerk.com/DP_Guns.htm#Guns
[GUNSTATIONS]
gunstation.0=4,-21,1,12.00,944.88,4,0.01,
2800,7,20,
4d4*20,-0.630983,7.748674,38.003143,0,0,0,-135,135,75,-10,800
gunstation.1=4,-22,1,12.00,944.88,4,0.01,
2800,7,20,
4d4*20,-0.414413,10.077588,30.208511,0,0,0,-135,135,75,-10,800
gunstation.2=0,-23,1,0.15,839,2,0.01,500,2,40,1d1*14,-3.537001,9.452917,24.841764,0,0,0,-180,180,75,-10,1.6
gunstation.3=0,-24,1,0.15,839,2,0.01,500,2,40,1d1*14,3.128054,9.452917,24.841764,0,0,0,-180,180,75,-10,1.6
gunstation.4=0,-25,1,0.15,839,2,0.01,500,2,40,1d1*14,-3.137607,5.36785,-15.053968,0,0,270,-90,90,75,-10,1.6
gunstation.5=0,-26,1,0.15,839,2,0.01,500,2,40,1d1*14,2.774031,5.380133,-15.038357,0,0,90,-90,90,75,-10,1.6
gunstation.6=0,-27,1,0.15,839,2,0.01,500,2,40,1d1*14,-0.709889,9.266046,-25.83342,0,0,180,-135,135,75,-10,1.6
gunstation.7=4,-28,1,12.00,944.88,4,0.01,
2800,7,20,
4d4*20,-0.630983,7.748674,38.003143,0,0,180,-135,135,75,-10,800
gunstation.8=4,-29,1,12.00,944.88,4,0.01,
2800,7,20,
4d4*20,-0.414413,5.914745,-40.042038,0,0,180,-135,135,75,-10,800
gunstation.9=0,-30,1,0.15,839,2,0.01,500,2,40,1d1*14,-0.188295,5.273211,-51.824894,0,0,180,-180,180,75,-10,1.6
tobob