actor IceMinotaur : Minotaur
{
Health 5000
DamageType "Ice"
Mass 999
Speed 17
  Damage 10
  Painchance 10
  Translation "128:145=217:223"
Obituary "%o was devastated by an Ice Minotaur."
HitObituary "%o got up-close and personal with an Ice Minotaur."
  states
  {
  Death:
    MNTR E 6
    MNTR E 2 A_Scream
    MNTR E 5 A_SpawnItemEx("MinotaurSmokeExit")
    MNTR E 5
    MNTR E 5 A_NoBlocking
    MNTR E 5
    MNTR E 5 A_SetTranslucent(0.66, 0)
    MNTR E 5 A_SetTranslucent(0.33, 0)
    MNTR E 10
    Stop
  }
}
actor Minotauriceballs : IceGuyFX replaces MinotaurFX1
{
DamageType "Ice"
}
ACTOR MinotaurFX2Ice : MinotaurFX2 replaces MinotaurFX2
{
Translation "224:230=217:223" , "203:210=217:223" , "128:145=146:159" , "164:185=146:159"
DamageType "Ice"
}
ACTOR MinotaurFX3Ice : MinotaurFX3 replaces MinotaurFX3
{
Translation "224:230=217:223" , "203:210=217:223" , "128:145=146:159" , "164:185=146:159"
DamageType "Ice"
}