actor Frostman : CustWepClassBase
{
Player.ScoreIcon "C_08F0X"
player.displayname "Frostman"
player.soundclass "frostmanc"

player.maxhealth 2000
health 2000
player.jumpz 10
player.forwardmove 0.6, 0.6
player.sidemove 0.58, 0.58

player.startitem "CBM_BaseFlagPack"

player.startitem "Frostman_W"
player.startitem "Spawn_HalfHitStunFlag"
player.startitem "HalfHitStunFlag"


player.startitem "HyperBombWeakness"
player.startitem "CrashBombWeakness"
player.startitem "DrillBombWeakness"
player.startitem "NapalmBombWeakness"
player.startitem "DangerWrapWeakness"
player.startitem "FlashBombWeakness"//
player.startitem "RemoteMineWeakness"
player.startitem "LaserTridentWeakness"
player.startitem "CommandoBombWeakness"
player.startitem "BubbleBombWeakness"
player.startitem "BalladeCrackerWeakness"

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 MegamanPain
ClassDeath:
AFRO H 0
goto MegamanDeath
}
}