Character
SkinName = bowser
TagTextColor = SKINCOLOR_LIME
TagOutlineColor = SKINCOLOR_GREEN
OppositeColor = SKINCOLOR_EMERALD
DisplayName = Bowser
PlayerText = ^3Lord Bowser^0, King of the Koopas slams in! Tear through anything that dares get in your way!

^3Ability:^0 Sliding Haymaker
Tap Spin to punch forwards while halting vertical momentum for a short time.
^3Ability:^0 Shell-Spin
Hold Spin to enter your inpenetrable shell. While spinning, you'll ricochet off walls!
^3Ability:^0 Body Slam
Double-Jump to slam down into the ground, crushing your foes!
#

State S_PLAY_BOWSER_MELEE
SpriteName = SPR_PLAY
SpriteFrame = SPR2_MLEE|FF_ANIMATE
var2 = 2
Duration = -1
Next = S_PLAY_STND
#

State S_PLAY_BOWSER_STOMP
SpriteName = SPR_PLAY
SpriteFrame = SPR2_GLID|FF_ANIMATE
var1 = 7
var2 = 2
Duration = 13
Next = S_PLAY_BOWSER_STOMP_END
#

State S_PLAY_BOWSER_STOMP_END
SpriteName = SPR_PLAY
SpriteFrame = SPR2_LAND
var2 = 2
Duration = -1
Next = S_PLAY_STND
#

State S_PLAY_BOWSER_TAUNT
SpriteName = SPR_PLAY
SpriteFrame = SPR2_TANT|FF_ANIMATE
var1 = 20
var2 = 3
Duration = -1
Next = S_PLAY_STND
#