actor Jupiter : HeavyClassBase
{
player.startitem "HeavyHealthBar"
player.displayname "Jupiter"
player.soundclass "jupiterc"

player.startitem "SuperArmBoss"
player.startitem "GutsArmAmmo", 28
player.startitem "CustomBossAmmoBar"

player.forwardmove 0.56, 0.56
player.sidemove 0.54, 0.54
player.startitem "SemiStunArmor"

States
{
Spawn:
GUTS A 0
GUTS B 1
GUTS A 1
Goto Spawn+2
See:
GUTS BCDE 5
Goto Spawn
Missile:
GUTS F 5
GUTS G 4
goto Spawn
ClassPain:
GUTS H 0
goto PainContinue
DeathFix:
GUTS H 0
goto DeathContinue
ClassDeath:
GUTS H 1
goto MegaDeathEnd
}
}