###Hand cannon
id=XX
name=Hand cannon
group=weapon
icon=gfx\Hand cannon.bmp
model=gfx\Hand cannon.b3d
scale=0.35
behaviour=bow
speed=13
drag=0.01
rate=1500
mat=metal
weight=4000
info=heavy and slow weapon. also can using club or mace.
damage=1
healthchange=0
script=start
	on:noammo {
                skipevent;
		speech "negative";
		msg "No ammo!",3;
	}
	on:attack1 {
                play "explode3.wav"; 
		}
script=end