;_________________________________________
; ARTY - British heavy gun
;=========================================


{from "pattern gun"			; L/33.1 "183mm_bl7_2 mk6"
	{filling "bulleteng_183"}
	{fireSound "cannon/s5/d1/Shared/Cannon_150to210mm/"}
	{fireSoundClose "cannon/s5/3p/Shared/Cannon_150to210mm/"}
	{reloadSound "utility/"}
	("heavy_artillery")
	{calibre 183}

	("reload time" seconds(70))

	("velocity" mps(218)) ;// 587m/s

	("accuracy_indirect"	; // Applies logic for accuracy of indirect weapons over 200m
		r1(0.9)				; // Accuracy radius for direct-fire munitions
		r2(9.66)		; // Accuracy radius for indirect fire
		rmax(33.48)			; // Accuracy radius for indirect fire at maximum range
		range_ap(210)		; // Range after which accuracy drops to prevent farshooting.
		range_heat(210)		; // Range after which accuracy drops to prevent farshooting.
		range_he(440)		; // Range after which accuracy drops to prevent farshooting.
	)
}
