ACTOR VileBark : Archvile replaces Archvile 16994
{
  Health 700
  Radius 20
  Height 56
  Mass 500
  Speed 15
  PainChance 10
  scale 0.50
  Monster
  MaxTargetRange 896
  +QUICKTORETALIATE
  +FLOORCLIP
  +NOTARGET
  SeeSound "BARK/sight"
  PainSound "BARK/pain"
  DeathSound "BARK/death"
  ActiveSound "BARK/active"
  Obituary "$OB_BARK"
  BloodType "SpadowWarriorBlood"
  States
  {
  Spawn:
    BARK AB 10 A_Look
    Loop
  See:
    BARK AABBCCDDEEFF 2 A_vileChase
    Loop
  Missile:
    BARK G 0 Bright A_VileStart
    BARK G 10 Bright A_FaceTarget
    BARK H 8 Bright A_VileTarget
    BARK IJKLMN 8 Bright A_FaceTarget
    BARK O 8 Bright A_VileAttack
    BARK P 20 Bright
    Goto See
  Heal:
    BARK "[\]" 10 Bright
    Goto See
  Pain:
    BARK Q 5   
    BARK Q 5 A_Pain
    Goto See
  Death:
    BARK Q 7
    BARK R 7 A_Scream
    BARK S 7 A_NoBlocking
    BARK TUVWXY 7
    BARK Z -1
    Stop
  }
}