#残りHPが50%以下
if ($game_actors[1].hp < $game_actors[1].mhp / 2) && ($game_actors[1].hp > $game_actors[1].mhp / 5)
#装備とコスプレ画像の連動
if $game_actors[1].armors[0] == nil
@bust_up.contents.blt(100,60,Cache.picture("menu_06b"),Rect.new(0,0,272,416))
else
case $game_actors[1].armors[0].id
when 65
@bust_up.contents.blt(100,60,Cache.picture("menu_01b"),Rect.new(0,0,272,416))
#残りHPが50%以下
if ($game_actors[1].hp < $game_actors[1].mhp / 2) && ($game_actors[1].hp > $game_actors[1].mhp / 5)
#装備とコスプレ画像の連動
if $game_actors[1].armors[0] == nil
@bust_up.contents.blt(100,60,Cache.picture("menu_06b"),Rect.new(0,0,272,416))
else
case $game_actors[1].armors[0].id
when 65
@bust_up.contents.blt(100,60,Cache.picture("menu_01b"),Rect.new(0,0,272,416))