actor Slashman : CustWepClassBase
{
Player.ScoreIcon "C_07F0X"
player.displayname "Slashman"
player.soundclass "slashmanc"

player.maxhealth 850
health 850
player.jumpz 10
player.forwardmove 0.82, 0.82
player.sidemove 0.80, 0.80

player.startitem "CBM_BaseFlagPack"

player.startitem "Slashman_W"
player.startitem "GeppouAmmo", 42
player.startitem "AdamantiumAmmo", 14
player.startitem "WallJumpLimit", 6


player.startitem "IceSlasherWeakness"
player.startitem "AirShooterWeakness"
player.startitem "BlizzardAttackWeakness"
player.startitem "FreezeCrackerWeakness"//
player.startitem "IceWaveWeakness"
player.startitem "IceWallWeakness"
player.startitem "HornetChaserWeakness"
player.startitem "ChillSpikeWeakness"

States
{
Spawn:
SLAS A 0
SLAS B 1
SLAS A 1
Goto Spawn+2
See:
SLAS BCDE 5
Goto Spawn
Missile:
SLAS F 5
SLAS G 4
goto Spawn
Missile2:
goto Missile+1
ClassPain:
SLAS H 0
goto MegamanPain
ClassDeath:
SLAS H 0
goto MegamanDeath
}
}