actor Yamatoman : SturdyClassBase
{
Player.ScoreIcon "C_06H0X"
player.startitem "SturdyHealthBar"
player.displayname "Yamatoman"
player.soundclass "yamatomanc"
player.startitem "YamatoSpearBoss"
player.startitem "YamatoClassAmmo", 28
player.forwardmove 0.666, 0.666
player.sidemove 0.666, 0.666
player.jumpz 13
//Player.AttackZOffset 18
//Player.AttackZOffset 30
//Player.ViewHeight 50
player.startitem "SilverTomahawkWeakness2", 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
States
{
Spawn:
YAMM A 0 
YAMM B 1
YAMM A 1
Goto Spawn+2
See:
YAMM BCDE 5
Goto Spawn
Missile:
YAMM FGFGFGFGF 2
goto Spawn+2
ClassPain:
YAMM H 0
goto PainContinue
DeathFix:
YAMM H 0
goto DeathContinue
ClassDeath:
YAMM H 1
goto MegaDeathEnd
}
}