#===============================================================================
#=================================================================================#
# ● Battle background settings #
#=================================================================================#
# File name(floor) ► File name of the floor image(must be in Graphics/Battlebacks1)
# ► "All floor Battleback": Settings used for all battlebacks that
# ► aren't specified.
# File name(wall) ► File name of the wall image(must be in Graphics/Battlebacks2)
# ► "All wall Battleback": settings used for all battlebacks that
# ► aren't specified.
# Coord adjust ► [X-axis, Y-axis]
#
# Scale ► [Horizental scale, Vertical scale]
#
# Shake ► [true: allow shaking], [false: disallow shaking]
# Switch ► will automatically turn the switch to ON at the start of the battle.
# ► make it a negative number to stop the switch from turning ON at the beginning
# ► of the battle.
#===============================================================================
FLOOR1_DATA = {
#――Filename(floor)――― Co.adjust Scale Shake Switch
"Sea_ex01" => [ [ 0, 120], [ 150, 150], false, -1],
"ABattlebacks1" => [ [ 0, 120], [ 150, 150], true, 0],
}
FLOOR2_DATA = {
#――Filename(wall)――― co.adjust scale Shake Switch
"Ship_ex" => [ [ 0, 120], [ 150, 150], true, 0],
"ABattlebacks2" => [ [ 0, 120], [ 150, 150], true, 0],
}