;_________________________________________
; British medium field howitzer
;=========================================


{from "pattern gun"			; L/42.8 "BL 4.5-inch"
	{filling "bulleteng_114"}
	{fireSound "cannon/s4/d1/Shared/Cannon_105to130mm_LV/"}
	{fireSoundclose "cannon/s4/3p/Shared/Cannon_105to130mm_LV/"}
	{reloadSound "utility/"}
	("medium_artillery")
	{calibre 114}

	("reload time" seconds(20))

	("velocity" mps(220)) ;// 686m/s
	("armor health" damage(310))
	("105_slope_multipliers")

	("accuracy_indirect"		; // Applies logic for accuracy of indirect weapons over 200m
		r1(0.95) 				; // Accuracy radius for direct-fire munitions
		r2(6.23) 				; // Accuracy radius for indirect fire
		rmax(27.95) 			; // Accuracy radius for indirect fire at maximum range
		range_ap(170) 			; // Range after which accuracy drops to prevent farshooting
		range_heat(170) 		; // Range after which accuracy drops to prevent farshooting
		range_he(450)			; // Range after which accuracy drops to prevent farshooting
	)
}
