actor Slashman : LightClassBase
{
Player.ScoreIcon "C_07F0X"
player.startitem "LightHealthBar"
player.displayname "Slashman"
player.soundclass "slashmanc"
player.startitem "SlashClawBoss"
player.startitem "DashAmmo", 14
player.startitem "CanWallJump"
player.forwardmove 0.88, 0.88
player.sidemove 0.86, 0.86

player.startitem "FreezeCrackerWeakness2", 1

player.startitem "IceSlasherWeakness", 1
player.startitem "AirShooterWeakness", 1
player.startitem "BlizzardAttackWeakness", 1
player.startitem "FreezeCrackerWeakness", 1
player.startitem "IceWaveWeakness", 1
player.startitem "IceWallWeakness", 1
player.startitem "HornetChaserWeakness", 1
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 PainContinue
DeathFix:
SLAS H 0
goto DeathContinue
ClassDeath:
SLAS H 1
goto MegaDeathEnd
}
}