From d439027735c1a6554664b2ef3cf597ae3c5cda0c Mon Sep 17 00:00:00 2001 From: WiseDev <83840010+wisedevik@users.noreply.github.com> Date: Sun, 23 Aug 2026 10:13:37 +0300 Subject: [PATCH] pull the arena tilemaps out of the ipa res/locations/*.csv, eight of them. these are what LogicBattle::initDefaultSector walks to place the towers: training_arena has KingTower at tile 18,6 and 18,58 and four PrincessTowers, plus a 64x24 tile bitmask. without these there is no way to build a battle snapshot, the leaders come from here and the client dereferences them without a null check. --- assets/locations/barbarian_arena.csv | 285 ++++++++++++++++ assets/locations/bone_arena.csv | 170 ++++++++++ assets/locations/dark_arena.csv | 141 ++++++++ assets/locations/goblin_arena.csv | 311 ++++++++++++++++++ assets/locations/pvp.csv | 344 ++++++++++++++++++++ assets/locations/royal_arena.csv | 236 ++++++++++++++ assets/locations/spell_arena.csv | 268 +++++++++++++++ assets/locations/training_arena.csv | 466 +++++++++++++++++++++++++++ 8 files changed, 2221 insertions(+) create mode 100644 assets/locations/barbarian_arena.csv create mode 100644 assets/locations/bone_arena.csv create mode 100644 assets/locations/dark_arena.csv create mode 100644 assets/locations/goblin_arena.csv create mode 100644 assets/locations/pvp.csv create mode 100644 assets/locations/royal_arena.csv create mode 100644 assets/locations/spell_arena.csv create mode 100644 assets/locations/training_arena.csv diff --git a/assets/locations/barbarian_arena.csv b/assets/locations/barbarian_arena.csv new file mode 100644 index 0000000..ace9ffa --- /dev/null +++ b/assets/locations/barbarian_arena.csv @@ -0,0 +1,285 @@ +"FileName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"SC","ExportName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"string","string",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"sc/level_barbarian_arena.sc","barbarian_arena_bgr",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Objects",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"PrincessTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"KingTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_red_sidestand_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_red_sidestand_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,12000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_blue_sidestand_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,20500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,28500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_blue_sidestand_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,20500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,28000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_tower1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1500,-3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_tower2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_red_barracks",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9000,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_blue_barracks",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_blocktree",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,6000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,24500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28000,30000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4500,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,34000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3000,33000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24500,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6000,19000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7000,14000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,31000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,31000,29000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,22000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21500,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,17000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10000,21000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,29500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,31500,18500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30000,13500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12500,27500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,-10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,-9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,26000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,42500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,43500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16000,-10500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,39000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,45000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,38000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5500,45000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_barrell",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2864,15831,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_fence1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1500,33000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16000,33000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1500,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16500,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9000,34000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9000,-1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_bush1x",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4500,34500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11000,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,18000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28000,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10000,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,-9000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7000,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,-8000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,20000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,38000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_mushrooms",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,22000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,-8000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15000,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22500,33000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7000,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11000,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18000,-11000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,-6000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10500,-10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10500,33500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2500,-11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30000,32000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11500,43000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6500,46500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12500,46500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26500,31000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_tower3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16500,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,24000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_tower4",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1500,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_deco1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,432,14750,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,17416,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"barbarian_deco2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,17375,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,14666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3000,39000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff4",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,34500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,-2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,44000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff7",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,18000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_deco1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11000,13500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,25500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2000,46000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_deco2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,-10500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_tree1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21500,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_tree2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26500,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,46000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,38500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_tree3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,41500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14500,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,24500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15000,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Map",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x" +,"int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int" +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,32,32,32,32,32,1,1,1,1,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,2,2,2,2,32,32,32,32,32 +,32,32,32,32,32,,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,,32,32,32,32,32 +,32,32,32,32,32,,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,,32,32,32,32,32 +,32,32,32,32,32,1,1,1,1,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,2,2,2,2,32,32,32,32,32 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +"Background",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/assets/locations/bone_arena.csv b/assets/locations/bone_arena.csv new file mode 100644 index 0000000..4e3a11c --- /dev/null +++ b/assets/locations/bone_arena.csv @@ -0,0 +1,170 @@ +"FileName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"SC","ExportName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"string","string",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"sc/level_bone_arena.sc","bone_arena_bgr",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Objects",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"PrincessTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"KingTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_1_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,0,-3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_1_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_2_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1000,37500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_2_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_endstones_bottom",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,8932,37250,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_endstones_top",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,8866,-3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_sidestands_botleft",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_sidestands_botright",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6000,22000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_sidestands_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5800,4414,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_sidestands_topleft",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22166,4583,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_tower1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4500,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_tower2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14500,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_deco_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,14666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_deco_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,14625,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_decostone1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11500,41500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,-3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12000,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28000,31000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"bone_decostone2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6500,41500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15000,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9500,32500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18500,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,0,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,10500,-7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4500,43000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19000,46500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,32500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,29000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,17000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Map",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x" +,"int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int" +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,32,32,32,32,32,1,1,1,1,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,2,2,2,2,32,32,32,32,32 +,32,32,32,32,32,,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,,32,32,32,32,32 +,32,32,32,32,32,,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,,32,32,32,32,32 +,32,32,32,32,32,1,1,1,1,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,2,2,2,2,32,32,32,32,32 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +"Background",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/assets/locations/dark_arena.csv b/assets/locations/dark_arena.csv new file mode 100644 index 0000000..5d35e98 --- /dev/null +++ b/assets/locations/dark_arena.csv @@ -0,0 +1,141 @@ +"FileName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"SC","ExportName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"string","string",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"sc/level_dark_arena.sc","dark_game_area",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Objects",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"PrincessTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"KingTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_pekka_top_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1000,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_pekka_top_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17000,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_pekka_bottom_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18000,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_pekka_bottom_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1500,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_gate_bottom",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9000,35500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_gate_top",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,8500,-3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_fire_pot",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3000,15500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,15500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_stand_blue_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,23500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,31000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_stand_left_red",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_stand_red_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_stand_blue_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,30500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,23000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"dark_deco1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Map",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x" +,"int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int" +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,0,,,,,,,,,,,,,,1,1,1,1,18,18,2,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,48,48,48,48,48,1,1,1,1,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,2,2,2,2,48,48,48,48,48 +,48,48,48,48,48,,1,1,,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,,2,2,,48,48,48,48,48 +,48,48,48,48,48,,1,1,,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,,2,2,,48,48,48,48,48 +,48,48,48,48,48,1,1,1,1,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,2,2,2,2,48,48,48,48,48 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,2,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +"Background",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/assets/locations/goblin_arena.csv b/assets/locations/goblin_arena.csv new file mode 100644 index 0000000..3257b0d --- /dev/null +++ b/assets/locations/goblin_arena.csv @@ -0,0 +1,311 @@ +"FileName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"SC","ExportName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"string","string",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"sc/level_goblin_arena.sc","goblin_bgr",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Objects",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"PrincessTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"KingTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Deco_fireplace",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6466,-1875,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11000,-1707,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4500,34458,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18000,32500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11500,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_bush1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_3x3_flowers2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_3x3_flowers1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_sidestand_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,21500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,28000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_sidestand_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,21500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,28000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_roofshade_left_red",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3000,12000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_roofshade_left_blue",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,30000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_roofshade_right_blue",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,30000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_roofshade_right_red",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,13000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_stone1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_stone2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9064,-3121,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_woodtower1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,-1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_woodpole1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12500,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15500,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5000,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2000,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5500,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2500,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12500,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15500,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28500,15500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,31500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,31500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,32000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,32000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22500,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23000,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,18000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-16000,19500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13000,19500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10000,19500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-17000,17000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-14000,17000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11000,16500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_sharp1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6000,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,34500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_waterwheel",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6000,18500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_sharp2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_woodwall1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,19000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3000,15500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,19000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_blue_tower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,38500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_red_tower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_tree1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1500,44000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11000,38500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,24000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6000,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28500,19000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,13000,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15500,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,42500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24500,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5000,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15500,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11500,-6000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,-5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,6000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13500,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_tree2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9500,34500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26500,34000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,42500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7000,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,13500,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,13500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,10500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26500,19500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7000,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9500,10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,21000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,-500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13000,15500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9500,21500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16000,42500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,25500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-14000,22000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_tree3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6500,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30000,20500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16500,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10500,29000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12000,1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12500,-2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_tree4",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12500,31000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,43500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,38000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28000,28000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,28500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,-1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,-8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1500,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,-6000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1500,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4500,42500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_sharp3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,0,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1000,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18000,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19000,41500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,-2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,-3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17000,-5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18000,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_woodtower2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,38500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Map",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x" +,"int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int" +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,32,32,32,32,32,1,1,1,1,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,2,2,2,2,32,32,32,32,32 +,32,32,32,32,32,,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,,32,32,32,32,32 +,32,32,32,32,32,,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,,32,32,32,32,32 +,32,32,32,32,32,1,1,1,1,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,2,2,2,2,32,32,32,32,32 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +"Background",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/assets/locations/pvp.csv b/assets/locations/pvp.csv new file mode 100644 index 0000000..c043f91 --- /dev/null +++ b/assets/locations/pvp.csv @@ -0,0 +1,344 @@ +"FileName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"SC","ExportName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"string","string",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"sc/level.sc","arena_grass_01",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Objects",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"PrincessTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"KingTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Deco_fireplace",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19000,33000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23000,-1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1500,-2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,39000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24500,2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1960,33666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15303,-1250,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_tree1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,38000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,28500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3000,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21500,-2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_tree2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16500,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8000,4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_tree3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,8000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24399,9666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,20500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4500,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,13000,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,-500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29500,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26500,5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_tree4",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,12500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7866,31500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Deco_wagon1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_bush1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24385,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5500,38500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7144,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20618,1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15232,37562,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24145,12666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-646,38833,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24854,19031,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8703,25700,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3111,37660,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11000,41500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,0,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15500,43500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,10500,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4500,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23000,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28000,33000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,32500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26500,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,19500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,13500,-2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5131,-3417,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15500,28500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1575,21597,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16969,22131,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,37027,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_3x3_flowers2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3000,38498,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9031,9894,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1536,4598,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14500,2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_3x3_flowers1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6827,20058,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14000,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3000,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1000,41500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23000,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"ChestTemplate",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock2_withHaze",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock3_withHaze",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_stand_right_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_stand_left_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_stand_left_full_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_stand_right_full_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"WoodWall_multi_horizontal_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,13000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15031,36125,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,0,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"arena_stand_left_full_1_blue",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3365,24916,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"arena_stand_right_full_1_blue",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,25000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"arena_stand_right_full_1_red",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"arena_stand_left_full_1_red",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3333,7541,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"WoodWall_single_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1500,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3400,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,33500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"deco_chest_wood1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock1_withHaze",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"WoodWall_single_2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,34500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3000,33000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,-500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"WoodWall_single_3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,-1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Map",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x" +,"int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int" +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,0,,,,,,,,,,,,,,1,1,1,1,18,18,2,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,48,48,48,48,48,1,1,1,1,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,2,2,2,2,48,48,48,48,48 +,48,48,48,48,48,,1,1,,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,,2,2,,48,48,48,48,48 +,48,48,48,48,48,,1,1,,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,,2,2,,48,48,48,48,48 +,48,48,48,48,48,1,1,1,1,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,2,2,2,2,48,48,48,48,48 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,2,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +"Background",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_river_horizontal",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_road_roundabout1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_road_vertical1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_corner_top1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_bottom1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_corner_top2_flip",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_top2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_top3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side2_flip",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side1_flip",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_top1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side3_flip",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_road_turn_bottomRight1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_river_bridge1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,16000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14267,16000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_deco_ladder_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-64,32708,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/assets/locations/royal_arena.csv b/assets/locations/royal_arena.csv new file mode 100644 index 0000000..3c17cad --- /dev/null +++ b/assets/locations/royal_arena.csv @@ -0,0 +1,236 @@ +"FileName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"SC","ExportName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"string","string",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"sc/level_royal_arena.sc","royal_base_bgr",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Objects",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"PrincessTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"KingTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_bucket",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17763,14373,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_arena_bridge",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_red_tower1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,536,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_red_tower2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_red_endwall1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2532,-2414,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_red_wall_middle",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9000,-3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_mid_tower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,501,14458,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_red_endwall2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15300,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_sidestand_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19700,22625,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19697,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_sidestand_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1866,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1866,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_red_roof_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3598,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_red_roof_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blue_roof_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,25000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blue_roof_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21500,25500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blue_wall_middle",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,9000,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blue_tower1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,31500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blue_tower2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21864,34124,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blue_endwall1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2000,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blue_endwall2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16000,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_red_deco",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12500,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blue_deco",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6000,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12000,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_blocktree",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14000,-9000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,36500,16500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-19000,16500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6000,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,33000,30500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-14000,33500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,31000,41500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1000,48500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-16000,24500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,39000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-15000,3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-16000,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,33500,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,35500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,32500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30500,15500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,32500,18500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13500,15500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13000,9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12000,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29500,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9500,-500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,0,-8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,-2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26500,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,13000,46500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,13000,52500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2500,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3000,47500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4500,55500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14000,56000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15000,59000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,59000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17000,52500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,52500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,56000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,57000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,51500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,56000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,31500,49000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13000,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13500,54000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8000,46500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_bush1x",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21500,46000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-14000,-9000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28000,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18500,-10500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9500,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-16000,15500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28000,15000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-14500,20000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30000,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30500,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,33000,-9000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Map",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x" +,"int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int" +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,32,32,32,32,,1,1,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,2,2,,32,32,32,32 +,32,32,32,32,,,1,1,,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,,2,2,,,32,32,32,32 +,32,32,32,32,,,1,1,,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,,2,2,,,32,32,32,32 +,32,32,32,32,,1,1,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,2,2,,32,32,32,32 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16 +"Background",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/assets/locations/spell_arena.csv b/assets/locations/spell_arena.csv new file mode 100644 index 0000000..448cf47 --- /dev/null +++ b/assets/locations/spell_arena.csv @@ -0,0 +1,268 @@ +"FileName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"SC","ExportName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"string","string",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"sc/level_spell_arena.sc","game_area",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Objects",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"PrincessTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"KingTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_crystal_rock_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1365,14666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_crystal_rock_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19833,19416,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_pot_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,19500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_pot_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_stand_blue_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2332,24290,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2299,30458,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_stand_blue_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20565,24207,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20565,30375,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_stand_red_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2266,10125,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2233,4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_stand_red_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20600,9916,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20600,3750,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_arena_edge_back",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3667,34000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,665,33916,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14633,33958,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17663,33916,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_arena_edge_pole",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1866,34916,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20198,34625,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1697,-291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19798,-453,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11500,39000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6500,39000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6500,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7000,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11000,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_arena_edge_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_arena_edge_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_entry_pole_back",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11593,-912,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11901,35208,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_arena_edge_front",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,930,-416,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3900,-330,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17327,-412,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14329,-411,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_entry_pole_front",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6497,-995,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6322,35125,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_tree2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4500,39000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21500,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,29000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5500,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12500,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1000,43000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18500,42500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2000,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,6000,-9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16000,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12500,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25500,9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5000,13500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,24000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9500,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_tree3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,43500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,-7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22500,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29000,25500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23000,21000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,26500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,11000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5500,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16500,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11500,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_tree4",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15500,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,35500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14000,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7000,-6000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10000,20500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,31500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14500,-9000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,2000,39000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,25500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,-3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,43500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_blue_deco",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,14000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,17000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"spell_red_deco",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,14500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5000,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_tree1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14500,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,34500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3000,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24500,19000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5000,34000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6000,18500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28500,13500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,42500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8000,4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,41500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14000,44000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8000,28000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,43500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_roofshade_left_red",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"goblin_woodwall1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,33000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Map",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x" +,"int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int" +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,0,,,,,,,,,,,,,,1,1,1,1,18,18,2,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,48,48,48,48,48,1,1,1,1,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,2,2,2,2,48,48,48,48,48 +,48,48,48,48,48,,1,1,,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,,2,2,,48,48,48,48,48 +,48,48,48,48,48,,1,1,,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,,2,2,,48,48,48,48,48 +,48,48,48,48,48,1,1,1,1,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,2,2,2,2,48,48,48,48,48 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,2,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +"Background",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/assets/locations/training_arena.csv b/assets/locations/training_arena.csv new file mode 100644 index 0000000..1526144 --- /dev/null +++ b/assets/locations/training_arena.csv @@ -0,0 +1,466 @@ +"FileName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"SC","ExportName",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"string","string",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"sc/arena_training.sc","training_area_bg",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Objects",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"PrincessTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,7,51,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"KingTower",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Deco_fireplace",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9500,26000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,31500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19000,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,28000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8460,25666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2194,37250,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,-500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,500,32000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,10000,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5000,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14000,37000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_tree1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_tree2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_tree3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_tree4",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Deco_wagon1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_bush1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,27000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18631,28083,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,11500,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_3x3_flowers2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_1x1_flower3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_3x3_flowers1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"ChestTemplate",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock2_withHaze",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock3_withHaze",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_stand_right_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_stand_left_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_stand_left_full_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_stand_right_full_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"WoodWall_multi_horizontal_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"arena_stand_left_full_1_blue",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"arena_stand_right_full_1_blue",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"arena_stand_right_full_1_red",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"arena_stand_left_full_1_red",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"WoodWall_single_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"deco_chest_wood1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_rock1_withHaze",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"WoodWall_single_2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19000,33500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"WoodWall_single_3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_tree01",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,25500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,28500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,28000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_tree02",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,26500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,22000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff01",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5000,12000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,18000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff02",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23000,17000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,12000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_bush01",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,22500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24500,29000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,28500,21000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7000,28500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff5",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,24500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,25000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2000,3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff4",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,26000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-2500,-1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,22000,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16000,40500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,-9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff6",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,30000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_tree1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,27500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1500,9000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,26500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,25000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,33500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,37500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16000,38500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30500,24500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17500,-2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-10500,24000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-7500,2000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,-3500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1000,39500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17000,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3000,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_tree2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,23500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5000,5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,23500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21000,29500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,35500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23500,32000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,42000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30000,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-22000,27500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14500,-5000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,32000,-1000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27500,-9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,-8000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,-9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,48000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_bush2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-6500,32000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23000,37500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-4000,-8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,5000,-6500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,15500,-1500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,1000,-2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-500,41000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,16500,-9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,21500,8500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24000,3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliffs_left",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5289,14288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliffs_right",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23357,15243,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff7",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-3500,7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,19500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_cliff3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18000,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-5500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_bush1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,26000,36000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,18500,37500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"fence_left_back",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"fence_right_back",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14500,500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"fence_left_front",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,3500,32000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"fence_right_front",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,14500,32000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"tree_group01",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13500,2500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12000,28500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-8500,43500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,32000,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12500,36500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25000,44500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-13500,17500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,35000,44000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,35500,35000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29500,31500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,29500,38500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,34500,25000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-18000,31500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-16000,43000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-11500,9500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-18000,11500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-16500,23000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,27000,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,37500,3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30500,3000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20500,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-19500,4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-1500,46500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,37000,-5500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,0,-7000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-16000,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,38500,20000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,30500,10500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,37500,11000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-9000,-4500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-20000,38000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-22500,45500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-12500,48500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,20000,48500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-23000,-4000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-22500,18500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,-19500,-10000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,33500,-11000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,12000,44000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_tree3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,4000,40000,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,13000,-7500,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_deco1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,565,14875,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17333,14666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"training_deco2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,564,17666,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,17399,17750,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"royal_bucket",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +"Map",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x","x" +,"int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int","int" +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,32,32,32,32,32,1,1,1,1,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,2,2,2,2,32,32,32,32,32 +,32,32,32,32,32,,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,,32,32,32,32,32 +,32,32,32,32,32,,1,1,,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,,2,2,,32,32,32,32,32 +,32,32,32,32,32,1,1,1,1,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,2,2,2,2,32,32,32,32,32 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,16,16,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,16,16 +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,2,2,2,2,,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,1,1,1,1,1,1,,,,,,,,,,,,,,,,,2,2,2,2,2,2,,,, +,0,,,,,1,1,1,1,1,,,,,1,1,1,1,2,2,2,2,,,,,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,1,1,1,1,1,1,1,1,1,1,17,17,17,18,18,18,2,2,2,2,2,2,2,2,2,2,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,17,17,17,18,18,18,2,,,,,,,,,,,,,, +,0,,,,,,,,,,,,,,1,1,1,1,2,2,2,2,,,,,,,,,,,,,, +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +,16,16,16,16,16,16,16,16,16,16,16,16,,,,,,,,,,,,,16,16,16,16,16,16,16,16,16,16,16,16 +"Background",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_river_horizontal",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_road_roundabout1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_road_vertical1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_corner_top1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_bottom1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_corner_top2_flip",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_top2",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_top3",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side2_flip",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side1_flip",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_top1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_pvp_edge_side3_flip",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_road_turn_bottomRight1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Grassland_river_bridge1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,"Arena_deco_ladder_1",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"x","y",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,"int","int",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,