actor Bombman : SturdyClassBase
{
Player.ScoreIcon "C_01D0X"
player.startitem "SturdyHealthBar"
player.displayname "Bombman"
player.soundclass "bombmanc"
player.startitem "HyperBombBoss"
player.forwardmove 0.65, 0.65
player.sidemove 0.63, 0.63
player.jumpz 13

player.startitem "RollingCutterWeakness2", 1

player.startitem "RollingCutterWeakness", 1
player.startitem "MetalBladeWeakness", 1
player.startitem "ShadowBladeWeakness", 1
player.startitem "GyroAttackWeakness", 1
player.startitem "SilverTomahawkWeakness", 1
player.startitem "TenguBladeWeakness", 1
player.startitem "ScrewCrusherWeakness", 1

/*player.startitem "FireStormWeakness2", 1

player.startitem "FireStormWeakness", 1
player.startitem "AtomicFireWeakness", 1
player.startitem "PharaohShotWeakness", 1
player.startitem "FlameBlastWeakness", 1
player.startitem "FlameSwordWeakness", 1*/
States
{
Spawn:
BOMM A 0
BOMM B 1
BOMM A 1
Goto Spawn+2
See:
BOMM BCDE 5
Goto Spawn
Missile:
BOMM F 5
BOMM G 4
goto Spawn
ClassPain:
BOMM H 0
goto PainContinue
DeathFix:
BOMM H 0
goto DeathContinue
ClassDeath:
BOMM H 1
goto MegaDeathEnd
}
}