ACTOR Supershotgunner 30007
{
	// red
	Translation "112:127=176:191"
	SpawnID 207
    	Health 50
   	Radius 16
    	Height 56
    	Speed 6
	Mass 200
    	PainChance 150
    	MONSTER 
    	+FLOORCLIP
    	AttackSound "weapons/sshotf"
    	PainSound "player/male/pain100_1"
    	DeathSound "player/male/death1"
    	Obituary "%o was killed by a supershotgunner."
    	DropItem SuperShotgun
    	Decal BulletChip
    	States
    	{
	Spawn:
		MERC AB 10 A_Look
		Loop
    	See:
        	MERC AAAABBBBCCCCDDDD 1 A_Chase
        	Loop
    	Missile:
        	MERC E 2 A_FaceTarget
        	MERC E 5 A_FaceTarget
        	MERC E 0 A_PlaySound ("weapons/sshotf")
        	MERC F 7 Bright A_CustomBulletAttack (11, 7, 6, 3, "BulletPuff")
        	MERC E 14
        	MERC E 14 A_PlaySound ("weapons/sshoto")
        	MERC E 13 A_PlaySound ("weapons/sshotl")
        	MERC E 11 A_PlaySound ("weapons/sshotc")
		Goto See
    	Pain:
        	MERC G 3
        	MERC G 3 A_Pain
        	Goto See
    	Death:
        	MERC H 5
        	MERC I 5 A_Scream
        	MERC J 5 A_Fall
        	MERC K 5
        	MERC L 5
        	MERC M 5
        	MERC N -1
		Stop
    	XDeath:
        	MERC O 5
        	MERC P 5 A_XScream
        	MERC Q 5 A_Fall
        	MERC RSTUV 5
        	MERC W -1
        	Stop
    	Raise:
        	MERC MLKJIH 5
        	Goto See
    	}
}