actor HellDame : Baroness replaces HellKnight
{
	Health 500
    SeeSound "helldame/see"
    PainSound "helldame/hurt"
    DeathSound "helldame/faint"
	HitObituary "$OB_KNIGHTHIT"
	Obituary "$OB_KNIGHT"
	-BOSSDEATH
    States
    {
	Spawn:
		BOS2 AB 10 A_Look 
		loop
	See:
		BOS2 AABBCCDD 3 A_Chase
		loop
	Melee:
	Missile:
		BOS2 EF 8 A_FaceTarget
		BOS2 G 8 A_BruisAttack
		goto See
	Pain:
		BOS2 H 2
		BOS2 H 2 A_Pain
		goto See
    Faint:
        BOS2 I 5
        BOS2 J 5 A_Scream
        BOS2 K 5
        BOS2 L 5 A_NoBlocking
        BOS2 MN 5
        BOS2 O 5
        BOS2 PQR 4
        BOS2 STU 3
        BOS2 V -1
        stop
    }
}
