ACTOR Shrek : Demon replaces WolfensteinSS
{ 
	//$Category "/pol/ Monster pack"
  Health 120
  Radius 20
  Height 56
  Speed 15
  Mass 400
  PainChance 200
  Monster
  SeeSound "shrek/sight"
  PainSound "shrek/pain"
  AttackSound "none"
  DeathSound "shrek/death"
  ActiveSound "shrek/active"
  Obituary "%o had his privileged shreked."
  Tag "Shrek"
  +FLOORCLIP
  States
  {
  Spawn:
    SHRK AB 10 A_Look
    Loop
  See:
    SHRK AABBCCDD 3 A_Chase
    Loop
  Melee:
    SHRK EF 8 A_FaceTarget
    SHRK G 6 A_CustomMeleeAttack(8 * random(1, 4), "shrek/hit", "", "Melee")
    Goto See
  Pain:
    SHRK H 2
    SHRK H 2 A_Pain
    Goto See
  Death:
    SHRK I 6
    SHRK J 6 A_Scream
    SHRK K 5
    SHRK L 5 A_Fall
    SHRK M -1
    Stop
  Raise:
    SHRK L 8
    SHRK KJI 6
    Goto See
  }
}
