ACTOR GuncastAfrit : FireDemon replaces FireDemon
{
  DamageFactor Fire3, 0.1
  DamageFactor Ice, 1.3
  DropItem "Dosh1", 128
  DropItem "Dosh1", 128
  DropItem "Dosh10", 64
  DropItem "Dosh10"
  -INVULNERABLE
  States
  {
	See:
		FDMN E 4 Bright
		FDMN F 3 Bright
		FDMN G 4 Bright
		FDMN F 4 Bright
		FDMN E 3 Bright
		FDMN G 4 Bright A_FiredRocks
		FDMN HI 3 Bright
		FDMN J 3 Bright
	Chase:
		FDMN ABC 5 Bright A_FireDChase
		Loop
	Pain.SuperCloseCombat:
		TNT1 A 0 A_ChangeVelocity(frandom(-10.0,-12.0),0,frandom(1.0,3.0),CVF_RELATIVE)
		Goto Pain
	Pain.SuperShoelaces:
		TNT1 A 0 A_ChangeVelocity(frandom(-15.0,-20.0),0,frandom(10.0,15.0),CVF_RELATIVE)
		Goto Pain
	Death.SuperCloseCombat:
		TNT1 A 0 A_ChangeVelocity(frandom(-10.0,-12.0),0,frandom(1.0,3.0),CVF_RELATIVE)
		Goto XDeath
	Death.SuperShoelaces:
		TNT1 A 0 A_ChangeVelocity(frandom(-15.0,-20.0),0,frandom(10.0,15.0),CVF_RELATIVE)
		Goto XDeath
  }
}