actor Frostman : HardClassBase
{
Player.ScoreIcon "C_08F0X"
player.startitem "HardHealthBar"
player.displayname "Frostman"
player.soundclass "frostmanc"
player.startitem "IceWaveBoss"
player.startitem "SemiStunArmor"
player.forwardmove 0.5, 0.5
player.sidemove 0.48, 0.48

player.startitem "FlashBombWeakness2", 1

player.startitem "HyperBombWeakness", 1
player.startitem "CrashBombWeakness", 1
player.startitem "DrillBombWeakness", 1
player.startitem "NapalmBombWeakness", 1
player.startitem "DangerWrapWeakness", 1
player.startitem "FlashBombWeakness", 1
player.startitem "RemoteMineWeakness", 1
player.startitem "LaserTridentWeakness", 1
player.startitem "BalladeCrackerWeakness", 1
States
{
Spawn:
AFRO A 0 
AFRO B 1
AFRO A 1
Goto Spawn+2
See:
AFRO BCDE 5
Goto Spawn
Missile:
AFRO F 5
AFRO G 4
goto Spawn
ClassPain:
AFRO H 0
goto PainContinue
DeathFix:
AFRO H 0
goto DeathContinue
ClassDeath:
AFRO H 1
goto MegaDeathEnd
}
}