actor Crystalman : CustWepClassBase
{
Player.ScoreIcon "C_05H0X"
player.displayname "Crystalman"
player.soundclass "crystalmanc"

player.maxhealth 1250
health 1250
player.jumpz 13
player.forwardmove 0.7, 0.7
player.sidemove 0.68, 0.68

player.startitem "CBM_BaseFlagPack"

player.startitem "Crystalman_W"


player.startitem "RollingCutterWeakness"
player.startitem "MetalBladeWeakness"
player.startitem "ShadowBladeWeakness"
player.startitem "RingBoomerangWeakness"
player.startitem "GyroAttackWeakness"//
player.startitem "SilverTomahawkWeakness"
player.startitem "TenguBladeWeakness"
player.startitem "WheelCutterWeakness"
player.startitem "ScrewCrusherWeakness"

States
{
Spawn:
CRYM A 0
CRYM B 1
CRYM A 1
Goto Spawn+2
See:
CRYM BCDE 5
Goto Spawn
Missile:
CRYM FGFG 2
goto Spawn

ClassPain:
CRYM H 0
goto MegamanPain
ClassDeath:
CRYM H 0
goto MegamanDeath
}
}