actor Ballade : CustWepClassBase
{
Player.ScoreIcon "C_0KC0X"
player.displayname "Ballade"
player.soundclass "balladec"

player.maxhealth 850
health 850
player.jumpz 13
player.forwardmove 0.9, 0.9
player.sidemove 0.8, 0.8

player.startitem "CBM_BaseFlagPack"

player.startitem "Ballade_W"
player.startitem "InsertBalladeJokeHereAmmo", 3
player.startitem "BalladeMineAmmo", 3


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

States
{
Spawn:
BALD A 0
BALD B 1
BALD A 0
BALD A 1 A_JumpIf(z-floorz>0,"BalladeJumping")
Goto Spawn+2
See:
BALD BBBBBCCCCCDDDDDEEEEE 1 A_JumpIf(z-floorz>0,"BalladeJumping")
Goto Spawn
Missile:
BALD F 0 A_JumpIfInventory("VivifyDelay8",1,"BalladeJumping")
BALD F 5
BALD G 4
goto Spawn
BalladeJumping:
BALD Y 1 A_JumpIf(z-floorz<=0, "Spawn")
wait
ClassPain:
BALD H 0
goto MegamanPain
ClassDeath:
BALD H 0
goto MegamanDeath
}
}