version: 0.18.0
# Ape Attack resource bundle (English)
global.title=Ape Attack
global.version=Version {0}
global.copyright=Copyright 2005, 2023 Colorize
global.about=Ape Attack\nVersion {0}\nCopyright 2005, 2023 Colorize
global.aboutmenu=About
global.xofy={0} of {1}
global.back=Back
debug.title=Ape Attack \u2014 Debug Information
debug.close=Close
debug.creature=Creature
debug.position=Relative pos.
debug.property=Property
debug.value=Value
level.success=Level completed!
level.fail=Level failed!
level.paused=Paused
level.subtitle=Level {0}
titlescreen.newgame=Start new game
titlescreen.continue=Continue game
titlescreen.explanation=How to play
titlescreen.quit=Quit game
titlescreen.about=About
titlescreen.options=Options
gameover.title=Level failed
gameover.subtitle=Level {0}: {1}
gameover.retry=Try again
gameover.abort=Give up
intermission.title=Level completed!
intermission.subtitle=Level {0}: {1}
intermission.captured=Monkeys captured:
intermission.timetaken=Time taken:
intermission.targettime=Target:
intermission.besttime=Best time:
intermission.overallbest=Record:
intermission.died=Times died:
intermission.next=Next level
intermission.stop=Stop
explanation.title=How to play
explanation.next=Next
explanation.skip=Skip
explanation.step1=Welcome to Ape Attack!\nThe goal of the game is to catch all monkeys.
explanation.step2=Tap somewhere to start walking there.\nOnce you spot a monkey, tap the player to hit it with your net,\nwhich will stun it for a while.
explanation.step3=When the monkey is stunned, tap and hold the player to cast your net.\nRelease to capture all monkeys in the net.
explanation.step4=Captured monkeys are put in a cage. Be careful!\nTheir friends might try to rescue them and break them out.
explanation.step5=The top-left shows how many monkeys you've caught.\nOnce you have captured them all, you can complete the level\nby walking to the helicopter pad.
about.title=About
about.disclaimer=Ape Attack is free and comes with absolutely no warranty.\nThat said, we promise not to look at your data and won't sell it to third parties.\nWe also won't spam you or misuse your email address in other ways.
about.attribution=Ape Attack uses the following open source assets:\n\
- Dirt, snow textures: Danimal\n\
- Ice texture: Scribe\n\
- Cartoon wood texture: Aditya Agustian\n\
- Background tiles: @gif_not_jif, @Noiracide, @DessRomaric
levelselect.title=Ape Attack | Level Select
levelselect.start=Start
levelselect.close=Close
creaturetest.title=Creature Select
creaturetest.start=Generate Test Level
creaturetest.name=Name
paused.continue=Continue game
paused.titlescreen=Back to title screen
paused.quit=Quit game
menu.debug=Debug
menu.toggledebugmode=Toggle Debug Mode
menu.levelselect=Level Select...
options.title=Options
options.back=Back
options.showtime.true=Show time
options.showtime.false=Do not show time
options.showframerate.true=Show framerate
options.showframerate.false=Do not show framerate
options.showButtons.true=On-screen buttons
options.showButtons.false=No on-screen buttons
options.largeButtons.true=Large on-screen buttons
options.largeButtons.false=Normal on-screen buttons
options.wasdKeys.true=Keyboard: WASD + J/K
options.wasdKeys.false=Keyboard: arrows + S/D
# Active levels
- source: "levels/spiky-fruit.yaml"
map: 300, 200
next: little-island, jungle
- source: "levels/jungle.yaml"
map: 220, 250
next: slip-slide-ride
- source: "levels/little-island.yaml"
map: 400, 180
next: slip-slide-ride, a-bridge-too-far
- source: "levels/slip-slide-ride.yaml"
map: 324, 380
next: a-bridge-too-far
- source: "levels/a-bridge-too-far.yaml"
map: 420, 280
next: go-with-the-flow
- source: "levels/go-with-the-flow.yaml"
map: 470, 230
next: clock-island
- source: "levels/clock-island.yaml"
map: 520, 150
next: ape-escape
- source: "levels/ape-escape.yaml"
map: 590, 170
next: dont-touch-konga-blocks
- source: "levels/dont-touch-konga-blocks.yaml"
map: 600, 245
next: elephant-crater
- source: "levels/elephant-crater.yaml"
map: 620, 350
# Unfinished levels
- source: "levels/island-interlopers.yaml"
enabled: false
- source: "levels/jail-at-the-beach.yaml"
enabled: false
- source: "levels/boardwalk.yaml"
enabled: false
- source: "levels/beach.yaml"
enabled: false
- source: "levels/spiky-river.yaml"
enabled: false
- source: "levels/spiky-forest.yaml"
enabled: false
map: 310, 270
- source: "levels/riverside.yaml"
enabled: false
map: 470, 320
# Test levels
- source: "levels/basic3.yaml"
enabled: false
- source: "levels/test4.yaml"
enabled: false
- source: "levels/test5.yaml"
enabled: false
- source: "levels/test6.yaml"
enabled: false
# Player
- creatures/player/player.yaml
- creatures/player/cage.yaml
# Enemies
- creatures/enemies/bat.yaml
- creatures/enemies/beaver.yaml
- creatures/enemies/bigbeaver.yaml
- creatures/enemies/crocodile.yaml
- creatures/enemies/darthelephant.yaml
- creatures/enemies/haarp.yaml
- creatures/enemies/hedgehog.yaml
- creatures/enemies/konga.yaml
- creatures/enemies/monkey.yaml
- creatures/enemies/parrot.yaml
- creatures/enemies/shark.yaml
- creatures/enemies/tucan.yaml
# Projectiles
- creatures/projectiles/axe.yaml
- creatures/projectiles/banana.yaml
- creatures/projectiles/coconut.yaml
- creatures/projectiles/orange.yaml
- creatures/projectiles/rollingrock.yaml
- creatures/projectiles/shuriken.yaml
# Objects
- creatures/objects/bananabox.yaml
- creatures/objects/biggold.yaml
- creatures/objects/bridge.yaml
- creatures/objects/button.yaml
- creatures/objects/cannon.yaml
- creatures/objects/damagedbridge.yaml
- creatures/objects/door.yaml
- creatures/objects/fullenglish.yaml
- creatures/objects/gold.yaml
- creatures/objects/key.yaml
- creatures/objects/lily.yaml
- creatures/objects/pole.yaml
- creatures/objects/spikes.yaml
- creatures/objects/switch.yaml
- creatures/objects/tophat.yaml
- creatures/objects/platform.yaml
- creatures/objects/flipping-platform.yaml
- creatures/objects/horizontal-platform.yaml
- creatures/objects/vertical-platform.yaml
# Scenery
- creatures/objects/bigtree.yaml
- creatures/objects/bluebrickwall.yaml
- creatures/objects/brickwall.yaml
- creatures/objects/fence.yaml
- creatures/objects/gate.yaml
- creatures/objects/jungletree.yaml
- creatures/objects/palmtree.yaml
- creatures/objects/sign.yaml
- creatures/objects/tree.yaml
- creatures/objects/squaretree.yaml
- creatures/objects/stonewall.yaml
- creatures/objects/woodenwall.yaml
creature-graphics.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
bananabox
rotate: false
xy: 204, 84
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
bananabox-dead-1
rotate: false
xy: 356, 4
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
beaver-1
rotate: false
xy: 176, 2
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
bigtree
rotate: false
xy: 2, 14
size: 100, 180
orig: 100, 180
offset: 0, 0
index: -1
bigtree-dazed-1
rotate: false
xy: 724, 176
size: 100, 180
orig: 100, 180
offset: 0, 0
index: -1
bluebrickwall
rotate: false
xy: 954, 816
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
brickwall
rotate: false
xy: 956, 68
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
bridge
rotate: false
xy: 826, 4
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
button-1
rotate: false
xy: 306, 336
size: 50, 100
orig: 50, 100
offset: 0, 0
index: -1
button-pressed-1
rotate: false
xy: 508, 54
size: 50, 100
orig: 50, 100
offset: 0, 0
index: -1
crocodile
rotate: false
xy: 548, 740
size: 100, 60
orig: 100, 60
offset: 0, 0
index: -1
darthelephant-1
rotate: false
xy: 2, 802
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-2
rotate: false
xy: 174, 802
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-4
rotate: false
xy: 174, 802
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-3
rotate: false
xy: 204, 580
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-1
rotate: false
xy: 346, 802
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-2
rotate: false
xy: 366, 358
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-3
rotate: false
xy: 518, 802
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-4
rotate: false
xy: 376, 580
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-5
rotate: false
xy: 538, 358
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-6
rotate: false
xy: 650, 580
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-7
rotate: false
xy: 690, 802
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-8
rotate: false
xy: 710, 358
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
darthelephant-attack-9
rotate: false
xy: 822, 580
size: 170, 220
orig: 170, 220
offset: 0, 0
index: -1
fence
rotate: false
xy: 882, 428
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
fullenglish
rotate: false
xy: 508, 2
size: 50, 50
orig: 50, 50
offset: 0, 0
index: -1
gate
rotate: false
xy: 882, 276
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
haarp-1
rotate: false
xy: 204, 438
size: 160, 140
orig: 160, 140
offset: 0, 0
index: -1
haarp-2
rotate: false
xy: 862, 882
size: 160, 140
orig: 160, 140
offset: 0, 0
index: -1
haarp-attack-1
rotate: false
xy: 562, 216
size: 160, 140
orig: 160, 140
offset: 0, 0
index: -1
haarp-attack-2
rotate: false
xy: 562, 74
size: 160, 140
orig: 160, 140
offset: 0, 0
index: -1
haarp-block-1
rotate: false
xy: 826, 134
size: 160, 140
orig: 160, 140
offset: 0, 0
index: -1
jungletree
rotate: false
xy: 548, 588
size: 100, 150
orig: 100, 150
offset: 0, 0
index: -1
palmtree
rotate: false
xy: 204, 236
size: 100, 200
orig: 100, 200
offset: 0, 0
index: -1
palmtree-dazed-1
rotate: false
xy: 358, 156
size: 100, 200
orig: 100, 200
offset: 0, 0
index: -1
palmtree-shake-3
rotate: false
xy: 358, 156
size: 100, 200
orig: 100, 200
offset: 0, 0
index: -1
palmtree-saxed-2
rotate: false
xy: 460, 156
size: 100, 200
orig: 100, 200
offset: 0, 0
index: -1
pole
rotate: false
xy: 104, 2
size: 70, 120
orig: 70, 120
offset: 0, 0
index: -1
rollingrock-1
rotate: false
xy: 2, 600
size: 200, 200
orig: 200, 200
offset: 0, 0
index: -1
rollingrock-2
rotate: false
xy: 2, 398
size: 200, 200
orig: 200, 200
offset: 0, 0
index: -1
rollingrock-3
rotate: false
xy: 2, 196
size: 200, 200
orig: 200, 200
offset: 0, 0
index: -1
shuriken-1
rotate: false
xy: 994, 799
size: 15, 15
orig: 15, 15
offset: 0, 0
index: -1
shuriken-2
rotate: false
xy: 994, 782
size: 15, 15
orig: 15, 15
offset: 0, 0
index: -1
sign
rotate: false
xy: 306, 254
size: 50, 80
orig: 50, 80
offset: 0, 0
index: -1
sign-dead-1
rotate: false
xy: 288, 2
size: 50, 80
orig: 50, 80
offset: 0, 0
index: -1
sign-dead-2
rotate: false
xy: 826, 276
size: 50, 80
orig: 50, 80
offset: 0, 0
index: -1
spikes
rotate: false
xy: 956, 2
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
tophat
rotate: false
xy: 652, 2
size: 70, 70
orig: 70, 70
offset: 0, 0
index: -1
tree
rotate: false
xy: 724, 24
size: 100, 150
orig: 100, 150
offset: 0, 0
index: -1
tucan-1
rotate: false
xy: 862, 810
size: 90, 70
orig: 90, 70
offset: 0, 0
index: -1
tucan-attack-1
rotate: false
xy: 104, 124
size: 90, 70
orig: 90, 70
offset: 0, 0
index: -1
tucan-attack-5
rotate: false
xy: 104, 124
size: 90, 70
orig: 90, 70
offset: 0, 0
index: -1
tucan-attack-2
rotate: false
xy: 560, 2
size: 90, 70
orig: 90, 70
offset: 0, 0
index: -1
tucan-attack-4
rotate: false
xy: 560, 2
size: 90, 70
orig: 90, 70
offset: 0, 0
index: -1
creature-graphics2.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
bananabox-dead-2
rotate: false
xy: 158, 866
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
bananabox-dead-3
rotate: false
xy: 2, 540
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
bananabox-dead-4
rotate: false
xy: 158, 714
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
bananabox-dead-5
rotate: false
xy: 310, 866
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
bananabox-dead-6
rotate: false
xy: 2, 388
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
beaver-2
rotate: false
xy: 2, 12
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
beaver-4
rotate: false
xy: 2, 12
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
beaver-3
rotate: false
xy: 674, 2
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
beaver-attack-1
rotate: false
xy: 786, 2
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
biggold-1
rotate: false
xy: 928, 936
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
biggold-2
rotate: false
xy: 928, 854
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
biggold-3
rotate: false
xy: 934, 394
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
bigtree-dazed-2
rotate: false
xy: 154, 510
size: 100, 180
orig: 100, 180
offset: 0, 0
index: -1
bridge-dazed-1
rotate: false
xy: 154, 76
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
bridge-dead-1
rotate: false
xy: 662, 604
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
bridge-dead-2
rotate: false
xy: 792, 604
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
bridge-dead-3
rotate: false
xy: 544, 280
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
bridge-dead-4
rotate: false
xy: 544, 150
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
cage
rotate: false
xy: 310, 714
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
cage-dead-1
rotate: false
xy: 462, 866
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
cage-dead-2
rotate: false
xy: 2, 236
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
cage-dead-3
rotate: false
xy: 462, 714
size: 150, 150
orig: 150, 150
offset: 0, 0
index: -1
cannon
rotate: false
xy: 922, 640
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
cannon-charge
rotate: false
xy: 922, 538
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
crocodile-attack-1
rotate: false
xy: 922, 476
size: 100, 60
orig: 100, 60
offset: 0, 0
index: -1
crocodile-attack-5
rotate: false
xy: 922, 476
size: 100, 60
orig: 100, 60
offset: 0, 0
index: -1
crocodile-attack-2
rotate: false
xy: 898, 4
size: 100, 60
orig: 100, 60
offset: 0, 0
index: -1
crocodile-attack-4
rotate: false
xy: 898, 4
size: 100, 60
orig: 100, 60
offset: 0, 0
index: -1
crocodile-attack-3
rotate: false
xy: 114, 14
size: 100, 60
orig: 100, 60
offset: 0, 0
index: -1
door
rotate: false
xy: 662, 474
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-1
rotate: false
xy: 792, 474
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-2
rotate: false
xy: 674, 344
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-3
rotate: false
xy: 674, 214
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-4
rotate: false
xy: 804, 344
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-5
rotate: false
xy: 804, 214
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-6
rotate: false
xy: 674, 84
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-7
rotate: false
xy: 804, 84
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-8
rotate: false
xy: 544, 20
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
gate-open-1
rotate: false
xy: 154, 358
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
gate-open-2
rotate: false
xy: 154, 206
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
gate-open-3
rotate: false
xy: 284, 420
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
gate-open-4
rotate: false
xy: 284, 268
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
gate-open-5
rotate: false
xy: 414, 420
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
gate-open-6
rotate: false
xy: 284, 116
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
gdavis-1
rotate: false
xy: 2, 855
size: 154, 161
orig: 154, 161
offset: 0, 0
index: -1
gold-1
rotate: false
xy: 216, 24
size: 50, 50
orig: 50, 50
offset: 0, 0
index: -1
haarp-block-2
rotate: false
xy: 614, 876
size: 160, 140
orig: 160, 140
offset: 0, 0
index: -1
konga-1
rotate: false
xy: 2, 94
size: 150, 140
orig: 150, 140
offset: 0, 0
index: -1
konga-2
rotate: false
xy: 614, 734
size: 150, 140
orig: 150, 140
offset: 0, 0
index: -1
konga-attack
rotate: false
xy: 776, 876
size: 150, 140
orig: 150, 140
offset: 0, 0
index: -1
konga-cooldown
rotate: false
xy: 766, 734
size: 150, 140
orig: 150, 140
offset: 0, 0
index: -1
konga-throw-1
rotate: false
xy: 256, 572
size: 150, 140
orig: 150, 140
offset: 0, 0
index: -1
konga-throw-2
rotate: false
xy: 408, 572
size: 150, 140
orig: 150, 140
offset: 0, 0
index: -1
megakabuterigdavis-1
rotate: false
xy: 2, 692
size: 154, 161
orig: 154, 161
offset: 0, 0
index: -1
monkey-1
rotate: false
xy: 934, 312
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-2
rotate: false
xy: 934, 230
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-3
rotate: false
xy: 934, 148
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-attack-1
rotate: false
xy: 934, 66
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
oldbeaver-1
rotate: false
xy: 284, 13
size: 117, 101
orig: 117, 101
offset: 0, 0
index: -1
pleunie-fly-1
rotate: false
xy: 403, 9
size: 117, 105
orig: 117, 105
offset: 0, 0
index: -1
squaretree
rotate: false
xy: 918, 742
size: 100, 110
orig: 100, 110
offset: 0, 0
index: -1
stonewall
rotate: false
xy: 414, 268
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
stonewall-alt
rotate: false
xy: 414, 116
size: 128, 150
orig: 128, 150
offset: 0, 0
index: -1
tree-dazed-1
rotate: false
xy: 560, 562
size: 100, 150
orig: 100, 150
offset: 0, 0
index: -1
tree-dazed-2
rotate: false
xy: 544, 410
size: 100, 150
orig: 100, 150
offset: 0, 0
index: -1
creature-graphics3.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
axe-1
rotate: false
xy: 326, 592
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
axe-2
rotate: false
xy: 316, 438
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
axe-3
rotate: false
xy: 132, 120
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
axe-4
rotate: false
xy: 174, 120
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
banana-1
rotate: false
xy: 890, 472
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
banana-2
rotate: false
xy: 958, 348
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
banana-4
rotate: false
xy: 958, 348
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
banana-3
rotate: false
xy: 978, 430
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
bat-1
rotate: false
xy: 342, 38
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
bat-2
rotate: false
xy: 384, 38
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
bat-dead-1
rotate: false
xy: 240, 28
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
bat-dead-2
rotate: false
xy: 282, 28
size: 40, 40
orig: 40, 40
offset: 0, 0
index: -1
beaver-attack-2
rotate: false
xy: 254, 480
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
beaver-dead
rotate: false
xy: 132, 356
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
bigbeaver-1
rotate: false
xy: 244, 356
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
bigbeaver-3
rotate: false
xy: 244, 356
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
bigbeaver-2
rotate: false
xy: 492, 534
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
bigbeaver-attack-1
rotate: false
xy: 570, 452
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
bigbeaver-dead
rotate: false
xy: 604, 534
size: 110, 80
orig: 110, 80
offset: 0, 0
index: -1
button-pressed-2
rotate: false
xy: 648, 166
size: 50, 100
orig: 50, 100
offset: 0, 0
index: -1
button-pressed-3
rotate: false
xy: 700, 166
size: 50, 100
orig: 50, 100
offset: 0, 0
index: -1
cannon-flip-1
rotate: false
xy: 132, 662
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
cannon-flip-2
rotate: false
xy: 132, 560
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
cannon-flip-3
rotate: false
xy: 366, 426
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
coconut
rotate: false
xy: 734, 472
size: 50, 40
orig: 50, 40
offset: 0, 0
index: -1
door-open-10
rotate: false
xy: 2, 764
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
door-open-9
rotate: false
xy: 2, 894
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
flipping-platform
rotate: false
xy: 262, 772
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
platform
rotate: false
xy: 262, 772
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
flipping-platform-flip-1
rotate: false
xy: 370, 650
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
flipping-platform-flip-2
rotate: false
xy: 392, 902
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
flipping-platform-flip-8
rotate: false
xy: 392, 902
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
flipping-platform-flip-3
rotate: false
xy: 392, 780
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
flipping-platform-flip-7
rotate: false
xy: 392, 780
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
flipping-platform-flip-4
rotate: false
xy: 370, 528
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
flipping-platform-flip-6
rotate: false
xy: 370, 528
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
flipping-platform-flip-5
rotate: false
xy: 132, 438
size: 120, 120
orig: 120, 120
offset: 0, 0
index: -1
gold-2
rotate: false
xy: 458, 374
size: 50, 50
orig: 50, 50
offset: 0, 0
index: -1
gold-3
rotate: false
xy: 510, 374
size: 50, 50
orig: 50, 50
offset: 0, 0
index: -1
gold-4
rotate: false
xy: 682, 462
size: 50, 50
orig: 50, 50
offset: 0, 0
index: -1
hedgehog-1
rotate: false
xy: 492, 718
size: 100, 60
orig: 100, 60
offset: 0, 0
index: -1
hedgehog-2
rotate: false
xy: 356, 364
size: 100, 60
orig: 100, 60
offset: 0, 0
index: -1
key
rotate: false
xy: 254, 438
size: 60, 40
orig: 60, 40
offset: 0, 0
index: -1
lily
rotate: false
xy: 2, 634
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lily-flip-1
rotate: false
xy: 2, 504
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lily-flip-2
rotate: false
xy: 2, 374
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lily-flip-3
rotate: false
xy: 2, 244
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lily-flip-4
rotate: false
xy: 2, 114
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lily-flip-5
rotate: false
xy: 132, 894
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
monkey-attack-2
rotate: false
xy: 854, 186
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-attack-3
rotate: false
xy: 876, 308
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-attack-4
rotate: false
xy: 752, 104
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-attack-5
rotate: false
xy: 834, 104
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-dazed
rotate: false
xy: 916, 104
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-dead
rotate: false
xy: 936, 226
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-escape-1
rotate: false
xy: 546, 84
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-escape-2
rotate: false
xy: 444, 78
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-walk-1
rotate: false
xy: 628, 84
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-walk-2
rotate: false
xy: 710, 22
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
monkey-walk-3
rotate: false
xy: 526, 2
size: 80, 80
orig: 80, 80
offset: 0, 0
index: -1
ninja-1
rotate: false
xy: 468, 426
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
ninja-attack-1
rotate: false
xy: 514, 922
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
ninja-attack-2
rotate: false
xy: 514, 820
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
ninja-jump-1
rotate: false
xy: 492, 616
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
ninja-jump-2
rotate: false
xy: 594, 718
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
ninja-walk-1
rotate: false
xy: 616, 922
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
ninja-walk-2
rotate: false
xy: 616, 820
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
orange
rotate: false
xy: 786, 472
size: 50, 40
orig: 50, 40
offset: 0, 0
index: -1
orange-dead
rotate: false
xy: 838, 472
size: 50, 40
orig: 50, 40
offset: 0, 0
index: -1
parrot-1
rotate: false
xy: 342, 80
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
parrot-2
rotate: false
xy: 240, 70
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
parrot-6
rotate: false
xy: 240, 70
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
parrot-3
rotate: false
xy: 648, 268
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
parrot-5
rotate: false
xy: 648, 268
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
parrot-4
rotate: false
xy: 546, 166
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
parrot-attack-1
rotate: false
xy: 752, 186
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
parrot-attack-3
rotate: false
xy: 752, 186
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
parrot-attack-2
rotate: false
xy: 876, 390
size: 100, 80
orig: 100, 80
offset: 0, 0
index: -1
player-1
rotate: false
xy: 594, 616
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-2
rotate: false
xy: 696, 718
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-4
rotate: false
xy: 696, 718
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-3
rotate: false
xy: 718, 922
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-attack-1
rotate: false
xy: 718, 820
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-attack-2
rotate: false
xy: 696, 616
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-attack-3
rotate: false
xy: 570, 350
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-attack-4
rotate: false
xy: 240, 254
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-attack-5
rotate: false
xy: 132, 254
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-charge-1
rotate: false
xy: 342, 254
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-charge-2
rotate: false
xy: 444, 262
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-charge-3
rotate: false
xy: 672, 350
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-charge-4
rotate: false
xy: 716, 514
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-dazed
rotate: false
xy: 798, 718
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-dead-1
rotate: false
xy: 820, 922
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-dead-2
rotate: false
xy: 820, 820
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-dead-3
rotate: false
xy: 798, 616
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-walk-1
rotate: false
xy: 774, 370
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-walk-2
rotate: false
xy: 818, 514
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
player-walk-3
rotate: false
xy: 900, 718
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
pleunie-fly-2
rotate: false
xy: 2, 7
size: 117, 105
orig: 117, 105
offset: 0, 0
index: -1
pleunie-sit-1
rotate: false
xy: 121, 7
size: 117, 105
orig: 117, 105
offset: 0, 0
index: -1
shark-1
rotate: false
xy: 900, 616
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
shark-2
rotate: false
xy: 922, 922
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
shark-attack-1
rotate: false
xy: 922, 820
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
shark-attack-5
rotate: false
xy: 922, 820
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
shark-attack-2
rotate: false
xy: 774, 268
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
shark-attack-4
rotate: false
xy: 774, 268
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
shark-attack-3
rotate: false
xy: 546, 248
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
skeleton
rotate: false
xy: 444, 160
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
skeleton-attack-1
rotate: false
xy: 240, 152
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
soldier-1
rotate: false
xy: 132, 162
size: 100, 90
orig: 100, 90
offset: 0, 0
index: -1
soldier-2
rotate: false
xy: 342, 162
size: 100, 90
orig: 100, 90
offset: 0, 0
index: -1
switch
rotate: false
xy: 132, 764
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
switch-pressed
rotate: false
xy: 240, 634
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
tucan-attack-3
rotate: false
xy: 234, 562
size: 90, 70
orig: 90, 70
offset: 0, 0
index: -1
tucan-dead-1
rotate: false
xy: 920, 544
size: 90, 70
orig: 90, 70
offset: 0, 0
index: -1
tucan-dead-2
rotate: false
xy: 932, 472
size: 90, 70
orig: 90, 70
offset: 0, 0
index: -1
woodenwall
rotate: false
xy: 262, 894
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
effect-graphics.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
blue-orb-1
rotate: false
xy: 214, 24
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
blue-orb-static
rotate: false
xy: 214, 24
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
blue-orb-2
rotate: false
xy: 280, 24
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
blue-orb-3
rotate: false
xy: 346, 24
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
blue-orb-4
rotate: false
xy: 412, 24
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
blue-orb-5
rotate: false
xy: 478, 24
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
blue-orb-6
rotate: false
xy: 788, 22
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
button-hit
rotate: false
xy: 854, 22
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
button-net
rotate: false
xy: 890, 90
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
button-net-throw-1
rotate: false
xy: 890, 90
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
button-net-throw-2
rotate: false
xy: 956, 90
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
capture-arrow
rotate: false
xy: 544, 56
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
drops-1
rotate: false
xy: 2, 11
size: 51, 77
orig: 51, 77
offset: 0, 0
index: -1
drops-2
rotate: false
xy: 55, 11
size: 51, 77
orig: 51, 77
offset: 0, 0
index: -1
drops-3
rotate: false
xy: 108, 11
size: 51, 77
orig: 51, 77
offset: 0, 0
index: -1
drops-4
rotate: false
xy: 161, 11
size: 51, 77
orig: 51, 77
offset: 0, 0
index: -1
drown
rotate: false
xy: 788, 88
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
exclamation
rotate: false
xy: 544, 22
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
eyes-1
rotate: false
xy: 416, 3
size: 34, 19
orig: 34, 19
offset: 0, 0
index: -1
eyes-3
rotate: false
xy: 416, 3
size: 34, 19
orig: 34, 19
offset: 0, 0
index: -1
eyes-2
rotate: false
xy: 452, 3
size: 34, 19
orig: 34, 19
offset: 0, 0
index: -1
healthbar
rotate: false
xy: 214, 2
size: 200, 20
orig: 200, 20
offset: 0, 0
index: -1
hit-0
rotate: false
xy: 986, 56
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
hit-4
rotate: false
xy: 986, 56
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
hit-1
rotate: false
xy: 986, 22
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
hit-3
rotate: false
xy: 986, 22
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
icon-banana
rotate: false
xy: 920, 24
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
net-1
rotate: false
xy: 2, 90
size: 300, 300
orig: 300, 300
offset: 0, 0
index: -1
net-2
rotate: false
xy: 304, 90
size: 300, 300
orig: 300, 300
offset: 0, 0
index: -1
net-square
rotate: false
xy: 1004, 1001
size: 16, 16
orig: 16, 16
offset: 0, 0
index: -1
orientation-change
rotate: false
xy: 606, 190
size: 400, 200
orig: 400, 200
offset: 0, 0
index: -1
rain
rotate: false
xy: 1004, 922
size: 10, 20
orig: 10, 20
offset: 0, 0
index: -1
reticle
rotate: false
xy: 606, 8
size: 180, 180
orig: 180, 180
offset: 0, 0
index: -1
shadow
rotate: false
xy: 890, 156
size: 128, 32
orig: 128, 32
offset: 0, 0
index: -1
snowflake
rotate: false
xy: 1004, 983
size: 16, 16
orig: 16, 16
offset: 0, 0
index: -1
sparkle-dark
rotate: false
xy: 1004, 970
size: 11, 11
orig: 11, 11
offset: 0, 0
index: -1
sparkle-light
rotate: false
xy: 1004, 957
size: 11, 11
orig: 11, 11
offset: 0, 0
index: -1
sparkle-medium
rotate: false
xy: 1004, 944
size: 11, 11
orig: 11, 11
offset: 0, 0
index: -1
world-map
rotate: false
xy: 2, 392
size: 1000, 625
orig: 1000, 625
offset: 0, 0
index: -1
effect-graphics2.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
background-forest
rotate: false
xy: 2, 504
size: 512, 512
orig: 512, 512
offset: 0, 0
index: -1
dizzy-1
rotate: false
xy: 852, 186
size: 63, 28
orig: 63, 28
offset: 0, 0
index: -1
dizzy-2
rotate: false
xy: 852, 156
size: 63, 28
orig: 63, 28
offset: 0, 0
index: -1
dizzy-3
rotate: false
xy: 917, 186
size: 63, 28
orig: 63, 28
offset: 0, 0
index: -1
dizzy-4
rotate: false
xy: 852, 126
size: 63, 28
orig: 63, 28
offset: 0, 0
index: -1
explosion-1
rotate: false
xy: 504, 108
size: 92, 92
orig: 92, 92
offset: 0, 0
index: -1
explosion-2
rotate: false
xy: 504, 14
size: 92, 92
orig: 92, 92
offset: 0, 0
index: -1
explosion-3
rotate: false
xy: 598, 108
size: 92, 92
orig: 92, 92
offset: 0, 0
index: -1
explosion-4
rotate: false
xy: 598, 14
size: 92, 92
orig: 92, 92
offset: 0, 0
index: -1
explosion-5
rotate: false
xy: 692, 108
size: 92, 92
orig: 92, 92
offset: 0, 0
index: -1
explosion-6
rotate: false
xy: 692, 14
size: 92, 92
orig: 92, 92
offset: 0, 0
index: -1
explosion-7
rotate: false
xy: 806, 422
size: 92, 92
orig: 92, 92
offset: 0, 0
index: -1
helicopter-rope-1
rotate: false
xy: 806, 320
size: 60, 100
orig: 60, 100
offset: 0, 0
index: -1
helicopter-rope-2
rotate: false
xy: 806, 218
size: 60, 100
orig: 60, 100
offset: 0, 0
index: -1
helicopter-rope-4
rotate: false
xy: 806, 218
size: 60, 100
orig: 60, 100
offset: 0, 0
index: -1
helicopter-rope-3
rotate: false
xy: 900, 414
size: 60, 100
orig: 60, 100
offset: 0, 0
index: -1
hit-2
rotate: false
xy: 962, 482
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
icon-clock
rotate: false
xy: 868, 348
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
icon-fullenglish
rotate: false
xy: 868, 282
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
icon-gold
rotate: false
xy: 868, 216
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
icon-hourglass
rotate: false
xy: 934, 348
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
icon-key
rotate: false
xy: 934, 282
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
icon-konga
rotate: false
xy: 934, 216
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
icon-monkey
rotate: false
xy: 786, 136
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
icon-player
rotate: false
xy: 786, 70
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
icon-sign
rotate: false
xy: 786, 4
size: 64, 64
orig: 64, 64
offset: 0, 0
index: -1
net-3
rotate: false
xy: 504, 202
size: 300, 300
orig: 300, 300
offset: 0, 0
index: -1
plus-one
rotate: false
xy: 962, 448
size: 32, 32
orig: 32, 32
offset: 0, 0
index: -1
spinning-background
rotate: false
xy: 2, 2
size: 500, 500
orig: 500, 500
offset: 0, 0
index: -1
spinning-background-hole
rotate: false
xy: 516, 516
size: 500, 500
orig: 500, 500
offset: 0, 0
index: -1
effect-graphics3.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
background-snowy-mountains
rotate: false
xy: 2, 306
size: 512, 512
orig: 512, 512
offset: 0, 0
index: -1
cheer-1
rotate: false
xy: 304, 48
size: 256, 256
orig: 256, 256
offset: 0, 0
index: -1
cheer-2
rotate: false
xy: 562, 260
size: 256, 256
orig: 256, 256
offset: 0, 0
index: -1
net-4
rotate: false
xy: 2, 4
size: 300, 300
orig: 300, 300
offset: 0, 0
index: -1
net-5
rotate: false
xy: 516, 518
size: 300, 300
orig: 300, 300
offset: 0, 0
index: -1
spinning-background-circle
rotate: false
xy: 562, 2
size: 256, 256
orig: 256, 256
offset: 0, 0
index: -1
explanation.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
explanation-cage
rotate: false
xy: 2, 606
size: 601, 300
orig: 601, 300
offset: 0, 0
index: -1
explanation-cast
rotate: false
xy: 2, 304
size: 600, 300
orig: 600, 300
offset: 0, 0
index: -1
explanation-intro
rotate: false
xy: 2, 2
size: 600, 300
orig: 600, 300
offset: 0, 0
index: -1
explanation2.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
explanation-net
rotate: false
xy: 2, 304
size: 600, 300
orig: 600, 300
offset: 0, 0
index: -1
explanation-rope
rotate: false
xy: 2, 2
size: 600, 300
orig: 600, 300
offset: 0, 0
index: -1
tile-graphics.png
size: 1024, 1024
format: RGBA8888
filter: Nearest, Nearest
repeat: none
astroturf
rotate: false
xy: 2, 782
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
beach
rotate: false
xy: 2, 652
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
beach-alt-1
rotate: false
xy: 132, 782
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
beach-alt-2
rotate: false
xy: 2, 522
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
beach-end-1
rotate: false
xy: 132, 652
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
beach-end-2
rotate: false
xy: 262, 782
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
beach-end-3
rotate: false
xy: 2, 392
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
blue-tiles
rotate: false
xy: 132, 522
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
carpet
rotate: false
xy: 262, 652
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
checkerboard
rotate: false
xy: 392, 782
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
cliff
rotate: false
xy: 2, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-1
rotate: false
xy: 132, 392
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-10
rotate: false
xy: 652, 782
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-11
rotate: false
xy: 2, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-12
rotate: false
xy: 132, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-13
rotate: false
xy: 262, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-14
rotate: false
xy: 392, 392
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-15
rotate: false
xy: 522, 522
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-16
rotate: false
xy: 652, 652
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-2
rotate: false
xy: 262, 522
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-3
rotate: false
xy: 392, 652
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-4
rotate: false
xy: 522, 782
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-5
rotate: false
xy: 2, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-6
rotate: false
xy: 132, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-7
rotate: false
xy: 262, 392
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-8
rotate: false
xy: 392, 522
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
deep-water-9
rotate: false
xy: 522, 652
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
dirt
rotate: false
xy: 782, 782
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
exit
rotate: false
xy: 132, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
grass
rotate: false
xy: 262, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
grass-alt
rotate: false
xy: 392, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
grass-end
rotate: false
xy: 522, 392
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
grass-path
rotate: false
xy: 652, 522
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
grass-path-corner
rotate: false
xy: 782, 652
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
grass-path-small
rotate: false
xy: 262, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
grass-path-small-end
rotate: false
xy: 392, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
hexagon-tiles
rotate: false
xy: 522, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
ice
rotate: false
xy: 652, 392
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
ice-crack
rotate: false
xy: 782, 522
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
ice-end
rotate: false
xy: 392, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lava-1
rotate: false
xy: 522, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lava-2
rotate: false
xy: 652, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lava-3
rotate: false
xy: 782, 392
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
lava-4
rotate: false
xy: 522, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
medium-water-1
rotate: false
xy: 652, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
medium-water-2
rotate: false
xy: 782, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
medium-water-3
rotate: false
xy: 652, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
medium-water-4
rotate: false
xy: 782, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
mud
rotate: false
xy: 782, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
tile-graphics2.png
size: 1024, 512
format: RGBA8888
filter: Nearest, Nearest
repeat: none
pit
rotate: false
xy: 2, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
planks
rotate: false
xy: 2, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
planks-breaking
rotate: false
xy: 2, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
planks-breaking-breaking
rotate: false
xy: 132, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
plant
rotate: false
xy: 2, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
rainy-water-1
rotate: false
xy: 132, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
rainy-water-2
rotate: false
xy: 262, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
rainy-water-3
rotate: false
xy: 132, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
rainy-water-4
rotate: false
xy: 262, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
shallow-water-1
rotate: false
xy: 392, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
shallow-water-2
rotate: false
xy: 262, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
shallow-water-3
rotate: false
xy: 392, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
shallow-water-4
rotate: false
xy: 522, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
shallow-water-reef-1
rotate: false
xy: 392, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
shallow-water-reef-2
rotate: false
xy: 522, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
snow
rotate: false
xy: 652, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
start
rotate: false
xy: 522, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
stone-tiles
rotate: false
xy: 652, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
stone-tiles-breaking
rotate: false
xy: 652, 132
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
stone-tiles-breaking-breaking
rotate: false
xy: 782, 262
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
temple
rotate: false
xy: 652, 2
size: 128, 128
orig: 128, 128
offset: 0, 0
index: -1
properties:
name: Jungle
weather: SUNNY
background: MOUNTAINS
targetScore: 3
cheatTargetTime: 240.0
totalGold: 23
totalHealthExtensions: 0
tiles:
- type: deep-water
x: -26
y: -27
- type: deep-water
x: -26
y: -26
- type: deep-water
x: -26
y: -25
- type: deep-water
x: -26
y: -24
- type: deep-water
x: -26
y: -23
- type: deep-water
x: -26
y: -22
- type: deep-water
x: -26
y: -21
- type: deep-water
x: -26
y: -20
- type: deep-water
x: -26
y: -19
- type: deep-water
x: -26
y: -18
- type: deep-water
x: -26
y: -17
- type: deep-water
x: -26
y: -16
- type: deep-water
x: -26
y: -15
- type: deep-water
x: -26
y: -14
- type: deep-water
x: -26
y: -13
- type: deep-water
x: -26
y: -12
- type: deep-water
x: -26
y: -11
- type: deep-water
x: -26
y: -10
- type: deep-water
x: -26
y: -9
- type: deep-water
x: -26
y: -8
- type: deep-water
x: -26
y: -7
- type: deep-water
x: -26
y: -6
- type: deep-water
x: -26
y: -5
- type: deep-water
x: -26
y: -4
- type: deep-water
x: -26
y: -3
- type: deep-water
x: -26
y: -2
- type: deep-water
x: -26
y: -1
- type: deep-water
x: -26
y: 0
- type: deep-water
x: -26
y: 1
- type: deep-water
x: -26
y: 2
- type: deep-water
x: -26
y: 3
- type: deep-water
x: -25
y: -27
- type: deep-water
x: -26
y: 4
- type: deep-water
x: -25
y: -26
- type: deep-water
x: -26
y: 5
- type: deep-water
x: -25
y: -25
- type: deep-water
x: -26
y: 6
- type: deep-water
x: -25
y: -24
- type: deep-water
x: -26
y: 7
- type: deep-water
x: -25
y: -23
- type: deep-water
x: -26
y: 8
- type: deep-water
x: -25
y: -22
- type: deep-water
x: -26
y: 9
- type: deep-water
x: -25
y: -21
- type: deep-water
x: -26
y: 10
- type: deep-water
x: -25
y: -20
- type: deep-water
x: -26
y: 11
- type: deep-water
x: -25
y: -19
- type: deep-water
x: -26
y: 12
- type: deep-water
x: -25
y: -18
- type: deep-water
x: -26
y: 13
- type: deep-water
x: -25
y: -17
- type: deep-water
x: -26
y: 14
- type: deep-water
x: -25
y: -16
- type: deep-water
x: -26
y: 15
- type: deep-water
x: -25
y: -15
- type: deep-water
x: -26
y: 16
- type: deep-water
x: -25
y: -14
- type: deep-water
x: -26
y: 17
- type: deep-water
x: -25
y: -13
- type: deep-water
x: -26
y: 18
- type: deep-water
x: -25
y: -12
- type: deep-water
x: -26
y: 19
- type: deep-water
x: -25
y: -11
- type: deep-water
x: -26
y: 20
- type: deep-water
x: -25
y: -10
- type: deep-water
x: -26
y: 21
- type: deep-water
x: -25
y: -9
- type: deep-water
x: -26
y: 22
- type: deep-water
x: -25
y: -8
- type: deep-water
x: -25
y: -7
- type: deep-water
x: -25
y: -6
- type: deep-water
x: -25
y: -5
- type: deep-water
x: -25
y: -4
- type: deep-water
x: -25
y: -3
- type: deep-water
x: -25
y: -2
- type: deep-water
x: -25
y: -1
- type: deep-water
x: -25
y: 0
- type: deep-water
x: -25
y: 1
- type: deep-water
x: -25
y: 2
- type: deep-water
x: -25
y: 3
- type: deep-water
x: -25
y: 4
- type: deep-water
x: -24
y: -27
- type: deep-water
x: -25
y: 5
- type: deep-water
x: -24
y: -26
- type: deep-water
x: -25
y: 6
- type: deep-water
x: -24
y: -25
- type: deep-water
x: -25
y: 7
- type: deep-water
x: -24
y: -24
- type: deep-water
x: -25
y: 8
- type: deep-water
x: -24
y: -23
- type: deep-water
x: -25
y: 9
- type: deep-water
x: -24
y: -22
- type: deep-water
x: -25
y: 10
- type: deep-water
x: -24
y: -21
- type: deep-water
x: -25
y: 11
- type: deep-water
x: -24
y: -20
- type: deep-water
x: -25
y: 12
- type: deep-water
x: -24
y: -19
- type: deep-water
x: -25
y: 13
- type: deep-water
x: -24
y: -18
- type: deep-water
x: -25
y: 14
- type: deep-water
x: -24
y: -17
- type: deep-water
x: -25
y: 15
- type: deep-water
x: -24
y: -16
- type: deep-water
x: -25
y: 16
- type: deep-water
x: -24
y: -15
- type: deep-water
x: -25
y: 17
- type: deep-water
x: -24
y: -14
- type: deep-water
x: -25
y: 18
- type: deep-water
x: -24
y: -13
- type: deep-water
x: -25
y: 19
- type: deep-water
x: -24
y: -12
- type: deep-water
x: -25
y: 20
- type: deep-water
x: -24
y: -11
- type: deep-water
x: -25
y: 21
- type: deep-water
x: -24
y: -10
- type: deep-water
x: -25
y: 22
- type: deep-water
x: -24
y: -9
- type: deep-water
x: -24
y: -8
- type: deep-water
x: -24
y: -7
- type: deep-water
x: -24
y: -6
- type: deep-water
x: -24
y: -5
- type: deep-water
x: -24
y: -4
- type: deep-water
x: -24
y: -3
- type: deep-water
x: -24
y: -2
- type: deep-water
x: -24
y: -1
- type: deep-water
x: -24
y: 0
- type: deep-water
x: -24
y: 1
- type: deep-water
x: -24
y: 2
- type: deep-water
x: -24
y: 3
- type: deep-water
x: -23
y: -27
- type: deep-water
x: -24
y: 4
- type: deep-water
x: -23
y: -26
- type: deep-water
x: -24
y: 5
- type: deep-water
x: -23
y: -25
- type: deep-water
x: -24
y: 6
- type: deep-water
x: -23
y: -24
- type: deep-water
x: -24
y: 7
- type: deep-water
x: -23
y: -23
- type: deep-water
x: -24
y: 8
- type: deep-water
x: -23
y: -22
- type: deep-water
x: -24
y: 9
- type: deep-water
x: -23
y: -21
- type: deep-water
x: -24
y: 10
- type: deep-water
x: -23
y: -20
- type: deep-water
x: -24
y: 11
- type: deep-water
x: -23
y: -19
- type: deep-water
x: -24
y: 12
- type: deep-water
x: -23
y: -18
- type: deep-water
x: -24
y: 13
- type: deep-water
x: -23
y: -17
- type: deep-water
x: -24
y: 14
- type: deep-water
x: -23
y: -16
- type: deep-water
x: -24
y: 15
- type: deep-water
x: -23
y: -15
- type: deep-water
x: -24
y: 16
- type: deep-water
x: -23
y: -14
- type: deep-water
x: -24
y: 17
- type: deep-water
x: -23
y: -13
- type: deep-water
x: -24
y: 18
- type: deep-water
x: -23
y: -12
- type: deep-water
x: -24
y: 19
- type: deep-water
x: -23
y: -11
- type: deep-water
x: -24
y: 20
- type: deep-water
x: -23
y: -10
- type: deep-water
x: -24
y: 21
- type: deep-water
x: -23
y: -9
- type: deep-water
x: -24
y: 22
- type: deep-water
x: -23
y: -8
- type: deep-water
x: -23
y: -7
- type: deep-water
x: -23
y: -6
- type: deep-water
x: -23
y: -5
- type: deep-water
x: -23
y: -4
- type: deep-water
x: -23
y: -3
- type: deep-water
x: -23
y: -2
- type: deep-water
x: -23
y: -1
- type: deep-water
x: -23
y: 0
- type: deep-water
x: -23
y: 1
- type: deep-water
x: -23
y: 2
- type: deep-water
x: -23
y: 3
- type: deep-water
x: -22
y: -27
- type: deep-water
x: -23
y: 4
- type: deep-water
x: -22
y: -26
- type: deep-water
x: -23
y: 5
- type: deep-water
x: -22
y: -25
- type: deep-water
x: -23
y: 6
- type: deep-water
x: -22
y: -24
- type: deep-water
x: -23
y: 7
- type: deep-water
x: -22
y: -23
- type: deep-water
x: -23
y: 8
- type: deep-water
x: -22
y: -22
- type: deep-water
x: -23
y: 9
- type: deep-water
x: -23
y: 10
- type: deep-water
x: -22
y: -21
- type: deep-water
x: -23
y: 11
- type: deep-water
x: -22
y: -20
- type: deep-water
x: -23
y: 12
- type: deep-water
x: -22
y: -19
- type: deep-water
x: -23
y: 13
- type: deep-water
x: -22
y: -18
- type: deep-water
x: -23
y: 14
- type: deep-water
x: -22
y: -17
- type: deep-water
x: -23
y: 15
- type: deep-water
x: -22
y: -16
- type: deep-water
x: -23
y: 16
- type: deep-water
x: -22
y: -15
- type: deep-water
x: -23
y: 17
- type: deep-water
x: -22
y: -14
- type: deep-water
x: -23
y: 18
- type: deep-water
x: -22
y: -13
- type: deep-water
x: -23
y: 19
- type: deep-water
x: -22
y: -12
- type: deep-water
x: -23
y: 20
- type: deep-water
x: -22
y: -11
- type: deep-water
x: -23
y: 21
- type: deep-water
x: -22
y: -10
- type: deep-water
x: -23
y: 22
- type: deep-water
x: -22
y: -9
- type: deep-water
x: -22
y: -8
- type: deep-water
x: -22
y: -7
- type: deep-water
x: -22
y: -6
- type: deep-water
x: -22
y: -5
- type: deep-water
x: -22
y: -4
- type: deep-water
x: -22
y: -3
- type: deep-water
x: -22
y: -2
- type: deep-water
x: -22
y: -1
- type: deep-water
x: -22
y: 0
- type: deep-water
x: -22
y: 1
- type: deep-water
x: -22
y: 2
- type: deep-water
x: -22
y: 3
- type: deep-water
x: -22
y: 4
- type: deep-water
x: -21
y: -27
- type: deep-water
x: -22
y: 5
- type: deep-water
x: -21
y: -26
- type: deep-water
x: -22
y: 6
- type: deep-water
x: -21
y: -25
- type: deep-water
x: -22
y: 7
- type: deep-water
x: -21
y: -24
- type: deep-water
x: -22
y: 8
- type: deep-water
x: -21
y: -23
- type: deep-water
x: -22
y: 9
- type: deep-water
x: -21
y: -22
- type: deep-water
x: -22
y: 10
- type: deep-water
x: -21
y: -21
- type: deep-water
x: -22
y: 11
- type: deep-water
x: -21
y: -20
- type: deep-water
x: -22
y: 12
- type: deep-water
x: -21
y: -19
- type: deep-water
x: -22
y: 13
- type: deep-water
x: -21
y: -18
- type: deep-water
x: -22
y: 14
- type: deep-water
x: -21
y: -17
- type: deep-water
x: -22
y: 15
- type: deep-water
x: -21
y: -16
- type: deep-water
x: -22
y: 16
- type: deep-water
x: -21
y: -15
- type: deep-water
x: -22
y: 17
- type: deep-water
x: -21
y: -14
- type: deep-water
x: -22
y: 18
- type: deep-water
x: -21
y: -13
- type: deep-water
x: -22
y: 19
- type: deep-water
x: -21
y: -12
- type: deep-water
x: -22
y: 20
- type: deep-water
x: -21
y: -11
- type: deep-water
x: -22
y: 21
- type: deep-water
x: -21
y: -10
- type: deep-water
x: -21
y: -9
- type: deep-water
x: -22
y: 22
- type: deep-water
x: -21
y: -8
- type: deep-water
x: -21
y: -7
- type: deep-water
x: -21
y: -6
- type: deep-water
x: -21
y: -5
- type: deep-water
x: -21
y: -4
- type: deep-water
x: -21
y: -3
- type: deep-water
x: -21
y: -2
- type: deep-water
x: -21
y: -1
- type: deep-water
x: -21
y: 0
- type: deep-water
x: -21
y: 1
- type: deep-water
x: -21
y: 2
- type: deep-water
x: -21
y: 3
- type: deep-water
x: -20
y: -27
- type: deep-water
x: -21
y: 4
- type: deep-water
x: -20
y: -26
- type: deep-water
x: -21
y: 5
- type: grass
x: -20
y: -25
- type: deep-water
x: -21
y: 6
- type: grass
x: -20
y: -24
- type: deep-water
x: -21
y: 7
- type: grass
x: -20
y: -23
- type: deep-water
x: -21
y: 8
- type: grass
x: -20
y: -22
- type: deep-water
x: -21
y: 9
- type: grass
x: -20
y: -21
- type: deep-water
x: -21
y: 10
- type: grass
x: -20
y: -20
- type: deep-water
x: -21
y: 11
- type: grass
x: -20
y: -19
- type: deep-water
x: -21
y: 12
- type: grass
x: -20
y: -18
- type: deep-water
x: -21
y: 13
- type: grass
x: -20
y: -17
- type: deep-water
x: -21
y: 14
- type: grass
x: -20
y: -16
- type: deep-water
x: -21
y: 15
- type: grass
x: -20
y: -15
- type: deep-water
x: -21
y: 16
- type: grass
x: -20
y: -14
- type: deep-water
x: -21
y: 17
- type: grass
x: -20
y: -13
- type: deep-water
x: -21
y: 18
- type: grass
x: -20
y: -12
- type: deep-water
x: -21
y: 19
- type: grass
x: -20
y: -11
- type: deep-water
x: -21
y: 20
- type: grass
x: -20
y: -10
- type: deep-water
x: -21
y: 21
- type: deep-water
x: -21
y: 22
- type: grass
x: -20
y: -9
- type: grass
x: -20
y: -8
- type: grass
x: -20
y: -7
- type: grass
x: -20
y: -6
- type: grass
x: -20
y: -5
- type: grass
x: -20
y: -4
- type: grass
x: -20
y: -3
- type: grass
x: -20
y: -2
- type: grass
x: -20
y: -1
- type: grass
x: -20
y: 0
- type: grass
x: -20
y: 1
- type: grass
x: -20
y: 2
- type: grass
x: -20
y: 3
- type: grass
x: -20
y: 4
- type: deep-water
x: -19
y: -27
- type: grass
x: -20
y: 5
- type: deep-water
x: -19
y: -26
- type: grass
x: -20
y: 6
- type: grass
x: -19
y: -25
- type: grass
x: -20
y: 7
- type: grass
x: -19
y: -24
- type: grass
x: -20
y: 8
- type: grass
x: -19
y: -23
- type: grass
x: -20
y: 9
- type: grass
x: -19
y: -22
- type: grass
x: -19
y: -21
- type: grass-end
x: -20
y: 10
- type: beach
x: -20
y: 11
- type: grass
x: -19
y: -20
- type: beach
x: -20
y: 12
- type: grass
x: -19
y: -19
- type: beach
x: -20
y: 13
- type: grass
x: -19
y: -18
- type: beach-end
x: -20
y: 14
- type: grass
x: -19
y: -17
- type: shallow-water
x: -20
y: 15
- type: grass
x: -19
y: -16
- type: shallow-water
x: -20
y: 16
- type: grass
x: -19
y: -15
- type: shallow-water
x: -20
y: 17
- type: grass
x: -19
y: -14
- type: deep-water
x: -20
y: 18
- type: grass
x: -19
y: -13
- type: deep-water
x: -20
y: 19
- type: grass
x: -19
y: -12
- type: deep-water
x: -20
y: 20
- type: grass
x: -19
y: -11
- type: deep-water
x: -20
y: 21
- type: grass
x: -19
y: -10
- type: deep-water
x: -20
y: 22
- type: grass
x: -19
y: -9
- type: grass
x: -19
y: -8
- type: grass
x: -19
y: -7
- type: grass
x: -19
y: -6
- type: grass
x: -19
y: -5
- type: grass
x: -19
y: -4
- type: grass
x: -19
y: -3
- type: grass
x: -19
y: -2
- type: grass
x: -19
y: -1
- type: grass
x: -19
y: 0
- type: grass
x: -19
y: 1
- type: grass
x: -19
y: 2
- type: grass
x: -19
y: 3
- type: deep-water
x: -18
y: -27
- type: grass
x: -19
y: 4
- type: deep-water
x: -18
y: -26
- type: grass
x: -19
y: 5
- type: grass
x: -18
y: -25
- type: grass
x: -19
y: 6
- type: grass
x: -18
y: -24
- type: grass
x: -19
y: 7
- type: grass
x: -18
y: -23
- type: grass
x: -19
y: 8
- type: grass
x: -18
y: -22
- type: grass
x: -19
y: 9
- type: grass
x: -18
y: -21
- type: grass-end
x: -19
y: 10
- type: grass
x: -18
y: -20
- type: beach
x: -19
y: 11
- type: grass
x: -18
y: -19
- type: beach
x: -19
y: 12
- type: grass
x: -18
y: -18
- type: beach
x: -19
y: 13
- type: grass
x: -18
y: -17
- type: beach-end
x: -19
y: 14
- type: grass
x: -18
y: -16
- type: shallow-water
x: -19
y: 15
- type: grass
x: -18
y: -15
- type: shallow-water
x: -19
y: 16
- type: grass
x: -18
y: -14
- type: shallow-water
x: -19
y: 17
- type: grass
x: -18
y: -13
- type: deep-water
x: -19
y: 18
- type: grass
x: -18
y: -12
- type: deep-water
x: -19
y: 19
- type: grass
x: -18
y: -11
- type: deep-water
x: -19
y: 20
- type: grass
x: -18
y: -10
- type: deep-water
x: -19
y: 21
- type: grass
x: -18
y: -9
- type: deep-water
x: -19
y: 22
- type: grass
x: -18
y: -8
- type: grass
x: -18
y: -7
- type: grass
x: -18
y: -6
- type: grass
x: -18
y: -5
- type: grass
x: -18
y: -4
- type: grass
x: -18
y: -3
- type: grass
x: -18
y: -2
- type: grass
x: -18
y: -1
- type: grass
x: -18
y: 0
- type: grass
x: -18
y: 1
- type: grass
x: -18
y: 2
- type: grass
x: -18
y: 3
- type: deep-water
x: -17
y: -27
- type: grass
x: -18
y: 4
- type: deep-water
x: -17
y: -26
- type: grass
x: -18
y: 5
- type: grass
x: -17
y: -25
- type: grass
x: -18
y: 6
- type: grass
x: -17
y: -24
- type: grass
x: -18
y: 7
- type: grass
x: -17
y: -23
- type: grass
x: -18
y: 8
- type: grass
x: -17
y: -22
- type: grass
x: -18
y: 9
- type: grass
x: -17
y: -21
- type: grass-end
x: -18
y: 10
- type: beach
x: -18
y: 11
- type: grass
x: -17
y: -20
- type: beach
x: -18
y: 12
- type: grass
x: -17
y: -19
- type: beach
x: -18
y: 13
- type: grass
x: -17
y: -18
- type: beach-end
x: -18
y: 14
- type: grass-path-small-end
x: -17
y: -17
rotation: 270
- type: shallow-water
x: -18
y: 15
- type: grass-path-small
x: -17
y: -16
rotation: 90
- type: shallow-water
x: -18
y: 16
- type: grass-path-small
x: -17
y: -15
rotation: 90
- type: shallow-water
x: -18
y: 17
- type: grass-path-small
x: -17
y: -14
rotation: 90
- type: deep-water
x: -18
y: 18
- type: grass-path-small
x: -17
y: -13
rotation: 90
- type: deep-water
x: -18
y: 19
- type: grass-path-small
x: -17
y: -12
rotation: 90
- type: deep-water
x: -18
y: 20
- type: grass-path-small-end
x: -17
y: -11
rotation: 90
- type: deep-water
x: -18
y: 21
- type: grass
x: -17
y: -10
- type: deep-water
x: -18
y: 22
- type: grass
x: -17
y: -9
- type: grass
x: -17
y: -8
- type: grass
x: -17
y: -7
- type: grass
x: -17
y: -6
- type: grass
x: -17
y: -5
- type: grass
x: -17
y: -4
- type: grass
x: -17
y: -3
- type: grass
x: -17
y: -2
- type: grass
x: -17
y: -1
- type: grass
x: -17
y: 0
- type: grass
x: -17
y: 1
- type: grass
x: -17
y: 2
- type: grass
x: -17
y: 3
- type: deep-water
x: -16
y: -27
- type: grass
x: -17
y: 4
- type: deep-water
x: -16
y: -26
- type: grass
x: -17
y: 5
- type: grass
x: -16
y: -25
- type: grass
x: -17
y: 6
- type: grass-end
x: -16
y: -24
- type: grass
x: -17
y: 7
- type: beach
x: -16
y: -23
- type: grass
x: -17
y: 8
- type: grass-end
x: -16
y: -22
rotation: 180
- type: grass
x: -17
y: 9
- type: grass
x: -16
y: -21
- type: grass-end
x: -17
y: 10
- type: grass
x: -16
y: -20
- type: beach
x: -17
y: 11
- type: grass
x: -16
y: -19
- type: beach
x: -17
y: 12
- type: grass
x: -16
y: -18
- type: beach
x: -17
y: 13
- type: grass
x: -16
y: -17
- type: beach-end
x: -17
y: 14
- type: grass
x: -16
y: -16
- type: shallow-water
x: -17
y: 15
- type: grass
x: -16
y: -15
- type: shallow-water
x: -17
y: 16
- type: grass
x: -16
y: -14
- type: shallow-water
x: -17
y: 17
- type: grass
x: -16
y: -13
- type: deep-water
x: -17
y: 18
- type: grass
x: -16
y: -12
- type: deep-water
x: -17
y: 19
- type: grass
x: -16
y: -11
- type: deep-water
x: -17
y: 20
- type: grass
x: -16
y: -10
- type: deep-water
x: -17
y: 21
- type: grass
x: -16
y: -9
- type: deep-water
x: -17
y: 22
- type: grass
x: -16
y: -8
- type: grass
x: -16
y: -7
- type: grass
x: -16
y: -6
- type: grass
x: -16
y: -5
- type: grass
x: -16
y: -4
- type: grass
x: -16
y: -3
- type: grass
x: -16
y: -2
- type: grass
x: -16
y: -1
- type: grass
x: -16
y: 0
- type: grass
x: -16
y: 1
- type: grass
x: -16
y: 2
- type: grass
x: -16
y: 3
- type: deep-water
x: -15
y: -27
- type: grass
x: -16
y: 4
- type: deep-water
x: -15
y: -26
- type: grass
x: -16
y: 5
- type: grass
x: -15
y: -25
- type: grass
x: -16
y: 6
- type: grass-end
x: -15
y: -24
- type: grass
x: -16
y: 7
- type: beach
x: -15
y: -23
- type: grass
x: -16
y: 8
- type: grass-end
x: -15
y: -22
rotation: 180
- type: grass
x: -16
y: 9
- type: grass
x: -15
y: -21
- type: grass-end
x: -16
y: 10
- type: grass
x: -15
y: -20
- type: beach
x: -16
y: 11
- type: grass
x: -15
y: -19
- type: beach
x: -16
y: 12
- type: grass
x: -15
y: -18
- type: beach
x: -16
y: 13
- type: grass
x: -15
y: -17
- type: beach-end
x: -16
y: 14
- type: grass
x: -15
y: -16
- type: shallow-water
x: -16
y: 15
- type: grass
x: -15
y: -15
- type: shallow-water
x: -16
y: 16
- type: grass
x: -15
y: -14
- type: shallow-water
x: -16
y: 17
- type: grass
x: -15
y: -13
- type: deep-water
x: -16
y: 18
- type: grass
x: -15
y: -12
- type: deep-water
x: -16
y: 19
- type: grass
x: -15
y: -11
- type: deep-water
x: -16
y: 20
- type: grass
x: -15
y: -10
- type: deep-water
x: -16
y: 21
- type: deep-water
x: -16
y: 22
- type: grass
x: -15
y: -9
- type: grass
x: -15
y: -8
- type: grass
x: -15
y: -7
- type: grass
x: -15
y: -6
- type: grass
x: -15
y: -5
- type: grass
x: -15
y: -4
- type: grass
x: -15
y: -3
- type: grass
x: -15
y: -2
- type: grass
x: -15
y: -1
- type: grass
x: -15
y: 0
- type: grass
x: -15
y: 1
- type: grass
x: -15
y: 2
- type: grass
x: -15
y: 3
- type: grass
x: -15
y: 4
- type: deep-water
x: -14
y: -27
- type: grass
x: -15
y: 5
- type: deep-water
x: -14
y: -26
- type: grass
x: -15
y: 6
- type: grass
x: -14
y: -25
- type: grass
x: -15
y: 7
- type: grass-end
x: -14
y: -24
- type: grass
x: -15
y: 8
- type: beach
x: -14
y: -23
- type: grass
x: -15
y: 9
- type: grass-end
x: -14
y: -22
rotation: 180
- type: grass
x: -14
y: -21
- type: grass-end
x: -15
y: 10
- type: grass
x: -14
y: -20
- type: beach
x: -15
y: 11
- type: grass
x: -14
y: -19
- type: beach
x: -15
y: 12
- type: grass
x: -14
y: -18
- type: beach
x: -15
y: 13
- type: grass
x: -14
y: -17
- type: beach-end
x: -15
y: 14
- type: grass
x: -14
y: -16
- type: shallow-water
x: -15
y: 15
- type: grass
x: -14
y: -15
- type: shallow-water
x: -15
y: 16
- type: grass
x: -14
y: -14
- type: shallow-water
x: -15
y: 17
- type: grass
x: -14
y: -13
- type: deep-water
x: -15
y: 18
- type: grass
x: -14
y: -12
- type: deep-water
x: -15
y: 19
- type: grass
x: -14
y: -11
- type: deep-water
x: -15
y: 20
- type: grass
x: -14
y: -10
- type: deep-water
x: -15
y: 21
- type: grass
x: -14
y: -9
- type: deep-water
x: -15
y: 22
- type: grass
x: -14
y: -8
- type: grass
x: -14
y: -7
- type: grass
x: -14
y: -6
- type: grass
x: -14
y: -5
- type: grass
x: -14
y: -4
- type: grass
x: -14
y: -3
- type: grass
x: -14
y: -2
- type: grass
x: -14
y: -1
- type: grass
x: -14
y: 0
- type: grass
x: -14
y: 1
- type: grass
x: -14
y: 2
- type: grass
x: -14
y: 3
- type: deep-water
x: -13
y: -27
- type: grass
x: -14
y: 4
- type: deep-water
x: -13
y: -26
- type: grass
x: -14
y: 5
- type: grass
x: -13
y: -25
- type: grass
x: -14
y: 6
- type: grass-end
x: -13
y: -24
- type: grass
x: -14
y: 7
- type: beach
x: -13
y: -23
- type: grass
x: -14
y: 8
- type: grass-end
x: -13
y: -22
rotation: 180
- type: grass
x: -14
y: 9
- type: grass
x: -13
y: -21
- type: grass-end
x: -14
y: 10
- type: beach
x: -14
y: 11
- type: grass
x: -13
y: -20
- type: beach
x: -14
y: 12
- type: grass
x: -13
y: -19
- type: beach
x: -14
y: 13
- type: grass
x: -13
y: -18
- type: beach-end
x: -14
y: 14
- type: grass
x: -13
y: -17
- type: shallow-water
x: -14
y: 15
- type: grass
x: -13
y: -16
- type: shallow-water
x: -14
y: 16
- type: grass
x: -13
y: -15
- type: shallow-water
x: -14
y: 17
- type: grass
x: -13
y: -14
- type: deep-water
x: -14
y: 18
- type: grass
x: -13
y: -13
- type: deep-water
x: -14
y: 19
- type: grass
x: -13
y: -12
- type: deep-water
x: -14
y: 20
- type: grass
x: -13
y: -11
- type: deep-water
x: -14
y: 21
- type: grass
x: -13
y: -10
- type: deep-water
x: -14
y: 22
- type: grass
x: -13
y: -9
- type: grass
x: -13
y: -8
- type: grass
x: -13
y: -7
- type: grass
x: -13
y: -6
- type: grass
x: -13
y: -5
- type: grass
x: -13
y: -4
- type: grass
x: -13
y: -3
- type: grass
x: -13
y: -2
- type: grass
x: -13
y: -1
- type: grass
x: -13
y: 0
- type: grass
x: -13
y: 1
- type: grass
x: -13
y: 2
- type: grass
x: -13
y: 3
- type: grass
x: -13
y: 4
- type: deep-water
x: -12
y: -27
- type: grass
x: -13
y: 5
- type: deep-water
x: -12
y: -26
- type: grass
x: -13
y: 6
- type: grass
x: -12
y: -25
- type: grass
x: -13
y: 7
- type: grass-end
x: -12
y: -24
- type: grass
x: -13
y: 8
- type: beach
x: -12
y: -23
- type: grass
x: -13
y: 9
- type: grass-end
x: -12
y: -22
rotation: 180
- type: grass
x: -12
y: -21
- type: grass-end
x: -13
y: 10
- type: grass
x: -12
y: -20
- type: beach
x: -13
y: 11
- type: grass
x: -12
y: -19
- type: beach
x: -13
y: 12
- type: grass
x: -12
y: -18
- type: beach
x: -13
y: 13
- type: grass
x: -12
y: -17
- type: beach-end
x: -13
y: 14
- type: grass
x: -12
y: -16
- type: shallow-water
x: -13
y: 15
- type: grass
x: -12
y: -15
- type: shallow-water
x: -13
y: 16
- type: grass
x: -12
y: -14
- type: shallow-water
x: -13
y: 17
- type: grass
x: -12
y: -13
- type: deep-water
x: -13
y: 18
- type: grass
x: -12
y: -12
- type: deep-water
x: -13
y: 19
- type: grass
x: -12
y: -11
- type: deep-water
x: -13
y: 20
- type: grass
x: -12
y: -10
- type: deep-water
x: -13
y: 21
- type: grass
x: -12
y: -9
- type: deep-water
x: -13
y: 22
- type: grass
x: -12
y: -8
- type: grass
x: -12
y: -7
- type: grass
x: -12
y: -6
- type: grass
x: -12
y: -5
- type: grass
x: -12
y: -4
- type: grass
x: -12
y: -3
- type: grass
x: -12
y: -2
- type: grass
x: -12
y: -1
- type: grass
x: -12
y: 0
- type: grass
x: -12
y: 1
- type: grass
x: -12
y: 2
- type: grass
x: -12
y: 3
- type: grass
x: -12
y: 4
- type: deep-water
x: -11
y: -27
- type: grass
x: -12
y: 5
- type: deep-water
x: -11
y: -26
- type: grass
x: -12
y: 6
- type: grass
x: -11
y: -25
- type: grass
x: -12
y: 7
- type: grass-end
x: -11
y: -24
- type: grass
x: -12
y: 8
- type: beach
x: -11
y: -23
- type: grass
x: -12
y: 9
- type: grass-end
x: -11
y: -22
rotation: 180
- type: grass
x: -11
y: -21
- type: grass-end
x: -12
y: 10
- type: beach
x: -12
y: 11
- type: grass
x: -11
y: -20
- type: beach
x: -12
y: 12
- type: grass
x: -11
y: -19
- type: beach
x: -12
y: 13
- type: grass
x: -11
y: -18
- type: beach-end
x: -12
y: 14
- type: grass
x: -11
y: -17
- type: shallow-water
x: -12
y: 15
- type: grass
x: -11
y: -16
- type: shallow-water
x: -12
y: 16
- type: grass
x: -11
y: -15
- type: shallow-water
x: -12
y: 17
- type: grass
x: -11
y: -14
- type: deep-water
x: -12
y: 18
- type: grass
x: -11
y: -13
- type: deep-water
x: -12
y: 19
- type: grass
x: -11
y: -12
- type: deep-water
x: -12
y: 20
- type: grass
x: -11
y: -11
- type: deep-water
x: -12
y: 21
- type: grass
x: -11
y: -10
- type: deep-water
x: -12
y: 22
- type: grass
x: -11
y: -9
- type: grass
x: -11
y: -8
- type: grass
x: -11
y: -7
- type: grass
x: -11
y: -6
- type: grass
x: -11
y: -5
- type: grass
x: -11
y: -4
- type: grass
x: -11
y: -3
- type: grass
x: -11
y: -2
- type: grass
x: -11
y: -1
- type: grass
x: -11
y: 0
- type: grass
x: -11
y: 1
- type: grass
x: -11
y: 2
- type: grass
x: -11
y: 3
- type: deep-water
x: -10
y: -27
- type: grass
x: -11
y: 4
- type: deep-water
x: -10
y: -26
- type: grass
x: -11
y: 5
- type: grass
x: -10
y: -25
- type: grass
x: -11
y: 6
- type: grass-end
x: -10
y: -24
- type: grass
x: -11
y: 7
- type: beach
x: -10
y: -23
- type: grass
x: -11
y: 8
- type: grass-end
x: -10
y: -22
rotation: 180
- type: grass
x: -11
y: 9
- type: grass
x: -10
y: -21
- type: grass-end
x: -11
y: 10
- type: grass
x: -10
y: -20
- type: beach
x: -11
y: 11
- type: grass
x: -10
y: -19
- type: beach
x: -11
y: 12
- type: grass
x: -10
y: -18
- type: beach
x: -11
y: 13
- type: grass
x: -10
y: -17
- type: beach-end
x: -11
y: 14
- type: grass
x: -10
y: -16
- type: shallow-water
x: -11
y: 15
- type: grass
x: -10
y: -15
- type: shallow-water
x: -11
y: 16
- type: grass
x: -10
y: -14
- type: shallow-water
x: -11
y: 17
- type: grass
x: -10
y: -13
- type: deep-water
x: -11
y: 18
- type: grass
x: -10
y: -12
- type: deep-water
x: -11
y: 19
- type: grass
x: -10
y: -11
- type: deep-water
x: -11
y: 20
- type: grass
x: -10
y: -10
- type: deep-water
x: -11
y: 21
- type: grass
x: -10
y: -9
- type: deep-water
x: -11
y: 22
- type: grass
x: -10
y: -8
- type: grass
x: -10
y: -7
- type: grass
x: -10
y: -6
- type: grass
x: -10
y: -5
- type: grass
x: -10
y: -4
- type: grass
x: -10
y: -3
- type: grass
x: -10
y: -2
- type: grass
x: -10
y: -1
- type: grass
x: -10
y: 0
- type: grass
x: -10
y: 1
- type: grass
x: -10
y: 2
- type: grass
x: -10
y: 3
- type: grass
x: -10
y: 4
- type: deep-water
x: -9
y: -27
- type: grass
x: -10
y: 5
- type: deep-water
x: -9
y: -26
- type: grass
x: -10
y: 6
- type: grass
x: -9
y: -25
- type: grass
x: -10
y: 7
- type: grass-end
x: -9
y: -24
- type: grass
x: -10
y: 8
- type: beach
x: -9
y: -23
- type: grass
x: -10
y: 9
- type: grass-end
x: -9
y: -22
rotation: 180
- type: grass
x: -9
y: -21
- type: grass-end
x: -10
y: 10
- type: beach
x: -10
y: 11
- type: grass
x: -9
y: -20
- type: beach
x: -10
y: 12
- type: grass
x: -9
y: -19
- type: beach
x: -10
y: 13
- type: grass
x: -9
y: -18
- type: beach-end
x: -10
y: 14
- type: grass
x: -9
y: -17
- type: shallow-water
x: -10
y: 15
- type: grass
x: -9
y: -16
- type: shallow-water
x: -10
y: 16
- type: grass
x: -9
y: -15
- type: shallow-water
x: -10
y: 17
- type: grass
x: -9
y: -14
- type: deep-water
x: -10
y: 18
- type: grass
x: -9
y: -13
- type: deep-water
x: -10
y: 19
- type: grass
x: -9
y: -12
- type: deep-water
x: -10
y: 20
- type: grass
x: -9
y: -11
- type: deep-water
x: -10
y: 21
- type: grass
x: -9
y: -10
- type: deep-water
x: -10
y: 22
- type: grass
x: -9
y: -9
- type: grass
x: -9
y: -8
- type: grass
x: -9
y: -7
- type: grass
x: -9
y: -6
- type: grass
x: -9
y: -5
- type: grass
x: -9
y: -4
- type: grass
x: -9
y: -3
- type: grass
x: -9
y: -2
- type: grass
x: -9
y: -1
- type: grass
x: -9
y: 0
- type: grass
x: -9
y: 1
- type: grass
x: -9
y: 2
- type: grass
x: -9
y: 3
- type: grass
x: -9
y: 4
- type: deep-water
x: -8
y: -27
- type: grass
x: -9
y: 5
- type: deep-water
x: -8
y: -26
- type: grass
x: -9
y: 6
- type: grass
x: -8
y: -25
- type: grass
x: -9
y: 7
- type: grass-end
x: -8
y: -24
- type: grass
x: -9
y: 8
- type: beach
x: -8
y: -23
- type: grass
x: -9
y: 9
- type: grass-end
x: -8
y: -22
rotation: 180
- type: grass
x: -8
y: -21
- type: grass-end
x: -9
y: 10
- type: grass
x: -8
y: -20
- type: beach
x: -9
y: 11
- type: grass
x: -8
y: -19
- type: beach
x: -9
y: 12
- type: grass
x: -8
y: -18
- type: beach
x: -9
y: 13
- type: grass
x: -8
y: -17
- type: beach-end
x: -9
y: 14
- type: grass
x: -8
y: -16
- type: shallow-water
x: -9
y: 15
- type: grass
x: -8
y: -15
- type: shallow-water
x: -9
y: 16
- type: grass
x: -8
y: -14
- type: shallow-water
x: -9
y: 17
- type: grass
x: -8
y: -13
- type: deep-water
x: -9
y: 18
- type: grass
x: -8
y: -12
- type: deep-water
x: -9
y: 19
- type: grass
x: -8
y: -11
- type: deep-water
x: -9
y: 20
- type: grass
x: -8
y: -10
- type: deep-water
x: -9
y: 21
- type: grass
x: -8
y: -9
- type: deep-water
x: -9
y: 22
- type: grass
x: -8
y: -8
- type: grass
x: -8
y: -7
- type: grass
x: -8
y: -6
- type: grass
x: -8
y: -5
- type: grass
x: -8
y: -4
- type: grass
x: -8
y: -3
- type: grass
x: -8
y: -2
- type: grass
x: -8
y: -1
- type: grass
x: -8
y: 0
- type: grass
x: -8
y: 1
- type: grass
x: -8
y: 2
- type: grass
x: -8
y: 3
- type: deep-water
x: -7
y: -27
- type: grass
x: -8
y: 4
- type: deep-water
x: -7
y: -26
- type: grass
x: -8
y: 5
- type: grass
x: -7
y: -25
- type: grass
x: -8
y: 6
- type: grass-end
x: -7
y: -24
- type: grass
x: -8
y: 7
- type: beach
x: -7
y: -23
- type: grass
x: -8
y: 8
- type: grass-end
x: -7
y: -22
rotation: 180
- type: grass
x: -8
y: 9
- type: grass
x: -7
y: -21
- type: grass-end
x: -8
y: 10
- type: grass
x: -7
y: -20
- type: beach
x: -8
y: 11
- type: grass
x: -7
y: -19
- type: beach
x: -8
y: 12
- type: grass
x: -7
y: -18
- type: beach
x: -8
y: 13
- type: grass
x: -7
y: -17
- type: beach-end
x: -8
y: 14
- type: grass
x: -7
y: -16
- type: shallow-water
x: -8
y: 15
- type: grass
x: -7
y: -15
- type: shallow-water
x: -8
y: 16
- type: grass
x: -7
y: -14
- type: shallow-water
x: -8
y: 17
- type: grass
x: -7
y: -13
- type: deep-water
x: -8
y: 18
- type: grass
x: -7
y: -12
- type: deep-water
x: -8
y: 19
- type: grass
x: -7
y: -11
- type: deep-water
x: -8
y: 20
- type: grass
x: -7
y: -10
- type: deep-water
x: -8
y: 21
- type: grass
x: -7
y: -9
- type: deep-water
x: -8
y: 22
- type: grass
x: -7
y: -8
- type: grass
x: -7
y: -7
- type: grass
x: -7
y: -6
- type: grass
x: -7
y: -5
- type: grass
x: -7
y: -4
- type: grass
x: -7
y: -3
- type: grass
x: -7
y: -2
- type: grass
x: -7
y: -1
- type: grass
x: -7
y: 0
- type: grass
x: -7
y: 1
- type: grass
x: -7
y: 2
- type: grass
x: -7
y: 3
- type: grass
x: -7
y: 4
- type: deep-water
x: -6
y: -27
- type: grass
x: -7
y: 5
- type: deep-water
x: -6
y: -26
- type: grass
x: -7
y: 6
- type: grass
x: -6
y: -25
- type: grass
x: -7
y: 7
- type: grass-end
x: -6
y: -24
- type: grass
x: -7
y: 8
- type: beach
x: -6
y: -23
- type: grass
x: -7
y: 9
- type: grass-end
x: -6
y: -22
rotation: 180
- type: grass
x: -6
y: -21
- type: grass-end
x: -7
y: 10
- type: beach
x: -7
y: 11
- type: grass
x: -6
y: -20
- type: beach
x: -7
y: 12
- type: grass
x: -6
y: -19
- type: beach
x: -7
y: 13
- type: grass
x: -6
y: -18
- type: beach-end
x: -7
y: 14
- type: grass
x: -6
y: -17
- type: shallow-water
x: -7
y: 15
- type: grass
x: -6
y: -16
- type: shallow-water
x: -7
y: 16
- type: grass
x: -6
y: -15
- type: shallow-water
x: -7
y: 17
- type: grass
x: -6
y: -14
- type: deep-water
x: -7
y: 18
- type: grass
x: -6
y: -13
- type: deep-water
x: -7
y: 19
- type: grass
x: -6
y: -12
- type: deep-water
x: -7
y: 20
- type: grass
x: -6
y: -11
- type: deep-water
x: -7
y: 21
- type: grass
x: -6
y: -10
- type: deep-water
x: -7
y: 22
- type: grass
x: -6
y: -9
- type: grass
x: -6
y: -8
- type: grass
x: -6
y: -7
- type: grass
x: -6
y: -6
- type: grass
x: -6
y: -5
- type: grass
x: -6
y: -4
- type: grass
x: -6
y: -3
- type: grass
x: -6
y: -2
- type: grass
x: -6
y: -1
- type: grass
x: -6
y: 0
- type: grass
x: -6
y: 1
- type: grass
x: -6
y: 2
- type: grass
x: -6
y: 3
- type: deep-water
x: -5
y: -27
- type: grass
x: -6
y: 4
- type: deep-water
x: -5
y: -26
- type: grass
x: -6
y: 5
- type: grass
x: -5
y: -25
- type: grass
x: -6
y: 6
- type: grass-end
x: -5
y: -24
- type: grass
x: -6
y: 7
- type: beach
x: -5
y: -23
- type: grass
x: -6
y: 8
- type: grass-end
x: -5
y: -22
rotation: 180
- type: grass
x: -6
y: 9
- type: grass
x: -5
y: -21
- type: grass-end
x: -6
y: 10
- type: grass
x: -5
y: -20
- type: beach
x: -6
y: 11
- type: grass
x: -5
y: -19
- type: beach
x: -6
y: 12
- type: grass
x: -5
y: -18
- type: beach
x: -6
y: 13
- type: grass
x: -5
y: -17
- type: beach-end
x: -6
y: 14
- type: grass
x: -5
y: -16
- type: shallow-water
x: -6
y: 15
- type: grass
x: -5
y: -15
- type: shallow-water
x: -6
y: 16
- type: grass
x: -5
y: -14
- type: shallow-water
x: -6
y: 17
- type: grass
x: -5
y: -13
- type: deep-water
x: -6
y: 18
- type: grass
x: -5
y: -12
- type: deep-water
x: -6
y: 19
- type: grass
x: -5
y: -11
- type: deep-water
x: -6
y: 20
- type: grass
x: -5
y: -10
- type: deep-water
x: -6
y: 21
- type: grass
x: -5
y: -9
- type: deep-water
x: -6
y: 22
- type: grass
x: -5
y: -8
- type: grass
x: -5
y: -7
- type: grass
x: -5
y: -6
- type: grass
x: -5
y: -5
- type: grass
x: -5
y: -4
- type: grass
x: -5
y: -3
- type: grass
x: -5
y: -2
- type: grass
x: -5
y: -1
- type: grass
x: -5
y: 0
- type: grass
x: -5
y: 1
- type: grass
x: -5
y: 2
- type: grass
x: -5
y: 3
- type: grass
x: -5
y: 4
- type: deep-water
x: -4
y: -27
- type: grass
x: -5
y: 5
- type: deep-water
x: -4
y: -26
- type: grass
x: -5
y: 6
- type: grass
x: -4
y: -25
- type: grass
x: -5
y: 7
- type: grass-end
x: -4
y: -24
- type: grass
x: -5
y: 8
- type: beach
x: -4
y: -23
- type: grass
x: -5
y: 9
- type: grass-end
x: -4
y: -22
rotation: 180
- type: grass
x: -4
y: -21
- type: grass-end
x: -5
y: 10
- type: grass
x: -4
y: -20
- type: beach
x: -5
y: 11
- type: grass
x: -4
y: -19
- type: beach
x: -5
y: 12
- type: grass
x: -4
y: -18
- type: beach
x: -5
y: 13
- type: grass
x: -4
y: -17
- type: beach-end
x: -5
y: 14
- type: grass
x: -4
y: -16
- type: shallow-water
x: -5
y: 15
- type: grass
x: -4
y: -15
- type: shallow-water
x: -5
y: 16
- type: grass
x: -4
y: -14
- type: shallow-water
x: -5
y: 17
- type: grass
x: -4
y: -13
- type: deep-water
x: -5
y: 18
- type: grass
x: -4
y: -12
- type: deep-water
x: -5
y: 19
- type: grass
x: -4
y: -11
- type: deep-water
x: -5
y: 20
- type: grass
x: -4
y: -10
- type: deep-water
x: -5
y: 21
- type: grass
x: -4
y: -9
- type: deep-water
x: -5
y: 22
- type: grass
x: -4
y: -8
- type: grass
x: -4
y: -7
- type: grass
x: -4
y: -6
- type: grass
x: -4
y: -5
- type: grass
x: -4
y: -4
- type: grass
x: -4
y: -3
- type: grass
x: -4
y: -2
- type: grass
x: -4
y: -1
- type: grass
x: -4
y: 0
- type: grass
x: -4
y: 1
- type: grass
x: -4
y: 2
- type: grass
x: -4
y: 3
- type: deep-water
x: -3
y: -27
- type: grass
x: -4
y: 4
- type: deep-water
x: -3
y: -26
- type: grass
x: -4
y: 5
- type: grass
x: -3
y: -25
- type: grass
x: -4
y: 6
- type: grass
x: -3
y: -24
- type: grass
x: -4
y: 7
- type: grass
x: -3
y: -23
- type: grass
x: -4
y: 8
- type: grass
x: -3
y: -22
- type: grass
x: -4
y: 9
- type: grass
x: -3
y: -21
- type: grass-end
x: -4
y: 10
- type: grass-end
x: -3
y: -20
rotation: 270
- type: beach
x: -4
y: 11
- type: grass-end
x: -3
y: -19
rotation: 270
- type: beach
x: -4
y: 12
- type: grass-end
x: -3
y: -18
rotation: 270
- type: beach
x: -4
y: 13
- type: grass-end
x: -3
y: -17
rotation: 270
- type: beach-end
x: -4
y: 14
- type: grass-end
x: -3
y: -16
rotation: 270
- type: shallow-water
x: -4
y: 15
- type: grass-end
x: -3
y: -15
rotation: 270
- type: shallow-water
x: -4
y: 16
- type: grass-end
x: -3
y: -14
rotation: 270
- type: shallow-water
x: -4
y: 17
- type: grass-end
x: -3
y: -13
rotation: 270
- type: deep-water
x: -4
y: 18
- type: grass-end
x: -3
y: -12
rotation: 270
- type: deep-water
x: -4
y: 19
- type: grass-end
x: -3
y: -11
rotation: 270
- type: deep-water
x: -4
y: 20
- type: grass-end
x: -3
y: -10
rotation: 270
- type: deep-water
x: -4
y: 21
- type: deep-water
x: -4
y: 22
- type: grass-end
x: -3
y: -9
rotation: 270
- type: grass-end
x: -3
y: -8
rotation: 270
- type: grass-end
x: -3
y: -7
rotation: 270
- type: grass-end
x: -3
y: -6
rotation: 270
- type: grass-end
x: -3
y: -5
rotation: 270
- type: grass-end
x: -3
y: -4
rotation: 270
- type: grass-end
x: -3
y: -3
rotation: 270
- type: grass-end
x: -3
y: -2
rotation: 270
- type: grass-end
x: -3
y: -1
rotation: 270
- type: grass-end
x: -3
y: 0
rotation: 270
- type: grass-end
x: -3
y: 1
rotation: 270
- type: deep-water
x: -2
y: -29
- type: grass-end
x: -3
y: 2
rotation: 270
- type: deep-water
x: -2
y: -28
- type: grass-end
x: -3
y: 3
rotation: 270
- type: deep-water
x: -2
y: -27
- type: grass-end
x: -3
y: 4
rotation: 270
- type: deep-water
x: -2
y: -26
- type: grass-end
x: -3
y: 5
rotation: 270
- type: grass
x: -2
y: -25
- type: grass-end
x: -3
y: 6
rotation: 270
- type: grass
x: -2
y: -24
- type: grass
x: -3
y: 7
- type: grass
x: -2
y: -23
- type: grass
x: -3
y: 8
- type: grass
x: -2
y: -22
- type: grass
x: -3
y: 9
- type: grass
x: -2
y: -21
- type: grass-end
x: -3
y: 10
rotation: 90
- type: grass-end
x: -3
y: 11
rotation: 90
- type: grass-end
x: -2
y: -20
- type: beach
x: -2
y: -19
- type: grass-end
x: -3
y: 12
rotation: 90
- type: beach
x: -2
y: -18
- type: grass-end
x: -3
y: 13
rotation: 90
- type: beach
x: -2
y: -17
- type: beach-end
x: -3
y: 14
- type: beach
x: -2
y: -16
- type: shallow-water
x: -3
y: 15
- type: beach
x: -2
y: -15
- type: shallow-water
x: -3
y: 16
- type: beach
x: -2
y: -14
- type: shallow-water
x: -3
y: 17
- type: beach
x: -2
y: -13
- type: deep-water
x: -3
y: 18
- type: beach
x: -2
y: -12
- type: deep-water
x: -3
y: 19
- type: beach
x: -2
y: -11
- type: deep-water
x: -3
y: 20
- type: beach
x: -2
y: -10
- type: deep-water
x: -3
y: 21
- type: beach
x: -2
y: -9
- type: deep-water
x: -3
y: 22
- type: beach
x: -2
y: -8
- type: beach
x: -2
y: -7
- type: beach
x: -2
y: -6
- type: beach
x: -2
y: -5
- type: beach
x: -2
y: -4
- type: beach
x: -2
y: -3
- type: beach
x: -2
y: -2
- type: beach
x: -2
y: -1
- type: beach
x: -2
y: 0
- type: beach
x: -2
y: 1
- type: deep-water
x: -1
y: -29
- type: beach
x: -2
y: 2
- type: deep-water
x: -1
y: -28
- type: beach
x: -2
y: 3
- type: deep-water
x: -1
y: -27
- type: beach
x: -2
y: 4
- type: deep-water
x: -1
y: -26
- type: beach
x: -2
y: 5
- type: grass
x: -1
y: -25
- type: beach
x: -2
y: 6
- type: grass
x: -1
y: -24
- type: grass
x: -2
y: 7
- type: grass
x: -1
y: -23
- type: grass
x: -2
y: 8
- type: grass
x: -1
y: -22
- type: grass
x: -2
y: 9
- type: grass
x: -1
y: -21
- type: grass
x: -2
y: 10
- type: grass-end
x: -1
y: -20
rotation: 90
- type: grass
x: -2
y: 11
- type: grass
x: -2
y: 12
- type: grass-end
x: -1
y: -19
rotation: 90
- type: start
x: -2
y: 13
- type: grass-end
x: -1
y: -18
rotation: 90
- type: beach-end
x: -2
y: 14
- type: grass-end
x: -1
y: -17
rotation: 90
- type: shallow-water
x: -2
y: 15
- type: grass-end
x: -1
y: -16
rotation: 90
- type: shallow-water
x: -2
y: 16
- type: grass-end
x: -1
y: -15
rotation: 90
- type: shallow-water
x: -2
y: 17
- type: grass-end
x: -1
y: -14
rotation: 90
- type: deep-water
x: -2
y: 18
- type: grass-end
x: -1
y: -13
rotation: 90
- type: deep-water
x: -2
y: 19
- type: grass-end
x: -1
y: -12
rotation: 90
- type: deep-water
x: -2
y: 20
- type: grass-end
x: -1
y: -11
rotation: 90
- type: deep-water
x: -2
y: 21
- type: grass-end
x: -1
y: -10
rotation: 90
- type: deep-water
x: -2
y: 22
- type: grass-end
x: -1
y: -9
rotation: 90
- type: grass-end
x: -1
y: -8
rotation: 90
- type: grass-end
x: -1
y: -7
rotation: 90
- type: grass-end
x: -1
y: -6
rotation: 90
- type: grass-end
x: -1
y: -5
rotation: 90
- type: grass-end
x: -1
y: -4
rotation: 90
- type: grass-end
x: -1
y: -3
rotation: 90
- type: grass-end
x: -1
y: -2
rotation: 90
- type: grass-end
x: -1
y: -1
rotation: 90
- type: grass-end
x: -1
y: 0
rotation: 90
- type: grass-end
x: -1
y: 1
rotation: 90
- type: grass-end
x: -1
y: 2
rotation: 90
- type: deep-water
x: 0
y: -29
- type: grass-end
x: -1
y: 3
rotation: 90
- type: deep-water
x: 0
y: -28
- type: grass-end
x: -1
y: 4
rotation: 90
- type: grass
x: 0
y: -27
- type: grass-end
x: -1
y: 5
rotation: 90
- type: grass
x: 0
y: -26
- type: grass-end
x: -1
y: 6
rotation: 90
- type: grass
x: 0
y: -25
- type: grass
x: -1
y: 7
- type: grass-end
x: 0
y: -24
- type: grass
x: -1
y: 8
- type: beach
x: 0
y: -23
- type: grass
x: -1
y: 9
- type: grass-end
x: 0
y: -22
rotation: 180
- type: grass
x: 0
y: -21
- type: grass-end
x: -1
y: 10
rotation: 270
- type: grass
x: 0
y: -20
- type: grass-end
x: -1
y: 11
rotation: 270
- type: grass
x: 0
y: -19
- type: grass-end
x: -1
y: 12
rotation: 270
- type: grass
x: 0
y: -18
- type: grass-end
x: -1
y: 13
rotation: 270
- type: grass
x: 0
y: -17
- type: beach-end
x: -1
y: 14
- type: grass
x: 0
y: -16
- type: shallow-water
x: -1
y: 15
- type: grass
x: 0
y: -15
- type: shallow-water
x: -1
y: 16
- type: grass
x: 0
y: -14
- type: shallow-water
x: -1
y: 17
- type: grass
x: 0
y: -13
- type: deep-water
x: -1
y: 18
- type: grass
x: 0
y: -12
- type: deep-water
x: -1
y: 19
- type: grass
x: 0
y: -11
- type: deep-water
x: -1
y: 20
- type: grass
x: 0
y: -10
- type: deep-water
x: -1
y: 21
- type: grass
x: 0
y: -9
- type: deep-water
x: -1
y: 22
- type: grass
x: 0
y: -8
- type: grass
x: 0
y: -7
- type: grass
x: 0
y: -6
- type: grass
x: 0
y: -5
- type: grass
x: 0
y: -4
- type: grass
x: 0
y: -3
- type: grass
x: 0
y: -2
- type: grass
x: 0
y: -1
- type: grass
x: 0
y: 0
- type: grass
x: 0
y: 1
- type: grass
x: 0
y: 2
- type: deep-water
x: 1
y: -29
- type: grass
x: 0
y: 3
- type: deep-water
x: 1
y: -28
- type: grass
x: 0
y: 4
- type: grass
x: 1
y: -27
- type: grass
x: 0
y: 5
- type: grass
x: 1
y: -26
- type: grass
x: 0
y: 6
- type: grass
x: 1
y: -25
- type: grass
x: 0
y: 7
- type: grass-end
x: 1
y: -24
- type: grass
x: 0
y: 8
- type: beach
x: 1
y: -23
- type: grass
x: 0
y: 9
- type: grass-end
x: 1
y: -22
rotation: 180
- type: grass
x: 1
y: -21
- type: grass-end
x: 0
y: 10
- type: beach
x: 0
y: 11
- type: grass
x: 1
y: -20
- type: beach
x: 0
y: 12
- type: grass
x: 1
y: -19
- type: beach
x: 0
y: 13
- type: grass
x: 1
y: -18
- type: beach-end
x: 0
y: 14
- type: grass
x: 1
y: -17
- type: shallow-water
x: 0
y: 15
- type: grass
x: 1
y: -16
- type: shallow-water
x: 0
y: 16
- type: grass
x: 1
y: -15
- type: shallow-water
x: 0
y: 17
- type: grass
x: 1
y: -14
- type: deep-water
x: 0
y: 18
- type: grass
x: 1
y: -13
- type: deep-water
x: 0
y: 19
- type: grass
x: 1
y: -12
- type: deep-water
x: 0
y: 20
- type: grass
x: 1
y: -11
- type: deep-water
x: 0
y: 21
- type: grass
x: 1
y: -10
- type: deep-water
x: 0
y: 22
- type: grass
x: 1
y: -9
- type: grass
x: 1
y: -8
- type: grass
x: 1
y: -7
- type: grass
x: 1
y: -6
- type: grass
x: 1
y: -5
- type: grass
x: 1
y: -4
- type: grass
x: 1
y: -3
- type: grass
x: 1
y: -2
- type: grass
x: 1
y: -1
- type: grass
x: 1
y: 0
- type: grass
x: 1
y: 1
- type: deep-water
x: 2
y: -29
- type: grass
x: 1
y: 2
- type: deep-water
x: 2
y: -28
- type: grass
x: 1
y: 3
- type: grass
x: 2
y: -27
- type: grass
x: 1
y: 4
- type: grass
x: 2
y: -26
- type: grass
x: 1
y: 5
- type: grass
x: 2
y: -25
- type: grass
x: 1
y: 6
- type: grass-end
x: 2
y: -24
- type: grass
x: 1
y: 7
- type: beach
x: 2
y: -23
- type: grass
x: 1
y: 8
- type: grass-end
x: 2
y: -22
rotation: 180
- type: grass
x: 1
y: 9
- type: grass
x: 2
y: -21
- type: grass-end
x: 1
y: 10
- type: grass
x: 2
y: -20
- type: beach
x: 1
y: 11
- type: grass
x: 2
y: -19
- type: beach
x: 1
y: 12
- type: grass
x: 2
y: -18
- type: beach
x: 1
y: 13
- type: grass
x: 2
y: -17
- type: beach-end
x: 1
y: 14
- type: grass
x: 2
y: -16
- type: shallow-water
x: 1
y: 15
- type: grass
x: 2
y: -15
- type: shallow-water
x: 1
y: 16
- type: grass
x: 2
y: -14
- type: deep-water
x: 1
y: 17
- type: grass
x: 2
y: -13
- type: deep-water
x: 1
y: 18
- type: grass
x: 2
y: -12
- type: deep-water
x: 1
y: 19
- type: grass
x: 2
y: -11
- type: deep-water
x: 1
y: 20
- type: grass
x: 2
y: -10
- type: deep-water
x: 1
y: 21
- type: grass
x: 2
y: -9
- type: deep-water
x: 1
y: 22
- type: grass
x: 2
y: -8
- type: grass
x: 2
y: -7
- type: grass
x: 2
y: -6
- type: grass
x: 2
y: -5
- type: grass
x: 2
y: -4
- type: grass
x: 2
y: -3
- type: grass
x: 2
y: -2
- type: grass
x: 2
y: -1
- type: grass
x: 2
y: 0
- type: grass
x: 2
y: 1
- type: grass
x: 2
y: 2
- type: deep-water
x: 3
y: -29
- type: grass
x: 2
y: 3
- type: deep-water
x: 3
y: -28
- type: grass
x: 2
y: 4
- type: grass
x: 3
y: -27
- type: grass
x: 2
y: 5
- type: grass
x: 3
y: -26
- type: grass
x: 2
y: 6
- type: grass
x: 3
y: -25
- type: grass
x: 2
y: 7
- type: grass-end
x: 3
y: -24
- type: grass
x: 2
y: 8
- type: beach
x: 3
y: -23
- type: grass
x: 2
y: 9
- type: grass-end
x: 3
y: -22
rotation: 180
- type: grass
x: 3
y: -21
- type: grass-end
x: 2
y: 10
- type: grass
x: 3
y: -20
- type: beach
x: 2
y: 11
- type: grass
x: 3
y: -19
- type: beach
x: 2
y: 12
- type: grass
x: 3
y: -18
- type: beach
x: 2
y: 13
- type: grass
x: 3
y: -17
- type: beach-end
x: 2
y: 14
- type: grass
x: 3
y: -16
- type: shallow-water
x: 2
y: 15
- type: grass
x: 3
y: -15
- type: deep-water
x: 2
y: 16
- type: grass
x: 3
y: -14
- type: deep-water
x: 2
y: 17
- type: grass
x: 3
y: -13
- type: deep-water
x: 2
y: 18
- type: grass
x: 3
y: -12
- type: deep-water
x: 2
y: 19
- type: grass
x: 3
y: -11
- type: deep-water
x: 2
y: 20
- type: grass
x: 3
y: -10
- type: deep-water
x: 2
y: 21
- type: deep-water
x: 2
y: 22
- type: grass
x: 3
y: -9
- type: grass
x: 3
y: -8
- type: grass
x: 3
y: -7
- type: grass
x: 3
y: -6
- type: grass
x: 3
y: -5
- type: grass
x: 3
y: -4
- type: grass
x: 3
y: -3
- type: grass
x: 3
y: -2
- type: grass
x: 3
y: -1
- type: grass
x: 3
y: 0
- type: grass
x: 3
y: 1
- type: grass
x: 3
y: 2
- type: deep-water
x: 4
y: -29
- type: grass
x: 3
y: 3
- type: deep-water
x: 4
y: -28
- type: grass
x: 3
y: 4
- type: grass
x: 4
y: -27
- type: grass
x: 3
y: 5
- type: grass
x: 4
y: -26
- type: grass
x: 3
y: 6
- type: grass
x: 4
y: -25
- type: grass
x: 3
y: 7
- type: grass-end
x: 4
y: -24
- type: grass
x: 3
y: 8
- type: beach
x: 4
y: -23
- type: grass
x: 3
y: 9
- type: grass-end
x: 4
y: -22
rotation: 180
- type: grass
x: 4
y: -21
- type: beach
x: 3
y: 10
- type: grass
x: 4
y: -20
- type: beach
x: 3
y: 11
- type: grass
x: 4
y: -19
- type: beach
x: 3
y: 12
- type: grass
x: 4
y: -18
- type: beach
x: 3
y: 13
- type: grass
x: 4
y: -17
- type: beach-end
x: 3
y: 14
- type: grass
x: 4
y: -16
- type: deep-water
x: 3
y: 15
- type: grass
x: 4
y: -15
- type: deep-water
x: 3
y: 16
- type: grass
x: 4
y: -14
- type: deep-water
x: 3
y: 17
- type: grass
x: 4
y: -13
- type: deep-water
x: 3
y: 18
- type: grass
x: 4
y: -12
- type: deep-water
x: 3
y: 19
- type: grass
x: 4
y: -11
- type: deep-water
x: 3
y: 20
- type: grass
x: 4
y: -10
- type: deep-water
x: 3
y: 21
- type: grass
x: 4
y: -9
- type: deep-water
x: 3
y: 22
- type: grass
x: 4
y: -8
- type: grass
x: 4
y: -7
- type: grass
x: 4
y: -6
- type: grass
x: 4
y: -5
- type: grass
x: 4
y: -4
- type: grass
x: 4
y: -3
- type: grass
x: 4
y: -2
- type: grass
x: 4
y: -1
- type: grass
x: 4
y: 0
- type: grass
x: 4
y: 1
- type: deep-water
x: 5
y: -29
- type: grass
x: 4
y: 2
- type: deep-water
x: 5
y: -28
- type: grass
x: 4
y: 3
- type: grass
x: 5
y: -27
- type: grass
x: 4
y: 4
- type: grass
x: 5
y: -26
- type: grass
x: 4
y: 5
- type: grass
x: 5
y: -25
- type: beach
x: 4
y: 6
- type: grass-end
x: 5
y: -24
- type: beach
x: 4
y: 7
- type: beach
x: 5
y: -23
- type: beach
x: 4
y: 8
- type: grass-end
x: 5
y: -22
rotation: 180
- type: beach
x: 4
y: 9
- type: grass
x: 5
y: -21
- type: beach
x: 4
y: 10
- type: grass
x: 5
y: -20
- type: beach
x: 4
y: 11
- type: grass
x: 5
y: -19
- type: beach
x: 4
y: 12
- type: grass
x: 5
y: -18
- type: beach
x: 4
y: 13
- type: grass
x: 5
y: -17
- type: beach-end
x: 4
y: 14
- type: grass
x: 5
y: -16
- type: shallow-water
x: 4
y: 15
- type: grass
x: 5
y: -15
- type: deep-water
x: 4
y: 16
- type: grass
x: 5
y: -14
- type: deep-water
x: 4
y: 17
- type: grass
x: 5
y: -13
- type: deep-water
x: 4
y: 18
- type: grass
x: 5
y: -12
- type: deep-water
x: 4
y: 19
- type: grass
x: 5
y: -11
- type: deep-water
x: 4
y: 20
- type: grass
x: 5
y: -10
- type: deep-water
x: 4
y: 21
- type: deep-water
x: 4
y: 22
- type: grass
x: 5
y: -9
- type: grass
x: 5
y: -8
- type: grass
x: 5
y: -7
- type: grass
x: 5
y: -6
- type: grass
x: 5
y: -5
- type: grass
x: 5
y: -4
- type: grass
x: 5
y: -3
- type: grass
x: 5
y: -2
- type: grass
x: 5
y: -1
- type: grass
x: 5
y: 0
- type: grass
x: 5
y: 1
- type: grass
x: 5
y: 2
- type: deep-water
x: 6
y: -29
- type: grass
x: 5
y: 3
- type: deep-water
x: 6
y: -28
- type: grass
x: 5
y: 4
- type: grass
x: 6
y: -27
- type: grass
x: 5
y: 5
- type: grass
x: 6
y: -26
- type: beach
x: 5
y: 6
- type: grass
x: 6
y: -25
- type: beach
x: 5
y: 7
- type: grass-end
x: 6
y: -24
- type: beach
x: 5
y: 8
- type: beach
x: 6
y: -23
- type: beach
x: 5
y: 9
- type: grass-end
x: 6
y: -22
rotation: 180
- type: grass
x: 6
y: -21
- type: beach
x: 5
y: 10
- type: grass
x: 6
y: -20
- type: beach
x: 5
y: 11
- type: grass
x: 6
y: -19
- type: beach
x: 5
y: 12
- type: grass
x: 6
y: -18
- type: beach
x: 5
y: 13
- type: grass
x: 6
y: -17
- type: beach-end
x: 5
y: 14
- type: grass
x: 6
y: -16
- type: shallow-water
x: 5
y: 15
- type: grass
x: 6
y: -15
- type: shallow-water
x: 5
y: 16
- type: grass
x: 6
y: -14
- type: deep-water
x: 5
y: 17
- type: grass
x: 6
y: -13
- type: deep-water
x: 5
y: 18
- type: grass
x: 6
y: -12
- type: deep-water
x: 5
y: 19
- type: grass
x: 6
y: -11
- type: deep-water
x: 5
y: 20
- type: grass
x: 6
y: -10
- type: deep-water
x: 5
y: 21
- type: grass
x: 6
y: -9
- type: deep-water
x: 5
y: 22
- type: grass
x: 6
y: -8
- type: grass
x: 6
y: -7
- type: grass
x: 6
y: -6
- type: grass
x: 6
y: -5
- type: grass
x: 6
y: -4
- type: grass
x: 6
y: -3
- type: grass
x: 6
y: -2
- type: grass
x: 6
y: -1
- type: grass
x: 6
y: 0
- type: grass
x: 6
y: 1
- type: grass
x: 6
y: 2
- type: deep-water
x: 7
y: -29
- type: grass
x: 6
y: 3
- type: deep-water
x: 7
y: -28
- type: grass
x: 6
y: 4
- type: grass
x: 7
y: -27
- type: grass
x: 6
y: 5
- type: grass
x: 7
y: -26
- type: beach
x: 6
y: 6
- type: grass
x: 7
y: -25
- type: beach
x: 6
y: 7
- type: grass-end
x: 7
y: -24
- type: beach
x: 6
y: 8
- type: beach
x: 7
y: -23
- type: beach
x: 6
y: 9
- type: grass-end
x: 7
y: -22
rotation: 180
- type: beach
x: 6
y: 10
- type: grass
x: 7
y: -21
- type: beach
x: 6
y: 11
- type: grass
x: 7
y: -20
- type: beach
x: 6
y: 12
- type: grass
x: 7
y: -19
- type: beach
x: 6
y: 13
- type: grass
x: 7
y: -18
- type: beach-end
x: 6
y: 14
- type: grass
x: 7
y: -17
- type: shallow-water
x: 6
y: 15
- type: grass
x: 7
y: -16
- type: shallow-water
x: 6
y: 16
- type: grass
x: 7
y: -15
- type: shallow-water
x: 6
y: 17
- type: grass
x: 7
y: -14
- type: deep-water
x: 6
y: 18
- type: grass
x: 7
y: -13
- type: deep-water
x: 6
y: 19
- type: grass
x: 7
y: -12
- type: deep-water
x: 6
y: 20
- type: grass
x: 7
y: -11
- type: deep-water
x: 6
y: 21
- type: grass
x: 7
y: -10
- type: deep-water
x: 6
y: 22
- type: grass
x: 7
y: -9
- type: grass
x: 7
y: -8
- type: grass
x: 7
y: -7
- type: grass
x: 7
y: -6
- type: grass
x: 7
y: -5
- type: grass
x: 7
y: -4
- type: grass
x: 7
y: -3
- type: grass
x: 7
y: -2
- type: grass
x: 7
y: -1
- type: grass
x: 7
y: 0
- type: grass
x: 7
y: 1
- type: grass
x: 7
y: 2
- type: deep-water
x: 8
y: -29
- type: grass
x: 7
y: 3
- type: deep-water
x: 8
y: -28
- type: grass
x: 7
y: 4
- type: grass
x: 8
y: -27
- type: grass
x: 7
y: 5
- type: grass
x: 8
y: -26
- type: beach
x: 7
y: 6
- type: grass
x: 8
y: -25
- type: beach
x: 7
y: 7
- type: grass-end
x: 8
y: -24
- type: beach
x: 7
y: 8
- type: beach
x: 8
y: -23
- type: beach
x: 7
y: 9
- type: grass-end
x: 8
y: -22
rotation: 180
- type: beach
x: 7
y: 10
- type: grass
x: 8
y: -21
- type: grass
x: 8
y: -20
- type: beach
x: 7
y: 11
- type: grass
x: 8
y: -19
- type: beach
x: 7
y: 12
- type: grass
x: 8
y: -18
- type: beach
x: 7
y: 13
- type: grass
x: 8
y: -17
- type: beach-end
x: 7
y: 14
- type: grass
x: 8
y: -16
- type: shallow-water
x: 7
y: 15
- type: grass
x: 8
y: -15
- type: shallow-water
x: 7
y: 16
- type: grass
x: 8
y: -14
- type: shallow-water
x: 7
y: 17
- type: grass
x: 8
y: -13
- type: deep-water
x: 7
y: 18
- type: grass
x: 8
y: -12
- type: deep-water
x: 7
y: 19
- type: grass
x: 8
y: -11
- type: deep-water
x: 7
y: 20
- type: grass
x: 8
y: -10
- type: deep-water
x: 7
y: 21
- type: grass
x: 8
y: -9
- type: deep-water
x: 7
y: 22
- type: grass
x: 8
y: -8
- type: grass
x: 8
y: -7
- type: grass
x: 8
y: -6
- type: grass
x: 8
y: -5
- type: grass
x: 8
y: -4
- type: grass
x: 8
y: -3
- type: grass
x: 8
y: -2
- type: grass
x: 8
y: -1
- type: grass
x: 8
y: 0
- type: grass
x: 8
y: 1
- type: deep-water
x: 9
y: -29
- type: grass
x: 8
y: 2
- type: deep-water
x: 9
y: -28
- type: grass
x: 8
y: 3
- type: grass
x: 9
y: -27
- type: grass
x: 8
y: 4
- type: grass
x: 9
y: -26
- type: grass
x: 8
y: 5
- type: grass
x: 9
y: -25
- type: beach
x: 8
y: 6
- type: grass-end
x: 9
y: -24
- type: beach
x: 8
y: 7
- type: beach
x: 9
y: -23
- type: beach
x: 8
y: 8
- type: grass-end
x: 9
y: -22
rotation: 180
- type: beach
x: 8
y: 9
- type: beach
x: 8
y: 10
- type: grass
x: 9
y: -21
- type: beach
x: 8
y: 11
- type: grass
x: 9
y: -20
- type: beach
x: 8
y: 12
- type: grass
x: 9
y: -19
- type: beach
x: 8
y: 13
- type: grass
x: 9
y: -18
- type: beach-end
x: 8
y: 14
- type: grass
x: 9
y: -17
- type: shallow-water
x: 8
y: 15
- type: grass
x: 9
y: -16
- type: shallow-water
x: 8
y: 16
- type: grass
x: 9
y: -15
- type: shallow-water
x: 8
y: 17
- type: grass
x: 9
y: -14
- type: deep-water
x: 8
y: 18
- type: grass
x: 9
y: -13
- type: deep-water
x: 8
y: 19
- type: grass
x: 9
y: -12
- type: deep-water
x: 8
y: 20
- type: grass
x: 9
y: -11
- type: deep-water
x: 8
y: 21
- type: grass
x: 9
y: -10
- type: deep-water
x: 8
y: 22
- type: grass-end
x: 9
y: -9
- type: beach
x: 9
y: -8
- type: beach
x: 9
y: -7
- type: beach-end
x: 9
y: -6
- type: shallow-water
x: 9
y: -5
- type: shallow-water
x: 9
y: -4
- type: medium-water
x: 9
y: -3
- type: medium-water
x: 9
y: -2
- type: medium-water
x: 9
y: -1
- type: medium-water
x: 9
y: 0
- type: medium-water
x: 9
y: 1
- type: deep-water
x: 10
y: -29
- type: medium-water
x: 9
y: 2
- type: shallow-water
x: 9
y: 3
- type: deep-water
x: 10
y: -28
- type: shallow-water
x: 9
y: 4
- type: grass
x: 10
y: -27
- type: beach-end
x: 9
y: 5
rotation: 180
- type: grass
x: 10
y: -26
- type: beach
x: 9
y: 6
- type: grass
x: 10
y: -25
- type: beach
x: 9
y: 7
- type: grass-end
x: 10
y: -24
- type: beach
x: 9
y: 8
- type: beach
x: 10
y: -23
- type: beach
x: 9
y: 9
- type: grass-end
x: 10
y: -22
rotation: 180
- type: beach
x: 9
y: 10
- type: grass
x: 10
y: -21
- type: beach
x: 9
y: 11
- type: grass
x: 10
y: -20
- type: beach
x: 9
y: 12
- type: grass
x: 10
y: -19
- type: beach
x: 9
y: 13
- type: grass
x: 10
y: -18
- type: beach-end
x: 9
y: 14
- type: grass
x: 10
y: -17
- type: shallow-water
x: 9
y: 15
- type: grass
x: 10
y: -16
- type: shallow-water
x: 9
y: 16
- type: grass
x: 10
y: -15
- type: shallow-water
x: 9
y: 17
- type: grass
x: 10
y: -14
- type: deep-water
x: 9
y: 18
- type: grass
x: 10
y: -13
- type: deep-water
x: 9
y: 19
- type: grass
x: 10
y: -12
- type: deep-water
x: 9
y: 20
- type: grass
x: 10
y: -11
- type: deep-water
x: 9
y: 21
- type: grass
x: 10
y: -10
- type: deep-water
x: 9
y: 22
- type: grass-end
x: 10
y: -9
- type: beach
x: 10
y: -8
- type: beach
x: 10
y: -7
- type: beach-end
x: 10
y: -6
- type: shallow-water
x: 10
y: -5
- type: shallow-water
x: 10
y: -4
- type: medium-water
x: 10
y: -3
- type: medium-water
x: 10
y: -2
- type: medium-water
x: 10
y: -1
- type: medium-water
x: 10
y: 0
- type: medium-water
x: 10
y: 1
- type: deep-water
x: 11
y: -29
- type: medium-water
x: 10
y: 2
- type: deep-water
x: 11
y: -28
- type: shallow-water
x: 10
y: 3
- type: grass
x: 11
y: -27
- type: shallow-water
x: 10
y: 4
- type: grass
x: 11
y: -26
- type: beach-end
x: 10
y: 5
rotation: 180
- type: grass
x: 11
y: -25
- type: beach
x: 10
y: 6
- type: grass-end
x: 11
y: -24
- type: beach
x: 10
y: 7
- type: beach
x: 11
y: -23
- type: beach
x: 10
y: 8
- type: grass-end
x: 11
y: -22
rotation: 180
- type: beach
x: 10
y: 9
- type: grass
x: 11
y: -21
- type: beach
x: 10
y: 10
- type: grass
x: 11
y: -20
- type: beach
x: 10
y: 11
- type: grass
x: 11
y: -19
- type: beach
x: 10
y: 12
- type: grass
x: 11
y: -18
- type: beach
x: 10
y: 13
- type: grass
x: 11
y: -17
- type: beach-end
x: 10
y: 14
- type: grass
x: 11
y: -16
- type: shallow-water
x: 10
y: 15
- type: grass
x: 11
y: -15
- type: shallow-water
x: 10
y: 16
- type: grass
x: 11
y: -14
- type: shallow-water
x: 10
y: 17
- type: grass
x: 11
y: -13
- type: deep-water
x: 10
y: 18
- type: grass
x: 11
y: -12
- type: deep-water
x: 10
y: 19
- type: grass
x: 11
y: -11
- type: deep-water
x: 10
y: 20
- type: grass
x: 11
y: -10
- type: deep-water
x: 10
y: 21
- type: grass-end
x: 11
y: -9
- type: deep-water
x: 10
y: 22
- type: beach
x: 11
y: -8
- type: beach
x: 11
y: -7
- type: beach-end
x: 11
y: -6
- type: shallow-water
x: 11
y: -5
- type: shallow-water
x: 11
y: -4
- type: medium-water
x: 11
y: -3
- type: medium-water
x: 11
y: -2
- type: medium-water
x: 11
y: -1
- type: medium-water
x: 11
y: 0
- type: medium-water
x: 11
y: 1
- type: deep-water
x: 12
y: -29
- type: medium-water
x: 11
y: 2
- type: deep-water
x: 12
y: -28
- type: shallow-water
x: 11
y: 3
- type: grass
x: 12
y: -27
- type: shallow-water
x: 11
y: 4
- type: grass
x: 12
y: -26
- type: beach-end
x: 11
y: 5
rotation: 180
- type: grass
x: 12
y: -25
- type: beach
x: 11
y: 6
- type: grass-end
x: 12
y: -24
- type: beach
x: 11
y: 7
- type: beach
x: 12
y: -23
- type: beach
x: 11
y: 8
- type: grass-end
x: 12
y: -22
rotation: 180
- type: beach
x: 11
y: 9
- type: beach
x: 11
y: 10
- type: grass
x: 12
y: -21
- type: beach
x: 11
y: 11
- type: grass
x: 12
y: -20
- type: beach
x: 11
y: 12
- type: grass
x: 12
y: -19
- type: beach
x: 11
y: 13
- type: grass
x: 12
y: -18
- type: beach-end
x: 11
y: 14
- type: grass
x: 12
y: -17
- type: shallow-water
x: 11
y: 15
- type: grass
x: 12
y: -16
- type: shallow-water
x: 11
y: 16
- type: grass
x: 12
y: -15
- type: shallow-water
x: 11
y: 17
- type: grass
x: 12
y: -14
- type: deep-water
x: 11
y: 18
- type: grass
x: 12
y: -13
- type: deep-water
x: 11
y: 19
- type: grass
x: 12
y: -12
- type: deep-water
x: 11
y: 20
- type: grass
x: 12
y: -11
- type: deep-water
x: 11
y: 21
- type: grass
x: 12
y: -10
- type: deep-water
x: 11
y: 22
- type: grass-end
x: 12
y: -9
- type: beach
x: 12
y: -8
- type: beach
x: 12
y: -7
- type: beach-end
x: 12
y: -6
- type: shallow-water
x: 12
y: -5
- type: shallow-water
x: 12
y: -4
- type: medium-water
x: 12
y: -3
- type: medium-water
x: 12
y: -2
- type: medium-water
x: 12
y: -1
- type: medium-water
x: 12
y: 0
- type: medium-water
x: 12
y: 1
- type: deep-water
x: 13
y: -29
- type: medium-water
x: 12
y: 2
- type: shallow-water
x: 12
y: 3
- type: deep-water
x: 13
y: -28
- type: shallow-water
x: 12
y: 4
- type: grass
x: 13
y: -27
- type: beach-end
x: 12
y: 5
rotation: 180
- type: grass
x: 13
y: -26
- type: beach
x: 12
y: 6
- type: grass
x: 13
y: -25
- type: beach
x: 12
y: 7
- type: grass-end
x: 13
y: -24
- type: beach
x: 12
y: 8
- type: beach
x: 13
y: -23
- type: beach
x: 12
y: 9
- type: grass-end
x: 13
y: -22
rotation: 180
- type: beach
x: 12
y: 10
- type: grass
x: 13
y: -21
- type: beach
x: 12
y: 11
- type: grass
x: 13
y: -20
- type: beach
x: 12
y: 12
- type: grass
x: 13
y: -19
- type: beach
x: 12
y: 13
- type: grass
x: 13
y: -18
- type: beach-end
x: 12
y: 14
- type: grass
x: 13
y: -17
- type: shallow-water
x: 12
y: 15
- type: grass
x: 13
y: -16
- type: shallow-water
x: 12
y: 16
- type: grass
x: 13
y: -15
- type: shallow-water
x: 12
y: 17
- type: grass
x: 13
y: -14
- type: deep-water
x: 12
y: 18
- type: grass
x: 13
y: -13
- type: deep-water
x: 12
y: 19
- type: grass
x: 13
y: -12
- type: deep-water
x: 12
y: 20
- type: grass
x: 13
y: -11
- type: deep-water
x: 12
y: 21
- type: grass
x: 13
y: -10
- type: grass-end
x: 13
y: -9
- type: deep-water
x: 12
y: 22
- type: beach
x: 13
y: -8
- type: beach
x: 13
y: -7
- type: beach-end
x: 13
y: -6
- type: shallow-water
x: 13
y: -5
- type: shallow-water
x: 13
y: -4
- type: medium-water
x: 13
y: -3
- type: medium-water
x: 13
y: -2
- type: medium-water
x: 13
y: -1
- type: medium-water
x: 13
y: 0
- type: medium-water
x: 13
y: 1
- type: deep-water
x: 14
y: -29
- type: medium-water
x: 13
y: 2
- type: shallow-water
x: 13
y: 3
- type: deep-water
x: 14
y: -28
- type: shallow-water
x: 13
y: 4
- type: grass
x: 14
y: -27
- type: beach-end
x: 13
y: 5
rotation: 180
- type: grass
x: 14
y: -26
- type: beach
x: 13
y: 6
- type: grass
x: 14
y: -25
- type: beach
x: 13
y: 7
- type: grass-end
x: 14
y: -24
- type: beach
x: 13
y: 8
- type: beach
x: 14
y: -23
- type: beach
x: 13
y: 9
- type: grass-end
x: 14
y: -22
rotation: 180
- type: beach
x: 13
y: 10
- type: grass
x: 14
y: -21
- type: beach
x: 13
y: 11
- type: grass
x: 14
y: -20
- type: beach
x: 13
y: 12
- type: grass
x: 14
y: -19
- type: beach
x: 13
y: 13
- type: grass
x: 14
y: -18
- type: beach-end
x: 13
y: 14
- type: grass
x: 14
y: -17
- type: shallow-water
x: 13
y: 15
- type: grass
x: 14
y: -16
- type: shallow-water
x: 13
y: 16
- type: grass
x: 14
y: -15
- type: shallow-water
x: 13
y: 17
- type: grass
x: 14
y: -14
- type: deep-water
x: 13
y: 18
- type: grass
x: 14
y: -13
- type: deep-water
x: 13
y: 19
- type: grass
x: 14
y: -12
- type: deep-water
x: 13
y: 20
- type: grass
x: 14
y: -11
- type: deep-water
x: 13
y: 21
- type: grass
x: 14
y: -10
- type: deep-water
x: 13
y: 22
- type: grass-end
x: 14
y: -9
- type: beach
x: 14
y: -8
- type: beach
x: 14
y: -7
- type: beach-end
x: 14
y: -6
- type: shallow-water
x: 14
y: -5
- type: shallow-water
x: 14
y: -4
- type: medium-water
x: 14
y: -3
- type: medium-water
x: 14
y: -2
- type: medium-water
x: 14
y: -1
- type: medium-water
x: 14
y: 0
- type: medium-water
x: 14
y: 1
- type: deep-water
x: 15
y: -29
- type: medium-water
x: 14
y: 2
- type: deep-water
x: 15
y: -28
- type: shallow-water
x: 14
y: 3
- type: grass
x: 15
y: -27
- type: shallow-water
x: 14
y: 4
- type: grass
x: 15
y: -26
- type: beach-end
x: 14
y: 5
rotation: 180
- type: grass
x: 15
y: -25
- type: beach
x: 14
y: 6
- type: grass-end
x: 15
y: -24
- type: beach
x: 14
y: 7
- type: beach
x: 15
y: -23
- type: beach
x: 14
y: 8
- type: grass-end
x: 15
y: -22
rotation: 180
- type: beach
x: 14
y: 9
- type: grass
x: 15
y: -21
- type: beach
x: 14
y: 10
- type: grass
x: 15
y: -20
- type: beach
x: 14
y: 11
- type: grass
x: 15
y: -19
- type: beach
x: 14
y: 12
- type: grass
x: 15
y: -18
- type: beach
x: 14
y: 13
- type: grass
x: 15
y: -17
- type: beach-end
x: 14
y: 14
- type: grass
x: 15
y: -16
- type: shallow-water
x: 14
y: 15
- type: grass
x: 15
y: -15
- type: shallow-water
x: 14
y: 16
- type: grass
x: 15
y: -14
- type: shallow-water
x: 14
y: 17
- type: grass
x: 15
y: -13
- type: deep-water
x: 14
y: 18
- type: grass
x: 15
y: -12
- type: deep-water
x: 14
y: 19
- type: grass
x: 15
y: -11
- type: deep-water
x: 14
y: 20
- type: grass
x: 15
y: -10
- type: deep-water
x: 14
y: 21
- type: grass-end
x: 15
y: -9
- type: deep-water
x: 14
y: 22
- type: beach
x: 15
y: -8
- type: beach
x: 15
y: -7
- type: beach-end
x: 15
y: -6
- type: shallow-water
x: 15
y: -5
- type: shallow-water
x: 15
y: -4
- type: medium-water
x: 15
y: -3
- type: medium-water
x: 15
y: -2
- type: medium-water
x: 15
y: -1
- type: medium-water
x: 15
y: 0
- type: medium-water
x: 15
y: 1
- type: deep-water
x: 16
y: -29
- type: medium-water
x: 15
y: 2
- type: deep-water
x: 16
y: -28
- type: shallow-water
x: 15
y: 3
- type: deep-water
x: 16
y: -27
- type: shallow-water
x: 15
y: 4
- type: deep-water
x: 16
y: -26
- type: beach-end
x: 15
y: 5
rotation: 180
- type: deep-water
x: 16
y: -25
- type: beach
x: 15
y: 6
- type: deep-water
x: 16
y: -24
- type: beach
x: 15
y: 7
- type: deep-water
x: 16
y: -23
- type: beach
x: 15
y: 8
- type: deep-water
x: 16
y: -22
- type: beach
x: 15
y: 9
- type: deep-water
x: 16
y: -21
- type: beach
x: 15
y: 10
- type: deep-water
x: 16
y: -20
- type: beach
x: 15
y: 11
- type: deep-water
x: 16
y: -19
- type: beach
x: 15
y: 12
- type: deep-water
x: 16
y: -18
- type: beach
x: 15
y: 13
- type: deep-water
x: 16
y: -17
- type: beach-end
x: 15
y: 14
- type: deep-water
x: 16
y: -16
- type: shallow-water
x: 15
y: 15
- type: deep-water
x: 16
y: -15
- type: shallow-water
x: 15
y: 16
- type: deep-water
x: 16
y: -14
- type: shallow-water
x: 15
y: 17
- type: deep-water
x: 16
y: -13
- type: deep-water
x: 15
y: 18
- type: deep-water
x: 16
y: -12
- type: deep-water
x: 15
y: 19
- type: deep-water
x: 16
y: -11
- type: deep-water
x: 15
y: 20
- type: deep-water
x: 16
y: -10
- type: deep-water
x: 15
y: 21
- type: deep-water
x: 15
y: 22
- type: deep-water
x: 16
y: -9
- type: deep-water
x: 16
y: -8
- type: deep-water
x: 16
y: -7
- type: deep-water
x: 16
y: -6
- type: deep-water
x: 16
y: -5
- type: deep-water
x: 16
y: -4
- type: deep-water
x: 16
y: -3
- type: deep-water
x: 16
y: -2
- type: deep-water
x: 16
y: -1
- type: deep-water
x: 16
y: 0
- type: deep-water
x: 16
y: 1
- type: deep-water
x: 16
y: 2
- type: deep-water
x: 17
y: -29
- type: deep-water
x: 16
y: 3
- type: deep-water
x: 17
y: -28
- type: deep-water
x: 16
y: 4
- type: deep-water
x: 17
y: -27
- type: deep-water
x: 16
y: 5
- type: deep-water
x: 17
y: -26
- type: beach
x: 16
y: 6
- type: deep-water
x: 17
y: -25
- type: beach
x: 16
y: 7
- type: deep-water
x: 17
y: -24
- type: beach
x: 16
y: 8
- type: deep-water
x: 17
y: -23
- type: deep-water
x: 17
y: -22
- type: beach
x: 16
y: 9
- type: deep-water
x: 17
y: -21
- type: beach
x: 16
y: 10
- type: deep-water
x: 17
y: -20
- type: beach
x: 16
y: 11
- type: deep-water
x: 17
y: -19
- type: beach
x: 16
y: 12
- type: deep-water
x: 17
y: -18
- type: beach
x: 16
y: 13
- type: deep-water
x: 17
y: -17
- type: beach-end
x: 16
y: 14
- type: deep-water
x: 17
y: -16
- type: shallow-water
x: 16
y: 15
- type: deep-water
x: 17
y: -15
- type: shallow-water
x: 16
y: 16
- type: deep-water
x: 17
y: -14
- type: shallow-water
x: 16
y: 17
- type: deep-water
x: 17
y: -13
- type: deep-water
x: 16
y: 18
- type: deep-water
x: 17
y: -12
- type: deep-water
x: 16
y: 19
- type: deep-water
x: 17
y: -11
- type: deep-water
x: 16
y: 20
- type: deep-water
x: 17
y: -10
- type: deep-water
x: 16
y: 21
- type: deep-water
x: 17
y: -9
- type: deep-water
x: 16
y: 22
- type: deep-water
x: 17
y: -8
- type: deep-water
x: 17
y: -7
- type: deep-water
x: 17
y: -6
- type: deep-water
x: 17
y: -5
- type: deep-water
x: 17
y: -4
- type: deep-water
x: 17
y: -3
- type: deep-water
x: 17
y: -2
- type: deep-water
x: 17
y: -1
- type: deep-water
x: 17
y: 0
- type: deep-water
x: 17
y: 1
- type: deep-water
x: 17
y: 2
- type: deep-water
x: 18
y: -29
- type: deep-water
x: 17
y: 3
- type: deep-water
x: 18
y: -28
- type: deep-water
x: 17
y: 4
- type: deep-water
x: 18
y: -27
- type: deep-water
x: 17
y: 5
- type: deep-water
x: 18
y: -26
- type: beach
x: 17
y: 6
- type: deep-water
x: 18
y: -25
- type: beach
x: 17
y: 7
- type: deep-water
x: 18
y: -24
- type: beach
x: 17
y: 8
- type: deep-water
x: 18
y: -23
- type: beach
x: 17
y: 9
- type: deep-water
x: 18
y: -22
- type: beach
x: 17
y: 10
- type: deep-water
x: 18
y: -21
- type: beach
x: 17
y: 11
- type: deep-water
x: 18
y: -20
- type: beach
x: 17
y: 12
- type: deep-water
x: 18
y: -19
- type: beach
x: 17
y: 13
- type: deep-water
x: 18
y: -18
- type: beach-end
x: 17
y: 14
- type: deep-water
x: 18
y: -17
- type: shallow-water
x: 17
y: 15
- type: deep-water
x: 18
y: -16
- type: shallow-water
x: 17
y: 16
- type: deep-water
x: 18
y: -15
- type: shallow-water
x: 17
y: 17
- type: deep-water
x: 18
y: -14
- type: deep-water
x: 17
y: 18
- type: deep-water
x: 18
y: -13
- type: deep-water
x: 17
y: 19
- type: deep-water
x: 18
y: -12
- type: deep-water
x: 17
y: 20
- type: deep-water
x: 18
y: -11
- type: deep-water
x: 17
y: 21
- type: deep-water
x: 18
y: -10
- type: deep-water
x: 17
y: 22
- type: deep-water
x: 18
y: -9
- type: deep-water
x: 18
y: -8
- type: deep-water
x: 18
y: -7
- type: deep-water
x: 18
y: -6
- type: deep-water
x: 18
y: -5
- type: deep-water
x: 18
y: -4
- type: deep-water
x: 18
y: -3
- type: deep-water
x: 18
y: -2
- type: deep-water
x: 18
y: -1
- type: deep-water
x: 18
y: 0
- type: deep-water
x: 18
y: 1
- type: deep-water
x: 19
y: -29
- type: deep-water
x: 18
y: 2
- type: deep-water
x: 19
y: -28
- type: deep-water
x: 18
y: 3
- type: deep-water
x: 19
y: -27
- type: deep-water
x: 18
y: 4
- type: deep-water
x: 19
y: -26
- type: deep-water
x: 18
y: 5
- type: deep-water
x: 19
y: -25
- type: beach
x: 18
y: 6
- type: deep-water
x: 19
y: -24
- type: beach
x: 18
y: 7
- type: deep-water
x: 19
y: -23
- type: beach
x: 18
y: 8
- type: deep-water
x: 19
y: -22
- type: beach
x: 18
y: 9
- type: deep-water
x: 19
y: -21
- type: beach
x: 18
y: 10
- type: deep-water
x: 19
y: -20
- type: beach
x: 18
y: 11
- type: deep-water
x: 19
y: -19
- type: beach
x: 18
y: 12
- type: deep-water
x: 19
y: -18
- type: beach
x: 18
y: 13
- type: deep-water
x: 19
y: -17
- type: beach-end
x: 18
y: 14
- type: deep-water
x: 19
y: -16
- type: shallow-water
x: 18
y: 15
- type: deep-water
x: 19
y: -15
- type: shallow-water
x: 18
y: 16
- type: deep-water
x: 19
y: -14
- type: shallow-water
x: 18
y: 17
- type: deep-water
x: 19
y: -13
- type: deep-water
x: 18
y: 18
- type: deep-water
x: 19
y: -12
- type: deep-water
x: 18
y: 19
- type: deep-water
x: 19
y: -11
- type: deep-water
x: 18
y: 20
- type: deep-water
x: 19
y: -10
- type: deep-water
x: 18
y: 21
- type: deep-water
x: 19
y: -9
- type: deep-water
x: 18
y: 22
- type: deep-water
x: 19
y: -8
- type: deep-water
x: 19
y: -7
- type: deep-water
x: 19
y: -6
- type: deep-water
x: 19
y: -5
- type: deep-water
x: 19
y: -4
- type: deep-water
x: 19
y: -3
- type: deep-water
x: 19
y: -2
- type: deep-water
x: 19
y: -1
- type: deep-water
x: 19
y: 0
- type: deep-water
x: 19
y: 1
- type: deep-water
x: 19
y: 2
- type: deep-water
x: 20
y: -29
- type: deep-water
x: 19
y: 3
- type: deep-water
x: 20
y: -28
- type: deep-water
x: 19
y: 4
- type: deep-water
x: 20
y: -27
- type: deep-water
x: 19
y: 5
- type: deep-water
x: 20
y: -26
- type: beach
x: 19
y: 6
- type: deep-water
x: 20
y: -25
- type: beach
x: 19
y: 7
- type: deep-water
x: 20
y: -24
- type: beach
x: 19
y: 8
- type: deep-water
x: 20
y: -23
- type: beach
x: 19
y: 9
- type: deep-water
x: 20
y: -22
- type: beach
x: 19
y: 10
- type: deep-water
x: 20
y: -21
- type: beach
x: 19
y: 11
- type: deep-water
x: 20
y: -20
- type: beach
x: 19
y: 12
- type: deep-water
x: 20
y: -19
- type: beach
x: 19
y: 13
- type: deep-water
x: 20
y: -18
- type: beach-end
x: 19
y: 14
- type: deep-water
x: 20
y: -17
- type: shallow-water
x: 19
y: 15
- type: deep-water
x: 20
y: -16
- type: shallow-water
x: 19
y: 16
- type: deep-water
x: 20
y: -15
- type: shallow-water
x: 19
y: 17
- type: deep-water
x: 20
y: -14
- type: deep-water
x: 19
y: 18
- type: deep-water
x: 20
y: -13
- type: deep-water
x: 19
y: 19
- type: deep-water
x: 20
y: -12
- type: deep-water
x: 19
y: 20
- type: deep-water
x: 20
y: -11
- type: deep-water
x: 19
y: 21
- type: deep-water
x: 20
y: -10
- type: deep-water
x: 19
y: 22
- type: deep-water
x: 20
y: -9
- type: deep-water
x: 20
y: -8
- type: deep-water
x: 20
y: -7
- type: deep-water
x: 20
y: -6
- type: deep-water
x: 20
y: -5
- type: deep-water
x: 20
y: -4
- type: deep-water
x: 20
y: -3
- type: deep-water
x: 20
y: -2
- type: deep-water
x: 20
y: -1
- type: deep-water
x: 20
y: 0
- type: deep-water
x: 20
y: 1
- type: deep-water
x: 20
y: 2
- type: deep-water
x: 21
y: -29
- type: deep-water
x: 20
y: 3
- type: deep-water
x: 21
y: -28
- type: deep-water
x: 20
y: 4
- type: deep-water
x: 21
y: -27
- type: deep-water
x: 20
y: 5
- type: deep-water
x: 21
y: -26
- type: beach
x: 20
y: 6
- type: deep-water
x: 21
y: -25
- type: beach
x: 20
y: 7
- type: deep-water
x: 21
y: -24
- type: beach
x: 20
y: 8
- type: deep-water
x: 21
y: -23
- type: beach
x: 20
y: 9
- type: deep-water
x: 21
y: -22
- type: deep-water
x: 21
y: -21
- type: beach
x: 20
y: 10
- type: deep-water
x: 21
y: -20
- type: beach
x: 20
y: 11
- type: deep-water
x: 21
y: -19
- type: beach
x: 20
y: 12
- type: deep-water
x: 21
y: -18
- type: beach
x: 20
y: 13
- type: deep-water
x: 21
y: -17
- type: beach-end
x: 20
y: 14
- type: deep-water
x: 21
y: -16
- type: shallow-water
x: 20
y: 15
- type: deep-water
x: 21
y: -15
- type: shallow-water
x: 20
y: 16
- type: deep-water
x: 21
y: -14
- type: shallow-water
x: 20
y: 17
- type: deep-water
x: 21
y: -13
- type: deep-water
x: 20
y: 18
- type: deep-water
x: 21
y: -12
- type: deep-water
x: 20
y: 19
- type: deep-water
x: 21
y: -11
- type: deep-water
x: 20
y: 20
- type: deep-water
x: 21
y: -10
- type: deep-water
x: 20
y: 21
- type: deep-water
x: 21
y: -9
- type: deep-water
x: 20
y: 22
- type: deep-water
x: 21
y: -8
- type: deep-water
x: 21
y: -7
- type: deep-water
x: 21
y: -6
- type: deep-water
x: 21
y: -5
- type: deep-water
x: 21
y: -4
- type: deep-water
x: 21
y: -3
- type: deep-water
x: 21
y: -2
- type: deep-water
x: 21
y: -1
- type: deep-water
x: 21
y: 0
- type: deep-water
x: 21
y: 1
- type: deep-water
x: 21
y: 2
- type: deep-water
x: 22
y: -29
- type: deep-water
x: 21
y: 3
- type: deep-water
x: 22
y: -28
- type: deep-water
x: 21
y: 4
- type: deep-water
x: 22
y: -27
- type: deep-water
x: 21
y: 5
- type: deep-water
x: 22
y: -26
- type: beach
x: 21
y: 6
- type: deep-water
x: 22
y: -25
- type: beach
x: 21
y: 7
- type: deep-water
x: 22
y: -24
- type: beach
x: 21
y: 8
- type: deep-water
x: 22
y: -23
- type: beach
x: 21
y: 9
- type: deep-water
x: 22
y: -22
- type: beach
x: 21
y: 10
- type: deep-water
x: 22
y: -21
- type: beach
x: 21
y: 11
- type: deep-water
x: 22
y: -20
- type: beach
x: 21
y: 12
- type: deep-water
x: 22
y: -19
- type: beach
x: 21
y: 13
- type: deep-water
x: 22
y: -18
- type: beach-end
x: 21
y: 14
- type: deep-water
x: 22
y: -17
- type: shallow-water
x: 21
y: 15
- type: deep-water
x: 22
y: -16
- type: shallow-water
x: 21
y: 16
- type: deep-water
x: 22
y: -15
- type: shallow-water
x: 21
y: 17
- type: deep-water
x: 22
y: -14
- type: deep-water
x: 21
y: 18
- type: deep-water
x: 22
y: -13
- type: deep-water
x: 21
y: 19
- type: deep-water
x: 22
y: -12
- type: deep-water
x: 21
y: 20
- type: deep-water
x: 22
y: -11
- type: deep-water
x: 21
y: 21
- type: deep-water
x: 22
y: -10
- type: deep-water
x: 21
y: 22
- type: deep-water
x: 22
y: -9
- type: deep-water
x: 22
y: -8
- type: deep-water
x: 22
y: -7
- type: deep-water
x: 22
y: -6
- type: deep-water
x: 22
y: -5
- type: deep-water
x: 22
y: -4
- type: deep-water
x: 22
y: -3
- type: deep-water
x: 22
y: -2
- type: deep-water
x: 22
y: -1
- type: deep-water
x: 22
y: 0
- type: deep-water
x: 22
y: 1
- type: deep-water
x: 23
y: -29
- type: deep-water
x: 22
y: 2
- type: deep-water
x: 23
y: -28
- type: deep-water
x: 22
y: 3
- type: deep-water
x: 23
y: -27
- type: deep-water
x: 22
y: 4
- type: deep-water
x: 23
y: -26
- type: deep-water
x: 22
y: 5
- type: deep-water
x: 23
y: -25
- type: beach
x: 22
y: 6
- type: deep-water
x: 23
y: -24
- type: beach
x: 22
y: 7
- type: deep-water
x: 23
y: -23
- type: beach
x: 22
y: 8
- type: deep-water
x: 23
y: -22
- type: beach
x: 22
y: 9
- type: deep-water
x: 23
y: -21
- type: beach
x: 22
y: 10
- type: deep-water
x: 23
y: -20
- type: beach
x: 22
y: 11
- type: deep-water
x: 23
y: -19
- type: beach
x: 22
y: 12
- type: deep-water
x: 23
y: -18
- type: beach
x: 22
y: 13
- type: deep-water
x: 23
y: -17
- type: beach-end
x: 22
y: 14
- type: deep-water
x: 23
y: -16
- type: shallow-water
x: 22
y: 15
- type: deep-water
x: 23
y: -15
- type: shallow-water
x: 22
y: 16
- type: deep-water
x: 23
y: -14
- type: shallow-water
x: 22
y: 17
- type: deep-water
x: 23
y: -13
- type: deep-water
x: 22
y: 18
- type: deep-water
x: 23
y: -12
- type: deep-water
x: 22
y: 19
- type: deep-water
x: 23
y: -11
- type: deep-water
x: 22
y: 20
- type: deep-water
x: 23
y: -10
- type: deep-water
x: 22
y: 21
- type: deep-water
x: 23
y: -9
- type: deep-water
x: 22
y: 22
- type: deep-water
x: 23
y: -8
- type: deep-water
x: 23
y: -7
- type: deep-water
x: 23
y: -6
- type: deep-water
x: 23
y: -5
- type: deep-water
x: 23
y: -4
- type: deep-water
x: 23
y: -3
- type: deep-water
x: 23
y: -2
- type: deep-water
x: 23
y: -1
- type: deep-water
x: 23
y: 0
- type: deep-water
x: 23
y: 1
- type: deep-water
x: 24
y: -29
- type: deep-water
x: 23
y: 2
- type: deep-water
x: 24
y: -28
- type: deep-water
x: 23
y: 3
- type: deep-water
x: 24
y: -27
- type: deep-water
x: 23
y: 4
- type: deep-water
x: 24
y: -26
- type: deep-water
x: 23
y: 5
- type: deep-water
x: 24
y: -25
- type: beach
x: 23
y: 6
- type: deep-water
x: 24
y: -24
- type: beach
x: 23
y: 7
- type: deep-water
x: 24
y: -23
- type: beach
x: 23
y: 8
- type: deep-water
x: 24
y: -22
- type: beach
x: 23
y: 9
- type: beach
x: 23
y: 10
- type: deep-water
x: 24
y: -21
- type: beach
x: 23
y: 11
- type: deep-water
x: 24
y: -20
- type: beach
x: 23
y: 12
- type: deep-water
x: 24
y: -19
- type: beach
x: 23
y: 13
- type: deep-water
x: 24
y: -18
- type: beach-end
x: 23
y: 14
- type: deep-water
x: 24
y: -17
- type: shallow-water
x: 23
y: 15
- type: deep-water
x: 24
y: -16
- type: shallow-water
x: 23
y: 16
- type: deep-water
x: 24
y: -15
- type: shallow-water
x: 23
y: 17
- type: deep-water
x: 24
y: -14
- type: deep-water
x: 23
y: 18
- type: deep-water
x: 24
y: -13
- type: deep-water
x: 23
y: 19
- type: deep-water
x: 24
y: -12
- type: deep-water
x: 23
y: 20
- type: deep-water
x: 24
y: -11
- type: deep-water
x: 23
y: 21
- type: deep-water
x: 24
y: -10
- type: deep-water
x: 23
y: 22
- type: deep-water
x: 24
y: -9
- type: deep-water
x: 24
y: -8
- type: deep-water
x: 24
y: -7
- type: deep-water
x: 24
y: -6
- type: deep-water
x: 24
y: -5
- type: deep-water
x: 24
y: -4
- type: deep-water
x: 24
y: -3
- type: deep-water
x: 24
y: -2
- type: deep-water
x: 24
y: -1
- type: deep-water
x: 24
y: 0
- type: deep-water
x: 24
y: 1
- type: deep-water
x: 24
y: 2
- type: deep-water
x: 24
y: 3
- type: deep-water
x: 24
y: 4
- type: deep-water
x: 24
y: 5
- type: beach
x: 24
y: 6
- type: beach
x: 24
y: 7
- type: beach
x: 24
y: 8
- type: beach
x: 24
y: 9
- type: beach
x: 24
y: 10
- type: beach
x: 24
y: 11
- type: beach
x: 24
y: 12
- type: beach
x: 24
y: 13
- type: beach-end
x: 24
y: 14
- type: shallow-water
x: 24
y: 15
- type: shallow-water
x: 24
y: 16
- type: shallow-water
x: 24
y: 17
- type: deep-water
x: 24
y: 18
- type: deep-water
x: 24
y: 19
- type: deep-water
x: 24
y: 20
- type: deep-water
x: 24
y: 21
- type: deep-water
x: 24
y: 22
- type: deep-water
x: 25
y: 2
- type: deep-water
x: 25
y: 3
- type: deep-water
x: 25
y: 4
- type: deep-water
x: 25
y: 5
- type: beach
x: 25
y: 6
- type: beach
x: 25
y: 7
- type: beach
x: 25
y: 8
- type: beach
x: 25
y: 9
- type: beach
x: 25
y: 10
- type: beach
x: 25
y: 11
- type: beach
x: 25
y: 12
- type: beach
x: 25
y: 13
- type: beach-end
x: 25
y: 14
- type: shallow-water
x: 25
y: 15
- type: shallow-water
x: 25
y: 16
- type: shallow-water
x: 25
y: 17
- type: deep-water
x: 25
y: 18
- type: deep-water
x: 25
y: 19
- type: deep-water
x: 25
y: 20
- type: deep-water
x: 25
y: 21
- type: deep-water
x: 25
y: 22
- type: deep-water
x: 26
y: 2
- type: deep-water
x: 26
y: 3
- type: deep-water
x: 26
y: 4
- type: deep-water
x: 26
y: 5
- type: beach
x: 26
y: 6
- type: beach
x: 26
y: 7
- type: beach
x: 26
y: 8
- type: beach
x: 26
y: 9
- type: beach
x: 26
y: 10
- type: beach
x: 26
y: 11
- type: beach
x: 26
y: 12
- type: beach
x: 26
y: 13
- type: beach-end
x: 26
y: 14
- type: shallow-water
x: 26
y: 15
- type: shallow-water
x: 26
y: 16
- type: shallow-water
x: 26
y: 17
- type: deep-water
x: 26
y: 18
- type: deep-water
x: 26
y: 19
- type: deep-water
x: 26
y: 20
- type: deep-water
x: 26
y: 21
- type: deep-water
x: 26
y: 22
- type: deep-water
x: 27
y: 2
- type: deep-water
x: 27
y: 3
- type: deep-water
x: 27
y: 4
- type: deep-water
x: 27
y: 5
- type: deep-water
x: 27
y: 6
- type: beach
x: 27
y: 7
- type: beach
x: 27
y: 8
- type: beach
x: 27
y: 9
- type: beach
x: 27
y: 10
- type: beach
x: 27
y: 11
- type: beach
x: 27
y: 12
- type: beach
x: 27
y: 13
- type: beach-end
x: 27
y: 14
- type: shallow-water
x: 27
y: 15
- type: shallow-water
x: 27
y: 16
- type: shallow-water
x: 27
y: 17
- type: deep-water
x: 27
y: 18
- type: deep-water
x: 27
y: 19
- type: deep-water
x: 27
y: 20
- type: deep-water
x: 27
y: 21
- type: deep-water
x: 27
y: 22
- type: deep-water
x: 28
y: 2
- type: deep-water
x: 28
y: 3
- type: deep-water
x: 28
y: 4
- type: deep-water
x: 28
y: 5
- type: deep-water
x: 28
y: 6
- type: beach
x: 28
y: 7
- type: beach
x: 28
y: 8
- type: beach
x: 28
y: 9
- type: beach
x: 28
y: 10
- type: beach
x: 28
y: 11
- type: beach
x: 28
y: 12
- type: beach
x: 28
y: 13
- type: beach-end
x: 28
y: 14
- type: shallow-water
x: 28
y: 15
- type: shallow-water
x: 28
y: 16
- type: shallow-water
x: 28
y: 17
- type: deep-water
x: 28
y: 18
- type: deep-water
x: 28
y: 19
- type: deep-water
x: 28
y: 20
- type: deep-water
x: 28
y: 21
- type: deep-water
x: 28
y: 22
- type: deep-water
x: 29
y: 2
- type: deep-water
x: 29
y: 3
- type: deep-water
x: 29
y: 4
- type: deep-water
x: 29
y: 5
- type: deep-water
x: 29
y: 6
- type: deep-water
x: 29
y: 7
- type: beach
x: 29
y: 8
- type: beach
x: 29
y: 9
- type: beach
x: 29
y: 10
- type: beach
x: 29
y: 11
- type: beach
x: 29
y: 12
- type: beach
x: 29
y: 13
- type: beach-end
x: 29
y: 14
- type: shallow-water
x: 29
y: 15
- type: shallow-water
x: 29
y: 16
- type: shallow-water
x: 29
y: 17
- type: deep-water
x: 29
y: 18
- type: deep-water
x: 29
y: 19
- type: deep-water
x: 29
y: 20
- type: deep-water
x: 29
y: 21
- type: deep-water
x: 29
y: 22
- type: deep-water
x: 30
y: 2
- type: deep-water
x: 30
y: 3
- type: deep-water
x: 30
y: 4
- type: deep-water
x: 30
y: 5
- type: deep-water
x: 30
y: 6
- type: deep-water
x: 30
y: 7
- type: beach
x: 30
y: 8
- type: beach
x: 30
y: 9
- type: beach
x: 30
y: 10
- type: beach
x: 30
y: 11
- type: beach
x: 30
y: 12
- type: beach
x: 30
y: 13
- type: beach-end
x: 30
y: 14
- type: shallow-water
x: 30
y: 15
- type: shallow-water
x: 30
y: 16
- type: shallow-water
x: 30
y: 17
- type: deep-water
x: 30
y: 18
- type: deep-water
x: 30
y: 19
- type: deep-water
x: 30
y: 20
- type: deep-water
x: 30
y: 21
- type: deep-water
x: 30
y: 22
- type: deep-water
x: 31
y: 2
- type: deep-water
x: 31
y: 3
- type: deep-water
x: 31
y: 4
- type: deep-water
x: 31
y: 5
- type: deep-water
x: 31
y: 6
- type: deep-water
x: 31
y: 7
- type: deep-water
x: 31
y: 8
- type: beach
x: 31
y: 9
- type: beach
x: 31
y: 10
- type: beach
x: 31
y: 11
- type: beach
x: 31
y: 12
- type: beach
x: 31
y: 13
- type: beach-end
x: 31
y: 14
- type: shallow-water
x: 31
y: 15
- type: shallow-water
x: 31
y: 16
- type: shallow-water
x: 31
y: 17
- type: deep-water
x: 31
y: 18
- type: deep-water
x: 31
y: 19
- type: deep-water
x: 31
y: 20
- type: deep-water
x: 31
y: 21
- type: deep-water
x: 31
y: 22
- type: deep-water
x: 32
y: 2
- type: deep-water
x: 32
y: 3
- type: deep-water
x: 32
y: 4
- type: deep-water
x: 32
y: 5
- type: deep-water
x: 32
y: 6
- type: deep-water
x: 32
y: 7
- type: deep-water
x: 32
y: 8
- type: beach
x: 32
y: 9
- type: beach
x: 32
y: 10
- type: beach
x: 32
y: 11
- type: beach
x: 32
y: 12
- type: beach
x: 32
y: 13
- type: beach-end
x: 32
y: 14
- type: shallow-water
x: 32
y: 15
- type: shallow-water
x: 32
y: 16
- type: shallow-water
x: 32
y: 17
- type: deep-water
x: 32
y: 18
- type: deep-water
x: 32
y: 19
- type: deep-water
x: 32
y: 20
- type: deep-water
x: 32
y: 21
- type: deep-water
x: 32
y: 22
- type: deep-water
x: 33
y: 2
- type: deep-water
x: 33
y: 3
- type: deep-water
x: 33
y: 4
- type: deep-water
x: 33
y: 5
- type: deep-water
x: 33
y: 6
- type: deep-water
x: 33
y: 7
- type: deep-water
x: 33
y: 8
- type: deep-water
x: 33
y: 9
- type: beach
x: 33
y: 10
- type: beach
x: 33
y: 11
- type: grass-end
x: 33
y: 12
rotation: 90
- type: beach
x: 33
y: 13
- type: beach-end
x: 33
y: 14
- type: shallow-water
x: 33
y: 15
- type: shallow-water
x: 33
y: 16
- type: shallow-water
x: 33
y: 17
- type: deep-water
x: 33
y: 18
- type: deep-water
x: 33
y: 19
- type: deep-water
x: 33
y: 20
- type: deep-water
x: 33
y: 21
- type: deep-water
x: 33
y: 22
- type: deep-water
x: 34
y: 2
- type: deep-water
x: 34
y: 3
- type: deep-water
x: 34
y: 4
- type: deep-water
x: 34
y: 5
- type: deep-water
x: 34
y: 6
- type: deep-water
x: 34
y: 7
- type: deep-water
x: 34
y: 8
- type: deep-water
x: 34
y: 9
- type: beach
x: 34
y: 10
- type: grass-end
x: 34
y: 11
rotation: 180
- type: exit
x: 34
y: 12
- type: grass-end
x: 34
y: 13
- type: beach-end
x: 34
y: 14
- type: shallow-water
x: 34
y: 15
- type: shallow-water
x: 34
y: 16
- type: shallow-water
x: 34
y: 17
- type: deep-water
x: 34
y: 18
- type: deep-water
x: 34
y: 19
- type: deep-water
x: 34
y: 20
- type: deep-water
x: 34
y: 21
- type: deep-water
x: 34
y: 22
- type: deep-water
x: 35
y: 2
- type: deep-water
x: 35
y: 3
- type: deep-water
x: 35
y: 4
- type: deep-water
x: 35
y: 5
- type: deep-water
x: 35
y: 6
- type: deep-water
x: 35
y: 7
- type: deep-water
x: 35
y: 8
- type: deep-water
x: 35
y: 9
- type: deep-water
x: 35
y: 10
- type: beach
x: 35
y: 11
- type: grass-end
x: 35
y: 12
rotation: 270
- type: beach
x: 35
y: 13
- type: beach-end
x: 35
y: 14
- type: shallow-water
x: 35
y: 15
- type: shallow-water
x: 35
y: 16
- type: shallow-water
x: 35
y: 17
- type: deep-water
x: 35
y: 18
- type: deep-water
x: 35
y: 19
- type: deep-water
x: 35
y: 20
- type: deep-water
x: 35
y: 21
- type: deep-water
x: 35
y: 22
- type: deep-water
x: 36
y: 2
- type: deep-water
x: 36
y: 3
- type: deep-water
x: 36
y: 4
- type: deep-water
x: 36
y: 5
- type: deep-water
x: 36
y: 6
- type: deep-water
x: 36
y: 7
- type: deep-water
x: 36
y: 8
- type: deep-water
x: 36
y: 9
- type: deep-water
x: 36
y: 10
- type: beach
x: 36
y: 11
- type: beach
x: 36
y: 12
- type: beach
x: 36
y: 13
- type: beach-end
x: 36
y: 14
- type: shallow-water
x: 36
y: 15
- type: shallow-water
x: 36
y: 16
- type: shallow-water
x: 36
y: 17
- type: deep-water
x: 36
y: 18
- type: deep-water
x: 36
y: 19
- type: deep-water
x: 36
y: 20
- type: deep-water
x: 36
y: 21
- type: deep-water
x: 36
y: 22
- type: deep-water
x: 37
y: 2
- type: deep-water
x: 37
y: 3
- type: deep-water
x: 37
y: 4
- type: deep-water
x: 37
y: 5
- type: deep-water
x: 37
y: 6
- type: deep-water
x: 37
y: 7
- type: deep-water
x: 37
y: 8
- type: deep-water
x: 37
y: 9
- type: deep-water
x: 37
y: 10
- type: deep-water
x: 37
y: 11
- type: deep-water
x: 37
y: 12
- type: deep-water
x: 37
y: 13
- type: deep-water
x: 37
y: 14
- type: deep-water
x: 37
y: 15
- type: deep-water
x: 37
y: 16
- type: deep-water
x: 37
y: 17
- type: deep-water
x: 37
y: 18
- type: deep-water
x: 37
y: 19
- type: deep-water
x: 37
y: 20
- type: deep-water
x: 37
y: 21
- type: deep-water
x: 37
y: 22
- type: deep-water
x: 38
y: 2
- type: deep-water
x: 38
y: 3
- type: deep-water
x: 38
y: 4
- type: deep-water
x: 38
y: 5
- type: deep-water
x: 38
y: 6
- type: deep-water
x: 38
y: 7
- type: deep-water
x: 38
y: 8
- type: deep-water
x: 38
y: 9
- type: deep-water
x: 38
y: 10
- type: deep-water
x: 38
y: 11
- type: deep-water
x: 38
y: 12
- type: deep-water
x: 38
y: 13
- type: deep-water
x: 38
y: 14
- type: deep-water
x: 38
y: 15
- type: deep-water
x: 38
y: 16
- type: deep-water
x: 38
y: 17
- type: deep-water
x: 38
y: 18
- type: deep-water
x: 38
y: 19
- type: deep-water
x: 38
y: 20
- type: deep-water
x: 38
y: 21
- type: deep-water
x: 38
y: 22
- type: deep-water
x: 39
y: 2
- type: deep-water
x: 39
y: 3
- type: deep-water
x: 39
y: 4
- type: deep-water
x: 39
y: 5
- type: deep-water
x: 39
y: 6
- type: deep-water
x: 39
y: 7
- type: deep-water
x: 39
y: 8
- type: deep-water
x: 39
y: 9
- type: deep-water
x: 39
y: 10
- type: deep-water
x: 39
y: 11
- type: deep-water
x: 39
y: 12
- type: deep-water
x: 39
y: 13
- type: deep-water
x: 39
y: 14
- type: deep-water
x: 39
y: 15
- type: deep-water
x: 39
y: 16
- type: deep-water
x: 39
y: 17
- type: deep-water
x: 39
y: 18
- type: deep-water
x: 39
y: 19
- type: deep-water
x: 39
y: 20
- type: deep-water
x: 39
y: 21
- type: deep-water
x: 39
y: 22
- type: deep-water
x: 40
y: 2
- type: deep-water
x: 40
y: 3
- type: deep-water
x: 40
y: 4
- type: deep-water
x: 40
y: 5
- type: deep-water
x: 40
y: 6
- type: deep-water
x: 40
y: 7
- type: deep-water
x: 40
y: 8
- type: deep-water
x: 40
y: 9
- type: deep-water
x: 40
y: 10
- type: deep-water
x: 40
y: 11
- type: deep-water
x: 40
y: 12
- type: deep-water
x: 40
y: 13
- type: deep-water
x: 40
y: 14
- type: deep-water
x: 40
y: 15
- type: deep-water
x: 40
y: 16
- type: deep-water
x: 40
y: 17
- type: deep-water
x: 40
y: 18
- type: deep-water
x: 40
y: 19
- type: deep-water
x: 40
y: 20
- type: deep-water
x: 40
y: 21
- type: deep-water
x: 40
y: 22
- type: deep-water
x: 41
y: 2
- type: deep-water
x: 41
y: 3
- type: deep-water
x: 41
y: 4
- type: deep-water
x: 41
y: 5
- type: deep-water
x: 41
y: 6
- type: deep-water
x: 41
y: 7
- type: deep-water
x: 41
y: 8
- type: deep-water
x: 41
y: 9
- type: deep-water
x: 41
y: 10
- type: deep-water
x: 41
y: 11
- type: deep-water
x: 41
y: 12
- type: deep-water
x: 41
y: 13
- type: deep-water
x: 41
y: 14
- type: deep-water
x: 41
y: 15
- type: deep-water
x: 41
y: 16
- type: deep-water
x: 41
y: 17
- type: deep-water
x: 41
y: 18
- type: deep-water
x: 41
y: 19
- type: deep-water
x: 41
y: 20
- type: deep-water
x: 41
y: 21
- type: deep-water
x: 41
y: 22
- type: deep-water
x: 42
y: 2
- type: deep-water
x: 42
y: 3
- type: deep-water
x: 42
y: 4
- type: deep-water
x: 42
y: 5
- type: deep-water
x: 42
y: 6
- type: deep-water
x: 42
y: 7
- type: deep-water
x: 42
y: 8
- type: deep-water
x: 42
y: 9
- type: deep-water
x: 42
y: 10
- type: deep-water
x: 42
y: 11
- type: deep-water
x: 42
y: 12
- type: deep-water
x: 42
y: 13
- type: deep-water
x: 42
y: 14
- type: deep-water
x: 42
y: 15
- type: deep-water
x: 42
y: 16
- type: deep-water
x: 42
y: 17
- type: deep-water
x: 42
y: 18
- type: deep-water
x: 42
y: 19
- type: deep-water
x: 42
y: 20
- type: deep-water
x: 42
y: 21
- type: deep-water
x: 42
y: 22
creatures:
- id: 7ef9571f-9a36-4532-a0c4-d69b19b0803c
type: banana
x: -1728.0
y: 960.0
rotation: 0
- id: 5fc32201-18d4-43da-8f07-a2f9bd4d03c9
type: banana
x: -2112.0
y: 960.0
rotation: 0
- id: 32fd443b-7007-40d9-b6a8-99f0d4a97e49
type: banana
x: -1344.0
y: 960.0
rotation: 0
- id: 5f8e384e-35d0-4146-88ff-14b70b4bc811
type: bananabox
x: 576.0
y: -1856.0
rotation: 0
- id: aa0a1295-d395-4bc6-95fc-d9e0a4526059
type: beaver
x: -64.0
y: -1984.0
rotation: 0
- id: 9886e68b-d55f-4e49-a1af-8776016d9538
type: beaver
x: -320.0
y: -1984.0
rotation: 0
- id: 54be0fe4-f7fd-45a0-8d93-6037013a8b1d
type: bigbeaver
x: 3520.0
y: 1600.0
rotation: 90
- id: bc83c22d-c4a3-4fb7-8366-682063dbbe57
type: bigbeaver
x: -1984.0
y: -320.0
rotation: 90
- id: 1d833716-9fd4-42a0-8596-051943a28a25
type: cage
x: -192.0
y: 1472.0
rotation: 0
- id: 69db5828-83f5-49e8-a33f-93edea552112
type: coconut
x: -2112.0
y: -2368.0
rotation: 90
- id: 3fdb0afc-ea82-4509-9a77-75ca2412a85e
type: coconut
x: -960.0
y: -1984.0
rotation: 90
- id: c04c7c78-e7c5-4ab3-83b1-60d2105728e6
type: coconut
x: -1856.0
y: -2368.0
rotation: 0
- id: a8c65935-dd66-4e19-8a84-ed39f29ff109
type: coconut
x: -1856.0
y: -1728.0
rotation: 0
- id: 7c7b5eb8-a961-45b5-a75f-296b26a5d459
type: coconut
x: -704.0
y: -1728.0
rotation: 90
- id: 4cb79037-53e1-45ab-bf5e-b98df6b366f0
type: door
x: -704.0
y: 3008.0
rotation: 0
- id: 8d3b4c37-46af-4cf2-866e-e39721136fc3
type: door
x: 576.0
y: 3008.0
rotation: 0
- id: da7dce4c-3cff-403b-86a2-486e1f3e3da5
type: door
x: 448.0
y: 3008.0
rotation: 0
- id: 2fd8a03b-20cb-44d7-b132-5493f477d2e7
type: door
x: -448.0
y: 3008.0
rotation: 0
- id: f10626a0-42f5-4410-9ffc-3e07f4777c1c
type: door
x: 576.0
y: -3136.0
rotation: 0
- id: dba6fd75-2920-4c92-90a3-179a514f89f5
type: door
x: 192.0
y: 3008.0
rotation: 0
- id: 235efb93-4c4e-4e94-91ac-723f35977ce1
type: door
x: 64.0
y: 3008.0
rotation: 0
- id: 61aa894c-29e5-4f9d-bf61-2f0f87d0f1d6
type: door
x: -64.0
y: 3008.0
rotation: 0
- id: c39dd12e-6f59-4091-9b23-cd60b638c81c
type: door
x: -576.0
y: 3008.0
rotation: 0
- id: f0d89ab3-c451-4b4d-a671-084c239751c2
type: door
x: 832.0
y: 3008.0
rotation: 0
- id: 563e6c1c-6ae1-4dbf-9371-7e096c758d4c
type: door
x: 320.0
y: 3008.0
rotation: 0
- id: 1c8e19c0-02de-48cc-ac0b-16571bed9fb4
type: door
x: 1216.0
y: 3008.0
rotation: 0
- id: 2ee2f66d-4e8a-4c22-ac1b-35d8a532378a
type: door
x: 1600.0
y: 3008.0
rotation: 0
- id: b0f0ee28-86dc-46ed-9623-2cb60c23c53f
type: door
x: 1344.0
y: 3008.0
rotation: 0
- id: 1a7ccdf1-cc17-45c5-a888-23b018fce8f8
type: door
x: 1728.0
y: 3008.0
rotation: 0
- id: 74e7ba1b-4a7b-453c-a2c1-d6ddee9f0171
type: door
x: 1984.0
y: 3008.0
rotation: 0
- id: 14498cd5-301f-4d08-9462-44c20b522422
type: door
x: 1088.0
y: 3008.0
rotation: 0
- id: e2213f15-8406-4b04-8af6-2370f9aa1c8f
type: door
x: -192.0
y: 3008.0
rotation: 0
- id: a05d49f2-78b2-4f9a-aaf9-abb9f27adb77
type: door
x: 1856.0
y: 3008.0
rotation: 0
- id: f0075920-7dd6-4a7b-aa98-63e790ae4011
type: door
x: 1472.0
y: 3008.0
rotation: 0
- id: 2d41afbf-8755-466a-83fe-6c517a5bad88
type: door
x: -320.0
y: 3008.0
rotation: 0
- id: bd362f67-280a-4665-88b6-8165148666b8
type: door
x: 704.0
y: 3008.0
rotation: 0
- id: e02f3f0d-725c-4800-aaeb-6d886ee8db2d
type: door
x: 960.0
y: 3008.0
rotation: 0
- id: 134701ac-400d-4464-9229-fc2caf1df7f6
type: fence
x: 704.0
y: -3136.0
rotation: 0
- id: c6420352-a635-4541-84f3-d8917f2f195a
type: fence
x: 64.0
y: -3136.0
rotation: 0
- id: dc49a13e-4cd4-406c-8028-31d967b37f29
type: fence
x: 192.0
y: -3136.0
rotation: 0
- id: f20114e3-d5ae-407d-a38b-50e7635b5bab
type: fence
x: 960.0
y: -3136.0
rotation: 0
- id: cbae54c6-0861-4058-beda-9ac14dc19bbd
type: fence
x: 320.0
y: -3136.0
rotation: 0
- id: cf05e836-fbd3-4f10-a2c8-9cc39ccc4cae
type: fence
x: 832.0
y: -3136.0
rotation: 0
- id: 216d696b-4cb8-47c2-b568-0318eb0c681d
type: fence
x: 1088.0
y: -3136.0
rotation: 0
- id: d7c3b757-ebaa-48bd-b2bc-046a2b81d447
type: fence
x: -448.0
y: 576.0
rotation: 90
- id: e3510473-18e4-4dc3-8599-fb0a035fc110
type: fence
x: 448.0
y: -3136.0
rotation: 0
- id: 62cdf8dc-c915-45aa-8429-c80b4c2d0d73
type: fence
x: 64.0
y: 576.0
rotation: 90
- id: 72ffdbfc-9445-4c8f-9ddd-13de0f83c3a1
type: fence
x: -320.0
y: 576.0
rotation: 90
- id: ba35492e-26df-4306-93f7-968caca644f6
type: fence
x: -64.0
y: 576.0
rotation: 90
- id: 6f240859-063e-41a0-b3ac-999afaf51e77
type: fullenglish
x: -192.0
y: 2240.0
rotation: 0
- id: 37031e99-f3d4-40ca-9c60-cd8bfe041af4
type: fullenglish
x: -192.0
y: -1088.0
rotation: 0
- id: 279b91f7-c1dc-4e7b-b70d-4136913ec11b
type: fullenglish
x: -2496.0
y: 960.0
rotation: 0
- id: 2036ccea-3195-4260-bdbe-041ca63f0a9a
type: gate
x: -192.0
y: 576.0
rotation: 90
- id: 8d923520-b8fb-4147-bf60-4336964f8704
type: gold
x: 1600.0
y: -1216.0
rotation: 90
- id: 7e6ce586-7bdc-41cb-bcc8-a4df4160c421
type: gold
x: -192.0
y: 192.0
rotation: 90
- id: 9fcfdaab-5463-42a1-b17b-e78b11a28436
type: gold
x: 2496.0
y: 1472.0
rotation: 90
- id: 4d2367a5-493c-4c96-bfd1-73c3e7cdc596
type: gold
x: 2368.0
y: 1472.0
rotation: 90
- id: 6e7afda6-5782-49a8-bf85-11be6b60b11c
type: gold
x: 2624.0
y: 1472.0
rotation: 90
- id: beaeca46-48f9-490c-af67-0bb0740ebc1b
type: gold
x: -192.0
y: 1216.0
rotation: 90
- id: 6652146e-0bb8-46a0-a73b-336e13584dda
type: gold
x: -192.0
y: 320.0
rotation: 90
- id: 97069e8d-326b-40ac-a881-fcdd52319333
type: gold
x: -192.0
y: 1088.0
rotation: 90
- id: 485ce68c-b4a2-40b1-9449-510088766de8
type: gold
x: -2112.0
y: -2624.0
rotation: 90
- id: cf8ddeab-7f20-46f1-a498-ac9d6accfc5a
type: gold
x: 1600.0
y: 960.0
rotation: 90
- id: ca2ca2f2-aa79-479e-b018-d8fbc69299ce
type: gold
x: -2112.0
y: -2752.0
rotation: 90
- id: 90bebf2c-33dc-49aa-a9f8-fcb9c78ad1a5
type: gold
x: -192.0
y: 64.0
rotation: 90
- id: 7cf97929-c545-440a-bd34-4e35a5cdc096
type: gold
x: 1600.0
y: 832.0
rotation: 90
- id: dd4f9d3d-439b-40bb-9630-486f602623e7
type: gold
x: 1600.0
y: 1088.0
rotation: 90
- id: 9ffd1b23-3233-4a2c-b1f2-fae4f67a377e
type: gold
x: 1600.0
y: -1088.0
rotation: 90
- id: a8d93960-76cb-4607-9f01-e8bc17736eb3
type: gold
x: -192.0
y: 960.0
rotation: 90
- id: 857aa270-b603-4837-9cc4-d957ca61bdde
type: gold
x: 2880.0
y: 1600.0
rotation: 90
- id: 52993ee5-b527-4770-b2c9-ff1788f4bc27
type: gold
x: 1600.0
y: -960.0
rotation: 90
- id: cc9fa344-a602-4740-ab3e-b59963d1408e
type: gold
x: -2112.0
y: -2880.0
rotation: 90
- id: 0b697616-ee3a-4e99-a7aa-ee9d5866b7ea
type: gold
x: -192.0
y: 704.0
rotation: 90
- id: 95ead41b-bd50-43eb-8c75-dd57f003d1fb
type: gold
x: 2752.0
y: 1600.0
rotation: 90
- id: 6e08bdf1-33b1-4e42-a43e-01ce23e4cfd1
type: gold
x: 3008.0
y: 1600.0
rotation: 90
- id: 6097c7b7-fd5c-47d2-b90e-f227bfb7ced8
type: gold
x: -192.0
y: 832.0
rotation: 90
- id: 5e4ec3e4-1138-409d-9a1c-09acb1133a99
type: hedgehog
x: -1984.0
y: -704.0
rotation: 90
- id: d551d71e-bda1-4c14-9645-94120025811f
type: hedgehog
x: -2240.0
y: -2240.0
rotation: 90
- id: cf026916-29bb-493a-a263-b44e52e1b9f2
type: hedgehog
x: 1472.0
y: -2112.0
rotation: 90
- id: b3028941-f852-4676-864e-d2ee3dcd3aec
type: hedgehog
x: 1472.0
y: -2496.0
rotation: 90
- id: bbfcc120-d7ae-4e9b-8625-411fbd9ffdf6
type: monkey
x: 1600.0
y: 1472.0
rotation: 90
- id: 48535950-0dd4-4c23-99ed-cf1f90bd264b
type: monkey
x: -192.0
y: -704.0
rotation: 0
- id: 18d36890-fba2-4598-bd24-79d8216ae0c6
type: monkey
x: 1600.0
y: -1728.0
rotation: 90
- id: 38563638-df45-4313-afe4-397506e33ab3
type: player
x: -192.0
y: 1728.0
rotation: 0
- id: e230e342-0128-4cab-bc9e-b34f3e3311a1
type: sign
x: 1600.0
y: -2880.0
rotation: 0
- id: 488772af-987e-4445-8892-ea766b03eaef
type: sign
x: -192.0
y: -2880.0
rotation: 0
- id: 33c9f3f7-9b02-48b0-8a40-6cc330442548
type: spikes
x: 1728.0
y: 1728.0
rotation: 270
- id: a8995d46-70d1-4e71-bb5e-b38d89e8ee0f
type: spikes
x: 1472.0
y: 192.0
rotation: 0
- id: 70089c18-1297-42b6-b17e-9646e51aea7f
type: spikes
x: 1216.0
y: 1344.0
rotation: 0
- id: 2f9df793-f627-4cc8-bcb6-4f12594aecb7
type: spikes
x: 1216.0
y: -192.0
rotation: 0
- id: d39e1714-4405-4020-b3bd-fe341e0da23f
type: spikes
x: 1344.0
y: 64.0
rotation: 0
- id: 20dd7eaf-13c4-471f-ac4f-1d8764928ed6
type: spikes
x: 1472.0
y: 320.0
rotation: 0
- id: 71d3841f-da02-48f2-9e1e-7da883788aa0
type: spikes
x: 1984.0
y: 1600.0
rotation: 180
- id: 08a07fcd-5008-405e-9271-72c38e7be020
type: spikes
x: 1216.0
y: 1600.0
rotation: 0
- id: 84bf2b9e-78c9-421b-851a-b8262d6aaba4
type: spikes
x: 1472.0
y: 1728.0
rotation: 270
- id: a57ec792-5a62-4f15-89b9-eace5b1de1e0
type: spikes
x: 1216.0
y: 1472.0
rotation: 0
- id: 3120dbdb-fdc1-4574-892a-823345979ad8
type: spikes
x: 1344.0
y: -64.0
rotation: 0
- id: a26aabe3-4c2b-4f51-b1c6-dd45d2ee8ede
type: spikes
x: 1216.0
y: -320.0
rotation: 0
- id: 9a6bc5a5-38d6-4dd1-b54e-e9f4aa24e2f0
type: spikes
x: 1984.0
y: 1472.0
rotation: 180
- id: cf0d1627-6c28-43c8-84ee-8c32e520e98f
type: spikes
x: 1984.0
y: 1344.0
rotation: 180
- id: 042cdc57-286c-4e32-beae-940187ed0842
type: spikes
x: 1344.0
y: 1728.0
rotation: 270
- id: 2fa34cc3-5bf6-4627-a6a7-b9ca6b4971af
type: spikes
x: 1856.0
y: 1728.0
rotation: 270
- id: 2c063309-5d77-46b3-ad52-eace3d335530
type: spikes
x: 1600.0
y: 1728.0
rotation: 270
- id: df89025d-8da4-4086-9ab1-ba8da294f647
type: stonewall
x: -2368.0
y: -1088.0
rotation: 90
- id: a78f9880-9886-42be-ae69-7f9c6849dcb6
type: stonewall
x: -2240.0
y: -3136.0
rotation: 0
- id: c87c42e4-899c-41fd-a9a9-f8f08f2584d3
type: stonewall
x: -2368.0
y: -3136.0
rotation: 0
- id: 5ccdd489-bfe5-43c4-883e-a41612c936d2
type: stonewall
x: 704.0
y: -2112.0
rotation: 90
- id: 84b0301c-e572-4d57-9f70-bf178c4bb8fa
type: stonewall
x: -192.0
y: -3136.0
rotation: 0
- id: 4505b6ac-c19a-45d9-a3fc-86a63a5ca484
type: stonewall
x: -2496.0
y: -3008.0
rotation: 90
- id: 1ad2fbeb-4650-4611-94a9-c71b3dfaf7a7
type: stonewall
x: -2496.0
y: -3136.0
rotation: 0
- id: 1275f447-e044-4900-8286-e809a4063168
type: stonewall
x: -1728.0
y: -3136.0
rotation: 0
- id: 39339897-5edd-4d8e-8f13-74d1f25fbbf1
type: stonewall
x: 1984.0
y: -1600.0
rotation: 90
- id: d57aa920-1f5e-4f45-9727-d7afb8c2d0ab
type: stonewall
x: -2112.0
y: 64.0
rotation: 90
- id: 0877a4d7-738d-4f62-9a8b-3dd81fd62472
type: stonewall
x: -960.0
y: 960.0
rotation: 90
- id: 73af425a-6453-4b1d-a587-c137ee0ed8b8
type: stonewall
x: 192.0
y: -1600.0
rotation: 90
- id: 8a3921d3-9162-4bdf-8565-a9247591e440
type: stonewall
x: -704.0
y: -3136.0
rotation: 0
- id: 2dd3914a-89a8-4d31-9a38-a7969a32fb51
type: stonewall
x: 1216.0
y: -1984.0
rotation: 90
- id: 97748e91-e1e2-4d68-86f6-cfc8d1cfc57a
type: stonewall
x: -1472.0
y: -3136.0
rotation: 0
- id: 59047c0b-454c-4a9b-9d69-ba1e2e405f03
type: stonewall
x: -2496.0
y: -2368.0
rotation: 90
- id: fc3bc9bf-05dd-4799-b6cd-0bd7066b244c
type: stonewall
x: 1984.0
y: -2240.0
rotation: 90
- id: d06adfda-98cb-4348-bf65-72a7c13cedfa
type: stonewall
x: 1984.0
y: -2496.0
rotation: 90
- id: 5a6d2c98-476a-44f0-9839-491160d435f1
type: stonewall
x: -1344.0
y: -3136.0
rotation: 0
- id: 4c85c9b8-fda7-432c-9a1e-e6517793cded
type: stonewall
x: -1216.0
y: -3136.0
rotation: 0
- id: a7791fc6-7b00-4660-b6a0-8f0b7a1aebcc
type: stonewall
x: -1600.0
y: -3136.0
rotation: 0
- id: 45262d31-1d68-4fbe-8104-542a64f3b6b2
type: stonewall
x: -2496.0
y: -2752.0
rotation: 90
- id: 809af8f3-40f9-4f26-a07c-d5aec898c749
type: stonewall
x: -448.0
y: -3136.0
rotation: 0
- id: f713e4bd-e6f2-4a90-b011-362493842fc2
type: stonewall
x: -1600.0
y: -1088.0
rotation: 90
- id: b8577178-d632-49ba-86a2-ae72dd4d0ef0
type: stonewall
x: -1984.0
y: 64.0
rotation: 90
- id: ba675b0b-8be7-4b77-8730-282a8798c892
type: stonewall
x: 1984.0
y: -1088.0
rotation: 90
- id: ee65a58f-b15b-4124-90a5-668ed5283e9e
type: stonewall
x: -1728.0
y: -320.0
rotation: 90
- id: a536aff8-0db7-45b2-90c5-3e5503069d4f
type: stonewall
x: 320.0
y: 1088.0
rotation: 90
- id: da43ab9f-c076-4b2a-87bd-d83e80e94ff9
type: stonewall
x: -1600.0
y: -2368.0
rotation: 90
- id: 7bda5c4b-40b0-409c-b70a-11f80f662031
type: stonewall
x: -2496.0
y: -2624.0
rotation: 90
- id: bb5cfbf0-4fa1-4856-90b6-8c392b3422fc
type: stonewall
x: 1984.0
y: -2112.0
rotation: 90
- id: 5d5dedff-37d0-4527-8c4c-94dbbc3a34d9
type: stonewall
x: 320.0
y: 1728.0
rotation: 90
- id: bbc02baa-b1ed-4a21-a180-9259345dea6c
type: stonewall
x: 1984.0
y: -1472.0
rotation: 90
- id: dace8de9-bf04-4055-b031-570a50f479d9
type: stonewall
x: -1856.0
y: -3136.0
rotation: 0
- id: 429e65b7-afee-48d9-bbd7-20fdfcf105b7
type: stonewall
x: -2496.0
y: -2880.0
rotation: 90
- id: eca70a41-76ba-4457-a580-d82eaf380ce8
type: stonewall
x: -64.0
y: -3136.0
rotation: 0
- id: 8216395e-e9f8-407d-8974-06fbebb7f489
type: stonewall
x: 320.0
y: 1472.0
rotation: 90
- id: 0d389c47-e4df-4f1c-a3cd-b0e8e8302728
type: stonewall
x: -2368.0
y: -3008.0
rotation: 90
- id: d6acce1e-0db2-44e2-8200-9a37f8e8ebb5
type: stonewall
x: -1088.0
y: -3136.0
rotation: 0
- id: d5b5e2be-9648-4d8c-97d5-20f62e39c758
type: stonewall
x: -2112.0
y: -3136.0
rotation: 0
- id: 754b4cbd-76ff-44ce-864c-c3a7187828f2
type: stonewall
x: -2368.0
y: -2880.0
rotation: 90
- id: 8217af11-c466-4df5-b8f9-7cb1106db61d
type: stonewall
x: 1984.0
y: -2624.0
rotation: 90
- id: 456daf94-e05e-4423-9ea9-a9a4838250a4
type: stonewall
x: -2240.0
y: -192.0
rotation: 90
- id: 52fe5468-360f-4690-8c53-3fe5e5d606a4
type: stonewall
x: -832.0
y: -3136.0
rotation: 0
- id: bd8b96fd-f7d6-4454-a1b9-8c723b94e066
type: stonewall
x: -1216.0
y: -192.0
rotation: 90
- id: 87f5f8f6-6ebd-40fe-91f4-9b72de730b7b
type: stonewall
x: 1216.0
y: -2496.0
rotation: 90
- id: be5fd98b-97d3-46d4-91fa-2e386de77a27
type: stonewall
x: 1216.0
y: -1472.0
rotation: 90
- id: ea883ec8-cd0e-4ccc-b4b3-bd573a139493
type: stonewall
x: -1984.0
y: -3136.0
rotation: 0
- id: 8f557fb9-63d4-4f36-9577-b928d26eb57b
type: stonewall
x: 1984.0
y: -832.0
rotation: 90
- id: 7f3adbdd-7485-41e4-a0b0-8f4e3c775186
type: stonewall
x: -576.0
y: -3136.0
rotation: 0
- id: 2f13a874-74e3-4a4f-bffa-ebecf07d4a37
type: stonewall
x: -2496.0
y: -2496.0
rotation: 90
- id: a348e737-a005-49de-82a9-5653cf398dc0
type: stonewall
x: 1984.0
y: -1984.0
rotation: 90
- id: ffb19ed9-35ee-4acf-94ef-0cc09841ed93
type: stonewall
x: -2496.0
y: -2240.0
rotation: 90
- id: a400d66a-20ca-469c-8938-a546d8166be9
type: stonewall
x: -1728.0
y: -64.0
rotation: 90
- id: 74550666-853a-4dd3-91cf-b03c6dae7139
type: stonewall
x: -320.0
y: -3136.0
rotation: 0
- id: b4b7926f-3372-4e10-b91c-654dcb949786
type: stonewall
x: -960.0
y: -3136.0
rotation: 0
- id: a0c6e9c8-9079-4e03-b629-9d00936f4cce
type: stonewall
x: 1856.0
y: -2496.0
rotation: 90
- id: f913e7ea-14f8-4f64-92e7-6e8e92ebcef4
type: switch
x: -1472.0
y: 1216.0
rotation: 90
- id: 85f73746-8c3e-4dd8-b4ff-0afbb2669733
type: tree
x: 960.0
y: -192.0
rotation: 0
- id: 25a80cc6-939d-4206-bfa1-55a5e1d94f2f
type: tree
x: 960.0
y: -704.0
rotation: 0
- id: 1772982c-7597-44b3-a4ed-365c48b23470
type: tree
x: -832.0
y: -448.0
rotation: 0
- id: ace148d8-8eb4-4e1b-a3ec-471ad510bd7f
type: tree
x: 448.0
y: 832.0
rotation: 0
- id: 11cfaab3-33f6-43a6-99ed-f4fe6dbc9793
type: tree
x: -2368.0
y: -960.0
rotation: 0
- id: 67442a9e-2bc4-4bad-89f9-65c7be7f1be2
type: tree
x: 960.0
y: 576.0
rotation: 0
- id: 17ef23e8-670c-4651-b6bd-dafc15bf68b7
type: tree
x: 1088.0
y: -832.0
rotation: 0
- id: ff99d0b8-53d2-4057-8579-42116e55e58e
type: tree
x: -704.0
y: -832.0
rotation: 0
- id: 6b3c5c7d-4746-4e6b-bf08-95c6a537e98e
type: tree
x: 64.0
y: -2240.0
rotation: 0
- id: 123f63c0-390a-4e8d-aab7-5d02df49c29a
type: tree
x: -2496.0
y: -2112.0
rotation: 0
- id: 18034744-5eea-4528-b57c-86de61020e3a
type: tree
x: -1728.0
y: 832.0
rotation: 0
- id: 9275fddc-68d7-45ae-98f2-0c37dd58536d
type: tree
x: -1472.0
y: 576.0
rotation: 0
- id: 47ab75f3-9d4c-4eda-8899-84c8080541ba
type: tree
x: -2496.0
y: -960.0
rotation: 0
- id: 8bc7f9d1-3e67-4c2f-a97f-fbfad0f15a08
type: tree
x: 448.0
y: -64.0
rotation: 0
- id: 5629407e-feeb-44de-b26a-52ec15dee118
type: tree
x: 960.0
y: -1088.0
rotation: 0
- id: ec86107a-21b7-4979-9bad-ee8da059e56f
type: tree
x: 448.0
y: -1216.0
rotation: 0
- id: 48e4e10c-3e25-4332-a90e-93507448d6c3
type: tree
x: 320.0
y: -1472.0
rotation: 0
- id: c32dac8e-8e14-4fee-ab99-b3532f91e12e
type: tree
x: 320.0
y: -64.0
rotation: 0
- id: 886edd3c-6ac8-4168-b2d0-91c39ccf1d01
type: tree
x: 448.0
y: -2240.0
rotation: 0
- id: 854486aa-623e-417d-9499-2f6d57a634cb
type: tree
x: -832.0
y: -960.0
rotation: 0
- id: 911114e0-b53a-486e-84e6-47ce553d5689
type: tree
x: -448.0
y: -1216.0
rotation: 0
- id: 75f34646-1cfa-4e58-b35e-1edbccbaa815
type: tree
x: -832.0
y: 704.0
rotation: 0
- id: 5f088271-279b-4d76-8a7d-13263dffbf0d
type: tree
x: -2496.0
y: 832.0
rotation: 0
- id: 5bb505ad-8861-4b52-af94-ecb7c2b35884
type: tree
x: 1088.0
y: -448.0
rotation: 0
- id: 4e0fb50e-e3f4-4622-add4-90e63ce47742
type: tree
x: 960.0
y: -320.0
rotation: 0
- id: 5ce298ed-6b49-4535-90e6-0c6b25655fdf
type: tree
x: -704.0
y: -2624.0
rotation: 0
- id: 2cfd4bcb-91c4-4473-bfd5-9a35bf11cc37
type: tree
x: -1216.0
y: -2496.0
rotation: 0
- id: 1fe1d228-3d7b-4169-9940-0d2b12e32f1b
type: tree
x: 192.0
y: 576.0
rotation: 0
- id: 8f3af629-d935-4bc2-b331-29c528262d7f
type: tree
x: -1344.0
y: 832.0
rotation: 0
- id: 1a59fa5b-fb8e-4181-b725-cf38001a0a47
type: tree
x: -2496.0
y: -704.0
rotation: 0
- id: f1c1a86f-6fa1-42a1-a18b-226f5944825e
type: tree
x: 960.0
y: -1856.0
rotation: 0
- id: 709ffe77-c50d-4d72-bb7f-23059048bef4
type: tree
x: -1216.0
y: -1600.0
rotation: 0
- id: 809c14f8-c126-44ba-a35b-058f2ce1779b
type: tree
x: -1344.0
y: -1728.0
rotation: 0
- id: 94c24d9a-b7a0-4094-ad2c-5bdb9c6520a8
type: tree
x: 960.0
y: -2112.0
rotation: 0
- id: 6c41fcbe-9e7a-456b-9617-80e71904fc42
type: tree
x: 1088.0
y: 192.0
rotation: 0
- id: c8f8a4d0-aa7b-44c5-b9a3-3139d2e9e0bf
type: tree
x: -2368.0
y: 448.0
rotation: 0
- id: bb8eb3c4-8ee6-4d0f-8102-573d84fad93a
type: tree
x: 448.0
y: 704.0
rotation: 0
- id: 00caf231-7b1e-4217-969d-11391724432e
type: tree
x: -832.0
y: -1088.0
rotation: 0
- id: eeacd620-dacf-481e-9845-d8ce00cdd646
type: tree
x: -704.0
y: 192.0
rotation: 0
- id: b9a61bc1-01ae-4fb1-be01-b1fb7b7c9ca3
type: tree
x: 576.0
y: 704.0
rotation: 0
- id: 2e6e4191-eafa-46a0-b6f6-53f31144df86
type: tree
x: -1984.0
y: -64.0
rotation: 0
- id: 3af8d151-0877-4427-811f-11487e984950
type: tree
x: 448.0
y: -2624.0
rotation: 0
- id: 08ea81e7-946b-4e07-9fb8-8962e2fc3321
type: tree
x: -1344.0
y: -2240.0
rotation: 0
- id: 954365f5-3b7b-4372-a859-a18646713779
type: tree
x: 192.0
y: -1088.0
rotation: 0
- id: 7152227b-c0b5-4d38-bf98-3fd713822100
type: tree
x: 320.0
y: -192.0
rotation: 0
- id: 99bf80c6-4f93-4731-848a-bcbf629f4f1d
type: tree
x: -1088.0
y: -2368.0
rotation: 0
- id: fc023191-17fc-4dbe-8826-8bdda64e1e0b
type: tree
x: -576.0
y: 192.0
rotation: 0
- id: 5fecc784-30b4-46b4-b53f-46cab6748f9c
type: tree
x: -960.0
y: 576.0
rotation: 0
- id: 5de12870-f303-4b19-be78-d6b41fb76a89
type: tree
x: 960.0
y: 320.0
rotation: 0
- id: 0458de14-8ad0-4ad1-ae73-ac2937e6478d
type: tree
x: 192.0
y: -2368.0
rotation: 0
- id: 8534c0ad-b86e-43d7-86d7-0ceb54f7c86c
type: tree
x: 192.0
y: 448.0
rotation: 0
- id: 798a695c-c300-4653-9b56-21d31b14d09f
type: tree
x: 1088.0
y: -2240.0
rotation: 0
- id: 6d758147-cabb-47ce-9ac5-010317544958
type: tree
x: 1088.0
y: -704.0
rotation: 0
- id: a42fa1cb-a4cd-4c74-8cb0-3e840c425fa4
type: tree
x: 576.0
y: 576.0
rotation: 0
- id: 68d15bc8-3c60-4f26-bfbe-d32abb536f04
type: tree
x: -1472.0
y: -1728.0
rotation: 0
- id: 99a29479-f57f-4061-877c-c7d2b7c41330
type: tree
x: 320.0
y: 576.0
rotation: 0
- id: 220766d6-4f20-44af-83dc-85f37350fa82
type: tree
x: -704.0
y: 64.0
rotation: 0
- id: 1910b6d3-d182-4223-b1dc-18ee312590d1
type: tree
x: -1600.0
y: 832.0
rotation: 0
- id: 016dfe0a-1234-4a3e-9ba4-5fb12986e653
type: tree
x: -704.0
y: -2496.0
rotation: 0
- id: f48e237a-6288-4c26-a15d-1197ea68af56
type: tree
x: -1216.0
y: 832.0
rotation: 0
- id: 9278f6c0-20de-4804-8434-268d1ce26696
type: tree
x: -832.0
y: -1472.0
rotation: 0
- id: 45d43bf4-9b9f-431d-94fb-d3179bdede22
type: tree
x: 832.0
y: -1856.0
rotation: 0
- id: c67309ed-9fac-4af7-b12b-34e0de6769df
type: tree
x: -1600.0
y: -1856.0
rotation: 0
- id: 5cbb5bbc-b029-4c2e-b706-7844d8ba0041
type: tree
x: 704.0
y: -2624.0
rotation: 0
- id: a3c0ae51-d752-4e2a-8c67-bc2e0651ba48
type: tree
x: -1472.0
y: -832.0
rotation: 0
- id: 9089cbb2-076c-4889-8646-eb6aea8363b3
type: tree
x: -1088.0
y: -192.0
rotation: 0
- id: 671f613e-fc85-4b3e-a17d-a1a52598801c
type: tree
x: -448.0
y: -1344.0
rotation: 0
- id: 82193491-3e13-4c79-ad1c-a51b148e74ac
type: tree
x: 1088.0
y: -64.0
rotation: 0
- id: ec9d0ec3-226f-40dc-a33a-14384f86e0a0
type: tree
x: -1088.0
y: -2624.0
rotation: 0
- id: 264fcf97-d499-4d0c-88b8-c337f93bee35
type: tree
x: -1600.0
y: 576.0
rotation: 0
- id: aecd4a34-d70c-4159-bbbc-3216a844b78f
type: tree
x: -2496.0
y: -576.0
rotation: 0
- id: 2a8f714b-5e39-4eb7-987b-347db20b6996
type: tree
x: 1088.0
y: -2368.0
rotation: 0
- id: 06d337b7-0812-4049-ad27-aa788bc54977
type: tree
x: -448.0
y: -2496.0
rotation: 0
- id: 5077e73f-53b8-419a-a1cb-376ace70216d
type: tree
x: 1088.0
y: -320.0
rotation: 0
- id: 3f194d18-170b-4b11-9f70-c6d65d9812f2
type: tree
x: 192.0
y: -2496.0
rotation: 0
- id: a491d077-636e-4b02-b75a-8bb142857239
type: tree
x: -2240.0
y: -64.0
rotation: 0
- id: 9596acb9-3502-4893-b498-18509a91b239
type: tree
x: -960.0
y: 704.0
rotation: 0
- id: 55ecfe53-e656-416b-b26d-5a5112d59283
type: tree
x: -1856.0
y: -64.0
rotation: 0
- id: f04adf89-cd93-450d-a622-e6fb1cfcd792
type: tree
x: 192.0
y: -1344.0
rotation: 0
- id: c59cedac-5e09-4540-8a00-4902cb288ba6
type: tree
x: -704.0
y: -64.0
rotation: 0
- id: 257bbc4e-a6b7-4a47-8ed4-fc9993661c1b
type: tree
x: -2496.0
y: 448.0
rotation: 0
- id: d9c273d1-1b61-456c-82d1-8c3f0c4a7e4d
type: tree
x: -2496.0
y: -1984.0
rotation: 0
- id: 9ec3b515-c8bc-4557-82d2-615fb05c4d12
type: tree
x: -1472.0
y: -2112.0
rotation: 0
- id: 8498634e-2427-46d8-9323-c81fde5774bd
type: tree
x: -1728.0
y: -832.0
rotation: 0
- id: 28e6c44d-1688-4f6a-aa14-875578311139
type: tree
x: -832.0
y: 448.0
rotation: 0
- id: 6a5fa6a6-197b-4b4d-934a-2287a5d243d4
type: tree
x: -1216.0
y: -2624.0
rotation: 0
- id: 43db4fc0-e973-4294-906b-8a5967a91762
type: tree
x: -1344.0
y: -960.0
rotation: 0
- id: 1f4247d5-e8fc-46ec-92e6-02d72fa49014
type: tree
x: -960.0
y: 448.0
rotation: 0
- id: cc96d525-96ae-4482-9073-347a1ca87638
type: tree
x: -1472.0
y: -960.0
rotation: 0
- id: 3ad79e23-bfbd-4cd7-acfb-1fd77527d098
type: tree
x: -2496.0
y: -1344.0
rotation: 0
- id: fcc0bdb3-dbfc-48aa-bcaa-f04d1d0996d3
type: tree
x: 448.0
y: -448.0
rotation: 0
- id: 3e5c3568-c483-4e84-8787-4b05bca95c01
type: tree
x: 1088.0
y: -960.0
rotation: 0
- id: 8144d940-01f8-4600-820b-0280b8694a02
type: tree
x: -1472.0
y: -2240.0
rotation: 0
- id: de9bebf9-4e2a-40c3-83bf-f28a879db43e
type: tree
x: -704.0
y: 576.0
rotation: 0
- id: e8c568c6-87f5-49ea-adf1-59bbf52cda5f
type: tree
x: 448.0
y: -320.0
rotation: 0
- id: b9996ac6-1f1e-4263-aab0-25823b93c3a8
type: tree
x: 320.0
y: 64.0
rotation: 0
- id: 011d4be8-1b1b-414f-9b16-ae04afe53f7d
type: tree
x: -2240.0
y: 704.0
rotation: 0
- id: 12e844dc-c32a-437b-add2-825b4fcd8312
type: tree
x: -1856.0
y: 832.0
rotation: 0
- id: ca34f6a1-1ab7-4b12-87d1-5fa83f741305
type: tree
x: 192.0
y: -2624.0
rotation: 0
- id: c7f7ec25-193d-4bd0-9c76-1d8ad3ab0252
type: tree
x: -832.0
y: -2240.0
rotation: 0
- id: dace9ff3-e848-4390-941f-bb83bbfaf3c0
type: tree
x: -1344.0
y: -2368.0
rotation: 0
- id: 81088709-4738-401b-ac31-df07c02b1f7a
type: tree
x: 960.0
y: -1728.0
rotation: 0
- id: fca50c39-6206-4ad1-b77b-10345ee6e0a7
type: tree
x: 960.0
y: -448.0
rotation: 0
- id: 9a59659b-ae59-4f37-bf06-4275d0fbce6d
type: tree
x: 1088.0
y: -1600.0
rotation: 0
- id: d41ce0c0-ef3a-426c-98f3-19bb90b6353a
type: tree
x: -1216.0
y: -1856.0
rotation: 0
- id: 2d78274c-9d31-4a52-98d8-08f0794e4163
type: tree
x: 320.0
y: -2496.0
rotation: 0
- id: b7d7106d-0dcf-4939-b323-d654ca010169
type: tree
x: 448.0
y: 1216.0
rotation: 0
- id: c8cef0c4-1239-4aa7-99f7-f32b67eb54f6
type: tree
x: 448.0
y: 576.0
rotation: 0
- id: c52d2c39-8523-4b77-a224-d7cb8d1342e4
type: tree
x: 576.0
y: -2240.0
rotation: 0
- id: 689765cf-ec45-42c0-bc69-82bd711e354e
type: tree
x: 448.0
y: 1600.0
rotation: 0
- id: 741033aa-0574-4f5e-a5ee-7f094cfc16d6
type: tree
x: -704.0
y: 448.0
rotation: 0
- id: c34af4a8-07b4-4fb4-a4a4-d9e2bb3cc8c6
type: tree
x: -1344.0
y: 704.0
rotation: 0
- id: 77f8be1c-f0e1-4b88-8539-a944401cb78f
type: tree
x: -1344.0
y: -832.0
rotation: 0
- id: c6b1a8ea-6bca-480e-bc0a-1944daf4f743
type: tree
x: -1344.0
y: -1600.0
rotation: 0
- id: ebe6e262-ea0f-4763-a86c-bbbd2bdfa581
type: tree
x: -448.0
y: -1088.0
rotation: 0
- id: 77bb5ac2-f6f4-4bba-b5ed-6b8b8c335f0b
type: tree
x: 192.0
y: -2240.0
rotation: 0
- id: acdc29bd-8d8f-4d1b-a35f-78bcc5c96eac
type: tree
x: 576.0
y: 448.0
rotation: 0
- id: 4f63216c-4198-4cd4-9c84-78c52a274051
type: tree
x: -1344.0
y: 448.0
rotation: 0
- id: 99717bcf-722c-4767-9ee3-575a85396e00
type: tree
x: -1600.0
y: -2240.0
rotation: 0
- id: e9a94135-9dc0-4070-9d52-52647d58f63b
type: tree
x: -960.0
y: -2496.0
rotation: 0
- id: 76a383c2-9c9b-4e12-adf9-aa716afec7e4
type: tree
x: 448.0
y: -1344.0
rotation: 0
- id: 9b66b85e-9f64-4eb8-9c20-cfe50a0e4a55
type: tree
x: -576.0
y: -2496.0
rotation: 0
- id: b0a95f55-8cb0-494d-9698-d4618790c213
type: tree
x: -2368.0
y: 832.0
rotation: 0
- id: 17f59e27-03eb-4406-96ba-7187bf382bba
type: tree
x: -960.0
y: -2624.0
rotation: 0
- id: 9a5db4bd-2cf9-47aa-ab10-30e84b993050
type: tree
x: -1088.0
y: 448.0
rotation: 0
- id: 5d7613ad-c5ef-47f8-b8d6-f2698d166ee6
type: tree
x: -448.0
y: -1472.0
rotation: 0
- id: 11cf4738-fed4-4ee2-a790-b551860a0389
type: tree
x: 960.0
y: -1216.0
rotation: 0
- id: 2277d1ab-9c10-4262-99a7-11c2baacaae3
type: tree
x: -1088.0
y: 576.0
rotation: 0
- id: 088b407b-6db0-4c6d-846e-4433aa4e7eb4
type: tree
x: -2240.0
y: 576.0
rotation: 0
- id: 4adfbf72-e28a-425e-b7e6-025b597d0c32
type: tree
x: 704.0
y: -2240.0
rotation: 0
- id: 7bbb355e-96a0-41fd-8c8c-23c646a5f1db
type: tree
x: -576.0
y: -1216.0
rotation: 0
- id: 6f25c7c9-9d0f-4fc1-8589-f46cc5cf4787
type: tree
x: -576.0
y: -64.0
rotation: 0
- id: fe7722ae-970d-44cc-b711-a7ee720f7467
type: tree
x: 832.0
y: -2112.0
rotation: 0
- id: 596470c3-ec11-4e5b-8a5b-e2eba8ad2266
type: tree
x: -704.0
y: -1216.0
rotation: 0
- id: 8be6515c-0ae7-487e-86a8-f8a514c53f7d
type: tree
x: 64.0
y: -2368.0
rotation: 0
- id: 5f9b2f68-162b-4f4c-8090-b9cf54cb5596
type: tree
x: -2112.0
y: -64.0
rotation: 0
- id: ab2f9165-2fb8-4f87-bf8a-1c6c4129052c
type: tree
x: 1088.0
y: -1088.0
rotation: 0
- id: 5b43b858-4c1e-4eab-aab8-d84d142c5ad4
type: tree
x: 448.0
y: 64.0
rotation: 0
- id: e089e717-d62a-45d2-a9eb-f592365e23e7
type: tree
x: -448.0
y: -2240.0
rotation: 0
- id: 7ec66414-f81c-4242-9eed-25da45327721
type: tree
x: -2112.0
y: 448.0
rotation: 0
- id: 768f49ff-8086-4746-be7d-821610542923
type: tree
x: 1088.0
y: -2496.0
rotation: 0
- id: 10a0c94a-dd2b-41e4-948a-38d719efcd3a
type: tree
x: -576.0
y: -1344.0
rotation: 0
- id: e2c7b697-21ca-4e0d-bcd6-b4afc1de7780
type: tree
x: 448.0
y: 1472.0
rotation: 0
- id: edf917ea-6799-41d1-9466-b4cf6e187b5b
type: tree
x: 448.0
y: 1088.0
rotation: 0
- id: 8d6374bb-b393-474e-b47f-ec345b3e33c1
type: tree
x: -2496.0
y: -1088.0
rotation: 0
- id: 2216aef2-6746-4efa-8647-58ceb232d456
type: tree
x: -1600.0
y: -1984.0
rotation: 0
- id: ce7cbc3c-e601-4971-bd7b-3d000fa00751
type: tree
x: 320.0
y: 448.0
rotation: 0
- id: 7c236514-37fd-4fd0-a114-87a34d68e77e
type: tree
x: 64.0
y: -2496.0
rotation: 0
- id: e3b6f45e-5094-4e34-8e50-c244f46da08e
type: tree
x: 832.0
y: -1600.0
rotation: 0
- id: 8f29f902-1d9e-42ea-9ae3-bc3fd130b376
type: tree
x: -2496.0
y: -1472.0
rotation: 0
- id: 881a4331-7cfa-4c09-97f0-a5ada96db92f
type: tree
x: 448.0
y: -832.0
rotation: 0
- id: 4cc1cbb1-93fa-4e8d-bed5-6d497f62d736
type: tree
x: 1088.0
y: 320.0
rotation: 0
- id: 93a024ea-ee33-4310-955d-71a928ac77e0
type: tree
x: 1088.0
y: -2752.0
rotation: 0
- id: 73814559-bee8-428c-af70-ba0a50107205
type: tree
x: 1088.0
y: -2112.0
rotation: 0
- id: 876d2550-fb50-424c-a5b7-c056eedeadcd
type: tree
x: 1088.0
y: -1216.0
rotation: 0
- id: 03d7ac43-dcc8-4ecc-ae1f-e4141853fa14
type: tree
x: 1088.0
y: -3008.0
rotation: 0
- id: 878df8f3-6146-4b03-b410-3d9280f11197
type: tree
x: 1088.0
y: -1856.0
rotation: 0
- id: 29b4b14f-ffb2-4cc0-b6fb-120178c2ea54
type: tree
x: 832.0
y: 448.0
rotation: 0
- id: a33ba1c7-8df1-42f1-be49-0b60af3ae605
type: tree
x: -1344.0
y: -1984.0
rotation: 0
- id: 1e8a1727-21fe-46d1-80a5-3f0a2137cdea
type: tree
x: -576.0
y: 64.0
rotation: 0
- id: 1444cf2d-9072-4b1c-9dd3-33f3c4365beb
type: tree
x: 64.0
y: -1216.0
rotation: 0
- id: 9960c186-8704-499f-b4cc-7231d46d0513
type: tree
x: 320.0
y: -960.0
rotation: 0
- id: 28175e03-b5f7-4d24-a74f-5ea8b119f439
type: tree
x: -832.0
y: -832.0
rotation: 0
- id: 533ead0e-81b9-4d0c-90b0-aad348eaba0c
type: tree
x: -1344.0
y: -576.0
rotation: 0
- id: c47070e5-f28a-486b-9a64-0566b7160862
type: tree
x: -1216.0
y: -1728.0
rotation: 0
- id: 49be9301-8737-4e2a-9f53-1de907b2fca9
type: tree
x: -1216.0
y: -320.0
rotation: 0
- id: 12a52268-2dd4-4b90-9453-7958323613b1
type: tree
x: -1344.0
y: -2112.0
rotation: 0
- id: 7e086e39-a188-424c-866e-310f0b09a99b
type: tree
x: 192.0
y: -1216.0
rotation: 0
- id: eb4983f7-9d18-443e-9c37-310d26505cfd
type: tree
x: 448.0
y: -192.0
rotation: 0
- id: 725432c8-dd21-4e93-8087-d1b7222f9620
type: tree
x: -704.0
y: -960.0
rotation: 0
- id: 6eef189d-f87e-40e3-ae04-dbd7ff11f63f
type: tree
x: -2368.0
y: -704.0
rotation: 0
- id: 8d6ff296-86c8-4162-86e7-886a2fd53318
type: tree
x: -1984.0
y: 576.0
rotation: 0
- id: 6646bf94-ec62-4e9d-b6dc-d67b59ccfc55
type: tree
x: -2496.0
y: -832.0
rotation: 0
- id: a4f89248-7be1-4622-b4b3-c30055116bc4
type: tree
x: -1984.0
y: 832.0
rotation: 0
- id: 3db04b7f-b553-47aa-af30-2c31ac44b166
type: tree
x: 320.0
y: -2624.0
rotation: 0
- id: 0dc36cb1-7199-473a-b6a1-0a667c79e175
type: tree
x: 320.0
y: -2368.0
rotation: 0
- id: d6adcd1e-08a0-48a1-a158-8b4e46398587
type: tree
x: -1472.0
y: -448.0
rotation: 0
- id: 5a15c3fc-3d76-4de6-8fc2-673746a06931
type: tree
x: -1728.0
y: -2112.0
rotation: 0
- id: 038982b9-f862-4089-8c72-2fecfd7d6d26
type: tree
x: -832.0
y: -1344.0
rotation: 0
- id: 91b85d60-1a22-48d6-8810-9a05c6de4cf9
type: tree
x: -1216.0
y: -2112.0
rotation: 0
- id: e775466f-6d74-4a68-9bcd-372572992e68
type: tree
x: 192.0
y: 320.0
rotation: 0
- id: a046684f-6896-44ad-a0b4-e7cee6e2bf8f
type: tree
x: -1344.0
y: 576.0
rotation: 0
- id: a405d36e-2f44-4007-8dfe-a7bd91071549
type: tree
x: 960.0
y: -1984.0
rotation: 0
- id: 5fa89077-7456-4a50-8e08-f67f8c774bf7
type: tree
x: -832.0
y: -320.0
rotation: 0
- id: cc7e0a90-c771-4267-8404-dff7ae9904bc
type: tree
x: -2240.0
y: -832.0
rotation: 0
- id: 881c3e20-181e-4e2c-921f-117df09c65df
type: tree
x: 448.0
y: 1344.0
rotation: 0
- id: 01acba84-d3c2-4076-b3f1-d80b5743da15
type: tree
x: -1472.0
y: -1984.0
rotation: 0
- id: 149d8b42-21b0-44f7-8398-f51f7302652f
type: tree
x: -704.0
y: -1344.0
rotation: 0
- id: a10787b0-2d8a-43b9-8285-42463e0f987b
type: tree
x: 192.0
y: -1472.0
rotation: 0
- id: 54cf05b5-50b1-4598-8e7a-c5ac9aa6871a
type: tree
x: -1856.0
y: 704.0
rotation: 0
- id: 83bf094d-fa5c-4704-abe6-38fb16e6d811
type: tree
x: 320.0
y: -1088.0
rotation: 0
- id: 0c4cbeca-ae31-4a26-9e1d-a2af7acd1eae
type: tree
x: 448.0
y: -2368.0
rotation: 0
- id: 8b795b5b-0323-4176-a36f-bad10b72eaf8
type: tree
x: -960.0
y: -2240.0
rotation: 0
- id: 743c7453-2fec-477c-82cd-92fce43a06bc
type: tree
x: 576.0
y: -2368.0
rotation: 0
- id: e0493f2c-984a-4b98-a8ba-e0be8a0b88f0
type: tree
x: -960.0
y: -64.0
rotation: 0
- id: 71305f23-ad6c-49a2-a6fd-b0c162c6386c
type: tree
x: -1472.0
y: -1088.0
rotation: 0
- id: 2aa7bb1b-336e-45f0-8669-b72c674abf60
type: tree
x: 704.0
y: -1472.0
rotation: 0
- id: 96322937-5b7b-46cc-8df9-a2ec09111ae6
type: tree
x: -2368.0
y: -192.0
rotation: 0
- id: e479e3ad-ebe2-4a00-8017-8d7fe50afc05
type: tree
x: -1856.0
y: 448.0
rotation: 0
- id: f4b1a86d-82d5-4c14-ab5d-ee3232b06793
type: tree
x: -1728.0
y: 704.0
rotation: 0
- id: 8542db07-227d-412e-9f99-02efb8f206c3
type: tree
x: -448.0
y: -2624.0
rotation: 0
- id: e1002a88-3e87-46e7-bb62-1a2fb7c8973c
type: tree
x: 1088.0
y: -1984.0
rotation: 0
- id: 118aa4f0-bd6b-4cd6-8d80-631356f8a2ff
type: tree
x: 960.0
y: -832.0
rotation: 0
- id: ff49f1d4-6701-481b-b061-7fcd5020945e
type: tree
x: -1216.0
y: -1984.0
rotation: 0
- id: 16cc8ffa-5734-4416-84d7-93e04be34495
type: tree
x: 1088.0
y: -1472.0
rotation: 0
- id: fbf91cbd-8eaa-45a5-95d1-d7a9e12a814f
type: tree
x: -832.0
y: 64.0
rotation: 0
- id: 470cb114-4e68-4ba7-b5b6-ac78fc72b433
type: tree
x: 448.0
y: 320.0
rotation: 0
- id: 12fa4751-81d3-4c21-8116-b9ec45a0a35e
type: tree
x: -960.0
y: 832.0
rotation: 0
- id: 2f3aa69d-6b8d-4285-857d-d4d33c17f748
type: tree
x: 832.0
y: -2240.0
rotation: 0
- id: 2a99add6-aca7-4395-98da-194e60f4ef43
type: tree
x: -2496.0
y: -320.0
rotation: 0
- id: 0a618e7b-1ce9-4e13-b877-892457b19a62
type: tree
x: -2240.0
y: 832.0
rotation: 0
- id: 1383ed1e-dc5a-488f-9316-e9c1f10cc7f2
type: tree
x: -832.0
y: -1216.0
rotation: 0
- id: f242ef97-87f3-4509-97fe-a7d6ad6ab40c
type: tree
x: 704.0
y: -2496.0
rotation: 0
- id: b8ae77f7-9c78-443f-a3b0-9fd103f912e4
type: tree
x: -832.0
y: 832.0
rotation: 0
- id: 503e15ab-4839-4a44-a30d-9800b5f2c37f
type: tree
x: 960.0
y: 704.0
rotation: 0
- id: 668979a2-267f-46df-9172-b2cbb757590d
type: tree
x: 1088.0
y: 576.0
rotation: 0
- id: 34ec9b66-dbd4-4e77-9a26-ed8a1c2fcfc5
type: tree
x: -576.0
y: -2624.0
rotation: 0
- id: 24a2bc6a-b8f0-4d73-91ab-de7c8cfea013
type: tree
x: 704.0
y: 704.0
rotation: 0
- id: b7f09fae-4aac-4045-8f76-94219d971604
type: tree
x: -704.0
y: 704.0
rotation: 0
- id: 40012abf-b0ca-4916-9e74-7336f5c71d94
type: tree
x: 832.0
y: -1984.0
rotation: 0
- id: b7e379fd-5fac-4de6-bd98-0e53e2ee5307
type: tree
x: -1600.0
y: 704.0
rotation: 0
- id: a1c42a91-cbf8-4171-8222-43f784f88a87
type: tree
x: -1600.0
y: -960.0
rotation: 0
- id: 14c1a336-2524-4c2c-8ac6-f07fce25e81b
type: tree
x: 960.0
y: -2368.0
rotation: 0
- id: 5716152d-26a9-4f63-a1d8-c395ff0910cd
type: tree
x: 960.0
y: -1600.0
rotation: 0
- id: ed9ab064-b8ca-4519-a3a3-d0c1c625c7ee
type: tree
x: 448.0
y: 1728.0
rotation: 0
- id: bbccf4ea-186b-45d3-a415-2502c1fe90fa
type: tree
x: 960.0
y: -960.0
rotation: 0
- id: 00229a41-01e1-4b41-831d-1cef343fb580
type: tree
x: 832.0
y: -1728.0
rotation: 0
- id: 7be550e6-ad09-4f93-b562-bf0b3dc45ca4
type: tree
x: -2368.0
y: -832.0
rotation: 0
- id: f208cf31-e8d7-4c91-93a8-8c8a316c51a3
type: tree
x: 704.0
y: -2368.0
rotation: 0
- id: d308d986-82c4-4b65-86ca-d5759ae62ce2
type: tree
x: -1984.0
y: 448.0
rotation: 0
- id: 4c9d838f-9b0f-48b0-8f37-ff1b0314590d
type: tree
x: -2112.0
y: 704.0
rotation: 0
- id: 6b71517f-54d2-4e91-a032-9a0a15f5f119
type: tree
x: -832.0
y: 320.0
rotation: 0
- id: a7691509-50b8-4fb2-9dfd-ae38b1aac19e
type: tree
x: 960.0
y: -2240.0
rotation: 0
- id: c50568d7-2693-4c70-9b1e-d3951e1ebb39
type: tree
x: -1472.0
y: -704.0
rotation: 0
- id: 68859ef9-9e31-4062-9a10-f4ea0eff2289
type: tree
x: -448.0
y: -2368.0
rotation: 0
- id: cf9430c2-f896-42b0-8f07-dab71ee11884
type: tree
x: -1472.0
y: 832.0
rotation: 0
- id: 67876927-0681-46f7-a68f-2cbcf1c45b84
type: tree
x: -2496.0
y: -1728.0
rotation: 0
- id: 4d8ee6ff-d36d-4ad3-9015-27a1347957a8
type: tree
x: -1600.0
y: -832.0
rotation: 0
- id: 0a477b14-6f39-4282-a181-7e62ef325694
type: tree
x: -2240.0
y: 448.0
rotation: 0
- id: 4aeb360c-2305-43cb-9809-89d68d172e51
type: tree
x: 832.0
y: -1472.0
rotation: 0
- id: 2c2141ff-edcf-41dc-adc9-76a85defddf1
type: tree
x: 1088.0
y: 448.0
rotation: 0
- id: 872353c3-1583-4e9b-a763-7f4eb5dde4bd
type: tree
x: -1088.0
y: -2496.0
rotation: 0
- id: fef7665d-0b6c-4a54-88d0-4dd043dc7d8f
type: tree
x: -1472.0
y: -2368.0
rotation: 0
- id: fc195e25-9dc7-4e8d-9687-97dbf3e9b506
type: tree
x: 1088.0
y: -192.0
rotation: 0
- id: 99296f1c-674a-43c5-aea9-ca0fc97411af
type: tree
x: -1472.0
y: -576.0
rotation: 0
- id: b2357168-804f-4853-a21a-54a84b734c47
type: tree
x: 832.0
y: 704.0
rotation: 0
- id: 20439a39-c434-42e9-8989-a50cd9e26f0b
type: tree
x: -832.0
y: -2496.0
rotation: 0
- id: 1b9704fe-3f4d-4bb4-ad05-00dcaddd8144
type: tree
x: -1216.0
y: -1472.0
rotation: 0
- id: 99af479c-3779-4072-bd00-1d2927978852
type: tree
x: -1216.0
y: -2240.0
rotation: 0
- id: e530f4d4-15a9-4f87-a4a1-0a9e1d79c258
type: tree
x: 960.0
y: 448.0
rotation: 0
- id: 2ad842a6-97a9-4683-9008-efac9799dfbc
type: tree
x: -1984.0
y: 704.0
rotation: 0
- id: 47d66fb2-f2a0-4067-b7e7-03868f4a375d
type: tree
x: -704.0
y: -1472.0
rotation: 0
- id: 93725ad2-a38e-46dd-aaa7-01352b396e8e
type: tree
x: 64.0
y: -1472.0
rotation: 0
- id: 9edc80a2-c39d-4c19-bef7-251a7ac45604
type: tree
x: -1728.0
y: -1984.0
rotation: 0
- id: b6b2e2ce-9294-45aa-a644-11363e8ecc65
type: tree
x: -576.0
y: -960.0
rotation: 0
- id: c028bf75-da64-46f0-a501-6f4bab744011
type: tree
x: 448.0
y: 448.0
rotation: 0
- id: 02362dcb-3033-41e4-91f9-cf53623a0c52
type: tree
x: 192.0
y: 64.0
rotation: 0
- id: be0cca41-3cfd-45bf-b1f2-c95a3ba648f3
type: tree
x: 960.0
y: -2496.0
rotation: 0
- id: 40aa8c9e-2363-4e4b-9790-bc9637d2033b
type: tree
x: -1344.0
y: -2496.0
rotation: 0
- id: 127cd11d-5abf-4c12-83b6-cbbc538f40b3
type: tree
x: -1728.0
y: 448.0
rotation: 0
- id: 4ef3e344-eb1e-43e9-9b55-95d109da74e5
type: tree
x: -1600.0
y: -320.0
rotation: 0
- id: 75afa401-21a3-42aa-a5d7-add42fec57b6
type: tree
x: -1344.0
y: -704.0
rotation: 0
- id: 078d1b6a-f15c-4599-ad45-b9fcaa51adca
type: tree
x: -2496.0
y: 704.0
rotation: 0
- id: 56c98817-d2b3-4721-a13e-e98ed27dce80
type: tree
x: 448.0
y: -1472.0
rotation: 0
- id: 2b35bf31-034e-4e15-b85b-d54ce2790d30
type: tree
x: 832.0
y: -2624.0
rotation: 0
- id: ea2fcca3-26ba-446b-b858-eff35a7d168a
type: tree
x: 960.0
y: 192.0
rotation: 0
- id: 8b7096f0-2d58-4ba0-b534-435ac9286f3a
type: tree
x: 320.0
y: 320.0
rotation: 0
- id: e8eeb874-7199-499d-b9bb-ee11d794cba4
type: tree
x: -2112.0
y: 576.0
rotation: 0
- id: 3163b07b-26e7-4d43-8c32-a338b6ac6c1e
type: tree
x: -2368.0
y: 704.0
rotation: 0
- id: b61a970c-19f5-4715-827d-f12f658cce24
type: tree
x: -2496.0
y: 576.0
rotation: 0
- id: 4c8ab9cc-a48f-4922-8511-a0d612e688c6
type: tree
x: 64.0
y: -1344.0
rotation: 0
- id: 94298b35-c7f5-44dc-af6b-a82e7a745208
type: tree
x: 1088.0
y: -2880.0
rotation: 0
- id: 695a83cf-86ce-4ce5-a646-73ac352bb772
type: tree
x: 320.0
y: 704.0
rotation: 0
- id: d9280178-8f8b-4a59-baf3-189e53531bac
type: tree
x: -704.0
y: -1088.0
rotation: 0
- id: 55f089b8-4cda-47e1-88eb-c515a0089996
type: tree
x: -576.0
y: 576.0
rotation: 0
- id: dcf12bd8-7224-4e8d-9dbd-d29c34e00755
type: tree
x: 448.0
y: -960.0
rotation: 0
- id: 39cda068-4132-4ac9-b530-f9d1f79a5631
type: tree
x: 832.0
y: 576.0
rotation: 0
- id: f3d6c237-35df-4bec-88d4-da2dfc6c9e52
type: tree
x: -1088.0
y: -1472.0
rotation: 0
- id: fa43143c-8f29-4d57-a249-352f4a2dc650
type: tree
x: -1600.0
y: -2112.0
rotation: 0
- id: d0094050-1f05-46c7-bc12-1527b33acc88
type: tree
x: -1472.0
y: 448.0
rotation: 0
- id: 1b4dea66-64ad-4703-b018-a115c99e3537
type: tree
x: -1216.0
y: 576.0
rotation: 0
- id: 7a3bf56c-0360-4576-9572-3c8f49084e93
type: tree
x: 448.0
y: -2496.0
rotation: 0
- id: ba8acbab-5deb-4867-9b08-4ee590f56e9c
type: tree
x: 64.0
y: -2624.0
rotation: 0
- id: 1f040fd5-755f-40e6-aaf4-3e81eff799c7
type: tree
x: -576.0
y: -2240.0
rotation: 0
- id: f5b285c3-0a38-4c1a-bb2c-f5d7d827c3be
type: tree
x: -832.0
y: 192.0
rotation: 0
- id: 8c156ebb-6d1e-4500-a08e-b888bf731af6
type: tree
x: 448.0
y: 1856.0
rotation: 0
- id: 7d80c94b-8883-4bad-94f0-6a5b5e9358e6
type: tree
x: -576.0
y: 320.0
rotation: 0
- id: ed2f94cf-ebef-4129-bae6-c17d826d4dee
type: tree
x: 576.0
y: -1472.0
rotation: 0
- id: 118b57cd-ce6a-404e-b062-9b29506f7004
type: tree
x: -1600.0
y: -704.0
rotation: 0
- id: 0608894e-c132-47aa-a8e5-4dfdda556dd0
type: tree
x: 832.0
y: -2368.0
rotation: 0
- id: 20216e26-a3c3-4443-822b-c1415bc51e6c
type: tree
x: -1088.0
y: 704.0
rotation: 0
- id: 41af6201-316b-4822-916c-30224fff1712
type: tree
x: -576.0
y: -1088.0
rotation: 0
- id: ee3836c9-9074-45c7-b203-82145afe60ef
type: tree
x: 960.0
y: -1472.0
rotation: 0
- id: 521c2b05-1fa6-453b-a961-d780308966a5
type: tree
x: -576.0
y: -1472.0
rotation: 0
- id: b9e2d141-2d84-4987-ba76-5215175e18d4
type: tree
x: -1344.0
y: -448.0
rotation: 0
- id: f6ea6785-d930-4261-a34d-0a05e0442879
type: tree
x: -1216.0
y: 704.0
rotation: 0
- id: 02d9894b-58e4-40a2-9fb8-fab431ebf47f
type: tree
x: 448.0
y: 192.0
rotation: 0
- id: 7d9f65e7-413b-458b-83ca-c446c7b4f7bf
type: tree
x: -576.0
y: -2368.0
rotation: 0
- id: 57e24b3e-f762-4ed9-9520-6804e3fd78ea
type: tree
x: -704.0
y: -2240.0
rotation: 0
- id: 9c387deb-5aea-49d7-be08-6cac11182a06
type: tree
x: -1728.0
y: -192.0
rotation: 0
- id: 00d7b92c-9bce-4a57-8a35-e4b5da7a2bcf
type: tree
x: -1216.0
y: -2368.0
rotation: 0
- id: 49407465-b43d-42bb-91c2-6243bef0d585
type: tree
x: 1088.0
y: -576.0
rotation: 0
- id: 695c5ccc-10cc-40e2-a487-5ad0ae2dc298
type: tree
x: 320.0
y: 192.0
rotation: 0
- id: ffef9035-efdd-473b-8755-2c8a4760c0df
type: tree
x: 1088.0
y: 64.0
rotation: 0
- id: ef2b2f75-f0ea-4f18-93e3-cc483878c31a
type: tree
x: 960.0
y: -2624.0
rotation: 0
- id: 0bcac73f-85ed-4391-8be5-b1c3e4f8a731
type: tree
x: 960.0
y: 64.0
rotation: 0
- id: 2024ddd5-1e5e-409a-a456-292ac88b05ac
type: tree
x: -2368.0
y: 576.0
rotation: 0
- id: a2caceb6-29d4-41d0-88a0-5f035e5c36e9
type: tree
x: 960.0
y: -1344.0
rotation: 0
- id: 6a09e922-c6d8-4d1e-b98f-3b016d9de48e
type: tree
x: 192.0
y: -64.0
rotation: 0
- id: ed9446ec-3efd-4714-b95a-15babae747ee
type: tree
x: -832.0
y: -192.0
rotation: 0
- id: e70bf9b8-d155-4731-9fd1-de183bbdc1da
type: tree
x: -2496.0
y: -1216.0
rotation: 0
- id: f5a57262-7287-4e01-aaa1-2a4878471495
type: tree
x: -704.0
y: -192.0
rotation: 0
- id: e57a67ca-35ba-45bd-9fa0-e1b37d329a14
type: tree
x: 960.0
y: -576.0
rotation: 0
- id: de69be57-d9c5-4e7e-a2fa-35ef990b661c
type: tree
x: -1344.0
y: -1344.0
rotation: 0
- id: 91eba803-1c6e-40c0-b6fa-92c32bde4528
type: tree
x: -1600.0
y: 448.0
rotation: 0
- id: b70b7c13-e347-4f9b-9331-0e967d96b47f
type: tree
x: -576.0
y: 448.0
rotation: 0
- id: dae6f47f-8bd5-46df-bfc7-fab3fe317f5a
type: tree
x: -832.0
y: 576.0
rotation: 0
- id: 6dfe0229-41fd-4687-85fd-ac89bec7e093
type: tree
x: -704.0
y: -2368.0
rotation: 0
- id: 9eee2bd6-af33-4cbb-9e16-222ed8ea25f6
type: tree
x: -704.0
y: 320.0
rotation: 0
- id: 056a9f48-cc5d-488d-867e-59db2c14e6d7
type: tree
x: -1088.0
y: -2240.0
rotation: 0
- id: 0b168d99-b975-45e3-b81e-03489340799a
type: tree
x: -2496.0
y: -448.0
rotation: 0
- id: 7abbba9d-3c14-426f-a803-8f6c2feec54b
type: tree
x: 448.0
y: -1088.0
rotation: 0
- id: c00ce347-e4cf-49d5-a44b-9b6302f71819
type: tree
x: 576.0
y: -2496.0
rotation: 0
- id: 61f46a56-46aa-4381-a685-b85c579e2c55
type: tree
x: -2112.0
y: 832.0
rotation: 0
- id: fb182f4e-ed8c-49ec-95e8-98d37f819910
type: tree
x: -1344.0
y: -1216.0
rotation: 0
- id: f035cdd5-0b21-48cb-b440-8ebbe116567a
type: tree
x: 704.0
y: 448.0
rotation: 0
- id: 5938081d-1628-4942-8d15-e9fbf73e2e3e
type: tree
x: 1088.0
y: 704.0
rotation: 0
- id: 6163eff3-4068-410b-997d-768d58f19757
type: tree
x: -960.0
y: -2368.0
rotation: 0
- id: 2ccc5f6f-335e-44a9-9a6f-1ba947ff75ca
type: tree
x: -832.0
y: -64.0
rotation: 0
- id: 2a03c3b5-e567-47ab-a711-94f941622658
type: tree
x: 448.0
y: -576.0
rotation: 0
- id: 9c744b48-9241-468e-9c32-b48d30efb00b
type: tree
x: -1344.0
y: -1856.0
rotation: 0
- id: 8508825d-9f0d-431f-8662-d2d6cebcb2e4
type: tree
x: 576.0
y: -2624.0
rotation: 0
- id: da9a3eb7-fefb-41e8-ab56-e545e076eef7
type: tree
x: -2496.0
y: -1600.0
rotation: 0
- id: 8ec7d239-fce6-49e8-ad34-ddb99a88e858
type: tree
x: 448.0
y: -704.0
rotation: 0
- id: b36bc888-71a4-4666-bb33-28dcc5505928
type: tree
x: 960.0
y: -64.0
rotation: 0
- id: b5ad3a4f-b7f3-41e9-a443-3dfa21ff0a06
type: tree
x: -832.0
y: -2368.0
rotation: 0
- id: c393d741-ceb5-44b7-83d3-ed33c54246c8
type: tree
x: 320.0
y: -2240.0
rotation: 0
- id: bc9e10e7-65c4-4054-8b34-71eb5e6ca29a
type: tree
x: 320.0
y: -1344.0
rotation: 0
- id: cc0630ef-0c36-4b20-9403-274c3527fa53
type: tree
x: -1344.0
y: -1088.0
rotation: 0
- id: dbb861d5-9a93-4bf9-a8cc-013fcc447579
type: tree
x: 320.0
y: -1216.0
rotation: 0
- id: 84bd1fa8-dbc5-44a0-8b63-62e1ca240404
type: tree
x: -1088.0
y: 832.0
rotation: 0
- id: e2b6ebb7-f3c0-4191-8772-bc146e2441c7
type: tree
x: 192.0
y: 192.0
rotation: 0
- id: 596d1c88-c689-494a-a458-77429d3c43d5
type: tree
x: -1216.0
y: 448.0
rotation: 0
- id: d5d2487e-0123-4408-8db2-b53f2df0422f
type: tree
x: -1344.0
y: -1472.0
rotation: 0
- id: 5238231b-037e-4262-b0c3-ddd288fc3e0a
type: tree
x: 704.0
y: 576.0
rotation: 0
- id: 5a187c90-55a7-4d96-b39a-c83f3b19cdd9
type: tree
x: -832.0
y: -2624.0
rotation: 0
- id: 403c92ba-6450-441f-b3c8-dba7cf0b5273
type: tree
x: -960.0
y: -1472.0
rotation: 0
- id: 5d558273-9fba-4b93-b4ed-87627a2fad4b
type: tree
x: -1728.0
y: 576.0
rotation: 0
- id: ca6f7a56-7372-41c5-987c-42f64ce4af0f
type: tree
x: -1856.0
y: 576.0
rotation: 0
- id: 658e6051-f20d-44ab-90d4-30f5e9f4615d
type: tree
x: -2496.0
y: -1856.0
rotation: 0
- id: 2b7c58e3-176c-4d02-986a-a5f4ec6a1bf1
type: tree
x: -832.0
y: -704.0
rotation: 0
- id: 5caa0b08-e22e-45bc-b1c2-0f5ed87e192b
type: tree
x: -1472.0
y: -1856.0
rotation: 0
- id: c3dad3e0-5b24-40de-8022-1c8ea8dfac4a
type: tree
x: 1088.0
y: -1728.0
rotation: 0
- id: ad1e2d72-e3a6-43b1-8b8c-ce4866f1a0b7
type: tree
x: 1088.0
y: -1344.0
rotation: 0
- id: 5233b62d-8812-40ed-bcab-0749051ee1e7
type: tree
x: 832.0
y: -2496.0
rotation: 0
- id: aa0b7348-9952-400d-816b-3f20247c2dd4
type: tree
x: 448.0
y: 960.0
rotation: 0
- id: e4e9e508-9199-4fba-9fd9-8b4f34d5447e
type: tree
x: -832.0
y: -576.0
rotation: 0
- id: 1dc62672-ce43-4591-b77b-dc55cdae7919
type: tree
x: -1472.0
y: 704.0
rotation: 0
- id: 9d03e48e-2971-422e-ad84-a60146314899
type: tree
x: 1088.0
y: -2624.0
rotation: 0
- id: fff52a7c-d977-4152-8c2f-17a06777713a
type: tucan
x: -1728.0
y: -1216.0
rotation: 180
- id: 9547febc-73b1-4740-a51e-e3588fdb02e4
type: tucan
x: 2240.0
y: 64.0
rotation: 180
- id: becc9835-3850-4d8d-a42a-9b7ea229345c
type: tucan
x: -2240.0
y: -1344.0
rotation: 0
- id: 97203d73-8b80-416a-85a2-d503dd4407a4
type: tucan
x: -2368.0
y: -1728.0
rotation: 0
- id: cc0bfbdf-86c9-4029-807d-11f07475ebda
type: tucan
x: 1856.0
y: -2240.0
rotation: 180
- id: 0a5433ec-dfc8-40c4-92d1-f4ea86522942
type: tucan
x: 2112.0
y: 192.0
rotation: 180
- id: abbec59b-c593-422c-8bb7-33ddf56a9f73
type: tucan
x: 1856.0
y: -1984.0
rotation: 180
- id: d46bfd41-c74a-486f-8d01-62d075c6cbf3
type: tucan
x: 1856.0
y: -1600.0
rotation: 180
triggers:
- script: "if player $ then dialogue sign 'West: tucan town. East: road closed."
tiles:
- x: -2
y: -23
- script: "if player $ then dialogue sign 'Road closed. Other side accessible via water."
tiles:
- x: 12
y: -23
- script: "if player$then weather DUSK"
tiles:
- x: 3
y: -26
- x: 4
y: -26
- x: 5
y: -26
- script: "if player $then camera -2 -6"
tiles:
- x: -4
y: 2
- x: -3
y: 2
- x: -2
y: 2
- x: -1
y: 2
- x: 0
y: 2
- script: "if dead$then spawn key"
tiles:
- x: -16
y: -3
- script: "if player$then state 2036ccea-3195-4260-bdbe-041ca63f0a9a OPEN$then camera -2 4"
tiles:
- x: -12
y: 9
properties:
name: Spiky fruit
weather: SUNNY
background: MOUNTAINS
targetScore: 1
cheatTargetTime: 300.0
totalGold: 50
totalHealthExtensions: 1
tiles:
- type: grass
x: 5
y: 4
- type: grass
x: 5
y: 5
- type: grass
x: 5
y: 6
- type: grass
x: 5
y: 7
- type: grass
x: 5
y: 8
- type: grass
x: 5
y: 9
- type: grass
x: 5
y: 10
- type: grass
x: 5
y: 11
- type: grass
x: 5
y: 12
- type: grass
x: 5
y: 13
- type: grass
x: 5
y: 14
- type: grass
x: 5
y: 15
- type: grass
x: 5
y: 16
- type: grass
x: 5
y: 17
- type: grass
x: 5
y: 18
- type: grass
x: 5
y: 19
- type: grass
x: 5
y: 20
- type: grass
x: 5
y: 21
- type: grass
x: 5
y: 22
- type: grass
x: 5
y: 23
- type: grass
x: 5
y: 24
- type: grass
x: 5
y: 25
- type: grass
x: 5
y: 26
- type: grass
x: 5
y: 27
- type: grass
x: 5
y: 28
- type: grass
x: 5
y: 29
- type: grass-end
x: 5
y: 30
- type: beach
x: 5
y: 31
- type: beach
x: 5
y: 32
- type: beach
x: 5
y: 33
- type: beach
x: 5
y: 34
- type: grass
x: 6
y: 4
- type: beach
x: 5
y: 35
- type: grass
x: 6
y: 5
- type: beach-end
x: 5
y: 36
- type: grass
x: 6
y: 6
- type: medium-water
x: 5
y: 37
- type: grass
x: 6
y: 7
- type: medium-water
x: 5
y: 38
- type: grass
x: 6
y: 8
- type: medium-water
x: 5
y: 39
- type: grass
x: 6
y: 9
- type: medium-water
x: 5
y: 40
- type: grass
x: 6
y: 10
- type: medium-water
x: 5
y: 41
- type: grass
x: 6
y: 11
- type: medium-water
x: 5
y: 42
- type: grass
x: 6
y: 12
- type: medium-water
x: 5
y: 43
- type: grass
x: 6
y: 13
- type: medium-water
x: 5
y: 44
- type: grass
x: 6
y: 14
- type: medium-water
x: 5
y: 45
- type: grass
x: 6
y: 15
- type: medium-water
x: 5
y: 46
- type: grass
x: 6
y: 16
- type: medium-water
x: 5
y: 47
- type: grass
x: 6
y: 17
- type: medium-water
x: 5
y: 48
- type: grass
x: 6
y: 18
- type: medium-water
x: 5
y: 49
- type: grass
x: 6
y: 19
- type: medium-water
x: 5
y: 50
- type: grass
x: 6
y: 20
- type: medium-water
x: 5
y: 51
- type: grass
x: 6
y: 21
- type: medium-water
x: 5
y: 52
- type: grass
x: 6
y: 22
- type: medium-water
x: 5
y: 53
- type: grass
x: 6
y: 23
- type: medium-water
x: 5
y: 54
- type: grass
x: 6
y: 24
- type: medium-water
x: 5
y: 55
- type: grass
x: 6
y: 25
- type: grass
x: 6
y: 26
- type: grass
x: 6
y: 27
- type: grass
x: 6
y: 28
- type: grass
x: 6
y: 29
- type: grass-end
x: 6
y: 30
- type: beach
x: 6
y: 31
- type: beach
x: 6
y: 32
- type: beach
x: 6
y: 33
- type: beach
x: 6
y: 34
- type: beach
x: 6
y: 35
- type: grass
x: 7
y: 4
- type: beach-end
x: 6
y: 36
- type: grass
x: 7
y: 5
- type: medium-water
x: 6
y: 37
- type: grass
x: 7
y: 6
- type: medium-water
x: 6
y: 38
- type: grass
x: 7
y: 7
- type: medium-water
x: 6
y: 39
- type: grass
x: 7
y: 8
- type: medium-water
x: 6
y: 40
- type: grass
x: 7
y: 9
- type: medium-water
x: 6
y: 41
- type: grass
x: 7
y: 10
- type: medium-water
x: 6
y: 42
- type: grass
x: 7
y: 11
- type: medium-water
x: 6
y: 43
- type: grass
x: 7
y: 12
- type: medium-water
x: 6
y: 44
- type: grass
x: 7
y: 13
- type: medium-water
x: 6
y: 45
- type: grass
x: 7
y: 14
- type: medium-water
x: 6
y: 46
- type: grass
x: 7
y: 15
- type: medium-water
x: 6
y: 47
- type: grass
x: 7
y: 16
- type: medium-water
x: 6
y: 48
- type: grass
x: 7
y: 17
- type: medium-water
x: 6
y: 49
- type: grass
x: 7
y: 18
- type: medium-water
x: 6
y: 50
- type: grass
x: 7
y: 19
- type: medium-water
x: 6
y: 51
- type: grass
x: 7
y: 20
- type: medium-water
x: 6
y: 52
- type: grass
x: 7
y: 21
- type: medium-water
x: 6
y: 53
- type: grass
x: 7
y: 22
- type: medium-water
x: 6
y: 54
- type: grass
x: 7
y: 23
- type: medium-water
x: 6
y: 55
- type: grass
x: 7
y: 24
- type: grass
x: 7
y: 25
- type: grass
x: 7
y: 26
- type: grass
x: 7
y: 27
- type: grass
x: 7
y: 28
- type: grass
x: 7
y: 29
- type: grass-end
x: 7
y: 30
- type: beach
x: 7
y: 31
- type: beach
x: 7
y: 32
- type: beach
x: 7
y: 33
- type: beach
x: 7
y: 34
- type: beach
x: 7
y: 35
- type: grass
x: 8
y: 4
- type: beach-end
x: 7
y: 36
- type: grass
x: 8
y: 5
- type: medium-water
x: 7
y: 37
- type: grass
x: 8
y: 6
- type: medium-water
x: 7
y: 38
- type: grass
x: 8
y: 7
- type: medium-water
x: 7
y: 39
- type: grass
x: 8
y: 8
- type: medium-water
x: 7
y: 40
- type: grass
x: 8
y: 9
- type: grass
x: 8
y: 10
- type: medium-water
x: 7
y: 41
- type: grass
x: 8
y: 11
- type: medium-water
x: 7
y: 42
- type: grass
x: 8
y: 12
- type: medium-water
x: 7
y: 43
- type: grass
x: 8
y: 13
- type: medium-water
x: 7
y: 44
- type: grass
x: 8
y: 14
- type: medium-water
x: 7
y: 45
- type: grass
x: 8
y: 15
- type: medium-water
x: 7
y: 46
- type: grass
x: 8
y: 16
- type: medium-water
x: 7
y: 47
- type: grass
x: 8
y: 17
- type: medium-water
x: 7
y: 48
- type: grass
x: 8
y: 18
- type: medium-water
x: 7
y: 49
- type: grass
x: 8
y: 19
- type: medium-water
x: 7
y: 50
- type: grass
x: 8
y: 20
- type: medium-water
x: 7
y: 51
- type: grass
x: 8
y: 21
- type: medium-water
x: 7
y: 52
- type: grass
x: 8
y: 22
- type: medium-water
x: 7
y: 53
- type: grass
x: 8
y: 23
- type: medium-water
x: 7
y: 54
- type: grass
x: 8
y: 24
- type: medium-water
x: 7
y: 55
- type: grass
x: 8
y: 25
- type: grass
x: 8
y: 26
- type: grass
x: 8
y: 27
- type: grass
x: 8
y: 28
- type: grass
x: 8
y: 29
- type: grass-end
x: 8
y: 30
- type: beach
x: 8
y: 31
- type: beach
x: 8
y: 32
- type: beach
x: 8
y: 33
- type: beach
x: 8
y: 34
- type: beach
x: 8
y: 35
- type: grass
x: 9
y: 4
- type: beach-end
x: 8
y: 36
- type: grass
x: 9
y: 5
- type: medium-water
x: 8
y: 37
- type: grass
x: 9
y: 6
- type: medium-water
x: 8
y: 38
- type: grass
x: 9
y: 7
- type: medium-water
x: 8
y: 39
- type: grass
x: 9
y: 8
- type: medium-water
x: 8
y: 40
- type: grass
x: 9
y: 9
- type: medium-water
x: 8
y: 41
- type: grass
x: 9
y: 10
- type: medium-water
x: 8
y: 42
- type: grass
x: 9
y: 11
- type: medium-water
x: 8
y: 43
- type: grass
x: 9
y: 12
- type: medium-water
x: 8
y: 44
- type: grass
x: 9
y: 13
- type: medium-water
x: 8
y: 45
- type: grass
x: 9
y: 14
- type: medium-water
x: 8
y: 46
- type: grass
x: 9
y: 15
- type: medium-water
x: 8
y: 47
- type: grass
x: 9
y: 16
- type: medium-water
x: 8
y: 48
- type: grass
x: 9
y: 17
- type: medium-water
x: 8
y: 49
- type: grass
x: 9
y: 18
- type: medium-water
x: 8
y: 50
- type: grass
x: 9
y: 19
- type: medium-water
x: 8
y: 51
- type: grass
x: 9
y: 20
- type: medium-water
x: 8
y: 52
- type: grass
x: 9
y: 21
- type: medium-water
x: 8
y: 53
- type: grass
x: 9
y: 22
- type: medium-water
x: 8
y: 54
- type: grass
x: 9
y: 23
- type: medium-water
x: 8
y: 55
- type: grass
x: 9
y: 24
- type: grass
x: 9
y: 25
- type: grass
x: 9
y: 26
- type: grass
x: 9
y: 27
- type: grass
x: 9
y: 28
- type: grass
x: 9
y: 29
- type: grass-end
x: 9
y: 30
- type: beach
x: 9
y: 31
- type: beach
x: 9
y: 32
- type: beach
x: 9
y: 33
- type: beach
x: 9
y: 34
- type: grass
x: 10
y: 4
- type: beach
x: 9
y: 35
- type: grass
x: 10
y: 5
- type: beach-end
x: 9
y: 36
- type: grass
x: 10
y: 6
- type: medium-water
x: 9
y: 37
- type: grass
x: 10
y: 7
- type: medium-water
x: 9
y: 38
- type: grass
x: 10
y: 8
- type: medium-water
x: 9
y: 39
- type: grass
x: 10
y: 9
- type: medium-water
x: 9
y: 40
- type: medium-water
x: 9
y: 41
- type: grass
x: 10
y: 10
- type: medium-water
x: 9
y: 42
- type: grass
x: 10
y: 11
- type: medium-water
x: 9
y: 43
- type: grass
x: 10
y: 12
- type: medium-water
x: 9
y: 44
- type: grass
x: 10
y: 13
- type: medium-water
x: 9
y: 45
- type: grass
x: 10
y: 14
- type: medium-water
x: 9
y: 46
- type: grass
x: 10
y: 15
- type: medium-water
x: 9
y: 47
- type: grass
x: 10
y: 16
- type: medium-water
x: 9
y: 48
- type: grass
x: 10
y: 17
- type: medium-water
x: 9
y: 49
- type: grass
x: 10
y: 18
- type: medium-water
x: 9
y: 50
- type: grass
x: 10
y: 19
- type: medium-water
x: 9
y: 51
- type: grass
x: 10
y: 20
- type: medium-water
x: 9
y: 52
- type: grass
x: 10
y: 21
- type: medium-water
x: 9
y: 53
- type: grass
x: 10
y: 22
- type: medium-water
x: 9
y: 54
- type: grass
x: 10
y: 23
- type: medium-water
x: 9
y: 55
- type: grass
x: 10
y: 24
- type: grass
x: 10
y: 25
- type: grass
x: 10
y: 26
- type: grass
x: 10
y: 27
- type: grass
x: 10
y: 28
- type: grass
x: 10
y: 29
- type: grass-end
x: 10
y: 30
- type: beach
x: 10
y: 31
- type: beach
x: 10
y: 32
- type: beach
x: 10
y: 33
- type: beach
x: 10
y: 34
- type: beach
x: 10
y: 35
- type: grass
x: 11
y: 4
- type: beach-end
x: 10
y: 36
- type: grass
x: 11
y: 5
- type: medium-water
x: 10
y: 37
- type: grass
x: 11
y: 6
- type: medium-water
x: 10
y: 38
- type: grass
x: 11
y: 7
- type: medium-water
x: 10
y: 39
- type: grass
x: 11
y: 8
- type: medium-water
x: 10
y: 40
- type: grass
x: 11
y: 9
- type: start
x: 11
y: 10
- type: medium-water
x: 10
y: 41
- type: grass
x: 11
y: 11
- type: medium-water
x: 10
y: 42
- type: grass
x: 11
y: 12
- type: medium-water
x: 10
y: 43
- type: grass
x: 11
y: 13
- type: medium-water
x: 10
y: 44
- type: grass
x: 11
y: 14
- type: medium-water
x: 10
y: 45
- type: grass
x: 11
y: 15
- type: medium-water
x: 10
y: 46
- type: grass
x: 11
y: 16
- type: medium-water
x: 10
y: 47
- type: grass
x: 11
y: 17
- type: medium-water
x: 10
y: 48
- type: grass
x: 11
y: 18
- type: medium-water
x: 10
y: 49
- type: grass
x: 11
y: 19
- type: medium-water
x: 10
y: 50
- type: grass
x: 11
y: 20
- type: medium-water
x: 10
y: 51
- type: grass
x: 11
y: 21
- type: medium-water
x: 10
y: 52
- type: grass
x: 11
y: 22
- type: medium-water
x: 10
y: 53
- type: grass
x: 11
y: 23
- type: medium-water
x: 10
y: 54
- type: grass
x: 11
y: 24
- type: medium-water
x: 10
y: 55
- type: grass
x: 11
y: 25
- type: grass
x: 11
y: 26
- type: grass
x: 11
y: 27
- type: grass
x: 11
y: 28
- type: grass
x: 11
y: 29
- type: grass-end
x: 11
y: 30
- type: beach
x: 11
y: 31
- type: beach
x: 11
y: 32
- type: beach
x: 11
y: 33
- type: beach
x: 11
y: 34
- type: grass
x: 12
y: 4
- type: beach
x: 11
y: 35
- type: grass
x: 12
y: 5
- type: beach-end
x: 11
y: 36
- type: grass
x: 12
y: 6
- type: medium-water
x: 11
y: 37
- type: grass
x: 12
y: 7
- type: medium-water
x: 11
y: 38
- type: grass
x: 12
y: 8
- type: medium-water
x: 11
y: 39
- type: grass
x: 12
y: 9
- type: medium-water
x: 11
y: 40
- type: medium-water
x: 11
y: 41
- type: grass
x: 12
y: 10
- type: medium-water
x: 11
y: 42
- type: grass
x: 12
y: 11
- type: medium-water
x: 11
y: 43
- type: grass
x: 12
y: 12
- type: medium-water
x: 11
y: 44
- type: grass
x: 12
y: 13
- type: medium-water
x: 11
y: 45
- type: grass
x: 12
y: 14
- type: medium-water
x: 11
y: 46
- type: grass
x: 12
y: 15
- type: medium-water
x: 11
y: 47
- type: grass
x: 12
y: 16
- type: medium-water
x: 11
y: 48
- type: grass
x: 12
y: 17
- type: medium-water
x: 11
y: 49
- type: grass
x: 12
y: 18
- type: medium-water
x: 11
y: 50
- type: grass
x: 12
y: 19
- type: medium-water
x: 11
y: 51
- type: grass
x: 12
y: 20
- type: medium-water
x: 11
y: 52
- type: grass
x: 12
y: 21
- type: medium-water
x: 11
y: 53
- type: grass
x: 12
y: 22
- type: medium-water
x: 11
y: 54
- type: grass
x: 12
y: 23
- type: medium-water
x: 11
y: 55
- type: grass
x: 12
y: 24
- type: grass
x: 12
y: 25
- type: grass
x: 12
y: 26
- type: grass
x: 12
y: 27
- type: grass
x: 12
y: 28
- type: grass
x: 12
y: 29
- type: grass-end
x: 12
y: 30
- type: beach
x: 12
y: 31
- type: beach
x: 12
y: 32
- type: beach
x: 12
y: 33
- type: beach
x: 12
y: 34
- type: grass
x: 13
y: 4
- type: beach
x: 12
y: 35
- type: grass
x: 13
y: 5
- type: beach-end
x: 12
y: 36
- type: grass
x: 13
y: 6
- type: medium-water
x: 12
y: 37
- type: grass
x: 13
y: 7
- type: medium-water
x: 12
y: 38
- type: grass
x: 13
y: 8
- type: medium-water
x: 12
y: 39
- type: grass
x: 13
y: 9
- type: medium-water
x: 12
y: 40
- type: grass-path-small-end
x: 13
y: 10
rotation: 180
- type: medium-water
x: 12
y: 41
- type: grass
x: 13
y: 11
- type: medium-water
x: 12
y: 42
- type: grass
x: 13
y: 12
- type: medium-water
x: 12
y: 43
- type: grass
x: 13
y: 13
- type: medium-water
x: 12
y: 44
- type: grass
x: 13
y: 14
- type: medium-water
x: 12
y: 45
- type: grass
x: 13
y: 15
- type: medium-water
x: 12
y: 46
- type: grass
x: 13
y: 16
- type: medium-water
x: 12
y: 47
- type: grass
x: 13
y: 17
- type: medium-water
x: 12
y: 48
- type: grass
x: 13
y: 18
- type: medium-water
x: 12
y: 49
- type: grass
x: 13
y: 19
- type: medium-water
x: 12
y: 50
- type: grass
x: 13
y: 20
- type: medium-water
x: 12
y: 51
- type: grass
x: 13
y: 21
- type: medium-water
x: 12
y: 52
- type: grass
x: 13
y: 22
- type: medium-water
x: 12
y: 53
- type: grass
x: 13
y: 23
- type: medium-water
x: 12
y: 54
- type: grass
x: 13
y: 24
- type: medium-water
x: 12
y: 55
- type: grass
x: 13
y: 25
- type: grass
x: 13
y: 26
- type: grass
x: 13
y: 27
- type: grass
x: 13
y: 28
- type: grass
x: 13
y: 29
- type: grass-end
x: 13
y: 30
- type: beach
x: 13
y: 31
- type: beach
x: 13
y: 32
- type: beach
x: 13
y: 33
- type: beach
x: 13
y: 34
- type: beach
x: 13
y: 35
- type: grass
x: 14
y: 4
- type: beach-end
x: 13
y: 36
- type: grass
x: 14
y: 5
- type: medium-water
x: 13
y: 37
- type: grass
x: 14
y: 6
- type: medium-water
x: 13
y: 38
- type: grass
x: 14
y: 7
- type: medium-water
x: 13
y: 39
- type: grass
x: 14
y: 8
- type: medium-water
x: 13
y: 40
- type: grass
x: 14
y: 9
- type: medium-water
x: 13
y: 41
- type: grass-path-small
x: 14
y: 10
- type: medium-water
x: 13
y: 42
- type: grass
x: 14
y: 11
- type: medium-water
x: 13
y: 43
- type: grass
x: 14
y: 12
- type: medium-water
x: 13
y: 44
- type: grass
x: 14
y: 13
- type: medium-water
x: 13
y: 45
- type: grass
x: 14
y: 14
- type: medium-water
x: 13
y: 46
- type: grass
x: 14
y: 15
- type: medium-water
x: 13
y: 47
- type: grass
x: 14
y: 16
- type: medium-water
x: 13
y: 48
- type: grass
x: 14
y: 17
- type: medium-water
x: 13
y: 49
- type: grass
x: 14
y: 18
- type: medium-water
x: 13
y: 50
- type: grass
x: 14
y: 19
- type: medium-water
x: 13
y: 51
- type: grass
x: 14
y: 20
- type: medium-water
x: 13
y: 52
- type: grass
x: 14
y: 21
- type: medium-water
x: 13
y: 53
- type: grass
x: 14
y: 22
- type: medium-water
x: 13
y: 54
- type: grass
x: 14
y: 23
- type: medium-water
x: 13
y: 55
- type: grass
x: 14
y: 24
- type: grass
x: 14
y: 25
- type: grass
x: 14
y: 26
- type: grass
x: 14
y: 27
- type: grass
x: 14
y: 28
- type: grass
x: 14
y: 29
- type: grass-end
x: 14
y: 30
- type: beach
x: 14
y: 31
- type: beach
x: 14
y: 32
- type: beach
x: 14
y: 33
- type: beach
x: 14
y: 34
- type: grass
x: 15
y: 4
- type: beach
x: 14
y: 35
- type: grass
x: 15
y: 5
- type: beach-end
x: 14
y: 36
- type: grass
x: 15
y: 6
- type: medium-water
x: 14
y: 37
- type: grass
x: 15
y: 7
- type: medium-water
x: 14
y: 38
- type: grass
x: 15
y: 8
- type: medium-water
x: 14
y: 39
- type: grass
x: 15
y: 9
- type: medium-water
x: 14
y: 40
- type: grass-path-small
x: 15
y: 10
- type: medium-water
x: 14
y: 41
- type: grass
x: 15
y: 11
- type: medium-water
x: 14
y: 42
- type: grass
x: 15
y: 12
- type: medium-water
x: 14
y: 43
- type: grass
x: 15
y: 13
- type: medium-water
x: 14
y: 44
- type: grass
x: 15
y: 14
- type: medium-water
x: 14
y: 45
- type: grass
x: 15
y: 15
- type: medium-water
x: 14
y: 46
- type: grass
x: 15
y: 16
- type: medium-water
x: 14
y: 47
- type: grass
x: 15
y: 17
- type: medium-water
x: 14
y: 48
- type: grass
x: 15
y: 18
- type: medium-water
x: 14
y: 49
- type: grass
x: 15
y: 19
- type: medium-water
x: 14
y: 50
- type: grass
x: 15
y: 20
- type: medium-water
x: 14
y: 51
- type: grass
x: 15
y: 21
- type: medium-water
x: 14
y: 52
- type: grass
x: 15
y: 22
- type: medium-water
x: 14
y: 53
- type: grass
x: 15
y: 23
- type: medium-water
x: 14
y: 54
- type: grass
x: 15
y: 24
- type: medium-water
x: 14
y: 55
- type: grass
x: 15
y: 25
- type: grass
x: 15
y: 26
- type: grass
x: 15
y: 27
- type: grass
x: 15
y: 28
- type: grass
x: 15
y: 29
- type: grass-end
x: 15
y: 30
- type: beach
x: 15
y: 31
- type: beach
x: 15
y: 32
- type: beach
x: 15
y: 33
- type: beach
x: 15
y: 34
- type: beach
x: 15
y: 35
- type: grass
x: 16
y: 4
- type: beach-end
x: 15
y: 36
- type: grass
x: 16
y: 5
- type: medium-water
x: 15
y: 37
- type: grass
x: 16
y: 6
- type: medium-water
x: 15
y: 38
- type: grass
x: 16
y: 7
- type: medium-water
x: 15
y: 39
- type: grass
x: 16
y: 8
- type: medium-water
x: 15
y: 40
- type: grass
x: 16
y: 9
- type: medium-water
x: 15
y: 41
- type: grass-path-small
x: 16
y: 10
- type: medium-water
x: 15
y: 42
- type: grass
x: 16
y: 11
- type: medium-water
x: 15
y: 43
- type: grass
x: 16
y: 12
- type: medium-water
x: 15
y: 44
- type: grass
x: 16
y: 13
- type: medium-water
x: 15
y: 45
- type: grass
x: 16
y: 14
- type: medium-water
x: 15
y: 46
- type: grass
x: 16
y: 15
- type: medium-water
x: 15
y: 47
- type: grass
x: 16
y: 16
- type: medium-water
x: 15
y: 48
- type: grass
x: 16
y: 17
- type: medium-water
x: 15
y: 49
- type: grass
x: 16
y: 18
- type: medium-water
x: 15
y: 50
- type: grass
x: 16
y: 19
- type: medium-water
x: 15
y: 51
- type: grass
x: 16
y: 20
- type: medium-water
x: 15
y: 52
- type: grass
x: 16
y: 21
- type: medium-water
x: 15
y: 53
- type: grass
x: 16
y: 22
- type: medium-water
x: 15
y: 54
- type: grass
x: 16
y: 23
- type: medium-water
x: 15
y: 55
- type: grass
x: 16
y: 24
- type: grass
x: 16
y: 25
- type: grass
x: 16
y: 26
- type: grass
x: 16
y: 27
- type: grass
x: 16
y: 28
- type: grass
x: 16
y: 29
- type: grass-end
x: 16
y: 30
- type: beach
x: 16
y: 31
- type: beach
x: 16
y: 32
- type: beach
x: 16
y: 33
- type: beach
x: 16
y: 34
- type: grass
x: 17
y: 4
- type: beach
x: 16
y: 35
- type: grass
x: 17
y: 5
- type: beach-end
x: 16
y: 36
- type: grass
x: 17
y: 6
- type: medium-water
x: 16
y: 37
- type: grass
x: 17
y: 7
- type: medium-water
x: 16
y: 38
- type: grass
x: 17
y: 8
- type: medium-water
x: 16
y: 39
- type: grass
x: 17
y: 9
- type: medium-water
x: 16
y: 40
- type: grass-path-small
x: 17
y: 10
- type: medium-water
x: 16
y: 41
- type: grass
x: 17
y: 11
- type: medium-water
x: 16
y: 42
- type: grass
x: 17
y: 12
- type: medium-water
x: 16
y: 43
- type: grass
x: 17
y: 13
- type: medium-water
x: 16
y: 44
- type: grass
x: 17
y: 14
- type: medium-water
x: 16
y: 45
- type: grass
x: 17
y: 15
- type: medium-water
x: 16
y: 46
- type: grass
x: 17
y: 16
- type: medium-water
x: 16
y: 47
- type: grass
x: 17
y: 17
- type: medium-water
x: 16
y: 48
- type: grass
x: 17
y: 18
- type: medium-water
x: 16
y: 49
- type: grass
x: 17
y: 19
- type: medium-water
x: 16
y: 50
- type: grass
x: 17
y: 20
- type: medium-water
x: 16
y: 51
- type: grass
x: 17
y: 21
- type: medium-water
x: 16
y: 52
- type: grass
x: 17
y: 22
- type: medium-water
x: 16
y: 53
- type: grass
x: 17
y: 23
- type: medium-water
x: 16
y: 54
- type: grass
x: 17
y: 24
- type: medium-water
x: 16
y: 55
- type: grass
x: 17
y: 25
- type: grass
x: 17
y: 26
- type: grass
x: 17
y: 27
- type: grass
x: 17
y: 28
- type: grass
x: 17
y: 29
- type: grass-end
x: 17
y: 30
- type: beach
x: 17
y: 31
- type: beach
x: 17
y: 32
- type: beach
x: 17
y: 33
- type: beach
x: 17
y: 34
- type: beach
x: 17
y: 35
- type: grass
x: 18
y: 4
- type: beach-end
x: 17
y: 36
- type: grass
x: 18
y: 5
- type: medium-water
x: 17
y: 37
- type: grass
x: 18
y: 6
- type: medium-water
x: 17
y: 38
- type: grass
x: 18
y: 7
- type: medium-water
x: 17
y: 39
- type: grass
x: 18
y: 8
- type: medium-water
x: 17
y: 40
- type: grass
x: 18
y: 9
- type: medium-water
x: 17
y: 41
- type: grass-path-small
x: 18
y: 10
- type: medium-water
x: 17
y: 42
- type: grass
x: 18
y: 11
- type: medium-water
x: 17
y: 43
- type: grass
x: 18
y: 12
- type: medium-water
x: 17
y: 44
- type: grass
x: 18
y: 13
- type: medium-water
x: 17
y: 45
- type: grass
x: 18
y: 14
- type: medium-water
x: 17
y: 46
- type: grass
x: 18
y: 15
- type: medium-water
x: 17
y: 47
- type: grass
x: 18
y: 16
- type: medium-water
x: 17
y: 48
- type: grass
x: 18
y: 17
- type: medium-water
x: 17
y: 49
- type: grass
x: 18
y: 18
- type: medium-water
x: 17
y: 50
- type: grass
x: 18
y: 19
- type: medium-water
x: 17
y: 51
- type: grass
x: 18
y: 20
- type: medium-water
x: 17
y: 52
- type: grass
x: 18
y: 21
- type: medium-water
x: 17
y: 53
- type: grass
x: 18
y: 22
- type: medium-water
x: 17
y: 54
- type: grass
x: 18
y: 23
- type: medium-water
x: 17
y: 55
- type: grass
x: 18
y: 24
- type: grass
x: 18
y: 25
- type: grass
x: 18
y: 26
- type: grass
x: 18
y: 27
- type: grass
x: 18
y: 28
- type: grass
x: 18
y: 29
- type: grass-end
x: 18
y: 30
- type: beach
x: 18
y: 31
- type: beach
x: 18
y: 32
- type: beach
x: 18
y: 33
- type: beach
x: 18
y: 34
- type: grass
x: 19
y: 4
- type: beach
x: 18
y: 35
- type: grass
x: 19
y: 5
- type: beach-end
x: 18
y: 36
- type: grass
x: 19
y: 6
- type: medium-water
x: 18
y: 37
- type: grass
x: 19
y: 7
- type: medium-water
x: 18
y: 38
- type: grass
x: 19
y: 8
- type: medium-water
x: 18
y: 39
- type: grass
x: 19
y: 9
- type: medium-water
x: 18
y: 40
- type: grass-path-small
x: 19
y: 10
- type: medium-water
x: 18
y: 41
- type: grass
x: 19
y: 11
- type: medium-water
x: 18
y: 42
- type: grass
x: 19
y: 12
- type: medium-water
x: 18
y: 43
- type: grass
x: 19
y: 13
- type: medium-water
x: 18
y: 44
- type: grass
x: 19
y: 14
- type: medium-water
x: 18
y: 45
- type: grass
x: 19
y: 15
- type: medium-water
x: 18
y: 46
- type: grass
x: 19
y: 16
- type: medium-water
x: 18
y: 47
- type: grass
x: 19
y: 17
- type: medium-water
x: 18
y: 48
- type: grass
x: 19
y: 18
- type: medium-water
x: 18
y: 49
- type: grass
x: 19
y: 19
- type: medium-water
x: 18
y: 50
- type: grass
x: 19
y: 20
- type: medium-water
x: 18
y: 51
- type: grass
x: 19
y: 21
- type: medium-water
x: 18
y: 52
- type: grass
x: 19
y: 22
- type: medium-water
x: 18
y: 53
- type: grass
x: 19
y: 23
- type: medium-water
x: 18
y: 54
- type: grass
x: 19
y: 24
- type: medium-water
x: 18
y: 55
- type: grass
x: 19
y: 25
- type: grass
x: 19
y: 26
- type: grass
x: 19
y: 27
- type: grass
x: 19
y: 28
- type: grass
x: 19
y: 29
- type: grass-end
x: 19
y: 30
- type: beach
x: 19
y: 31
- type: beach
x: 19
y: 32
- type: beach
x: 19
y: 33
- type: beach
x: 19
y: 34
- type: grass
x: 20
y: 4
- type: beach
x: 19
y: 35
- type: grass
x: 20
y: 5
- type: beach-end
x: 19
y: 36
- type: grass
x: 20
y: 6
- type: medium-water
x: 19
y: 37
- type: grass
x: 20
y: 7
- type: medium-water
x: 19
y: 38
- type: grass
x: 20
y: 8
- type: medium-water
x: 19
y: 39
- type: grass
x: 20
y: 9
- type: medium-water
x: 19
y: 40
- type: medium-water
x: 19
y: 41
- type: grass-path-small-end
x: 20
y: 10
- type: medium-water
x: 19
y: 42
- type: grass
x: 20
y: 11
- type: medium-water
x: 19
y: 43
- type: grass
x: 20
y: 12
- type: medium-water
x: 19
y: 44
- type: grass
x: 20
y: 13
- type: medium-water
x: 19
y: 45
- type: grass
x: 20
y: 14
- type: medium-water
x: 19
y: 46
- type: grass
x: 20
y: 15
- type: medium-water
x: 19
y: 47
- type: grass
x: 20
y: 16
- type: medium-water
x: 19
y: 48
- type: grass
x: 20
y: 17
- type: medium-water
x: 19
y: 49
- type: grass
x: 20
y: 18
- type: medium-water
x: 19
y: 50
- type: grass
x: 20
y: 19
- type: medium-water
x: 19
y: 51
- type: grass
x: 20
y: 20
- type: medium-water
x: 19
y: 52
- type: grass
x: 20
y: 21
- type: medium-water
x: 19
y: 53
- type: grass
x: 20
y: 22
- type: medium-water
x: 19
y: 54
- type: grass
x: 20
y: 23
- type: medium-water
x: 19
y: 55
- type: grass
x: 20
y: 24
- type: grass
x: 20
y: 25
- type: grass
x: 20
y: 26
- type: grass
x: 20
y: 27
- type: grass
x: 20
y: 28
- type: grass
x: 20
y: 29
- type: grass-end
x: 20
y: 30
- type: beach
x: 20
y: 31
- type: beach
x: 20
y: 32
- type: beach
x: 20
y: 33
- type: beach
x: 20
y: 34
- type: grass
x: 21
y: 4
- type: beach
x: 20
y: 35
- type: grass
x: 21
y: 5
- type: beach-end
x: 20
y: 36
- type: grass
x: 21
y: 6
- type: medium-water
x: 20
y: 37
- type: grass
x: 21
y: 7
- type: medium-water
x: 20
y: 38
- type: grass
x: 21
y: 8
- type: medium-water
x: 20
y: 39
- type: grass
x: 21
y: 9
- type: medium-water
x: 20
y: 40
- type: grass
x: 21
y: 10
- type: medium-water
x: 20
y: 41
- type: grass-path-small-end
x: 21
y: 11
rotation: 270
- type: medium-water
x: 20
y: 42
- type: grass-path-small
x: 21
y: 12
rotation: 90
- type: medium-water
x: 20
y: 43
- type: grass-path-small
x: 21
y: 13
rotation: 90
- type: medium-water
x: 20
y: 44
- type: grass-path-small
x: 21
y: 14
rotation: 90
- type: medium-water
x: 20
y: 45
- type: grass-path-small
x: 21
y: 15
rotation: 90
- type: medium-water
x: 20
y: 46
- type: grass-path-small
x: 21
y: 16
rotation: 90
- type: medium-water
x: 20
y: 47
- type: grass-path-small
x: 21
y: 17
rotation: 90
- type: medium-water
x: 20
y: 48
- type: grass-path-small
x: 21
y: 18
rotation: 90
- type: medium-water
x: 20
y: 49
- type: grass-path-small
x: 21
y: 19
rotation: 90
- type: medium-water
x: 20
y: 50
- type: grass-path-small
x: 21
y: 20
rotation: 90
- type: medium-water
x: 20
y: 51
- type: grass-path-small-end
x: 21
y: 21
rotation: 90
- type: medium-water
x: 20
y: 52
- type: grass
x: 21
y: 22
- type: medium-water
x: 20
y: 53
- type: grass
x: 21
y: 23
- type: medium-water
x: 20
y: 54
- type: grass
x: 21
y: 24
- type: medium-water
x: 20
y: 55
- type: grass
x: 21
y: 25
- type: grass-path-small-end
x: 21
y: 26
rotation: 270
- type: grass-path-small
x: 21
y: 27
rotation: 90
- type: grass-path-small-end
x: 21
y: 28
rotation: 90
- type: grass
x: 21
y: 29
- type: grass-end
x: 21
y: 30
- type: beach
x: 21
y: 31
- type: beach
x: 21
y: 32
- type: beach
x: 21
y: 33
- type: beach
x: 21
y: 34
- type: beach
x: 21
y: 35
- type: grass
x: 22
y: 4
- type: beach-end
x: 21
y: 36
- type: grass
x: 22
y: 5
- type: medium-water
x: 21
y: 37
- type: grass
x: 22
y: 6
- type: medium-water
x: 21
y: 38
- type: grass
x: 22
y: 7
- type: medium-water
x: 21
y: 39
- type: grass
x: 22
y: 8
- type: medium-water
x: 21
y: 40
- type: grass
x: 22
y: 9
- type: medium-water
x: 21
y: 41
- type: grass
x: 22
y: 10
- type: medium-water
x: 21
y: 42
- type: grass
x: 22
y: 11
- type: medium-water
x: 21
y: 43
- type: grass
x: 22
y: 12
- type: medium-water
x: 21
y: 44
- type: grass
x: 22
y: 13
- type: medium-water
x: 21
y: 45
- type: grass
x: 22
y: 14
- type: medium-water
x: 21
y: 46
- type: grass
x: 22
y: 15
- type: medium-water
x: 21
y: 47
- type: grass
x: 22
y: 16
- type: medium-water
x: 21
y: 48
- type: grass
x: 22
y: 17
- type: medium-water
x: 21
y: 49
- type: grass
x: 22
y: 18
- type: medium-water
x: 21
y: 50
- type: grass
x: 22
y: 19
- type: medium-water
x: 21
y: 51
- type: grass
x: 22
y: 20
- type: medium-water
x: 21
y: 52
- type: grass
x: 22
y: 21
- type: medium-water
x: 21
y: 53
- type: grass
x: 22
y: 22
- type: medium-water
x: 21
y: 54
- type: grass
x: 22
y: 23
- type: medium-water
x: 21
y: 55
- type: grass
x: 22
y: 24
- type: grass
x: 22
y: 25
- type: grass
x: 22
y: 26
- type: grass
x: 22
y: 27
- type: grass
x: 22
y: 28
- type: grass
x: 22
y: 29
- type: grass-end
x: 22
y: 30
- type: beach
x: 22
y: 31
- type: beach
x: 22
y: 32
- type: beach
x: 22
y: 33
- type: beach
x: 22
y: 34
- type: beach
x: 22
y: 35
- type: grass
x: 23
y: 4
- type: beach-end
x: 22
y: 36
- type: grass
x: 23
y: 5
- type: medium-water
x: 22
y: 37
- type: grass
x: 23
y: 6
- type: medium-water
x: 22
y: 38
- type: grass
x: 23
y: 7
- type: medium-water
x: 22
y: 39
- type: grass
x: 23
y: 8
- type: medium-water
x: 22
y: 40
- type: grass
x: 23
y: 9
- type: grass
x: 23
y: 10
- type: medium-water
x: 22
y: 41
- type: grass
x: 23
y: 11
- type: medium-water
x: 22
y: 42
- type: grass
x: 23
y: 12
- type: medium-water
x: 22
y: 43
- type: grass
x: 23
y: 13
- type: medium-water
x: 22
y: 44
- type: grass
x: 23
y: 14
- type: medium-water
x: 22
y: 45
- type: grass
x: 23
y: 15
- type: medium-water
x: 22
y: 46
- type: grass
x: 23
y: 16
- type: medium-water
x: 22
y: 47
- type: grass
x: 23
y: 17
- type: medium-water
x: 22
y: 48
- type: grass
x: 23
y: 18
- type: medium-water
x: 22
y: 49
- type: grass
x: 23
y: 19
- type: medium-water
x: 22
y: 50
- type: grass
x: 23
y: 20
- type: medium-water
x: 22
y: 51
- type: grass
x: 23
y: 21
- type: medium-water
x: 22
y: 52
- type: grass
x: 23
y: 22
- type: medium-water
x: 22
y: 53
- type: grass
x: 23
y: 23
- type: medium-water
x: 22
y: 54
- type: grass
x: 23
y: 24
- type: medium-water
x: 22
y: 55
- type: grass
x: 23
y: 25
- type: grass
x: 23
y: 26
- type: grass
x: 23
y: 27
- type: grass
x: 23
y: 28
- type: grass
x: 23
y: 29
- type: grass-end
x: 23
y: 30
- type: beach
x: 23
y: 31
- type: beach
x: 23
y: 32
- type: beach
x: 23
y: 33
- type: beach
x: 23
y: 34
- type: grass
x: 24
y: 4
- type: beach
x: 23
y: 35
- type: grass
x: 24
y: 5
- type: beach-end
x: 23
y: 36
- type: grass
x: 24
y: 6
- type: medium-water
x: 23
y: 37
- type: grass
x: 24
y: 7
- type: medium-water
x: 23
y: 38
- type: grass
x: 24
y: 8
- type: medium-water
x: 23
y: 39
- type: grass
x: 24
y: 9
- type: medium-water
x: 23
y: 40
- type: medium-water
x: 23
y: 41
- type: grass
x: 24
y: 10
- type: medium-water
x: 23
y: 42
- type: grass
x: 24
y: 11
- type: medium-water
x: 23
y: 43
- type: grass
x: 24
y: 12
- type: medium-water
x: 23
y: 44
- type: grass
x: 24
y: 13
- type: medium-water
x: 23
y: 45
- type: grass
x: 24
y: 14
- type: medium-water
x: 23
y: 46
- type: grass
x: 24
y: 15
- type: medium-water
x: 23
y: 47
- type: grass
x: 24
y: 16
- type: medium-water
x: 23
y: 48
- type: grass
x: 24
y: 17
- type: medium-water
x: 23
y: 49
- type: grass
x: 24
y: 18
- type: medium-water
x: 23
y: 50
- type: grass
x: 24
y: 19
- type: medium-water
x: 23
y: 51
- type: grass
x: 24
y: 20
- type: medium-water
x: 23
y: 52
- type: grass
x: 24
y: 21
- type: medium-water
x: 23
y: 53
- type: grass
x: 24
y: 22
- type: medium-water
x: 23
y: 54
- type: grass
x: 24
y: 23
- type: medium-water
x: 23
y: 55
- type: grass
x: 24
y: 24
- type: grass
x: 24
y: 25
- type: grass
x: 24
y: 26
- type: grass
x: 24
y: 27
- type: grass
x: 24
y: 28
- type: grass
x: 24
y: 29
- type: grass-end
x: 24
y: 30
- type: beach
x: 24
y: 31
- type: beach
x: 24
y: 32
- type: beach
x: 24
y: 33
- type: beach
x: 24
y: 34
- type: grass
x: 25
y: 4
- type: beach
x: 24
y: 35
- type: grass
x: 25
y: 5
- type: beach-end
x: 24
y: 36
- type: grass
x: 25
y: 6
- type: medium-water
x: 24
y: 37
- type: grass
x: 25
y: 7
- type: medium-water
x: 24
y: 38
- type: grass
x: 25
y: 8
- type: medium-water
x: 24
y: 39
- type: grass
x: 25
y: 9
- type: medium-water
x: 24
y: 40
- type: grass
x: 25
y: 10
- type: medium-water
x: 24
y: 41
- type: grass
x: 25
y: 11
- type: medium-water
x: 24
y: 42
- type: grass
x: 25
y: 12
- type: medium-water
x: 24
y: 43
- type: grass
x: 25
y: 13
- type: medium-water
x: 24
y: 44
- type: grass
x: 25
y: 14
- type: medium-water
x: 24
y: 45
- type: grass
x: 25
y: 15
- type: medium-water
x: 24
y: 46
- type: grass
x: 25
y: 16
- type: medium-water
x: 24
y: 47
- type: grass
x: 25
y: 17
- type: medium-water
x: 24
y: 48
- type: grass
x: 25
y: 18
- type: medium-water
x: 24
y: 49
- type: grass
x: 25
y: 19
- type: medium-water
x: 24
y: 50
- type: grass
x: 25
y: 20
- type: medium-water
x: 24
y: 51
- type: grass
x: 25
y: 21
- type: medium-water
x: 24
y: 52
- type: grass
x: 25
y: 22
- type: medium-water
x: 24
y: 53
- type: grass
x: 25
y: 23
- type: medium-water
x: 24
y: 54
- type: grass
x: 25
y: 24
- type: medium-water
x: 24
y: 55
- type: grass
x: 25
y: 25
- type: grass
x: 25
y: 26
- type: grass
x: 25
y: 27
- type: grass
x: 25
y: 28
- type: grass
x: 25
y: 29
- type: grass-end
x: 25
y: 30
- type: beach
x: 25
y: 31
- type: beach
x: 25
y: 32
- type: beach
x: 25
y: 33
- type: beach
x: 25
y: 34
- type: beach
x: 25
y: 35
- type: grass
x: 26
y: 4
- type: beach-end
x: 25
y: 36
- type: grass
x: 26
y: 5
- type: medium-water
x: 25
y: 37
- type: grass
x: 26
y: 6
- type: medium-water
x: 25
y: 38
- type: grass
x: 26
y: 7
- type: medium-water
x: 25
y: 39
- type: grass
x: 26
y: 8
- type: medium-water
x: 25
y: 40
- type: grass
x: 26
y: 9
- type: medium-water
x: 25
y: 41
- type: grass
x: 26
y: 10
- type: medium-water
x: 25
y: 42
- type: grass
x: 26
y: 11
- type: medium-water
x: 25
y: 43
- type: grass
x: 26
y: 12
- type: medium-water
x: 25
y: 44
- type: grass
x: 26
y: 13
- type: medium-water
x: 25
y: 45
- type: grass
x: 26
y: 14
- type: medium-water
x: 25
y: 46
- type: grass
x: 26
y: 15
- type: medium-water
x: 25
y: 47
- type: grass
x: 26
y: 16
- type: medium-water
x: 25
y: 48
- type: grass
x: 26
y: 17
- type: medium-water
x: 25
y: 49
- type: grass
x: 26
y: 18
- type: medium-water
x: 25
y: 50
- type: grass
x: 26
y: 19
- type: medium-water
x: 25
y: 51
- type: grass
x: 26
y: 20
- type: medium-water
x: 25
y: 52
- type: grass
x: 26
y: 21
- type: medium-water
x: 25
y: 53
- type: grass
x: 26
y: 22
- type: medium-water
x: 25
y: 54
- type: grass
x: 26
y: 23
- type: medium-water
x: 25
y: 55
- type: grass
x: 26
y: 24
- type: grass
x: 26
y: 25
- type: grass
x: 26
y: 26
- type: grass
x: 26
y: 27
- type: grass
x: 26
y: 28
- type: grass
x: 26
y: 29
- type: grass-end
x: 26
y: 30
- type: beach
x: 26
y: 31
- type: beach
x: 26
y: 32
- type: beach
x: 26
y: 33
- type: beach
x: 26
y: 34
- type: grass
x: 27
y: 4
- type: beach
x: 26
y: 35
- type: grass
x: 27
y: 5
- type: beach-end
x: 26
y: 36
- type: grass
x: 27
y: 6
- type: medium-water
x: 26
y: 37
- type: grass
x: 27
y: 7
- type: medium-water
x: 26
y: 38
- type: grass
x: 27
y: 8
- type: medium-water
x: 26
y: 39
- type: grass
x: 27
y: 9
- type: medium-water
x: 26
y: 40
- type: grass
x: 27
y: 10
- type: medium-water
x: 26
y: 41
- type: grass
x: 27
y: 11
- type: medium-water
x: 26
y: 42
- type: grass
x: 27
y: 12
- type: medium-water
x: 26
y: 43
- type: grass
x: 27
y: 13
- type: medium-water
x: 26
y: 44
- type: grass
x: 27
y: 14
- type: medium-water
x: 26
y: 45
- type: grass
x: 27
y: 15
- type: medium-water
x: 26
y: 46
- type: grass
x: 27
y: 16
- type: medium-water
x: 26
y: 47
- type: grass
x: 27
y: 17
- type: medium-water
x: 26
y: 48
- type: grass
x: 27
y: 18
- type: medium-water
x: 26
y: 49
- type: grass
x: 27
y: 19
- type: medium-water
x: 26
y: 50
- type: grass
x: 27
y: 20
- type: medium-water
x: 26
y: 51
- type: grass
x: 27
y: 21
- type: medium-water
x: 26
y: 52
- type: grass
x: 27
y: 22
- type: medium-water
x: 26
y: 53
- type: grass
x: 27
y: 23
- type: medium-water
x: 26
y: 54
- type: grass
x: 27
y: 24
- type: medium-water
x: 26
y: 55
- type: grass
x: 27
y: 25
- type: grass
x: 27
y: 26
- type: grass
x: 27
y: 27
- type: grass
x: 27
y: 28
- type: grass
x: 27
y: 29
- type: grass-end
x: 27
y: 30
- type: beach
x: 27
y: 31
- type: beach
x: 27
y: 32
- type: beach
x: 27
y: 33
- type: beach
x: 27
y: 34
- type: beach
x: 27
y: 35
- type: grass
x: 28
y: 4
- type: beach-end
x: 27
y: 36
- type: grass
x: 28
y: 5
- type: medium-water
x: 27
y: 37
- type: grass
x: 28
y: 6
- type: medium-water
x: 27
y: 38
- type: grass
x: 28
y: 7
- type: medium-water
x: 27
y: 39
- type: grass
x: 28
y: 8
- type: medium-water
x: 27
y: 40
- type: grass
x: 28
y: 9
- type: medium-water
x: 27
y: 41
- type: grass
x: 28
y: 10
- type: medium-water
x: 27
y: 42
- type: grass
x: 28
y: 11
- type: medium-water
x: 27
y: 43
- type: grass
x: 28
y: 12
- type: medium-water
x: 27
y: 44
- type: grass
x: 28
y: 13
- type: medium-water
x: 27
y: 45
- type: grass
x: 28
y: 14
- type: medium-water
x: 27
y: 46
- type: grass
x: 28
y: 15
- type: medium-water
x: 27
y: 47
- type: grass
x: 28
y: 16
- type: medium-water
x: 27
y: 48
- type: grass
x: 28
y: 17
- type: medium-water
x: 27
y: 49
- type: grass
x: 28
y: 18
- type: medium-water
x: 27
y: 50
- type: grass
x: 28
y: 19
- type: medium-water
x: 27
y: 51
- type: grass
x: 28
y: 20
- type: medium-water
x: 27
y: 52
- type: grass
x: 28
y: 21
- type: medium-water
x: 27
y: 53
- type: grass
x: 28
y: 22
- type: medium-water
x: 27
y: 54
- type: grass
x: 28
y: 23
- type: medium-water
x: 27
y: 55
- type: grass
x: 28
y: 24
- type: grass
x: 28
y: 25
- type: grass
x: 28
y: 26
- type: grass
x: 28
y: 27
- type: grass
x: 28
y: 28
- type: grass
x: 28
y: 29
- type: grass-end
x: 28
y: 30
- type: beach
x: 28
y: 31
- type: beach
x: 28
y: 32
- type: beach
x: 28
y: 33
- type: beach
x: 28
y: 34
- type: beach
x: 28
y: 35
- type: grass
x: 29
y: 4
- type: beach-end
x: 28
y: 36
- type: grass
x: 29
y: 5
- type: medium-water
x: 28
y: 37
- type: grass
x: 29
y: 6
- type: medium-water
x: 28
y: 38
- type: grass
x: 29
y: 7
- type: medium-water
x: 28
y: 39
- type: grass
x: 29
y: 8
- type: medium-water
x: 28
y: 40
- type: grass
x: 29
y: 9
- type: grass
x: 29
y: 10
- type: medium-water
x: 28
y: 41
- type: grass
x: 29
y: 11
- type: medium-water
x: 28
y: 42
- type: grass
x: 29
y: 12
- type: medium-water
x: 28
y: 43
- type: grass
x: 29
y: 13
- type: medium-water
x: 28
y: 44
- type: grass
x: 29
y: 14
- type: medium-water
x: 28
y: 45
- type: grass
x: 29
y: 15
- type: medium-water
x: 28
y: 46
- type: grass
x: 29
y: 16
- type: medium-water
x: 28
y: 47
- type: grass
x: 29
y: 17
- type: medium-water
x: 28
y: 48
- type: grass
x: 29
y: 18
- type: medium-water
x: 28
y: 49
- type: grass
x: 29
y: 19
- type: medium-water
x: 28
y: 50
- type: grass
x: 29
y: 20
- type: medium-water
x: 28
y: 51
- type: grass
x: 29
y: 21
- type: medium-water
x: 28
y: 52
- type: grass
x: 29
y: 22
- type: medium-water
x: 28
y: 53
- type: grass
x: 29
y: 23
- type: medium-water
x: 28
y: 54
- type: grass
x: 29
y: 24
- type: medium-water
x: 28
y: 55
- type: grass
x: 29
y: 25
- type: grass
x: 29
y: 26
- type: grass
x: 29
y: 27
- type: grass
x: 29
y: 28
- type: grass
x: 29
y: 29
- type: grass-end
x: 29
y: 30
- type: beach
x: 29
y: 31
- type: beach
x: 29
y: 32
- type: beach
x: 29
y: 33
- type: beach
x: 29
y: 34
- type: beach
x: 29
y: 35
- type: grass
x: 30
y: 4
- type: beach-end
x: 29
y: 36
- type: grass
x: 30
y: 5
- type: medium-water
x: 29
y: 37
- type: grass
x: 30
y: 6
- type: medium-water
x: 29
y: 38
- type: grass
x: 30
y: 7
- type: medium-water
x: 29
y: 39
- type: grass
x: 30
y: 8
- type: medium-water
x: 29
y: 40
- type: grass
x: 30
y: 9
- type: medium-water
x: 29
y: 41
- type: grass
x: 30
y: 10
- type: medium-water
x: 29
y: 42
- type: grass
x: 30
y: 11
- type: medium-water
x: 29
y: 43
- type: grass
x: 30
y: 12
- type: medium-water
x: 29
y: 44
- type: grass
x: 30
y: 13
- type: medium-water
x: 29
y: 45
- type: grass
x: 30
y: 14
- type: medium-water
x: 29
y: 46
- type: grass
x: 30
y: 15
- type: medium-water
x: 29
y: 47
- type: grass
x: 30
y: 16
- type: medium-water
x: 29
y: 48
- type: grass
x: 30
y: 17
- type: medium-water
x: 29
y: 49
- type: grass
x: 30
y: 18
- type: medium-water
x: 29
y: 50
- type: grass
x: 30
y: 19
- type: medium-water
x: 29
y: 51
- type: grass
x: 30
y: 20
- type: medium-water
x: 29
y: 52
- type: grass
x: 30
y: 21
- type: medium-water
x: 29
y: 53
- type: grass
x: 30
y: 22
- type: medium-water
x: 29
y: 54
- type: grass
x: 30
y: 23
- type: medium-water
x: 29
y: 55
- type: grass
x: 30
y: 24
- type: grass
x: 30
y: 25
- type: grass
x: 30
y: 26
- type: grass
x: 30
y: 27
- type: grass
x: 30
y: 28
- type: grass
x: 30
y: 29
- type: grass-end
x: 30
y: 30
- type: beach
x: 30
y: 31
- type: beach
x: 30
y: 32
- type: beach
x: 30
y: 33
- type: beach
x: 30
y: 34
- type: beach
x: 30
y: 35
- type: grass
x: 31
y: 4
- type: beach-end
x: 30
y: 36
- type: grass
x: 31
y: 5
- type: medium-water
x: 30
y: 37
- type: grass
x: 31
y: 6
- type: medium-water
x: 30
y: 38
- type: grass
x: 31
y: 7
- type: medium-water
x: 30
y: 39
- type: grass
x: 31
y: 8
- type: medium-water
x: 30
y: 40
- type: grass
x: 31
y: 9
- type: medium-water
x: 30
y: 41
- type: grass
x: 31
y: 10
- type: medium-water
x: 30
y: 42
- type: grass
x: 31
y: 11
- type: medium-water
x: 30
y: 43
- type: grass
x: 31
y: 12
- type: medium-water
x: 30
y: 44
- type: grass
x: 31
y: 13
- type: medium-water
x: 30
y: 45
- type: grass
x: 31
y: 14
- type: medium-water
x: 30
y: 46
- type: grass
x: 31
y: 15
- type: medium-water
x: 30
y: 47
- type: grass
x: 31
y: 16
- type: medium-water
x: 30
y: 48
- type: grass
x: 31
y: 17
- type: medium-water
x: 30
y: 49
- type: grass
x: 31
y: 18
- type: medium-water
x: 30
y: 50
- type: grass
x: 31
y: 19
- type: medium-water
x: 30
y: 51
- type: grass
x: 31
y: 20
- type: medium-water
x: 30
y: 52
- type: grass
x: 31
y: 21
- type: medium-water
x: 30
y: 53
- type: grass
x: 31
y: 22
- type: medium-water
x: 30
y: 54
- type: grass
x: 31
y: 23
- type: medium-water
x: 30
y: 55
- type: grass
x: 31
y: 24
- type: grass
x: 31
y: 25
- type: grass
x: 31
y: 26
- type: grass
x: 31
y: 27
- type: grass
x: 31
y: 28
- type: grass
x: 31
y: 29
- type: grass-end
x: 31
y: 30
- type: beach
x: 31
y: 31
- type: beach
x: 31
y: 32
- type: beach
x: 31
y: 33
- type: beach
x: 31
y: 34
- type: grass
x: 32
y: 4
- type: beach
x: 31
y: 35
- type: grass
x: 32
y: 5
- type: beach-end
x: 31
y: 36
- type: grass
x: 32
y: 6
- type: medium-water
x: 31
y: 37
- type: grass
x: 32
y: 7
- type: medium-water
x: 31
y: 38
- type: grass
x: 32
y: 8
- type: medium-water
x: 31
y: 39
- type: grass
x: 32
y: 9
- type: medium-water
x: 31
y: 40
- type: grass
x: 32
y: 10
- type: medium-water
x: 31
y: 41
- type: grass
x: 32
y: 11
- type: medium-water
x: 31
y: 42
- type: grass
x: 32
y: 12
- type: medium-water
x: 31
y: 43
- type: grass
x: 32
y: 13
- type: medium-water
x: 31
y: 44
- type: grass
x: 32
y: 14
- type: medium-water
x: 31
y: 45
- type: grass
x: 32
y: 15
- type: medium-water
x: 31
y: 46
- type: grass
x: 32
y: 16
- type: medium-water
x: 31
y: 47
- type: grass
x: 32
y: 17
- type: medium-water
x: 31
y: 48
- type: grass
x: 32
y: 18
- type: medium-water
x: 31
y: 49
- type: grass
x: 32
y: 19
- type: medium-water
x: 31
y: 50
- type: grass
x: 32
y: 20
- type: medium-water
x: 31
y: 51
- type: grass
x: 32
y: 21
- type: medium-water
x: 31
y: 52
- type: grass
x: 32
y: 22
- type: medium-water
x: 31
y: 53
- type: grass
x: 32
y: 23
- type: medium-water
x: 31
y: 54
- type: grass
x: 32
y: 24
- type: medium-water
x: 31
y: 55
- type: grass
x: 32
y: 25
- type: grass
x: 32
y: 26
- type: grass
x: 32
y: 27
- type: grass
x: 32
y: 28
- type: grass
x: 32
y: 29
- type: grass-end
x: 32
y: 30
- type: beach
x: 32
y: 31
- type: beach
x: 32
y: 32
- type: beach
x: 32
y: 33
- type: beach
x: 32
y: 34
- type: grass
x: 33
y: 4
- type: beach
x: 32
y: 35
- type: grass
x: 33
y: 5
- type: beach-end
x: 32
y: 36
- type: grass
x: 33
y: 6
- type: medium-water
x: 32
y: 37
- type: grass
x: 33
y: 7
- type: medium-water
x: 32
y: 38
- type: grass
x: 33
y: 8
- type: medium-water
x: 32
y: 39
- type: grass
x: 33
y: 9
- type: medium-water
x: 32
y: 40
- type: medium-water
x: 32
y: 41
- type: grass
x: 33
y: 10
- type: medium-water
x: 32
y: 42
- type: grass
x: 33
y: 11
- type: medium-water
x: 32
y: 43
- type: grass
x: 33
y: 12
- type: medium-water
x: 32
y: 44
- type: grass
x: 33
y: 13
- type: medium-water
x: 32
y: 45
- type: grass
x: 33
y: 14
- type: medium-water
x: 32
y: 46
- type: grass
x: 33
y: 15
- type: medium-water
x: 32
y: 47
- type: grass
x: 33
y: 16
- type: medium-water
x: 32
y: 48
- type: grass
x: 33
y: 17
- type: medium-water
x: 32
y: 49
- type: grass
x: 33
y: 18
- type: medium-water
x: 32
y: 50
- type: grass
x: 33
y: 19
- type: medium-water
x: 32
y: 51
- type: grass
x: 33
y: 20
- type: medium-water
x: 32
y: 52
- type: grass
x: 33
y: 21
- type: medium-water
x: 32
y: 53
- type: grass
x: 33
y: 22
- type: medium-water
x: 32
y: 54
- type: grass
x: 33
y: 23
- type: medium-water
x: 32
y: 55
- type: grass
x: 33
y: 24
- type: grass
x: 33
y: 25
- type: grass
x: 33
y: 26
- type: grass
x: 33
y: 27
- type: grass
x: 33
y: 28
- type: grass
x: 33
y: 29
- type: grass-end
x: 33
y: 30
- type: beach
x: 33
y: 31
- type: beach
x: 33
y: 32
- type: beach
x: 33
y: 33
- type: beach
x: 33
y: 34
- type: grass
x: 34
y: 4
- type: beach
x: 33
y: 35
- type: grass
x: 34
y: 5
- type: beach-end
x: 33
y: 36
- type: grass
x: 34
y: 6
- type: medium-water
x: 33
y: 37
- type: grass
x: 34
y: 7
- type: medium-water
x: 33
y: 38
- type: grass
x: 34
y: 8
- type: medium-water
x: 33
y: 39
- type: grass
x: 34
y: 9
- type: medium-water
x: 33
y: 40
- type: grass
x: 34
y: 10
- type: medium-water
x: 33
y: 41
- type: grass
x: 34
y: 11
- type: medium-water
x: 33
y: 42
- type: grass
x: 34
y: 12
- type: medium-water
x: 33
y: 43
- type: grass
x: 34
y: 13
- type: medium-water
x: 33
y: 44
- type: grass
x: 34
y: 14
- type: medium-water
x: 33
y: 45
- type: grass
x: 34
y: 15
- type: medium-water
x: 33
y: 46
- type: grass
x: 34
y: 16
- type: medium-water
x: 33
y: 47
- type: grass
x: 34
y: 17
- type: medium-water
x: 33
y: 48
- type: grass
x: 34
y: 18
- type: medium-water
x: 33
y: 49
- type: grass
x: 34
y: 19
- type: medium-water
x: 33
y: 50
- type: grass
x: 34
y: 20
- type: medium-water
x: 33
y: 51
- type: grass
x: 34
y: 21
- type: medium-water
x: 33
y: 52
- type: grass
x: 34
y: 22
- type: medium-water
x: 33
y: 53
- type: grass
x: 34
y: 23
- type: medium-water
x: 33
y: 54
- type: grass
x: 34
y: 24
- type: medium-water
x: 33
y: 55
- type: grass
x: 34
y: 25
- type: grass
x: 34
y: 26
- type: grass
x: 34
y: 27
- type: grass
x: 34
y: 28
- type: grass
x: 34
y: 29
- type: grass-end
x: 34
y: 30
- type: beach
x: 34
y: 31
- type: beach
x: 34
y: 32
- type: beach
x: 34
y: 33
- type: beach
x: 34
y: 34
- type: beach
x: 34
y: 35
- type: grass
x: 35
y: 4
- type: beach-end
x: 34
y: 36
- type: grass
x: 35
y: 5
- type: medium-water
x: 34
y: 37
- type: grass
x: 35
y: 6
- type: medium-water
x: 34
y: 38
- type: grass
x: 35
y: 7
- type: medium-water
x: 34
y: 39
- type: grass
x: 35
y: 8
- type: medium-water
x: 34
y: 40
- type: grass
x: 35
y: 9
- type: medium-water
x: 34
y: 41
- type: grass
x: 35
y: 10
- type: medium-water
x: 34
y: 42
- type: grass
x: 35
y: 11
- type: medium-water
x: 34
y: 43
- type: grass
x: 35
y: 12
- type: medium-water
x: 34
y: 44
- type: grass
x: 35
y: 13
- type: medium-water
x: 34
y: 45
- type: grass
x: 35
y: 14
- type: medium-water
x: 34
y: 46
- type: grass
x: 35
y: 15
- type: medium-water
x: 34
y: 47
- type: grass
x: 35
y: 16
- type: medium-water
x: 34
y: 48
- type: grass
x: 35
y: 17
- type: medium-water
x: 34
y: 49
- type: grass
x: 35
y: 18
- type: medium-water
x: 34
y: 50
- type: grass
x: 35
y: 19
- type: medium-water
x: 34
y: 51
- type: grass
x: 35
y: 20
- type: medium-water
x: 34
y: 52
- type: grass
x: 35
y: 21
- type: medium-water
x: 34
y: 53
- type: grass
x: 35
y: 22
- type: medium-water
x: 34
y: 54
- type: grass
x: 35
y: 23
- type: medium-water
x: 34
y: 55
- type: grass
x: 35
y: 24
- type: grass
x: 35
y: 25
- type: grass
x: 35
y: 26
- type: grass
x: 35
y: 27
- type: grass
x: 35
y: 28
- type: grass
x: 35
y: 29
- type: grass-end
x: 35
y: 30
- type: beach
x: 35
y: 31
- type: beach
x: 35
y: 32
- type: beach
x: 35
y: 33
- type: beach
x: 35
y: 34
- type: grass
x: 36
y: 4
- type: beach
x: 35
y: 35
- type: grass
x: 36
y: 5
- type: beach-end
x: 35
y: 36
- type: grass
x: 36
y: 6
- type: medium-water
x: 35
y: 37
- type: grass
x: 36
y: 7
- type: medium-water
x: 35
y: 38
- type: grass
x: 36
y: 8
- type: medium-water
x: 35
y: 39
- type: grass
x: 36
y: 9
- type: medium-water
x: 35
y: 40
- type: grass
x: 36
y: 10
- type: medium-water
x: 35
y: 41
- type: grass
x: 36
y: 11
- type: medium-water
x: 35
y: 42
- type: grass
x: 36
y: 12
- type: medium-water
x: 35
y: 43
- type: grass
x: 36
y: 13
- type: medium-water
x: 35
y: 44
- type: grass
x: 36
y: 14
- type: medium-water
x: 35
y: 45
- type: grass
x: 36
y: 15
- type: medium-water
x: 35
y: 46
- type: grass
x: 36
y: 16
- type: medium-water
x: 35
y: 47
- type: grass
x: 36
y: 17
- type: medium-water
x: 35
y: 48
- type: grass
x: 36
y: 18
- type: medium-water
x: 35
y: 49
- type: grass
x: 36
y: 19
- type: medium-water
x: 35
y: 50
- type: grass
x: 36
y: 20
- type: medium-water
x: 35
y: 51
- type: grass
x: 36
y: 21
- type: medium-water
x: 35
y: 52
- type: grass
x: 36
y: 22
- type: medium-water
x: 35
y: 53
- type: grass
x: 36
y: 23
- type: medium-water
x: 35
y: 54
- type: grass
x: 36
y: 24
- type: medium-water
x: 35
y: 55
- type: grass
x: 36
y: 25
- type: grass
x: 36
y: 26
- type: grass
x: 36
y: 27
- type: grass
x: 36
y: 28
- type: grass
x: 36
y: 29
- type: grass-end
x: 36
y: 30
- type: beach
x: 36
y: 31
- type: beach
x: 36
y: 32
- type: beach
x: 36
y: 33
- type: beach
x: 36
y: 34
- type: beach
x: 36
y: 35
- type: grass
x: 37
y: 4
- type: beach-end
x: 36
y: 36
- type: grass
x: 37
y: 5
- type: medium-water
x: 36
y: 37
- type: grass
x: 37
y: 6
- type: medium-water
x: 36
y: 38
- type: grass
x: 37
y: 7
- type: medium-water
x: 36
y: 39
- type: grass
x: 37
y: 8
- type: medium-water
x: 36
y: 40
- type: grass
x: 37
y: 9
- type: medium-water
x: 36
y: 41
- type: grass
x: 37
y: 10
- type: medium-water
x: 36
y: 42
- type: grass
x: 37
y: 11
- type: medium-water
x: 36
y: 43
- type: grass
x: 37
y: 12
- type: medium-water
x: 36
y: 44
- type: grass
x: 37
y: 13
- type: medium-water
x: 36
y: 45
- type: grass
x: 37
y: 14
- type: medium-water
x: 36
y: 46
- type: grass
x: 37
y: 15
- type: medium-water
x: 36
y: 47
- type: grass
x: 37
y: 16
- type: medium-water
x: 36
y: 48
- type: grass
x: 37
y: 17
- type: medium-water
x: 36
y: 49
- type: grass
x: 37
y: 18
- type: medium-water
x: 36
y: 50
- type: grass
x: 37
y: 19
- type: medium-water
x: 36
y: 51
- type: grass
x: 37
y: 20
- type: medium-water
x: 36
y: 52
- type: grass
x: 37
y: 21
- type: medium-water
x: 36
y: 53
- type: grass
x: 37
y: 22
- type: medium-water
x: 36
y: 54
- type: grass
x: 37
y: 23
- type: medium-water
x: 36
y: 55
- type: grass
x: 37
y: 24
- type: grass
x: 37
y: 25
- type: grass
x: 37
y: 26
- type: grass
x: 37
y: 27
- type: grass
x: 37
y: 28
- type: grass
x: 37
y: 29
- type: grass-end
x: 37
y: 30
- type: beach
x: 37
y: 31
- type: beach
x: 37
y: 32
- type: beach
x: 37
y: 33
- type: beach
x: 37
y: 34
- type: beach
x: 37
y: 35
- type: beach-end
x: 37
y: 36
- type: shallow-water
x: 37
y: 37
- type: shallow-water
x: 37
y: 38
- type: shallow-water
x: 37
y: 39
- type: shallow-water
x: 37
y: 40
- type: grass
x: 38
y: 9
- type: grass
x: 38
y: 10
- type: shallow-water
x: 37
y: 41
- type: grass
x: 38
y: 11
- type: shallow-water
x: 37
y: 42
- type: grass
x: 38
y: 12
- type: shallow-water
x: 37
y: 43
- type: grass
x: 38
y: 13
- type: shallow-water
x: 37
y: 44
- type: grass
x: 38
y: 14
- type: shallow-water
x: 37
y: 45
- type: grass
x: 38
y: 15
- type: shallow-water
x: 37
y: 46
- type: grass
x: 38
y: 16
- type: shallow-water
x: 37
y: 47
- type: grass
x: 38
y: 17
- type: shallow-water
x: 37
y: 48
- type: grass
x: 38
y: 18
- type: shallow-water
x: 37
y: 49
- type: grass
x: 38
y: 19
- type: shallow-water
x: 37
y: 50
- type: grass
x: 38
y: 20
- type: shallow-water
x: 37
y: 51
- type: grass
x: 38
y: 21
- type: shallow-water
x: 37
y: 52
- type: grass
x: 38
y: 22
- type: shallow-water
x: 37
y: 53
- type: grass
x: 38
y: 23
- type: shallow-water
x: 37
y: 54
- type: grass
x: 38
y: 24
- type: shallow-water
x: 37
y: 55
- type: grass
x: 38
y: 25
- type: grass
x: 38
y: 26
- type: grass
x: 38
y: 27
- type: grass
x: 38
y: 28
- type: grass
x: 38
y: 29
- type: grass-end
x: 38
y: 30
- type: beach
x: 38
y: 31
- type: beach
x: 38
y: 32
- type: beach
x: 38
y: 33
- type: beach
x: 38
y: 34
- type: beach
x: 38
y: 35
- type: beach-end
x: 38
y: 36
- type: shallow-water
x: 38
y: 37
- type: shallow-water
x: 38
y: 38
- type: shallow-water
x: 38
y: 39
- type: shallow-water
x: 38
y: 40
- type: grass
x: 39
y: 9
- type: shallow-water
x: 38
y: 41
- type: grass
x: 39
y: 10
- type: shallow-water
x: 38
y: 42
- type: grass
x: 39
y: 11
- type: shallow-water
x: 38
y: 43
- type: grass
x: 39
y: 12
- type: shallow-water
x: 38
y: 44
- type: grass
x: 39
y: 13
- type: shallow-water
x: 38
y: 45
- type: grass
x: 39
y: 14
- type: shallow-water
x: 38
y: 46
- type: grass
x: 39
y: 15
- type: shallow-water
x: 38
y: 47
- type: grass
x: 39
y: 16
- type: shallow-water
x: 38
y: 48
- type: grass
x: 39
y: 17
- type: shallow-water
x: 38
y: 49
- type: grass
x: 39
y: 18
- type: shallow-water
x: 38
y: 50
- type: grass
x: 39
y: 19
- type: shallow-water
x: 38
y: 51
- type: grass
x: 39
y: 20
- type: shallow-water
x: 38
y: 52
- type: grass
x: 39
y: 21
- type: shallow-water
x: 38
y: 53
- type: grass
x: 39
y: 22
- type: shallow-water
x: 38
y: 54
- type: grass
x: 39
y: 23
- type: shallow-water
x: 38
y: 55
- type: grass
x: 39
y: 24
- type: grass
x: 39
y: 25
- type: grass
x: 39
y: 26
- type: grass
x: 39
y: 27
- type: grass
x: 39
y: 28
- type: grass
x: 39
y: 29
- type: grass-end
x: 39
y: 30
- type: beach
x: 39
y: 31
- type: beach
x: 39
y: 32
- type: beach
x: 39
y: 33
- type: beach
x: 39
y: 34
- type: beach
x: 39
y: 35
- type: beach-end
x: 39
y: 36
- type: shallow-water
x: 39
y: 37
- type: shallow-water
x: 39
y: 38
- type: shallow-water
x: 39
y: 39
- type: grass
x: 40
y: 9
- type: shallow-water
x: 39
y: 40
- type: shallow-water
x: 39
y: 41
- type: grass
x: 40
y: 10
- type: shallow-water
x: 39
y: 42
- type: grass
x: 40
y: 11
- type: shallow-water
x: 39
y: 43
- type: grass
x: 40
y: 12
- type: shallow-water
x: 39
y: 44
- type: grass
x: 40
y: 13
- type: shallow-water
x: 39
y: 45
- type: grass
x: 40
y: 14
- type: shallow-water
x: 39
y: 46
- type: grass
x: 40
y: 15
- type: shallow-water
x: 39
y: 47
- type: grass
x: 40
y: 16
- type: shallow-water
x: 39
y: 48
- type: grass
x: 40
y: 17
- type: shallow-water
x: 39
y: 49
- type: grass
x: 40
y: 18
- type: shallow-water
x: 39
y: 50
- type: grass
x: 40
y: 19
- type: shallow-water
x: 39
y: 51
- type: grass
x: 40
y: 20
- type: shallow-water
x: 39
y: 52
- type: grass
x: 40
y: 21
- type: shallow-water
x: 39
y: 53
- type: grass
x: 40
y: 22
- type: shallow-water
x: 39
y: 54
- type: grass
x: 40
y: 23
- type: shallow-water
x: 39
y: 55
- type: grass
x: 40
y: 24
- type: grass
x: 40
y: 25
- type: grass
x: 40
y: 26
- type: grass
x: 40
y: 27
- type: grass
x: 40
y: 28
- type: grass
x: 40
y: 29
- type: grass-end
x: 40
y: 30
- type: beach
x: 40
y: 31
- type: beach
x: 40
y: 32
- type: beach
x: 40
y: 33
- type: beach
x: 40
y: 34
- type: beach
x: 40
y: 35
- type: beach-end
x: 40
y: 36
- type: shallow-water
x: 40
y: 37
- type: shallow-water
x: 40
y: 38
- type: shallow-water
x: 40
y: 39
- type: grass
x: 41
y: 9
- type: shallow-water
x: 40
y: 40
- type: grass
x: 41
y: 10
- type: shallow-water
x: 40
y: 41
- type: grass
x: 41
y: 11
- type: shallow-water
x: 40
y: 42
- type: grass
x: 41
y: 12
- type: shallow-water
x: 40
y: 43
- type: grass
x: 41
y: 13
- type: shallow-water
x: 40
y: 44
- type: grass
x: 41
y: 14
- type: shallow-water
x: 40
y: 45
- type: grass
x: 41
y: 15
- type: shallow-water
x: 40
y: 46
- type: grass
x: 41
y: 16
- type: shallow-water
x: 40
y: 47
- type: grass
x: 41
y: 17
- type: shallow-water
x: 40
y: 48
- type: grass
x: 41
y: 18
- type: shallow-water
x: 40
y: 49
- type: grass
x: 41
y: 19
- type: shallow-water
x: 40
y: 50
- type: grass
x: 41
y: 20
- type: shallow-water
x: 40
y: 51
- type: grass
x: 41
y: 21
- type: shallow-water
x: 40
y: 52
- type: grass
x: 41
y: 22
- type: shallow-water
x: 40
y: 53
- type: grass
x: 41
y: 23
- type: shallow-water
x: 40
y: 54
- type: grass
x: 41
y: 24
- type: shallow-water
x: 40
y: 55
- type: grass
x: 41
y: 25
- type: grass
x: 41
y: 26
- type: grass
x: 41
y: 27
- type: grass
x: 41
y: 28
- type: grass
x: 41
y: 29
- type: grass-end
x: 41
y: 30
- type: beach
x: 41
y: 31
- type: beach
x: 41
y: 32
- type: beach
x: 41
y: 33
- type: beach
x: 41
y: 34
- type: beach
x: 41
y: 35
- type: beach-end
x: 41
y: 36
- type: shallow-water
x: 41
y: 37
- type: shallow-water
x: 41
y: 38
- type: shallow-water
x: 41
y: 39
- type: shallow-water
x: 41
y: 40
- type: grass
x: 42
y: 9
- type: shallow-water
x: 41
y: 41
- type: grass
x: 42
y: 10
- type: shallow-water
x: 41
y: 42
- type: grass
x: 42
y: 11
- type: shallow-water
x: 41
y: 43
- type: grass
x: 42
y: 12
- type: shallow-water
x: 41
y: 44
- type: grass
x: 42
y: 13
- type: shallow-water
x: 41
y: 45
- type: grass
x: 42
y: 14
- type: shallow-water
x: 41
y: 46
- type: grass
x: 42
y: 15
- type: shallow-water
x: 41
y: 47
- type: grass
x: 42
y: 16
- type: shallow-water
x: 41
y: 48
- type: grass
x: 42
y: 17
- type: shallow-water
x: 41
y: 49
- type: grass
x: 42
y: 18
- type: shallow-water
x: 41
y: 50
- type: grass
x: 42
y: 19
- type: shallow-water
x: 41
y: 51
- type: grass
x: 42
y: 20
- type: shallow-water
x: 41
y: 52
- type: grass
x: 42
y: 21
- type: shallow-water
x: 41
y: 53
- type: grass
x: 42
y: 22
- type: shallow-water
x: 41
y: 54
- type: grass
x: 42
y: 23
- type: shallow-water
x: 41
y: 55
- type: grass
x: 42
y: 24
- type: grass
x: 42
y: 25
- type: grass
x: 42
y: 26
- type: grass
x: 42
y: 27
- type: grass
x: 42
y: 28
- type: grass
x: 42
y: 29
- type: grass-end
x: 42
y: 30
- type: beach
x: 42
y: 31
- type: beach
x: 42
y: 32
- type: beach
x: 42
y: 33
- type: beach
x: 42
y: 34
- type: beach
x: 42
y: 35
- type: beach-end
x: 42
y: 36
- type: shallow-water
x: 42
y: 37
- type: shallow-water
x: 42
y: 38
- type: shallow-water
x: 42
y: 39
- type: grass
x: 43
y: 9
- type: shallow-water
x: 42
y: 40
- type: grass
x: 43
y: 10
- type: shallow-water
x: 42
y: 41
- type: grass
x: 43
y: 11
- type: shallow-water
x: 42
y: 42
- type: grass
x: 43
y: 12
- type: shallow-water
x: 42
y: 43
- type: grass
x: 43
y: 13
- type: shallow-water
x: 42
y: 44
- type: grass
x: 43
y: 14
- type: shallow-water
x: 42
y: 45
- type: grass
x: 43
y: 15
- type: shallow-water
x: 42
y: 46
- type: grass
x: 43
y: 16
- type: shallow-water
x: 42
y: 47
- type: grass
x: 43
y: 17
- type: shallow-water
x: 42
y: 48
- type: grass
x: 43
y: 18
- type: shallow-water
x: 42
y: 49
- type: grass
x: 43
y: 19
- type: shallow-water
x: 42
y: 50
- type: grass
x: 43
y: 20
- type: shallow-water
x: 42
y: 51
- type: grass
x: 43
y: 21
- type: shallow-water
x: 42
y: 52
- type: grass
x: 43
y: 22
- type: shallow-water
x: 42
y: 53
- type: grass
x: 43
y: 23
- type: shallow-water
x: 42
y: 54
- type: grass
x: 43
y: 24
- type: shallow-water
x: 42
y: 55
- type: grass
x: 43
y: 25
- type: grass
x: 43
y: 26
- type: grass
x: 43
y: 27
- type: grass
x: 43
y: 28
- type: grass
x: 43
y: 29
- type: grass-end
x: 43
y: 30
- type: beach
x: 43
y: 31
- type: beach
x: 43
y: 32
- type: beach
x: 43
y: 33
- type: beach
x: 43
y: 34
- type: beach
x: 43
y: 35
- type: beach-end
x: 43
y: 36
- type: shallow-water
x: 43
y: 37
- type: shallow-water
x: 43
y: 38
- type: shallow-water
x: 43
y: 39
- type: grass
x: 44
y: 9
- type: shallow-water
x: 43
y: 40
- type: shallow-water
x: 43
y: 41
- type: grass
x: 44
y: 10
- type: shallow-water
x: 43
y: 42
- type: grass
x: 44
y: 11
- type: shallow-water
x: 43
y: 43
- type: grass
x: 44
y: 12
- type: shallow-water
x: 43
y: 44
- type: grass
x: 44
y: 13
- type: shallow-water
x: 43
y: 45
- type: grass
x: 44
y: 14
- type: shallow-water
x: 43
y: 46
- type: grass
x: 44
y: 15
- type: shallow-water
x: 43
y: 47
- type: grass
x: 44
y: 16
- type: shallow-water
x: 43
y: 48
- type: grass
x: 44
y: 17
- type: shallow-water
x: 43
y: 49
- type: grass
x: 44
y: 18
- type: shallow-water
x: 43
y: 50
- type: grass
x: 44
y: 19
- type: shallow-water
x: 43
y: 51
- type: grass
x: 44
y: 20
- type: shallow-water
x: 43
y: 52
- type: grass
x: 44
y: 21
- type: shallow-water
x: 43
y: 53
- type: grass
x: 44
y: 22
- type: shallow-water
x: 43
y: 54
- type: grass
x: 44
y: 23
- type: shallow-water
x: 43
y: 55
- type: grass
x: 44
y: 24
- type: grass
x: 44
y: 25
- type: grass
x: 44
y: 26
- type: grass
x: 44
y: 27
- type: grass
x: 44
y: 28
- type: grass
x: 44
y: 29
- type: grass-end
x: 44
y: 30
- type: beach
x: 44
y: 31
- type: beach
x: 44
y: 32
- type: beach
x: 44
y: 33
- type: beach
x: 44
y: 34
- type: beach
x: 44
y: 35
- type: beach-end
x: 44
y: 36
- type: shallow-water
x: 44
y: 37
- type: shallow-water
x: 44
y: 38
- type: shallow-water
x: 44
y: 39
- type: grass
x: 45
y: 9
- type: shallow-water
x: 44
y: 40
- type: grass
x: 45
y: 10
- type: shallow-water
x: 44
y: 41
- type: grass
x: 45
y: 11
- type: shallow-water
x: 44
y: 42
- type: grass
x: 45
y: 12
- type: shallow-water
x: 44
y: 43
- type: grass
x: 45
y: 13
- type: shallow-water
x: 44
y: 44
- type: grass
x: 45
y: 14
- type: shallow-water
x: 44
y: 45
- type: grass
x: 45
y: 15
- type: shallow-water
x: 44
y: 46
- type: grass
x: 45
y: 16
- type: shallow-water
x: 44
y: 47
- type: grass
x: 45
y: 17
- type: shallow-water
x: 44
y: 48
- type: grass
x: 45
y: 18
- type: shallow-water
x: 44
y: 49
- type: grass
x: 45
y: 19
- type: shallow-water
x: 44
y: 50
- type: grass
x: 45
y: 20
- type: shallow-water
x: 44
y: 51
- type: grass
x: 45
y: 21
- type: shallow-water
x: 44
y: 52
- type: grass
x: 45
y: 22
- type: shallow-water
x: 44
y: 53
- type: grass
x: 45
y: 23
- type: shallow-water
x: 44
y: 54
- type: grass
x: 45
y: 24
- type: shallow-water
x: 44
y: 55
- type: grass
x: 45
y: 25
- type: grass
x: 45
y: 26
- type: grass
x: 45
y: 27
- type: grass
x: 45
y: 28
- type: grass
x: 45
y: 29
- type: grass-end
x: 45
y: 30
- type: beach
x: 45
y: 31
- type: beach
x: 45
y: 32
- type: beach
x: 45
y: 33
- type: beach
x: 45
y: 34
- type: beach
x: 45
y: 35
- type: beach-end
x: 45
y: 36
- type: shallow-water
x: 45
y: 37
- type: shallow-water
x: 45
y: 38
- type: shallow-water
x: 45
y: 39
- type: shallow-water
x: 45
y: 40
- type: grass
x: 46
y: 9
- type: shallow-water
x: 45
y: 41
- type: grass
x: 46
y: 10
- type: shallow-water
x: 45
y: 42
- type: grass
x: 46
y: 11
- type: shallow-water
x: 45
y: 43
- type: grass
x: 46
y: 12
- type: shallow-water
x: 45
y: 44
- type: grass
x: 46
y: 13
- type: shallow-water
x: 45
y: 45
- type: grass
x: 46
y: 14
- type: shallow-water
x: 45
y: 46
- type: grass
x: 46
y: 15
- type: shallow-water
x: 45
y: 47
- type: grass
x: 46
y: 16
- type: shallow-water
x: 45
y: 48
- type: grass
x: 46
y: 17
- type: shallow-water
x: 45
y: 49
- type: grass
x: 46
y: 18
- type: shallow-water
x: 45
y: 50
- type: grass
x: 46
y: 19
- type: shallow-water
x: 45
y: 51
- type: grass
x: 46
y: 20
- type: shallow-water
x: 45
y: 52
- type: grass
x: 46
y: 21
- type: shallow-water
x: 45
y: 53
- type: grass
x: 46
y: 22
- type: shallow-water
x: 45
y: 54
- type: grass
x: 46
y: 23
- type: shallow-water
x: 45
y: 55
- type: grass
x: 46
y: 24
- type: grass
x: 46
y: 25
- type: grass
x: 46
y: 26
- type: grass
x: 46
y: 27
- type: grass
x: 46
y: 28
- type: grass
x: 46
y: 29
- type: grass-end
x: 46
y: 30
- type: beach
x: 46
y: 31
- type: beach
x: 46
y: 32
- type: beach
x: 46
y: 33
- type: beach
x: 46
y: 34
- type: beach
x: 46
y: 35
- type: beach-end
x: 46
y: 36
- type: shallow-water
x: 46
y: 37
- type: shallow-water
x: 46
y: 38
- type: shallow-water
x: 46
y: 39
- type: grass
x: 47
y: 9
- type: shallow-water
x: 46
y: 40
- type: grass
x: 47
y: 10
- type: shallow-water
x: 46
y: 41
- type: grass
x: 47
y: 11
- type: shallow-water
x: 46
y: 42
- type: grass
x: 47
y: 12
- type: shallow-water
x: 46
y: 43
- type: grass
x: 47
y: 13
- type: shallow-water
x: 46
y: 44
- type: grass
x: 47
y: 14
- type: shallow-water
x: 46
y: 45
- type: grass
x: 47
y: 15
- type: shallow-water
x: 46
y: 46
- type: grass
x: 47
y: 16
- type: shallow-water
x: 46
y: 47
- type: grass
x: 47
y: 17
- type: shallow-water
x: 46
y: 48
- type: grass
x: 47
y: 18
- type: shallow-water
x: 46
y: 49
- type: grass
x: 47
y: 19
- type: shallow-water
x: 46
y: 50
- type: grass
x: 47
y: 20
- type: shallow-water
x: 46
y: 51
- type: grass
x: 47
y: 21
- type: shallow-water
x: 46
y: 52
- type: grass
x: 47
y: 22
- type: shallow-water
x: 46
y: 53
- type: grass
x: 47
y: 23
- type: shallow-water
x: 46
y: 54
- type: grass
x: 47
y: 24
- type: shallow-water
x: 46
y: 55
- type: grass
x: 47
y: 25
- type: grass
x: 47
y: 26
- type: grass
x: 47
y: 27
- type: grass
x: 47
y: 28
- type: grass
x: 47
y: 29
- type: grass-end
x: 47
y: 30
- type: beach
x: 47
y: 31
- type: beach
x: 47
y: 32
- type: beach
x: 47
y: 33
- type: beach
x: 47
y: 34
- type: beach
x: 47
y: 35
- type: beach-end
x: 47
y: 36
- type: shallow-water
x: 47
y: 37
- type: shallow-water
x: 47
y: 38
- type: shallow-water
x: 47
y: 39
- type: shallow-water
x: 47
y: 40
- type: grass
x: 48
y: 9
- type: shallow-water
x: 47
y: 41
- type: grass
x: 48
y: 10
- type: shallow-water
x: 47
y: 42
- type: grass
x: 48
y: 11
- type: shallow-water
x: 47
y: 43
- type: grass
x: 48
y: 12
- type: shallow-water
x: 47
y: 44
- type: grass
x: 48
y: 13
- type: shallow-water
x: 47
y: 45
- type: grass
x: 48
y: 14
- type: shallow-water
x: 47
y: 46
- type: grass
x: 48
y: 15
- type: shallow-water
x: 47
y: 47
- type: grass
x: 48
y: 16
- type: shallow-water
x: 47
y: 48
- type: grass
x: 48
y: 17
- type: shallow-water
x: 47
y: 49
- type: grass
x: 48
y: 18
- type: shallow-water
x: 47
y: 50
- type: grass
x: 48
y: 19
- type: shallow-water
x: 47
y: 51
- type: grass
x: 48
y: 20
- type: shallow-water
x: 47
y: 52
- type: grass
x: 48
y: 21
- type: shallow-water
x: 47
y: 53
- type: grass
x: 48
y: 22
- type: shallow-water
x: 47
y: 54
- type: grass
x: 48
y: 23
- type: shallow-water
x: 47
y: 55
- type: grass
x: 48
y: 24
- type: grass
x: 48
y: 25
- type: grass
x: 48
y: 26
- type: grass
x: 48
y: 27
- type: grass
x: 48
y: 28
- type: grass
x: 48
y: 29
- type: grass-end
x: 48
y: 30
- type: beach
x: 48
y: 31
- type: beach
x: 48
y: 32
- type: beach
x: 48
y: 33
- type: beach
x: 48
y: 34
- type: beach
x: 48
y: 35
- type: beach-end
x: 48
y: 36
- type: shallow-water
x: 48
y: 37
- type: shallow-water
x: 48
y: 38
- type: shallow-water
x: 48
y: 39
- type: shallow-water
x: 48
y: 40
- type: grass
x: 49
y: 9
- type: grass
x: 49
y: 10
- type: shallow-water
x: 48
y: 41
- type: grass
x: 49
y: 11
- type: shallow-water
x: 48
y: 42
- type: grass
x: 49
y: 12
- type: shallow-water
x: 48
y: 43
- type: grass
x: 49
y: 13
- type: shallow-water
x: 48
y: 44
- type: grass
x: 49
y: 14
- type: shallow-water
x: 48
y: 45
- type: grass
x: 49
y: 15
- type: shallow-water
x: 48
y: 46
- type: grass
x: 49
y: 16
- type: shallow-water
x: 48
y: 47
- type: grass
x: 49
y: 17
- type: shallow-water
x: 48
y: 48
- type: grass
x: 49
y: 18
- type: shallow-water
x: 48
y: 49
- type: grass
x: 49
y: 19
- type: shallow-water
x: 48
y: 50
- type: grass
x: 49
y: 20
- type: shallow-water
x: 48
y: 51
- type: grass
x: 49
y: 21
- type: shallow-water
x: 48
y: 52
- type: grass
x: 49
y: 22
- type: shallow-water
x: 48
y: 53
- type: grass
x: 49
y: 23
- type: shallow-water
x: 48
y: 54
- type: grass
x: 49
y: 24
- type: shallow-water
x: 48
y: 55
- type: grass
x: 49
y: 25
- type: grass
x: 49
y: 26
- type: grass
x: 49
y: 27
- type: grass
x: 49
y: 28
- type: grass
x: 49
y: 29
- type: grass-end
x: 49
y: 30
- type: beach
x: 49
y: 31
- type: beach
x: 49
y: 32
- type: beach
x: 49
y: 33
- type: beach
x: 49
y: 34
- type: beach
x: 49
y: 35
- type: beach-end
x: 49
y: 36
- type: shallow-water
x: 49
y: 37
- type: shallow-water
x: 49
y: 38
- type: shallow-water
x: 49
y: 39
- type: shallow-water
x: 49
y: 40
- type: grass
x: 50
y: 9
- type: shallow-water
x: 49
y: 41
- type: grass
x: 50
y: 10
- type: shallow-water
x: 49
y: 42
- type: grass
x: 50
y: 11
- type: shallow-water
x: 49
y: 43
- type: grass
x: 50
y: 12
- type: shallow-water
x: 49
y: 44
- type: grass
x: 50
y: 13
- type: shallow-water
x: 49
y: 45
- type: grass
x: 50
y: 14
- type: shallow-water
x: 49
y: 46
- type: grass
x: 50
y: 15
- type: shallow-water
x: 49
y: 47
- type: grass
x: 50
y: 16
- type: shallow-water
x: 49
y: 48
- type: grass
x: 50
y: 17
- type: shallow-water
x: 49
y: 49
- type: grass
x: 50
y: 18
- type: shallow-water
x: 49
y: 50
- type: grass
x: 50
y: 19
- type: shallow-water
x: 49
y: 51
- type: grass
x: 50
y: 20
- type: shallow-water
x: 49
y: 52
- type: grass
x: 50
y: 21
- type: shallow-water
x: 49
y: 53
- type: grass
x: 50
y: 22
- type: shallow-water
x: 49
y: 54
- type: grass
x: 50
y: 23
- type: shallow-water
x: 49
y: 55
- type: grass
x: 50
y: 24
- type: grass
x: 50
y: 25
- type: grass
x: 50
y: 26
- type: grass
x: 50
y: 27
- type: grass
x: 50
y: 28
- type: grass
x: 50
y: 29
- type: grass-end
x: 50
y: 30
- type: beach
x: 50
y: 31
- type: beach
x: 50
y: 32
- type: beach
x: 50
y: 33
- type: beach
x: 50
y: 34
- type: beach
x: 50
y: 35
- type: beach-end
x: 50
y: 36
- type: shallow-water
x: 50
y: 37
- type: shallow-water
x: 50
y: 38
- type: shallow-water
x: 50
y: 39
- type: shallow-water
x: 50
y: 40
- type: grass
x: 51
y: 9
- type: grass
x: 51
y: 10
- type: shallow-water
x: 50
y: 41
- type: grass
x: 51
y: 11
- type: shallow-water
x: 50
y: 42
- type: grass
x: 51
y: 12
- type: shallow-water
x: 50
y: 43
- type: grass
x: 51
y: 13
- type: shallow-water
x: 50
y: 44
- type: grass
x: 51
y: 14
- type: shallow-water
x: 50
y: 45
- type: grass
x: 51
y: 15
- type: shallow-water
x: 50
y: 46
- type: grass
x: 51
y: 16
- type: shallow-water
x: 50
y: 47
- type: grass
x: 51
y: 17
- type: shallow-water
x: 50
y: 48
- type: grass
x: 51
y: 18
- type: shallow-water
x: 50
y: 49
- type: grass
x: 51
y: 19
- type: shallow-water
x: 50
y: 50
- type: grass
x: 51
y: 20
- type: shallow-water
x: 50
y: 51
- type: grass
x: 51
y: 21
- type: shallow-water
x: 50
y: 52
- type: grass
x: 51
y: 22
- type: shallow-water
x: 50
y: 53
- type: grass
x: 51
y: 23
- type: shallow-water
x: 50
y: 54
- type: grass
x: 51
y: 24
- type: shallow-water
x: 50
y: 55
- type: grass
x: 51
y: 25
- type: grass
x: 51
y: 26
- type: grass
x: 51
y: 27
- type: grass
x: 51
y: 28
- type: grass
x: 51
y: 29
- type: grass-end
x: 51
y: 30
- type: beach
x: 51
y: 31
- type: beach
x: 51
y: 32
- type: beach
x: 51
y: 33
- type: beach
x: 51
y: 34
- type: beach
x: 51
y: 35
- type: beach-end
x: 51
y: 36
- type: shallow-water
x: 51
y: 37
- type: shallow-water
x: 51
y: 38
- type: shallow-water
x: 51
y: 39
- type: grass
x: 52
y: 9
- type: shallow-water
x: 51
y: 40
- type: grass
x: 52
y: 10
- type: shallow-water
x: 51
y: 41
- type: grass
x: 52
y: 11
- type: shallow-water
x: 51
y: 42
- type: grass
x: 52
y: 12
- type: shallow-water
x: 51
y: 43
- type: grass
x: 52
y: 13
- type: shallow-water
x: 51
y: 44
- type: exit
x: 52
y: 14
- type: shallow-water
x: 51
y: 45
- type: grass
x: 52
y: 15
- type: shallow-water
x: 51
y: 46
- type: grass
x: 52
y: 16
- type: shallow-water
x: 51
y: 47
- type: grass
x: 52
y: 17
- type: shallow-water
x: 51
y: 48
- type: grass
x: 52
y: 18
- type: shallow-water
x: 51
y: 49
- type: grass
x: 52
y: 19
- type: shallow-water
x: 51
y: 50
- type: grass
x: 52
y: 20
- type: shallow-water
x: 51
y: 51
- type: grass
x: 52
y: 21
- type: shallow-water
x: 51
y: 52
- type: grass
x: 52
y: 22
- type: shallow-water
x: 51
y: 53
- type: grass
x: 52
y: 23
- type: shallow-water
x: 51
y: 54
- type: grass
x: 52
y: 24
- type: shallow-water
x: 51
y: 55
- type: grass
x: 52
y: 25
- type: grass
x: 52
y: 26
- type: grass
x: 52
y: 27
- type: grass
x: 52
y: 28
- type: grass
x: 52
y: 29
- type: grass-end
x: 52
y: 30
- type: beach
x: 52
y: 31
- type: beach
x: 52
y: 32
- type: beach
x: 52
y: 33
- type: beach
x: 52
y: 34
- type: beach
x: 52
y: 35
- type: beach-end
x: 52
y: 36
- type: shallow-water
x: 52
y: 37
- type: shallow-water
x: 52
y: 38
- type: shallow-water
x: 52
y: 39
- type: shallow-water
x: 52
y: 40
- type: grass
x: 53
y: 9
- type: shallow-water
x: 52
y: 41
- type: grass
x: 53
y: 10
- type: shallow-water
x: 52
y: 42
- type: grass
x: 53
y: 11
- type: shallow-water
x: 52
y: 43
- type: grass
x: 53
y: 12
- type: shallow-water
x: 52
y: 44
- type: grass
x: 53
y: 13
- type: shallow-water
x: 52
y: 45
- type: grass
x: 53
y: 14
- type: shallow-water
x: 52
y: 46
- type: grass
x: 53
y: 15
- type: shallow-water
x: 52
y: 47
- type: grass
x: 53
y: 16
- type: shallow-water
x: 52
y: 48
- type: grass
x: 53
y: 17
- type: shallow-water
x: 52
y: 49
- type: grass
x: 53
y: 18
- type: shallow-water
x: 52
y: 50
- type: grass
x: 53
y: 19
- type: shallow-water
x: 52
y: 51
- type: grass
x: 53
y: 20
- type: shallow-water
x: 52
y: 52
- type: grass
x: 53
y: 21
- type: shallow-water
x: 52
y: 53
- type: grass
x: 53
y: 22
- type: shallow-water
x: 52
y: 54
- type: grass
x: 53
y: 23
- type: shallow-water
x: 52
y: 55
- type: grass
x: 53
y: 24
- type: grass
x: 53
y: 25
- type: grass
x: 53
y: 26
- type: grass
x: 53
y: 27
- type: grass
x: 53
y: 28
- type: grass
x: 53
y: 29
- type: grass-end
x: 53
y: 30
- type: beach
x: 53
y: 31
- type: beach
x: 53
y: 32
- type: beach
x: 53
y: 33
- type: beach
x: 53
y: 34
- type: beach
x: 53
y: 35
- type: beach-end
x: 53
y: 36
- type: shallow-water
x: 53
y: 37
- type: shallow-water
x: 53
y: 38
- type: shallow-water
x: 53
y: 39
- type: grass
x: 54
y: 9
- type: shallow-water
x: 53
y: 40
- type: grass
x: 54
y: 10
- type: shallow-water
x: 53
y: 41
- type: grass
x: 54
y: 11
- type: shallow-water
x: 53
y: 42
- type: grass
x: 54
y: 12
- type: shallow-water
x: 53
y: 43
- type: grass
x: 54
y: 13
- type: shallow-water
x: 53
y: 44
- type: grass
x: 54
y: 14
- type: shallow-water
x: 53
y: 45
- type: grass
x: 54
y: 15
- type: shallow-water
x: 53
y: 46
- type: grass
x: 54
y: 16
- type: shallow-water
x: 53
y: 47
- type: grass
x: 54
y: 17
- type: shallow-water
x: 53
y: 48
- type: grass
x: 54
y: 18
- type: shallow-water
x: 53
y: 49
- type: grass
x: 54
y: 19
- type: shallow-water
x: 53
y: 50
- type: grass
x: 54
y: 20
- type: shallow-water
x: 53
y: 51
- type: grass
x: 54
y: 21
- type: shallow-water
x: 53
y: 52
- type: grass
x: 54
y: 22
- type: shallow-water
x: 53
y: 53
- type: grass
x: 54
y: 23
- type: shallow-water
x: 53
y: 54
- type: grass
x: 54
y: 24
- type: shallow-water
x: 53
y: 55
- type: grass
x: 54
y: 25
- type: grass
x: 54
y: 26
- type: grass
x: 54
y: 27
- type: grass
x: 54
y: 28
- type: grass
x: 54
y: 29
- type: grass-end
x: 54
y: 30
- type: beach
x: 54
y: 31
- type: beach
x: 54
y: 32
- type: beach
x: 54
y: 33
- type: beach
x: 54
y: 34
- type: beach
x: 54
y: 35
- type: beach-end
x: 54
y: 36
- type: shallow-water
x: 54
y: 37
- type: shallow-water
x: 54
y: 38
- type: shallow-water
x: 54
y: 39
- type: shallow-water
x: 54
y: 40
- type: grass
x: 55
y: 9
- type: shallow-water
x: 54
y: 41
- type: grass
x: 55
y: 10
- type: shallow-water
x: 54
y: 42
- type: grass
x: 55
y: 11
- type: shallow-water
x: 54
y: 43
- type: grass
x: 55
y: 12
- type: shallow-water
x: 54
y: 44
- type: grass
x: 55
y: 13
- type: shallow-water
x: 54
y: 45
- type: grass
x: 55
y: 14
- type: shallow-water
x: 54
y: 46
- type: grass
x: 55
y: 15
- type: shallow-water
x: 54
y: 47
- type: grass
x: 55
y: 16
- type: shallow-water
x: 54
y: 48
- type: grass
x: 55
y: 17
- type: shallow-water
x: 54
y: 49
- type: grass
x: 55
y: 18
- type: shallow-water
x: 54
y: 50
- type: grass
x: 55
y: 19
- type: shallow-water
x: 54
y: 51
- type: grass
x: 55
y: 20
- type: shallow-water
x: 54
y: 52
- type: grass
x: 55
y: 21
- type: shallow-water
x: 54
y: 53
- type: grass
x: 55
y: 22
- type: shallow-water
x: 54
y: 54
- type: grass
x: 55
y: 23
- type: shallow-water
x: 54
y: 55
- type: grass
x: 55
y: 24
- type: grass
x: 55
y: 25
- type: grass
x: 55
y: 26
- type: grass
x: 55
y: 27
- type: grass
x: 55
y: 28
- type: grass
x: 55
y: 29
- type: grass-end
x: 55
y: 30
- type: beach
x: 55
y: 31
- type: beach
x: 55
y: 32
- type: beach
x: 55
y: 33
- type: beach
x: 55
y: 34
- type: beach
x: 55
y: 35
- type: beach-end
x: 55
y: 36
- type: shallow-water
x: 55
y: 37
- type: shallow-water
x: 55
y: 38
- type: shallow-water
x: 55
y: 39
- type: grass
x: 56
y: 9
- type: shallow-water
x: 55
y: 40
- type: grass
x: 56
y: 10
- type: shallow-water
x: 55
y: 41
- type: grass
x: 56
y: 11
- type: shallow-water
x: 55
y: 42
- type: grass
x: 56
y: 12
- type: shallow-water
x: 55
y: 43
- type: grass
x: 56
y: 13
- type: shallow-water
x: 55
y: 44
- type: grass
x: 56
y: 14
- type: shallow-water
x: 55
y: 45
- type: grass
x: 56
y: 15
- type: shallow-water
x: 55
y: 46
- type: grass
x: 56
y: 16
- type: shallow-water
x: 55
y: 47
- type: grass
x: 56
y: 17
- type: shallow-water
x: 55
y: 48
- type: grass
x: 56
y: 18
- type: shallow-water
x: 55
y: 49
- type: grass
x: 56
y: 19
- type: shallow-water
x: 55
y: 50
- type: grass
x: 56
y: 20
- type: shallow-water
x: 55
y: 51
- type: grass
x: 56
y: 21
- type: shallow-water
x: 55
y: 52
- type: grass
x: 56
y: 22
- type: shallow-water
x: 55
y: 53
- type: grass
x: 56
y: 23
- type: shallow-water
x: 55
y: 54
- type: grass
x: 56
y: 24
- type: shallow-water
x: 55
y: 55
- type: grass
x: 56
y: 25
- type: grass
x: 56
y: 26
- type: grass
x: 56
y: 27
- type: grass
x: 56
y: 28
- type: grass
x: 56
y: 29
- type: grass-end
x: 56
y: 30
- type: beach
x: 56
y: 31
- type: beach
x: 56
y: 32
- type: beach
x: 56
y: 33
- type: beach
x: 56
y: 34
- type: beach
x: 56
y: 35
- type: beach-end
x: 56
y: 36
- type: shallow-water
x: 56
y: 37
- type: shallow-water
x: 56
y: 38
- type: shallow-water
x: 56
y: 39
- type: shallow-water
x: 56
y: 40
- type: grass
x: 57
y: 9
- type: shallow-water
x: 56
y: 41
- type: grass
x: 57
y: 10
- type: shallow-water
x: 56
y: 42
- type: grass
x: 57
y: 11
- type: shallow-water
x: 56
y: 43
- type: grass
x: 57
y: 12
- type: shallow-water
x: 56
y: 44
- type: grass
x: 57
y: 13
- type: shallow-water
x: 56
y: 45
- type: grass
x: 57
y: 14
- type: shallow-water
x: 56
y: 46
- type: grass
x: 57
y: 15
- type: shallow-water
x: 56
y: 47
- type: grass
x: 57
y: 16
- type: shallow-water
x: 56
y: 48
- type: grass
x: 57
y: 17
- type: shallow-water
x: 56
y: 49
- type: grass
x: 57
y: 18
- type: shallow-water
x: 56
y: 50
- type: grass
x: 57
y: 19
- type: shallow-water
x: 56
y: 51
- type: grass
x: 57
y: 20
- type: shallow-water
x: 56
y: 52
- type: grass
x: 57
y: 21
- type: shallow-water
x: 56
y: 53
- type: grass
x: 57
y: 22
- type: shallow-water
x: 56
y: 54
- type: grass
x: 57
y: 23
- type: shallow-water
x: 56
y: 55
- type: grass
x: 57
y: 24
- type: grass
x: 57
y: 25
- type: grass
x: 57
y: 26
- type: grass
x: 57
y: 27
- type: grass
x: 57
y: 28
- type: grass
x: 57
y: 29
- type: grass-end
x: 57
y: 30
- type: beach
x: 57
y: 31
- type: beach
x: 57
y: 32
- type: beach
x: 57
y: 33
- type: beach
x: 57
y: 34
- type: beach
x: 57
y: 35
- type: beach-end
x: 57
y: 36
- type: shallow-water
x: 57
y: 37
- type: shallow-water
x: 57
y: 38
- type: shallow-water
x: 57
y: 39
- type: grass
x: 58
y: 9
- type: shallow-water
x: 57
y: 40
- type: grass
x: 58
y: 10
- type: shallow-water
x: 57
y: 41
- type: grass
x: 58
y: 11
- type: shallow-water
x: 57
y: 42
- type: grass
x: 58
y: 12
- type: shallow-water
x: 57
y: 43
- type: grass
x: 58
y: 13
- type: shallow-water
x: 57
y: 44
- type: grass
x: 58
y: 14
- type: shallow-water
x: 57
y: 45
- type: grass
x: 58
y: 15
- type: shallow-water
x: 57
y: 46
- type: grass
x: 58
y: 16
- type: shallow-water
x: 57
y: 47
- type: grass
x: 58
y: 17
- type: shallow-water
x: 57
y: 48
- type: grass
x: 58
y: 18
- type: shallow-water
x: 57
y: 49
- type: grass
x: 58
y: 19
- type: shallow-water
x: 57
y: 50
- type: grass
x: 58
y: 20
- type: shallow-water
x: 57
y: 51
- type: grass
x: 58
y: 21
- type: shallow-water
x: 57
y: 52
- type: grass
x: 58
y: 22
- type: shallow-water
x: 57
y: 53
- type: grass
x: 58
y: 23
- type: shallow-water
x: 57
y: 54
- type: grass
x: 58
y: 24
- type: shallow-water
x: 57
y: 55
- type: grass
x: 58
y: 25
- type: grass
x: 58
y: 26
- type: grass
x: 58
y: 27
- type: grass
x: 58
y: 28
- type: grass
x: 58
y: 29
- type: grass-end
x: 58
y: 30
- type: beach
x: 58
y: 31
- type: beach
x: 58
y: 32
- type: beach
x: 58
y: 33
- type: beach
x: 58
y: 34
- type: beach
x: 58
y: 35
- type: beach-end
x: 58
y: 36
- type: shallow-water
x: 58
y: 37
- type: shallow-water
x: 58
y: 38
- type: shallow-water
x: 58
y: 39
- type: shallow-water
x: 58
y: 40
- type: grass
x: 59
y: 9
- type: shallow-water
x: 58
y: 41
- type: grass
x: 59
y: 10
- type: shallow-water
x: 58
y: 42
- type: grass
x: 59
y: 11
- type: shallow-water
x: 58
y: 43
- type: grass
x: 59
y: 12
- type: shallow-water
x: 58
y: 44
- type: grass
x: 59
y: 13
- type: shallow-water
x: 58
y: 45
- type: grass
x: 59
y: 14
- type: shallow-water
x: 58
y: 46
- type: grass
x: 59
y: 15
- type: shallow-water
x: 58
y: 47
- type: grass
x: 59
y: 16
- type: shallow-water
x: 58
y: 48
- type: grass
x: 59
y: 17
- type: shallow-water
x: 58
y: 49
- type: grass
x: 59
y: 18
- type: shallow-water
x: 58
y: 50
- type: grass
x: 59
y: 19
- type: shallow-water
x: 58
y: 51
- type: grass
x: 59
y: 20
- type: shallow-water
x: 58
y: 52
- type: grass
x: 59
y: 21
- type: shallow-water
x: 58
y: 53
- type: grass
x: 59
y: 22
- type: shallow-water
x: 58
y: 54
- type: grass
x: 59
y: 23
- type: shallow-water
x: 58
y: 55
- type: grass
x: 59
y: 24
- type: grass
x: 59
y: 25
- type: grass
x: 59
y: 26
- type: grass
x: 59
y: 27
- type: grass
x: 59
y: 28
- type: grass
x: 59
y: 29
- type: grass-end
x: 59
y: 30
- type: beach
x: 59
y: 31
- type: beach
x: 59
y: 32
- type: beach
x: 59
y: 33
- type: beach
x: 59
y: 34
- type: beach
x: 59
y: 35
- type: beach-end
x: 59
y: 36
- type: shallow-water
x: 59
y: 37
- type: shallow-water
x: 59
y: 38
- type: shallow-water
x: 59
y: 39
- type: grass
x: 60
y: 9
- type: shallow-water
x: 59
y: 40
- type: grass
x: 60
y: 10
- type: shallow-water
x: 59
y: 41
- type: grass
x: 60
y: 11
- type: shallow-water
x: 59
y: 42
- type: grass
x: 60
y: 12
- type: shallow-water
x: 59
y: 43
- type: grass
x: 60
y: 13
- type: shallow-water
x: 59
y: 44
- type: grass
x: 60
y: 14
- type: shallow-water
x: 59
y: 45
- type: grass
x: 60
y: 15
- type: shallow-water
x: 59
y: 46
- type: grass
x: 60
y: 16
- type: shallow-water
x: 59
y: 47
- type: grass
x: 60
y: 17
- type: shallow-water
x: 59
y: 48
- type: grass
x: 60
y: 18
- type: shallow-water
x: 59
y: 49
- type: grass
x: 60
y: 19
- type: shallow-water
x: 59
y: 50
- type: grass
x: 60
y: 20
- type: shallow-water
x: 59
y: 51
- type: grass
x: 60
y: 21
- type: shallow-water
x: 59
y: 52
- type: grass
x: 60
y: 22
- type: shallow-water
x: 59
y: 53
- type: grass
x: 60
y: 23
- type: shallow-water
x: 59
y: 54
- type: grass
x: 60
y: 24
- type: shallow-water
x: 59
y: 55
- type: grass
x: 60
y: 25
- type: grass
x: 60
y: 26
- type: grass
x: 60
y: 27
- type: grass
x: 60
y: 28
- type: grass
x: 60
y: 29
- type: grass-end
x: 60
y: 30
- type: beach
x: 60
y: 31
- type: beach
x: 60
y: 32
- type: beach
x: 60
y: 33
- type: beach
x: 60
y: 34
- type: beach
x: 60
y: 35
- type: beach-end
x: 60
y: 36
- type: shallow-water
x: 60
y: 37
- type: shallow-water
x: 60
y: 38
- type: shallow-water
x: 60
y: 39
- type: shallow-water
x: 60
y: 40
- type: grass
x: 61
y: 9
- type: grass
x: 61
y: 10
- type: shallow-water
x: 60
y: 41
- type: grass
x: 61
y: 11
- type: shallow-water
x: 60
y: 42
- type: grass
x: 61
y: 12
- type: shallow-water
x: 60
y: 43
- type: grass
x: 61
y: 13
- type: shallow-water
x: 60
y: 44
- type: grass
x: 61
y: 14
- type: shallow-water
x: 60
y: 45
- type: grass
x: 61
y: 15
- type: shallow-water
x: 60
y: 46
- type: grass
x: 61
y: 16
- type: shallow-water
x: 60
y: 47
- type: grass
x: 61
y: 17
- type: shallow-water
x: 60
y: 48
- type: grass
x: 61
y: 18
- type: shallow-water
x: 60
y: 49
- type: grass
x: 61
y: 19
- type: shallow-water
x: 60
y: 50
- type: grass
x: 61
y: 20
- type: shallow-water
x: 60
y: 51
- type: grass
x: 61
y: 21
- type: shallow-water
x: 60
y: 52
- type: grass
x: 61
y: 22
- type: shallow-water
x: 60
y: 53
- type: grass
x: 61
y: 23
- type: shallow-water
x: 60
y: 54
- type: grass
x: 61
y: 24
- type: shallow-water
x: 60
y: 55
- type: grass
x: 61
y: 25
- type: grass
x: 61
y: 26
- type: grass
x: 61
y: 27
- type: grass
x: 61
y: 28
- type: grass
x: 61
y: 29
- type: grass-end
x: 61
y: 30
- type: beach
x: 61
y: 31
- type: beach
x: 61
y: 32
- type: beach
x: 61
y: 33
- type: beach
x: 61
y: 34
- type: beach
x: 61
y: 35
- type: beach-end
x: 61
y: 36
- type: shallow-water
x: 61
y: 37
- type: shallow-water
x: 61
y: 38
- type: shallow-water
x: 61
y: 39
- type: grass
x: 62
y: 9
- type: shallow-water
x: 61
y: 40
- type: grass
x: 62
y: 10
- type: shallow-water
x: 61
y: 41
- type: grass
x: 62
y: 11
- type: shallow-water
x: 61
y: 42
- type: grass
x: 62
y: 12
- type: shallow-water
x: 61
y: 43
- type: grass
x: 62
y: 13
- type: shallow-water
x: 61
y: 44
- type: grass
x: 62
y: 14
- type: shallow-water
x: 61
y: 45
- type: grass
x: 62
y: 15
- type: shallow-water
x: 61
y: 46
- type: grass
x: 62
y: 16
- type: shallow-water
x: 61
y: 47
- type: grass
x: 62
y: 17
- type: shallow-water
x: 61
y: 48
- type: grass
x: 62
y: 18
- type: shallow-water
x: 61
y: 49
- type: grass
x: 62
y: 19
- type: shallow-water
x: 61
y: 50
- type: grass
x: 62
y: 20
- type: shallow-water
x: 61
y: 51
- type: grass
x: 62
y: 21
- type: shallow-water
x: 61
y: 52
- type: grass
x: 62
y: 22
- type: shallow-water
x: 61
y: 53
- type: grass
x: 62
y: 23
- type: shallow-water
x: 61
y: 54
- type: grass
x: 62
y: 24
- type: shallow-water
x: 61
y: 55
- type: grass
x: 62
y: 25
- type: grass
x: 62
y: 26
- type: grass
x: 62
y: 27
- type: grass
x: 62
y: 28
- type: grass
x: 62
y: 29
- type: grass-end
x: 62
y: 30
- type: beach
x: 62
y: 31
- type: beach
x: 62
y: 32
- type: beach
x: 62
y: 33
- type: beach
x: 62
y: 34
- type: beach
x: 62
y: 35
- type: beach-end
x: 62
y: 36
- type: shallow-water
x: 62
y: 37
- type: shallow-water
x: 62
y: 38
- type: shallow-water
x: 62
y: 39
- type: shallow-water
x: 62
y: 40
- type: grass
x: 63
y: 9
- type: grass
x: 63
y: 10
- type: shallow-water
x: 62
y: 41
- type: grass
x: 63
y: 11
- type: shallow-water
x: 62
y: 42
- type: grass
x: 63
y: 12
- type: shallow-water
x: 62
y: 43
- type: grass
x: 63
y: 13
- type: shallow-water
x: 62
y: 44
- type: grass
x: 63
y: 14
- type: shallow-water
x: 62
y: 45
- type: grass
x: 63
y: 15
- type: shallow-water
x: 62
y: 46
- type: grass
x: 63
y: 16
- type: shallow-water
x: 62
y: 47
- type: grass
x: 63
y: 17
- type: shallow-water
x: 62
y: 48
- type: grass
x: 63
y: 18
- type: shallow-water
x: 62
y: 49
- type: grass
x: 63
y: 19
- type: shallow-water
x: 62
y: 50
- type: grass
x: 63
y: 20
- type: shallow-water
x: 62
y: 51
- type: grass
x: 63
y: 21
- type: shallow-water
x: 62
y: 52
- type: grass
x: 63
y: 22
- type: shallow-water
x: 62
y: 53
- type: grass
x: 63
y: 23
- type: shallow-water
x: 62
y: 54
- type: grass
x: 63
y: 24
- type: shallow-water
x: 62
y: 55
- type: grass
x: 63
y: 25
- type: grass
x: 63
y: 26
- type: grass
x: 63
y: 27
- type: grass
x: 63
y: 28
- type: grass
x: 63
y: 29
- type: grass-end
x: 63
y: 30
- type: beach
x: 63
y: 31
- type: beach
x: 63
y: 32
- type: beach
x: 63
y: 33
- type: beach
x: 63
y: 34
- type: beach
x: 63
y: 35
- type: beach-end
x: 63
y: 36
- type: shallow-water
x: 63
y: 37
- type: shallow-water
x: 63
y: 38
- type: shallow-water
x: 63
y: 39
- type: shallow-water
x: 63
y: 40
- type: shallow-water
x: 63
y: 41
- type: shallow-water
x: 63
y: 42
- type: shallow-water
x: 63
y: 43
- type: shallow-water
x: 63
y: 44
- type: shallow-water
x: 63
y: 45
- type: shallow-water
x: 63
y: 46
- type: shallow-water
x: 63
y: 47
- type: shallow-water
x: 63
y: 48
- type: shallow-water
x: 63
y: 49
- type: shallow-water
x: 63
y: 50
- type: shallow-water
x: 63
y: 51
- type: shallow-water
x: 63
y: 52
- type: shallow-water
x: 63
y: 53
- type: shallow-water
x: 63
y: 54
- type: shallow-water
x: 63
y: 55
creatures:
- id: 16bdd9ce-a486-40b1-81b0-37f8415800e1
type: banana
x: 3776.0
y: 3648.0
rotation: 90
- id: c520660f-dc4a-4a9a-aaac-f31c14faa3e4
type: banana
x: 3136.0
y: 1344.0
rotation: 90
- id: a95118bf-d917-4a70-ac18-5fc1b8b61a07
type: banana
x: 4928.0
y: 4032.0
rotation: 90
- id: 5d88b504-e6ee-4ec1-8869-0392092ab5cb
type: bananabox
x: 2752.0
y: 3136.0
rotation: 90
- id: 649b1efb-55ac-4dc4-8b44-9fcb3f3ea7a8
type: beaver
x: 5568.0
y: 2624.0
rotation: 90
- id: 0ed98ddd-6f6a-4cdf-bc56-14c77d6467c2
type: beaver
x: 2752.0
y: 3008.0
rotation: 90
- id: e4608d5e-d6e2-473e-969f-c76a788b1ebd
type: beaver
x: 5952.0
y: 2880.0
rotation: 90
- id: 546dc878-7bb1-4fe8-b1e0-0f9f953795ee
type: biggold
x: 3904.0
y: 3520.0
rotation: 90
- id: 236bcd47-a56a-4c47-833f-07f74dbcb1c4
type: biggold
x: 4800.0
y: 4160.0
rotation: 90
- id: 6e17b1c8-006b-4d8e-adbc-0366bf20d24c
type: cage
x: 2496.0
y: 1600.0
rotation: 90
- id: f93023ba-aba2-4b1f-a26e-ed7c258e988e
type: fence
x: 3776.0
y: 3264.0
rotation: 90
- id: 497b3ad4-3a49-452e-9159-834296fac2b5
type: fence
x: 3648.0
y: 3264.0
rotation: 90
- id: 220a0c1e-5075-4a6e-9737-fb7e2025e3f8
type: fence
x: 4160.0
y: 3264.0
rotation: 90
- id: 128b7332-f8c3-4c1e-9a3b-bfe946e9bbb1
type: fence
x: 4032.0
y: 3264.0
rotation: 90
- id: 21da8afb-3d80-453a-ba2b-4906c5fdf4d6
type: fullenglish
x: 2112.0
y: 4288.0
rotation: 90
- id: a0f499a4-b74a-4923-802b-ae47bd2c1397
type: fullenglish
x: 5056.0
y: 4160.0
rotation: 90
- id: 66fbc143-8cd1-4dc9-9870-5dbc896b32c0
type: gate
x: 3904.0
y: 3264.0
rotation: 90
- id: 534433b9-8fab-499e-9668-b3d8934e6632
type: gold
x: 2752.0
y: 4416.0
rotation: 90
- id: 38e2caea-d31b-4222-8369-b4de84fd1a64
type: gold
x: 3904.0
y: 4544.0
rotation: 90
- id: 8dc241e1-53ef-4d25-9af4-3bc7f1f8fa01
type: gold
x: 2752.0
y: 1728.0
rotation: 90
- id: cfdd4461-494f-4271-8770-aeef15482c1e
type: gold
x: 6208.0
y: 2368.0
rotation: 90
- id: 94f54de3-d341-42b8-928d-e92dc34af454
type: gold
x: 5056.0
y: 3392.0
rotation: 90
- id: 697e3150-26d1-457a-b5b0-5021691b1f58
type: gold
x: 2752.0
y: 3392.0
rotation: 90
- id: 97bcb974-8092-47aa-9702-8f59f7b19c67
type: gold
x: 1856.0
y: 1344.0
rotation: 90
- id: 32acd836-bf42-40e1-953e-de9835567540
type: gold
x: 6336.0
y: 2240.0
rotation: 90
- id: 04be48b4-bc42-4a4f-885b-ab0a267099b0
type: gold
x: 6464.0
y: 2112.0
rotation: 90
- id: d3255dd2-7354-43e7-a794-d32f79f74dab
type: gold
x: 4928.0
y: 3520.0
rotation: 90
- id: 0723ab9b-7287-457c-9b15-590d6d1572f8
type: gold
x: 2752.0
y: 1344.0
rotation: 90
- id: dd81af5f-fd2f-454b-8699-979716d9a66f
type: gold
x: 2752.0
y: 3904.0
rotation: 90
- id: e97c00ca-1ee5-44a9-a50d-50e468f801cf
type: gold
x: 2752.0
y: 2496.0
rotation: 90
- id: 19d2e050-e0cb-4f29-a171-bec3401a80e3
type: gold
x: 2752.0
y: 2368.0
rotation: 90
- id: 35cf9bff-fb94-4bc8-b798-9b7a8feb6e4b
type: gold
x: 5312.0
y: 3136.0
rotation: 90
- id: 548c973d-0342-42f4-bf67-780d63bb07f9
type: gold
x: 1728.0
y: 1344.0
rotation: 90
- id: b71ae1ba-21a1-4c1e-b6f7-c8329e8b0e60
type: gold
x: 2752.0
y: 4160.0
rotation: 90
- id: 1b5b57d9-4538-4852-a369-d846e35daed4
type: gold
x: 4800.0
y: 3520.0
rotation: 90
- id: 218ece5a-1453-4baa-a5b4-f39247f96cbd
type: gold
x: 3904.0
y: 3776.0
rotation: 90
- id: f2ed8127-1829-4f8c-8d3c-688c2082e43b
type: gold
x: 2752.0
y: 2624.0
rotation: 90
- id: bea1e301-3195-4132-9ee9-19a6cde892cf
type: gold
x: 3904.0
y: 4032.0
rotation: 90
- id: 34ba0819-ddf5-4379-b484-12e756d66be5
type: gold
x: 2752.0
y: 1472.0
rotation: 90
- id: ce965fca-c93e-44b1-80c5-ae47f6aa976a
type: gold
x: 1984.0
y: 1344.0
rotation: 90
- id: 2dfacb24-7ec7-4b89-92b9-accfea61321c
type: gold
x: 3904.0
y: 4288.0
rotation: 90
- id: 3381348f-67fb-49aa-a7f1-d991aa8d6614
type: gold
x: 5184.0
y: 3264.0
rotation: 90
- id: 50eb3ea1-6964-4bb2-ac32-ff412bd4dbf8
type: gold
x: 4672.0
y: 3520.0
rotation: 90
- id: c0173cf9-99be-4863-8c0d-f043d7395d98
type: gold
x: 2752.0
y: 1600.0
rotation: 90
- id: 2119d582-f3be-4cf3-ac06-74b6600340bb
type: gold
x: 2752.0
y: 1216.0
rotation: 90
- id: a55b0eed-9552-4893-b2b0-0b4289bd7fcd
type: gold
x: 2752.0
y: 3648.0
rotation: 90
- id: 023da753-22a6-4736-8fd0-4371ba54d7f3
type: gold
x: 2752.0
y: 3520.0
rotation: 90
- id: 9df54618-0bc1-4d90-83fe-08e4196223e9
type: hedgehog
x: 2624.0
y: 2240.0
rotation: 90
- id: 61367a05-2429-4c2c-961b-2dab74810629
type: hedgehog
x: 4672.0
y: 4288.0
rotation: 90
- id: 310bd288-d048-4404-b738-b2a71241b640
type: hedgehog
x: 2496.0
y: 1856.0
rotation: 90
- id: b0bf86fe-c3f9-499e-bc40-45d561056504
type: hedgehog
x: 4672.0
y: 3776.0
rotation: 90
- id: 058eae16-5d5e-4dcf-8098-862baf85990a
type: monkey
x: 3904.0
y: 3008.0
rotation: 90
- id: 01cca2ae-4182-43d3-94ed-53dbf58cb5ed
type: player
x: 1472.0
y: 1344.0
rotation: 90
- id: f56099f7-e83c-4820-8d8a-3e495e91aa17
type: sign
x: 1216.0
y: 1344.0
rotation: 90
- id: fd831ec5-5886-49f1-a814-e335dab5fc54
type: sign
x: 4288.0
y: 3648.0
rotation: 90
- id: 9cccb728-29a9-4a74-b3d8-8be31f10650a
type: spikes
x: 2112.0
y: 1472.0
rotation: 270
- id: 13bc1977-d73d-4195-907f-3378536c723d
type: spikes
x: 2752.0
y: 960.0
rotation: 90
- id: 91fb1454-1053-4fe7-848a-46af32959ec7
type: spikes
x: 2112.0
y: 1216.0
rotation: 90
- id: e40d86d4-1085-418d-b2d0-bcbbd514f22b
type: spikes
x: 2496.0
y: 1344.0
rotation: 180
- id: 22adc93f-ce4d-4e82-9fd9-ad350a06e551
type: spikes
x: 2496.0
y: 1216.0
rotation: 180
- id: 13ebc561-dc17-423a-b36b-16a80dafdfee
type: spikes
x: 2240.0
y: 1472.0
rotation: 270
- id: 57b762f9-b023-4bef-acf1-f4ca6d2a90d0
type: spikes
x: 2368.0
y: 960.0
rotation: 90
- id: 62c5cbad-2761-4cd8-82f8-a2b90c7cefa5
type: spikes
x: 2496.0
y: 960.0
rotation: 90
- id: 617eda0e-66de-42a7-b4ce-e998dc233fc7
type: spikes
x: 2624.0
y: 960.0
rotation: 90
- id: f39c387a-c5eb-4aea-ac88-cb2d6a3e1c98
type: spikes
x: 2240.0
y: 1088.0
rotation: 360
- id: 0e5ca0c8-32a6-4bf7-a8e1-7b3968a8ef4d
type: spikes
x: 2240.0
y: 1216.0
rotation: 90
- id: ecff9c5d-5f27-494e-82b7-838fc418a7ee
type: stonewall
x: 2240.0
y: 1856.0
rotation: 90
- id: 9bf61f6f-a8f1-4c35-a805-0a2959b80dcf
type: stonewall
x: 6464.0
y: 3136.0
rotation: 90
- id: 0d3df533-4d7a-4ef7-99e2-871b0a8b69fb
type: stonewall
x: 5184.0
y: 3904.0
rotation: 90
- id: 1a02b234-4ad4-4a1f-b490-57fee33102b7
type: stonewall
x: 5952.0
y: 3520.0
rotation: 90
- id: ae0f578f-d351-4937-8ab8-91d52a6110d5
type: stonewall
x: 2112.0
y: 1600.0
rotation: 90
- id: 345dbc71-44b3-4475-a672-7d1ca760eaaf
type: stonewall
x: 1856.0
y: 2240.0
rotation: 90
- id: d9820cb1-6beb-4426-915b-121ace91337e
type: stonewall
x: 2240.0
y: 2112.0
rotation: 90
- id: 0ce4ea2a-a939-4b1c-b3b4-856fcf9767fc
type: stonewall
x: 5184.0
y: 4416.0
rotation: 90
- id: 8f163a4c-6e9e-4122-9a20-0904fdd7d84b
type: stonewall
x: 2240.0
y: 3776.0
rotation: 90
- id: 3ab1b927-6efd-4a6f-8ac3-171514ad8c20
type: stonewall
x: 2496.0
y: 1984.0
rotation: 90
- id: 1aaa6c11-b5d1-4acb-bb4a-9d7be12ef8e1
type: stonewall
x: 5696.0
y: 3648.0
rotation: 90
- id: 49320e93-0d03-4a06-98ba-a0186ddaeb83
type: stonewall
x: 4672.0
y: 2752.0
rotation: 90
- id: 7c5bd69d-2174-4877-9c8c-35e41c3592fc
type: stonewall
x: 4544.0
y: 4288.0
rotation: 90
- id: a1ec2163-31c2-4775-8825-de63ad403b5b
type: stonewall
x: 3136.0
y: 3904.0
rotation: 90
- id: d810d6d8-6799-4016-bf80-9932faf09b6d
type: stonewall
x: 2624.0
y: 704.0
rotation: 90
- id: 18484628-d78e-46e4-ba73-776891b447cc
type: stonewall
x: 2496.0
y: 2112.0
rotation: 90
- id: a4412170-7a73-496e-afff-f32910015094
type: stonewall
x: 3520.0
y: 1088.0
rotation: 90
- id: 9f2c0e11-1474-402d-b08f-168aeb4e3855
type: stonewall
x: 3520.0
y: 2880.0
rotation: 90
- id: 6f5a6e21-8768-4508-98a6-3d5e98ea2676
type: stonewall
x: 3008.0
y: 2112.0
rotation: 90
- id: 4753f185-5773-4ad8-b43e-e3379e4a36bc
type: stonewall
x: 2240.0
y: 832.0
rotation: 90
- id: 83810887-68dc-4f29-9764-7649fab45de8
type: stonewall
x: 2368.0
y: 2368.0
rotation: 90
- id: 7b7b3245-5cdc-449c-ae64-84c3e5412e1e
type: stonewall
x: 3008.0
y: 2240.0
rotation: 90
- id: a95b0f58-1a0c-4e5a-88de-5c15b2ad38bb
type: stonewall
x: 1984.0
y: 1728.0
rotation: 90
- id: 530022db-cdcb-416b-910a-58e340a778bd
type: stonewall
x: 1856.0
y: 1856.0
rotation: 90
- id: 9cd173c7-19d2-4e1f-9441-aa4b7d0ae551
type: stonewall
x: 4544.0
y: 4416.0
rotation: 90
- id: f737e82e-47be-48a3-a736-4b6ec23482e4
type: stonewall
x: 3392.0
y: 3520.0
rotation: 90
- id: a1a74913-2d4a-4eae-ab4b-6841773d5ff6
type: stonewall
x: 5184.0
y: 4288.0
rotation: 90
- id: 89b560a2-fd3a-4659-a88b-624a1d089725
type: stonewall
x: 2112.0
y: 3904.0
rotation: 90
- id: d291c3a2-96e0-4041-bea2-21d6253ad340
type: stonewall
x: 832.0
y: 960.0
rotation: 90
- id: 3e1a7820-bca7-490a-8e0d-cdd4cf5a1988
type: stonewall
x: 3264.0
y: 4032.0
rotation: 90
- id: a35c442d-2fa0-406e-9341-e9a681dae926
type: stonewall
x: 704.0
y: 1856.0
rotation: 90
- id: 46e572c6-98d3-4daa-92b6-4a62595dd875
type: stonewall
x: 6720.0
y: 3008.0
rotation: 90
- id: fbf89033-35df-4914-8f32-4cbaebfd1bc4
type: stonewall
x: 3008.0
y: 3776.0
rotation: 90
- id: 43372c48-ecb5-4570-a10f-1dcadd9fc751
type: stonewall
x: 4800.0
y: 2368.0
rotation: 90
- id: e5bdb8c6-398f-43b1-bd5a-f8b01ef198e9
type: stonewall
x: 3520.0
y: 2496.0
rotation: 90
- id: e6adcb30-d00f-4416-b276-a35c83826b90
type: stonewall
x: 2112.0
y: 4032.0
rotation: 90
- id: 773d9c56-5fff-4030-b5fd-e12703367faf
type: stonewall
x: 6336.0
y: 3392.0
rotation: 90
- id: 8a73dca9-42cf-4da8-bdfa-8b445a3947d2
type: stonewall
x: 5184.0
y: 4032.0
rotation: 90
- id: 31fb25d1-3b98-4da4-88bd-4fcde8fbd366
type: stonewall
x: 7232.0
y: 2240.0
rotation: 90
- id: 4ac9f20a-3819-4b14-9c78-b879a14cea7c
type: stonewall
x: 1984.0
y: 4160.0
rotation: 90
- id: 47978474-eb9a-41a2-887e-62006d5d2bfb
type: stonewall
x: 5184.0
y: 4800.0
rotation: 90
- id: bdff41e2-abd0-4445-b9ee-405e665fd56b
type: stonewall
x: 2112.0
y: 3520.0
rotation: 90
- id: 0691b6af-a891-4e17-b49e-e537df7caf76
type: stonewall
x: 4544.0
y: 3904.0
rotation: 90
- id: bf628cf1-2e0b-4ad4-8073-610960edd7fb
type: stonewall
x: 1984.0
y: 4288.0
rotation: 90
- id: 0be74c1b-9411-4b48-9369-f481c73fef51
type: stonewall
x: 2112.0
y: 4544.0
rotation: 90
- id: 1f000482-4ade-4a9a-bcd5-5231b1002304
type: stonewall
x: 3264.0
y: 3776.0
rotation: 90
- id: 74cacf63-4b02-4a0a-bcaf-cb9d2f4fd3f5
type: stonewall
x: 3520.0
y: 2240.0
rotation: 90
- id: 8990850a-289b-4c6f-b653-0b425dd8498e
type: stonewall
x: 2368.0
y: 1984.0
rotation: 90
- id: 728cbe7a-e4fa-4c15-88ee-f9dd47470547
type: stonewall
x: 1472.0
y: 704.0
rotation: 90
- id: 649db4fb-158c-49b1-86e5-120cf2e4db78
type: stonewall
x: 5184.0
y: 4672.0
rotation: 90
- id: 7d736a6e-1108-41c1-981c-7cca8dbd9b89
type: stonewall
x: 2112.0
y: 2496.0
rotation: 90
- id: f7c69fd5-afab-49df-be50-5cf1a84671bb
type: stonewall
x: 4544.0
y: 3776.0
rotation: 90
- id: e051a88e-6592-402e-bd75-52e26b6830da
type: stonewall
x: 4544.0
y: 4032.0
rotation: 90
- id: d6a122ea-58ff-44b8-8894-137bad8d4d24
type: stonewall
x: 3136.0
y: 832.0
rotation: 90
- id: 7fa3f7b8-af5f-48ba-959b-f022aed68bda
type: stonewall
x: 3520.0
y: 3264.0
rotation: 90
- id: fe5dbdaf-c66a-45ed-bcc1-4a168ecb5924
type: stonewall
x: 5056.0
y: 1984.0
rotation: 90
- id: 9ba855d1-4f08-4896-a5ef-d13f0abf30d2
type: stonewall
x: 2496.0
y: 2240.0
rotation: 90
- id: 0b9cf375-7ca9-4d40-a030-5647b603822e
type: stonewall
x: 2240.0
y: 1728.0
rotation: 90
- id: 7421f003-07ef-43bc-a3b3-4b2922be532a
type: stonewall
x: 4544.0
y: 4160.0
rotation: 90
- id: 1807315b-5a75-41f2-8760-311e4da3ec84
type: stonewall
x: 1984.0
y: 704.0
rotation: 90
- id: c3caad31-3da7-4dcf-ba64-d51cd2f72298
type: stonewall
x: 5184.0
y: 4160.0
rotation: 90
- id: b31af329-e718-463a-b665-b10f3e4899b4
type: stonewall
x: 6976.0
y: 2624.0
rotation: 90
- id: d886321b-4a80-4de8-957c-9f15324e325a
type: stonewall
x: 2240.0
y: 1600.0
rotation: 90
- id: 8eccafc4-3a3e-42c6-bc65-2764ad602801
type: stonewall
x: 1600.0
y: 2112.0
rotation: 90
- id: ca5865f7-19f2-44cc-b169-c75cebe2f2d4
type: stonewall
x: 2112.0
y: 2880.0
rotation: 90
- id: 572eb750-ed3e-4c47-9811-d016ebb9b92c
type: stonewall
x: 3648.0
y: 2496.0
rotation: 90
- id: ccec22dd-d33a-4c81-8d6d-51687d10fd0a
type: stonewall
x: 5184.0
y: 4544.0
rotation: 90
- id: 00c4653b-8b65-4fad-96b9-2434ad90fbb2
type: stonewall
x: 3520.0
y: 1600.0
rotation: 90
- id: 4f671ab0-6d50-4651-a341-27b2c4d56368
type: stonewall
x: 2112.0
y: 4416.0
rotation: 90
- id: 283f4013-b7dc-4add-a1d0-294c78ffc8ed
type: stonewall
x: 1984.0
y: 3520.0
rotation: 90
- id: 6938aeae-7a45-4f52-9565-64504103c313
type: stonewall
x: 1088.0
y: 1984.0
rotation: 90
- id: c5dab521-8c80-469c-bd97-d6d1306cea71
type: stonewall
x: 6080.0
y: 1600.0
rotation: 90
- id: 3b9c7fea-8c21-4135-a241-7859f79c9b26
type: stonewall
x: 5568.0
y: 1728.0
rotation: 90
- id: 42bf8d9c-ee50-4b3a-8178-b114365d43ab
type: stonewall
x: 1088.0
y: 704.0
rotation: 90
- id: 1ee1ea9d-7c2b-49e7-a34c-1c9b4ff66a46
type: stonewall
x: 7232.0
y: 1728.0
rotation: 90
- id: ad0862ff-58a3-43d8-85e0-e5deb8ec9783
type: stonewall
x: 3392.0
y: 1856.0
rotation: 90
- id: 599a1ff5-111c-466f-902e-473cc02513d0
type: stonewall
x: 3136.0
y: 3648.0
rotation: 90
- id: b12108d6-e83e-4aec-9ff3-a51d6344980c
type: switch
x: 4160.0
y: 3520.0
rotation: 90
- id: 28f323da-cc26-4332-ad36-dc13df7ea34d
type: tophat
x: 5184.0
y: 5056.0
rotation: 90
- id: ebc214ad-3a1d-4126-80ba-1e47595d8bf2
type: tree
x: 960.0
y: 1344.0
rotation: 90
- id: 650217ec-5eb6-4ba9-a157-f7472eba655d
type: tree
x: 3904.0
y: 2752.0
rotation: 90
- id: 314783de-76a7-4ad4-915b-b26fd872bfa3
type: tree
x: 6976.0
y: 2240.0
rotation: 90
- id: 4b073307-e6da-4740-949f-07b74f6ca5d1
type: tree
x: 2368.0
y: 1728.0
rotation: 90
- id: 748d4ff3-0995-4978-990d-3a641f59c5b6
type: tree
x: 2880.0
y: 960.0
rotation: 90
- id: 336ea16e-346c-4f3c-aef3-9bd2fd2a214d
type: tree
x: 2240.0
y: 2880.0
rotation: 90
- id: 81f6fdad-58d0-4de2-8705-21ee4e545dc0
type: tree
x: 5440.0
y: 3648.0
rotation: 90
- id: 7f6a77fd-01d4-4e79-b7c8-01309dbee064
type: tree
x: 1728.0
y: 1856.0
rotation: 90
- id: d731db93-997c-456a-8b0a-04d6c42e375e
type: tree
x: 5952.0
y: 3264.0
rotation: 90
- id: c45937ec-b3e9-4757-877d-6468ec411046
type: tree
x: 960.0
y: 1472.0
rotation: 90
- id: 6d581334-86cb-466e-8193-f9c9d45e86d6
type: tree
x: 6592.0
y: 2368.0
rotation: 90
- id: f5d8f0c7-62b1-4543-9df1-ed7edc30dc76
type: tree
x: 5440.0
y: 3520.0
rotation: 90
- id: ad18a609-9246-4321-a491-366f706196cf
type: tree
x: 960.0
y: 1216.0
rotation: 90
- id: 66decbbd-e81a-45d9-9adb-69816a69c3ba
type: tree
x: 4160.0
y: 3136.0
rotation: 90
- id: 8cb1fa16-8aed-4bd9-8a5c-dd05394da3ac
type: tree
x: 7104.0
y: 2112.0
rotation: 90
- id: f612665b-a128-4cb2-bbe7-09c9cf4ee69e
type: tree
x: 2368.0
y: 1472.0
rotation: 90
- id: 29302278-23da-459d-a5b9-6fe027314e48
type: tree
x: 2240.0
y: 3264.0
rotation: 90
- id: 455b832d-e360-4149-b647-1fd4ff2cecd5
type: tree
x: 6976.0
y: 2368.0
rotation: 90
- id: b64324fd-0f7f-45a7-a465-3881f4b99401
type: tree
x: 3136.0
y: 3392.0
rotation: 90
- id: 8b83a5ae-87f6-494a-a22e-175dddd6760f
type: tree
x: 4288.0
y: 3264.0
rotation: 90
- id: a5f65565-ac55-402c-acd4-f7f8a74bceb6
type: tree
x: 6464.0
y: 1600.0
rotation: 90
- id: 73c2d772-c851-488c-817d-a8bbac57e7c1
type: tree
x: 2368.0
y: 3520.0
rotation: 90
- id: de688ef6-6bf1-4473-8116-08847f5b67eb
type: tree
x: 3264.0
y: 3008.0
rotation: 90
- id: 2ba99b7b-2c1c-4b95-8493-a45a4594ea38
type: tree
x: 2240.0
y: 2368.0
rotation: 90
- id: 19f0d8e8-6800-49ab-8612-f3277886b93f
type: tree
x: 5824.0
y: 1984.0
rotation: 90
- id: 0158881f-56c1-4dc7-b7d3-a4d6d4d9fddf
type: tree
x: 2240.0
y: 3008.0
rotation: 90
- id: 1e668986-9139-42a6-a0e7-da2b022f6ad6
type: tree
x: 2240.0
y: 2496.0
rotation: 90
- id: c061ac3a-1a81-417d-ab20-e11400cd1b35
type: tree
x: 3904.0
y: 2880.0
rotation: 90
- id: 87c1fda1-7214-471c-938a-c32482f2e145
type: tree
x: 1216.0
y: 832.0
rotation: 90
- id: 6c3708fd-923d-4a48-973e-ab065c68169d
type: tree
x: 3136.0
y: 1088.0
rotation: 90
- id: 2de02603-587e-438e-9a1a-56f434f32c7d
type: tree
x: 3392.0
y: 2752.0
rotation: 90
- id: 6a9267e0-22a7-4612-955b-246c8aeb866d
type: tree
x: 6592.0
y: 1472.0
rotation: 90
- id: 003fd9b3-54f0-4898-8dc1-ae75d84e7268
type: tree
x: 6720.0
y: 1472.0
rotation: 90
- id: d320e0d0-2500-4dc2-bd11-50fab8742cd5
type: tree
x: 3264.0
y: 1088.0
rotation: 90
- id: 261044df-00f4-4aaf-b253-742ffe813a10
type: tree
x: 5952.0
y: 1984.0
rotation: 90
- id: 96214c41-6ad1-4404-9a82-efa11bc570da
type: tree
x: 5056.0
y: 2496.0
rotation: 90
- id: 48a90979-0574-41bf-9ca8-8e867325309d
type: tree
x: 3392.0
y: 2240.0
rotation: 90
- id: abbed599-24c4-425e-a934-fb142c489c5a
type: tree
x: 3264.0
y: 1728.0
rotation: 90
- id: 235b8d74-8e02-4983-ae7d-3ddcad3cc1a6
type: tree
x: 7104.0
y: 1856.0
rotation: 90
- id: aeb60302-9f2b-409d-ac0d-5f2f8a3ccb82
type: tree
x: 5440.0
y: 2112.0
rotation: 90
- id: ab4ceb62-996f-4196-91e4-65063da4fb30
type: tree
x: 3008.0
y: 960.0
rotation: 90
- id: 12f43ac9-4531-42df-b33b-5ea30763638e
type: tree
x: 6976.0
y: 1728.0
rotation: 90
- id: 870eb7bc-bfcb-4d7f-b599-76498cf6a987
type: tree
x: 3136.0
y: 1856.0
rotation: 90
- id: f0a5bfe3-c7b4-4a66-b8e7-fba859c43eb5
type: tree
x: 2112.0
y: 3136.0
rotation: 90
- id: e4db0d59-9ad9-43fe-9602-4e9bdccf9640
type: tree
x: 3264.0
y: 3264.0
rotation: 90
- id: c3e26f7e-0b80-4a2b-85ab-bb8746a81100
type: tree
x: 5568.0
y: 2112.0
rotation: 90
- id: 8876387f-8ee5-445d-a528-dd81ef48d5e7
type: tree
x: 3264.0
y: 1472.0
rotation: 90
- id: 535737f5-24d7-402e-9e71-a4adb1f181c8
type: tree
x: 2112.0
y: 1088.0
rotation: 90
- id: 5dfb0a00-278c-4586-80f7-9d8cb6ecd4a0
type: tree
x: 3264.0
y: 2368.0
rotation: 90
- id: 0ae7c4f8-c2e9-4f7b-ba58-9600f874a966
type: tree
x: 3136.0
y: 2752.0
rotation: 90
- id: a79b1c20-b6c8-4d78-942d-d5d9386aa15d
type: tree
x: 4032.0
y: 2880.0
rotation: 90
- id: a9318f36-2713-4f43-b6bb-8a3194a486b5
type: tree
x: 5312.0
y: 2240.0
rotation: 90
- id: c9cc5cb6-1a21-465e-b745-944be4a63862
type: tree
x: 6080.0
y: 2112.0
rotation: 90
- id: 4d3cd087-14c4-4b12-82b4-e76ae0470121
type: tree
x: 5696.0
y: 1984.0
rotation: 90
- id: ded6ef75-a51e-4c44-a59c-c610875a6cf9
type: tree
x: 6720.0
y: 2368.0
rotation: 90
- id: 79912d6c-5877-417c-b2e2-94a0b35f1430
type: tree
x: 5568.0
y: 3392.0
rotation: 90
- id: 34331548-b4d2-4e96-9a48-7d6c2e30fcf5
type: tree
x: 5056.0
y: 2880.0
rotation: 90
- id: 9f178cf1-8b62-4f1c-b7df-1ac76b0edd51
type: tree
x: 3648.0
y: 2880.0
rotation: 90
- id: 3b105bb3-8dee-4312-97b3-e77a5867fc10
type: tree
x: 6464.0
y: 2880.0
rotation: 90
- id: 17f948e4-c732-4bc1-bf63-80425f63c14e
type: tree
x: 5696.0
y: 3136.0
rotation: 90
- id: 43fa9d8a-7c29-4070-8685-88f82f7b17c9
type: tree
x: 4672.0
y: 3136.0
rotation: 90
- id: ba62db22-1810-4548-860e-e8fbcc504c52
type: tree
x: 4160.0
y: 3008.0
rotation: 90
- id: 01494065-bf51-4612-b4f2-7bff84bf1d24
type: tree
x: 5184.0
y: 2624.0
rotation: 90
- id: 726941e7-c87b-4ea3-9e21-9eee85169d8e
type: tree
x: 6848.0
y: 2368.0
rotation: 90
- id: 0ba2cc28-46ba-4027-8782-b10e35066f89
type: tree
x: 1088.0
y: 1728.0
rotation: 90
- id: 3f01d22c-c818-4a17-81f4-d6425a9c8312
type: tree
x: 3520.0
y: 3008.0
rotation: 90
- id: 9d46fe50-8ea8-4c55-8fd8-e8995caca51d
type: tree
x: 960.0
y: 1600.0
rotation: 90
- id: 922fcc91-1fd1-4cd3-a3d4-f6aea304fade
type: tree
x: 2496.0
y: 832.0
rotation: 90
- id: cc460a8c-c90a-4809-963e-6cde0cacb2a4
type: tree
x: 5312.0
y: 3648.0
rotation: 90
- id: 4c15920c-d2cb-4a69-a24c-95af6996c3ed
type: tree
x: 832.0
y: 1344.0
rotation: 90
- id: 9480dcc6-1276-4a15-b8fb-913be4f05033
type: tree
x: 4800.0
y: 3136.0
rotation: 90
- id: 2b26782f-4d29-4f95-a901-6548b17627b4
type: tree
x: 6720.0
y: 2624.0
rotation: 90
- id: c8909607-0dd0-426e-8d20-563173840afc
type: tree
x: 960.0
y: 1088.0
rotation: 90
- id: 4b5653cb-de37-45cb-8023-56259f149537
type: tree
x: 1600.0
y: 1728.0
rotation: 90
- id: fa06fcfd-c1d3-43e3-8255-113df2ce5024
type: tree
x: 1472.0
y: 960.0
rotation: 90
- id: d04f0f2d-48ac-47c4-9dfb-496c15c8781c
type: tree
x: 6336.0
y: 1856.0
rotation: 90
- id: acc220e3-c5a7-4363-8067-576e075d67f8
type: tree
x: 6848.0
y: 1600.0
rotation: 90
- id: e8537af9-e026-4351-9d1c-f02e4983f223
type: tree
x: 1856.0
y: 1984.0
rotation: 90
- id: fe65e453-1970-4024-b6f8-3d6f895cceff
type: tree
x: 4544.0
y: 3136.0
rotation: 90
- id: a49bde15-a58d-4f91-b41e-f9d3902c6c13
type: tree
x: 2368.0
y: 2752.0
rotation: 90
- id: b8bdf472-174f-4cef-b63d-72ca2857a8a8
type: tree
x: 832.0
y: 1472.0
rotation: 90
- id: cfd67760-ffc7-4807-9e48-82f3787414ca
type: tree
x: 1856.0
y: 832.0
rotation: 90
- id: 996b8588-bf80-4564-9d01-9c7b10ea14e0
type: tree
x: 6592.0
y: 2496.0
rotation: 90
- id: 80c89346-12c6-4e26-adfe-5ff81781a591
type: tree
x: 3264.0
y: 3392.0
rotation: 90
- id: d339917c-6ff2-4e26-9cb9-8c022e0a1e58
type: tree
x: 2240.0
y: 3392.0
rotation: 90
- id: fb531a9d-08c2-48c1-8cb7-073dd5e14025
type: tree
x: 3264.0
y: 1600.0
rotation: 90
- id: a127e756-61e3-4d50-a8ac-90d820fed3cb
type: tree
x: 5184.0
y: 3776.0
rotation: 90
- id: ec2a3a08-a7f5-42d8-9b13-f53b8538579b
type: tree
x: 3264.0
y: 2112.0
rotation: 90
- id: 1b790be9-c877-4001-a2e0-6f299d21d588
type: tree
x: 6208.0
y: 1984.0
rotation: 90
- id: 9dcad003-ec09-4069-ac3c-6acb85b80960
type: tree
x: 7104.0
y: 1984.0
rotation: 90
- id: ecc70832-5176-4612-8d5a-b3dc9407a497
type: tree
x: 3136.0
y: 1984.0
rotation: 90
- id: ad97508a-6453-4b10-9277-66a90f04500e
type: tree
x: 1984.0
y: 960.0
rotation: 90
- id: 12cbbd06-1a8e-48de-833d-957509eda7b6
type: tree
x: 6336.0
y: 3008.0
rotation: 90
- id: b2433b31-234b-4c56-81a7-7d5064b005a7
type: tree
x: 1088.0
y: 960.0
rotation: 90
- id: 7348cf46-14e0-4d11-80ce-f7734f322ceb
type: tree
x: 3776.0
y: 2752.0
rotation: 90
- id: 5bede44d-b34d-4d49-971c-8ca27f47a6c0
type: tree
x: 3008.0
y: 3520.0
rotation: 90
- id: 47caea20-f755-41ba-832a-a0e2ebba8edf
type: tree
x: 2368.0
y: 3648.0
rotation: 90
- id: 635e7201-4a3c-4d05-92fd-e61ec2391914
type: tree
x: 6208.0
y: 3136.0
rotation: 90
- id: db2fccd0-13d4-41cd-93df-8cace4431b7d
type: tree
x: 2112.0
y: 2240.0
rotation: 90
- id: 63bf9be4-6950-49a0-80ce-c0d0bfe50afe
type: tree
x: 3392.0
y: 1216.0
rotation: 90
- id: b7e58899-39e0-4e00-a960-f743d39a949f
type: tree
x: 5696.0
y: 3264.0
rotation: 90
- id: a409ef7c-6ca5-4ff7-8fc4-281af6f3e8c8
type: tree
x: 3392.0
y: 3136.0
rotation: 90
- id: ba961f30-963e-4828-9be1-65fd77d72bb8
type: tree
x: 1728.0
y: 832.0
rotation: 90
- id: 48173f62-e743-49f4-b150-da0e9c338b67
type: tree
x: 1344.0
y: 832.0
rotation: 90
- id: d1f9b281-ccc2-4038-8ffa-a8047adc156e
type: tree
x: 1344.0
y: 1856.0
rotation: 90
- id: 9fece449-592c-4ef5-b35e-26d07cbdc281
type: tree
x: 1216.0
y: 1856.0
rotation: 90
- id: 9b7e6ac7-8683-4696-bb2d-188898a07579
type: tree
x: 6592.0
y: 2752.0
rotation: 90
- id: 66989386-19d9-443e-81d1-cb492a394b89
type: tree
x: 2496.0
y: 1472.0
rotation: 90
- id: 4a881999-09f3-4884-86d3-be79da4df355
type: tree
x: 5184.0
y: 2752.0
rotation: 90
- id: 42657ef6-2bfa-44c9-8cf2-f1f79c133b62
type: tree
x: 5184.0
y: 2368.0
rotation: 90
- id: 997b4692-dcc5-4d02-9cde-0ff3ba6a38bc
type: tree
x: 3136.0
y: 2624.0
rotation: 90
- id: cfc46844-416a-4a1b-b528-fe06f867326e
type: tree
x: 1984.0
y: 1984.0
rotation: 90
- id: d4cefe5d-0764-4371-8de4-e98bf2d8c7e9
type: tree
x: 2368.0
y: 2624.0
rotation: 90
- id: bcbaf298-3736-447e-b845-7540000a49be
type: tree
x: 3392.0
y: 1344.0
rotation: 90
- id: e072bb44-e835-444d-bd54-7c23af0556e7
type: tree
x: 4928.0
y: 3008.0
rotation: 90
- id: 9ff57e70-2cc1-4a36-a3d0-0dc335ad9710
type: tree
x: 1472.0
y: 1728.0
rotation: 90
- id: 88e77ff4-cd88-4156-9415-043c80e56adf
type: tree
x: 3776.0
y: 2880.0
rotation: 90
- id: ea10fe97-2e7a-43cf-862f-f38a1d77883f
type: tree
x: 6336.0
y: 1728.0
rotation: 90
- id: 4b624fce-1dbf-4a4e-a12a-5f4d203c70e4
type: tree
x: 6080.0
y: 3264.0
rotation: 90
- id: 4109f3f7-5d7b-4678-a01f-faf9c2043cf9
type: tree
x: 1600.0
y: 960.0
rotation: 90
- id: 7643a64b-9ab6-42fd-be01-10f8b82aa776
type: tree
x: 2112.0
y: 2112.0
rotation: 90
- id: f409d23a-72c6-4e33-a441-fba63d52779d
type: tree
x: 3520.0
y: 3136.0
rotation: 90
- id: b6f5ee30-1131-4656-95e5-57dfb01bae6d
type: tree
x: 5824.0
y: 3136.0
rotation: 90
- id: 63e2f307-9fd3-499a-b936-b4e2f6ae4e39
type: tree
x: 4416.0
y: 3264.0
rotation: 90
- id: 568c5fc3-4f49-4fcf-9a43-69ec4e396fa9
type: tree
x: 3264.0
y: 2880.0
rotation: 90
- id: 87dca4e7-20cb-4519-a37c-b3ae984e818d
type: tree
x: 5568.0
y: 3264.0
rotation: 90
- id: 103f08bb-1b7f-4cab-8bfb-480010d8b98c
type: tree
x: 3136.0
y: 2496.0
rotation: 90
- id: 64ca68fb-0258-45a2-95fb-32a3e2479cab
type: tucan
x: 3136.0
y: 3776.0
rotation: 180
- id: db17b5f8-d54f-4b3c-bd23-ff46b87bfbf7
type: tucan
x: 2240.0
y: 3520.0
rotation: 360
triggers:
- script: "if player $ then dialogue sign 'Beavers are aggressive, and you can't capture them. So maybe it's best to just get out of their way?"
tiles:
- x: 33
y: 28
- script: "if player $ then dialogue monkey 'You will never manage to reach me here!"
tiles:
- x: 29
y: 27
- x: 29
y: 26
- x: 30
y: 26
- x: 30
y: 27
- x: 31
y: 26
- x: 31
y: 27
- script: "if player $ then camera 47 19"
tiles:
- x: 38
y: 25
- x: 38
y: 26
- x: 38
y: 27
- x: 38
y: 28
- x: 39
y: 28
- x: 39
y: 26
- x: 39
y: 27
- x: 39
y: 25
- x: 37
y: 25
- x: 37
y: 28
- x: 37
y: 26
- x: 37
y: 27
- script: "if player $ then dialogue sign 'Monkey forest: east"
tiles:
- x: 9
y: 10
- script: "if player $ then state 66fbc143-8cd1-4dc9-9870-5dbc896b32c0 OPEN"
tiles:
- x: 32
y: 27
properties:
name: Ape Escape
targetScore: 6
weather: SUNNY
cheatTargetTime: 300.0
tiles:
- type: grass
x: 10
y: 5
- type: grass
x: 10
y: 6
- type: grass
x: 10
y: 7
- type: grass
x: 10
y: 8
- type: grass
x: 10
y: 9
- type: grass
x: 39
y: 26
- type: grass
x: 39
y: 27
- type: grass
x: 39
y: 24
- type: grass
x: 39
y: 25
- type: grass
x: 39
y: 22
- type: grass
x: 3
y: 9
- type: grass
x: 39
y: 23
- type: grass
x: 3
y: 8
- type: grass
x: 39
y: 20
- type: grass
x: 3
y: 7
- type: grass
x: 39
y: 21
- type: grass
x: 3
y: 6
- type: grass
x: 3
y: 5
- type: grass
x: 39
y: 19
- type: grass
x: 39
y: 17
- type: grass
x: 39
y: 18
- type: grass
x: 7
y: 19
- type: grass
x: 38
y: 10
- type: grass
x: 7
y: 18
- type: grass
x: 38
y: 11
- type: grass
x: 7
y: 17
- type: grass
x: 38
y: 12
- type: grass
x: 7
y: 16
- type: grass
x: 38
y: 13
- type: grass
x: 38
y: 14
- type: grass
x: 38
y: 15
- type: grass
x: 38
y: 16
- type: grass
x: 38
y: 17
- type: grass
x: 7
y: 11
- type: grass
x: 7
y: 10
- type: grass
x: 7
y: 15
- type: grass
x: 7
y: 14
- type: grass
x: 7
y: 13
- type: grass
x: 7
y: 12
- type: grass
x: 32
y: 9
- type: grass
x: 32
y: 7
- type: grass
x: 32
y: 8
- type: grass
x: 32
y: 5
- type: grass
x: 32
y: 6
- type: grass
x: 7
y: 27
- type: grass
x: 7
y: 22
- type: grass
x: 7
y: 21
- type: grass
x: 7
y: 20
- type: grass
x: 7
y: 26
- type: grass
x: 7
y: 25
- type: grass
x: 7
y: 24
- type: grass
x: 7
y: 23
- type: grass
x: 20
y: 9
- type: grass
x: 20
y: 8
- type: grass
x: 20
y: 7
- type: grass
x: 20
y: 6
- type: grass
x: 20
y: 5
- type: grass
x: 38
y: 20
- type: grass
x: 38
y: 21
- type: grass
x: 38
y: 22
- type: grass
x: 38
y: 23
- type: grass
x: 38
y: 24
- type: grass
x: 38
y: 25
- type: grass
x: 38
y: 26
- type: grass
x: 38
y: 27
- type: grass
x: 38
y: 18
- type: grass
x: 38
y: 19
- type: grass
x: 6
y: 14
- type: grass
x: 6
y: 13
- type: grass
x: 6
y: 16
- type: grass
x: 6
y: 15
- type: grass
x: 6
y: 10
- type: grass
x: 6
y: 12
- type: grass
x: 6
y: 11
- type: grass
x: 19
y: 9
- type: grass
x: 19
y: 8
- type: grass
x: 19
y: 5
- type: grass
x: 37
y: 10
- type: grass
x: 19
y: 7
- type: grass
x: 19
y: 6
- type: grass
x: 37
y: 13
- type: grass
x: 37
y: 14
- type: grass
x: 37
y: 11
- type: grass
x: 37
y: 12
- type: grass
x: 6
y: 18
- type: grass
x: 37
y: 17
- type: grass
x: 6
y: 17
- type: grass
x: 37
y: 18
- type: grass
x: 37
y: 15
- type: grass
x: 6
y: 19
- type: grass
x: 37
y: 16
- type: grass
x: 6
y: 25
- type: grass
x: 6
y: 24
- type: grass
x: 6
y: 27
- type: grass
x: 6
y: 26
- type: grass
x: 6
y: 21
- type: grass
x: 6
y: 20
- type: grass
x: 6
y: 23
- type: grass
x: 6
y: 22
- type: grass
x: 5
y: 9
- type: grass
x: 42
y: 6
- type: grass
x: 42
y: 7
- type: grass
x: 42
y: 8
- type: grass
x: 42
y: 9
- type: grass
x: 5
y: 5
- type: grass
x: 5
y: 6
- type: grass
x: 5
y: 7
- type: grass
x: 5
y: 8
- type: grass
x: 42
y: 5
- type: grass
x: 29
y: 27
- type: grass
x: 24
y: 6
- type: grass
x: 36
y: 6
- type: grass
x: 24
y: 7
- type: grass
x: 36
y: 5
- type: grass
x: 24
y: 8
- type: grass
x: 24
y: 9
- type: grass
x: 37
y: 19
- type: grass
x: 37
y: 20
- type: grass
x: 37
y: 21
- type: grass
x: 37
y: 24
- type: grass
x: 37
y: 25
- type: grass
x: 37
y: 22
- type: grass
x: 37
y: 23
- type: grass
x: 37
y: 26
- type: grass
x: 37
y: 27
- type: grass
x: 9
y: 27
- type: grass
x: 9
y: 26
- type: grass
x: 9
y: 25
- type: grass
x: 12
y: 6
- type: grass
x: 12
y: 5
- type: grass
x: 12
y: 8
- type: grass
x: 12
y: 7
- type: grass
x: 12
y: 9
- type: grass
x: 9
y: 24
- type: grass-path-small
x: 9
y: 23
- type: grass
x: 9
y: 22
- type: grass
x: 9
y: 21
- type: grass
x: 9
y: 20
- type: grass
x: 9
y: 19
- type: grass
x: 36
y: 10
- type: grass
x: 9
y: 18
- type: grass
x: 36
y: 11
- type: grass
x: 9
y: 17
- type: grass
x: 9
y: 16
- type: grass
x: 9
y: 15
- type: grass
x: 9
y: 14
- type: grass
x: 24
y: 5
- type: grass
x: 36
y: 16
- type: grass
x: 36
y: 17
- type: grass
x: 36
y: 18
- type: grass
x: 36
y: 19
- type: grass
x: 36
y: 12
- type: grass
x: 36
y: 13
- type: grass
x: 36
y: 14
- type: grass
x: 36
y: 15
- type: grass
x: 9
y: 13
- type: grass
x: 9
y: 12
- type: grass
x: 9
y: 11
- type: grass
x: 9
y: 10
- type: grass-path-small
x: 28
y: 23
- type: grass
x: 28
y: 22
- type: grass
x: 36
y: 20
- type: grass
x: 28
y: 21
- type: grass
x: 36
y: 21
- type: grass
x: 28
y: 20
- type: grass
x: 36
y: 22
- type: grass
x: 28
y: 27
- type: grass
x: 28
y: 26
- type: grass
x: 28
y: 25
- type: grass
x: 28
y: 24
- type: grass
x: 36
y: 27
- type: grass
x: 36
y: 23
- type: grass
x: 36
y: 24
- type: grass
x: 36
y: 25
- type: grass
x: 36
y: 26
- type: grass
x: 28
y: 19
- type: grass
x: 28
y: 18
- type: grass
x: 28
y: 17
- type: grass
x: 28
y: 12
- type: grass
x: 28
y: 11
- type: grass
x: 28
y: 10
- type: grass
x: 34
y: 9
- type: grass
x: 28
y: 16
- type: grass
x: 34
y: 7
- type: grass
x: 28
y: 15
- type: grass
x: 34
y: 8
- type: grass
x: 28
y: 14
- type: grass
x: 34
y: 5
- type: grass
x: 28
y: 13
- type: grass
x: 34
y: 6
- type: grass
x: 7
y: 6
- type: grass
x: 7
y: 5
- type: grass
x: 7
y: 8
- type: grass
x: 7
y: 7
- type: grass
x: 7
y: 9
- type: grass
x: 8
y: 21
- type: grass
x: 8
y: 20
- type: grass-path-small-end
x: 8
y: 23
rotation: 180
- type: grass
x: 8
y: 22
- type: grass
x: 8
y: 25
- type: grass
x: 8
y: 24
- type: grass
x: 29
y: 10
- type: grass
x: 29
y: 11
- type: grass
x: 22
y: 9
- type: grass
x: 22
y: 8
- type: grass
x: 22
y: 7
- type: grass
x: 29
y: 14
- type: grass
x: 22
y: 6
- type: grass
x: 29
y: 15
- type: grass
x: 22
y: 5
- type: grass
x: 29
y: 12
- type: grass
x: 29
y: 13
- type: grass
x: 8
y: 27
- type: grass
x: 8
y: 26
- type: grass
x: 8
y: 10
- type: grass
x: 8
y: 12
- type: grass
x: 8
y: 11
- type: grass
x: 8
y: 14
- type: grass
x: 8
y: 13
- type: grass
x: 29
y: 18
- type: grass
x: 29
y: 19
- type: grass
x: 29
y: 16
- type: grass
x: 29
y: 17
- type: grass
x: 29
y: 21
- type: grass
x: 35
y: 11
- type: grass
x: 29
y: 22
- type: grass
x: 35
y: 12
- type: grass
x: 29
y: 20
- type: grass
x: 35
y: 10
- type: grass
x: 29
y: 25
- type: grass
x: 29
y: 26
- type: grass-path-small
x: 29
y: 23
- type: grass
x: 29
y: 24
- type: grass
x: 8
y: 16
- type: grass
x: 35
y: 19
- type: grass
x: 8
y: 15
- type: grass
x: 8
y: 18
- type: grass
x: 35
y: 17
- type: grass
x: 8
y: 17
- type: grass
x: 35
y: 18
- type: grass
x: 35
y: 15
- type: grass
x: 8
y: 19
- type: grass
x: 35
y: 16
- type: grass
x: 35
y: 13
- type: grass
x: 35
y: 14
- type: grass
x: 27
y: 7
- type: grass
x: 27
y: 8
- type: grass
x: 27
y: 5
- type: grass
x: 27
y: 6
- type: grass
x: 27
y: 19
- type: grass
x: 27
y: 18
- type: grass
x: 27
y: 26
- type: grass
x: 27
y: 25
- type: grass
x: 27
y: 27
- type: grass
x: 27
y: 22
- type: grass
x: 27
y: 21
- type: grass
x: 27
y: 24
- type: grass-path-small
x: 27
y: 23
- type: grass
x: 27
y: 20
- type: grass
x: 12
y: 20
- type: grass-path-small
x: 12
y: 23
- type: grass
x: 12
y: 24
- type: grass
x: 12
y: 21
- type: grass
x: 12
y: 22
- type: grass
x: 12
y: 27
- type: grass
x: 12
y: 25
- type: grass
x: 12
y: 26
- type: grass
x: 27
y: 15
- type: grass
x: 27
y: 14
- type: grass
x: 27
y: 17
- type: grass
x: 27
y: 16
- type: grass
x: 27
y: 11
- type: grass
x: 27
y: 10
- type: grass
x: 27
y: 13
- type: grass
x: 27
y: 12
- type: grass
x: 27
y: 9
- type: grass
x: 12
y: 12
- type: grass
x: 12
y: 13
- type: grass
x: 12
y: 10
- type: grass
x: 12
y: 11
- type: grass
x: 12
y: 16
- type: grass
x: 12
y: 17
- type: grass
x: 12
y: 14
- type: grass
x: 12
y: 15
- type: grass
x: 12
y: 18
- type: grass
x: 12
y: 19
- type: grass
x: 15
y: 7
- type: grass
x: 15
y: 6
- type: grass
x: 15
y: 5
- type: grass
x: 15
y: 9
- type: grass
x: 15
y: 8
- type: grass
x: 9
y: 7
- type: grass
x: 9
y: 8
- type: grass
x: 9
y: 5
- type: grass
x: 9
y: 6
- type: grass
x: 9
y: 9
- type: grass
x: 26
y: 18
- type: grass
x: 26
y: 17
- type: grass
x: 26
y: 16
- type: grass
x: 26
y: 15
- type: grass
x: 26
y: 14
- type: grass
x: 26
y: 13
- type: grass
x: 26
y: 12
- type: grass
x: 26
y: 11
- type: grass
x: 26
y: 10
- type: grass
x: 37
y: 8
- type: grass
x: 37
y: 9
- type: grass
x: 26
y: 27
- type: grass
x: 26
y: 26
- type: grass
x: 26
y: 25
- type: grass
x: 26
y: 24
- type: grass-path-small
x: 26
y: 23
- type: grass
x: 26
y: 22
- type: grass
x: 26
y: 21
- type: grass
x: 26
y: 20
- type: grass
x: 11
y: 22
- type: grass-path-small
x: 11
y: 23
- type: grass
x: 11
y: 24
- type: grass
x: 11
y: 25
- type: grass
x: 37
y: 5
- type: grass
x: 11
y: 20
- type: grass
x: 37
y: 6
- type: grass
x: 11
y: 21
- type: grass
x: 37
y: 7
- type: grass
x: 11
y: 26
- type: grass
x: 11
y: 27
- type: grass
x: 26
y: 19
- type: grass
x: 25
y: 6
- type: grass
x: 25
y: 5
- type: grass
x: 11
y: 11
- type: grass
x: 11
y: 12
- type: grass
x: 11
y: 13
- type: grass
x: 11
y: 14
- type: grass
x: 11
y: 10
- type: grass
x: 11
y: 19
- type: grass
x: 11
y: 15
- type: grass
x: 11
y: 16
- type: grass
x: 11
y: 17
- type: grass
x: 11
y: 18
- type: grass
x: 25
y: 8
- type: grass
x: 25
y: 7
- type: grass
x: 25
y: 9
- type: grass
x: 10
y: 25
- type: grass
x: 10
y: 26
- type: grass
x: 0
y: 8
- type: grass-path-small
x: 10
y: 23
- type: grass
x: 0
y: 9
- type: grass
x: 10
y: 24
- type: grass
x: 0
y: 6
- type: grass
x: 10
y: 21
- type: grass
x: 0
y: 7
- type: grass
x: 10
y: 22
- type: grass
x: 25
y: 11
- type: grass
x: 0
y: 5
- type: grass
x: 10
y: 20
- type: grass
x: 25
y: 10
- type: grass
x: 25
y: 13
- type: grass
x: 25
y: 12
- type: grass
x: 25
y: 15
- type: grass
x: 25
y: 14
- type: grass
x: 25
y: 17
- type: grass
x: 25
y: 16
- type: grass
x: 10
y: 27
- type: grass
x: 25
y: 19
- type: grass
x: 25
y: 18
- type: grass
x: 30
y: 6
- type: grass
x: 30
y: 5
- type: grass
x: 30
y: 8
- type: grass
x: 30
y: 7
- type: grass
x: 25
y: 20
- type: grass
x: 25
y: 22
- type: grass
x: 25
y: 21
- type: grass
x: 25
y: 24
- type: grass-path-small
x: 25
y: 23
- type: grass
x: 25
y: 26
- type: grass
x: 25
y: 25
- type: grass
x: 25
y: 27
- type: grass
x: 30
y: 9
- type: grass
x: 29
y: 6
- type: grass
x: 29
y: 5
- type: grass
x: 29
y: 9
- type: grass
x: 29
y: 8
- type: grass
x: 29
y: 7
- type: grass
x: 10
y: 14
- type: grass
x: 10
y: 15
- type: grass
x: 10
y: 12
- type: grass
x: 10
y: 13
- type: grass
x: 10
y: 10
- type: grass
x: 10
y: 11
- type: grass
x: 10
y: 18
- type: grass
x: 10
y: 19
- type: grass
x: 10
y: 16
- type: grass
x: 10
y: 17
- type: grass
x: 17
y: 6
- type: grass
x: 17
y: 7
- type: grass
x: 17
y: 8
- type: grass
x: 17
y: 9
- type: grass
x: 24
y: 12
- type: grass
x: 24
y: 11
- type: grass
x: 24
y: 10
- type: grass
x: 17
y: 5
- type: grass
x: 24
y: 16
- type: grass
x: 24
y: 15
- type: grass
x: 24
y: 14
- type: grass
x: 24
y: 13
- type: grass
x: 24
y: 19
- type: grass
x: 24
y: 18
- type: grass
x: 24
y: 17
- type: grass
x: 40
y: 7
- type: grass-path-small
x: 24
y: 23
- type: grass
x: 24
y: 22
- type: grass
x: 40
y: 6
- type: grass
x: 24
y: 21
- type: grass
x: 40
y: 5
- type: grass
x: 24
y: 20
- type: grass
x: 24
y: 27
- type: grass
x: 24
y: 26
- type: grass
x: 24
y: 25
- type: grass
x: 40
y: 9
- type: grass
x: 24
y: 24
- type: grass
x: 40
y: 8
- type: grass
x: 39
y: 15
- type: grass
x: 39
y: 16
- type: grass
x: 39
y: 13
- type: grass
x: 39
y: 14
- type: grass
x: 2
y: 9
- type: grass
x: 39
y: 11
- type: grass
x: 2
y: 8
- type: grass
x: 39
y: 12
- type: grass
x: 2
y: 7
- type: grass
x: 2
y: 6
- type: grass
x: 39
y: 10
- type: grass
x: 2
y: 5
- type: grass
x: 39
y: 5
- type: grass
x: 39
y: 7
- type: grass
x: 39
y: 6
- type: grass
x: 39
y: 9
- type: grass
x: 39
y: 8
- type: grass
x: 33
y: 8
- type: grass
x: 33
y: 9
- type: grass
x: 33
y: 6
- type: grass
x: 33
y: 7
- type: grass
x: 33
y: 5
- type: grass
x: 15
y: 15
- type: grass
x: 15
y: 16
- type: grass
x: 15
y: 17
- type: grass
x: 15
y: 18
- type: grass
x: 15
y: 11
- type: grass
x: 15
y: 12
- type: grass
x: 15
y: 13
- type: grass
x: 15
y: 14
- type: grass
x: 15
y: 10
- type: grass
x: 31
y: 19
- type: grass
x: 31
y: 17
- type: grass
x: 31
y: 18
- type: grass
x: 31
y: 15
- type: grass
x: 31
y: 16
- type: grass
x: 31
y: 13
- type: grass
x: 31
y: 14
- type: grass
x: 31
y: 11
- type: grass
x: 31
y: 12
- type: grass
x: 31
y: 10
- type: grass
x: 15
y: 26
- type: grass
x: 23
y: 22
- type: grass
x: 40
y: 26
- type: grass
x: 15
y: 27
- type: grass
x: 23
y: 21
- type: grass
x: 40
y: 27
- type: grass
x: 23
y: 24
- type: grass-path-small
x: 23
y: 23
- type: grass
x: 15
y: 22
- type: grass
x: 32
y: 27
- type: grass
x: 40
y: 22
- type: grass
x: 40
y: 23
- type: grass-path-small
x: 15
y: 23
- type: grass
x: 15
y: 24
- type: grass
x: 23
y: 20
- type: grass
x: 40
y: 24
- type: grass
x: 15
y: 25
- type: grass
x: 40
y: 25
- type: grass
x: 32
y: 23
- type: grass
x: 32
y: 24
- type: grass
x: 15
y: 20
- type: grass
x: 32
y: 25
- type: grass
x: 15
y: 21
- type: grass
x: 32
y: 26
- type: grass
x: 23
y: 26
- type: grass
x: 23
y: 25
- type: grass
x: 32
y: 20
- type: grass
x: 32
y: 21
- type: grass
x: 23
y: 27
- type: grass
x: 32
y: 22
- type: grass
x: 0
y: 26
- type: grass
x: 0
y: 27
- type: grass
x: 0
y: 20
- type: grass
x: 40
y: 20
- type: grass
x: 0
y: 21
- type: grass
x: 40
y: 21
- type: grass
x: 0
y: 22
- type: grass
x: 15
y: 19
- type: grass
x: 0
y: 23
- type: grass
x: 0
y: 24
- type: grass
x: 0
y: 25
- type: grass
x: 23
y: 11
- type: grass
x: 40
y: 15
- type: grass
x: 23
y: 10
- type: grass
x: 40
y: 16
- type: grass
x: 23
y: 13
- type: grass
x: 40
y: 17
- type: grass
x: 23
y: 12
- type: grass
x: 40
y: 18
- type: grass
x: 40
y: 11
- type: grass
x: 40
y: 12
- type: grass
x: 40
y: 13
- type: grass
x: 40
y: 14
- type: grass
x: 23
y: 19
- type: grass
x: 23
y: 18
- type: grass
x: 23
y: 15
- type: grass
x: 40
y: 19
- type: grass
x: 23
y: 14
- type: grass
x: 23
y: 17
- type: grass
x: 23
y: 16
- type: grass
x: 0
y: 15
- type: grass
x: 0
y: 16
- type: grass
x: 21
y: 9
- type: grass
x: 0
y: 17
- type: grass
x: 21
y: 8
- type: grass
x: 0
y: 18
- type: grass
x: 21
y: 7
- type: grass
x: 0
y: 19
- type: grass
x: 21
y: 6
- type: grass
x: 21
y: 5
- type: grass
x: 0
y: 10
- type: grass
x: 40
y: 10
- type: grass
x: 0
y: 11
- type: grass
x: 0
y: 12
- type: grass
x: 0
y: 13
- type: grass
x: 0
y: 14
- type: grass
x: 1
y: 12
- type: grass
x: 1
y: 13
- type: grass
x: 1
y: 10
- type: grass
x: 1
y: 11
- type: grass
x: 4
y: 8
- type: grass
x: 4
y: 9
- type: grass
x: 1
y: 18
- type: grass
x: 1
y: 19
- type: grass
x: 1
y: 16
- type: grass
x: 1
y: 17
- type: grass
x: 1
y: 14
- type: grass
x: 1
y: 15
- type: grass
x: 16
y: 12
- type: grass
x: 16
y: 13
- type: grass
x: 16
y: 10
- type: grass
x: 16
y: 11
- type: grass
x: 16
y: 16
- type: grass
x: 4
y: 5
- type: grass
x: 16
y: 17
- type: grass
x: 4
y: 6
- type: grass
x: 16
y: 14
- type: grass
x: 4
y: 7
- type: grass
x: 16
y: 15
- type: grass
x: 1
y: 23
- type: grass
x: 1
y: 24
- type: grass
x: 1
y: 21
- type: grass
x: 1
y: 22
- type: grass
x: 32
y: 16
- type: grass
x: 1
y: 20
- type: grass
x: 32
y: 17
- type: grass
x: 32
y: 18
- type: grass
x: 32
y: 19
- type: grass
x: 32
y: 12
- type: grass
x: 32
y: 13
- type: grass
x: 32
y: 14
- type: grass
x: 32
y: 15
- type: grass
x: 1
y: 27
- type: grass
x: 1
y: 25
- type: grass
x: 32
y: 10
- type: grass
x: 1
y: 26
- type: grass
x: 32
y: 11
- type: grass
x: 31
y: 7
- type: grass
x: 31
y: 6
- type: grass
x: 31
y: 9
- type: grass
x: 31
y: 8
- type: grass
x: 31
y: 5
- type: grass
x: 22
y: 25
- type: grass
x: 22
y: 24
- type: grass-path-small
x: 22
y: 23
- type: grass
x: 22
y: 22
- type: grass
x: 22
y: 21
- type: grass
x: 22
y: 20
- type: grass
x: 22
y: 27
- type: grass
x: 22
y: 26
- type: grass
x: 16
y: 18
- type: grass
x: 16
y: 19
- type: grass
x: 22
y: 14
- type: grass-path-small
x: 16
y: 23
- type: grass
x: 16
y: 24
- type: grass
x: 22
y: 13
- type: grass
x: 16
y: 21
- type: grass
x: 22
y: 12
- type: grass
x: 33
y: 26
- type: grass
x: 16
y: 22
- type: grass
x: 22
y: 11
- type: grass
x: 33
y: 27
- type: grass
x: 16
y: 27
- type: grass
x: 22
y: 10
- type: grass
x: 16
y: 25
- type: grass
x: 16
y: 26
- type: grass
x: 33
y: 20
- type: grass
x: 33
y: 21
- type: grass
x: 22
y: 19
- type: grass
x: 22
y: 18
- type: grass
x: 33
y: 24
- type: grass
x: 16
y: 20
- type: grass
x: 22
y: 17
- type: grass
x: 33
y: 25
- type: grass
x: 22
y: 16
- type: grass
x: 33
y: 22
- type: grass
x: 22
y: 15
- type: grass
x: 33
y: 23
- type: grass
x: 33
y: 17
- type: grass
x: 41
y: 12
- type: grass
x: 33
y: 18
- type: grass
x: 41
y: 13
- type: grass
x: 33
y: 15
- type: grass
x: 41
y: 10
- type: grass
x: 33
y: 16
- type: grass
x: 41
y: 11
- type: grass
x: 41
y: 16
- type: grass
x: 13
y: 5
- type: grass
x: 41
y: 17
- type: grass
x: 33
y: 19
- type: grass
x: 41
y: 14
- type: grass
x: 41
y: 15
- type: grass
x: 33
y: 10
- type: grass
x: 41
y: 18
- type: grass
x: 41
y: 19
- type: grass
x: 33
y: 13
- type: grass
x: 33
y: 14
- type: grass
x: 33
y: 11
- type: grass
x: 33
y: 12
- type: grass
x: 13
y: 8
- type: grass
x: 13
y: 9
- type: grass
x: 13
y: 6
- type: grass
x: 13
y: 7
- type: grass
x: 41
y: 20
- type: grass
x: 41
y: 23
- type: grass
x: 41
y: 24
- type: grass
x: 41
y: 21
- type: grass
x: 41
y: 22
- type: grass
x: 41
y: 27
- type: grass
x: 13
y: 10
- type: grass
x: 13
y: 11
- type: grass
x: 41
y: 25
- type: grass
x: 13
y: 12
- type: grass
x: 41
y: 26
- type: grass
x: 13
y: 13
- type: grass
x: 13
y: 14
- type: grass
x: 13
y: 15
- type: grass
x: 13
y: 16
- type: grass
x: 13
y: 17
- type: grass
x: 13
y: 18
- type: grass
x: 13
y: 19
- type: grass
x: 21
y: 17
- type: grass
x: 21
y: 16
- type: grass
x: 21
y: 19
- type: grass
x: 21
y: 18
- type: grass
x: 35
y: 9
- type: grass
x: 35
y: 8
- type: grass
x: 35
y: 7
- type: grass
x: 35
y: 6
- type: grass
x: 21
y: 11
- type: grass
x: 21
y: 10
- type: grass
x: 21
y: 13
- type: grass
x: 21
y: 12
- type: grass
x: 21
y: 15
- type: grass
x: 21
y: 14
- type: grass
x: 6
y: 5
- type: grass
x: 6
y: 7
- type: grass
x: 13
y: 20
- type: grass
x: 6
y: 6
- type: grass
x: 13
y: 21
- type: grass
x: 6
y: 9
- type: grass
x: 13
y: 22
- type: grass
x: 6
y: 8
- type: grass-path-small
x: 13
y: 23
- type: grass
x: 13
y: 24
- type: grass
x: 13
y: 25
- type: grass
x: 13
y: 26
- type: grass
x: 13
y: 27
- type: grass
x: 34
y: 25
- type: grass
x: 21
y: 27
- type: grass
x: 34
y: 26
- type: grass
x: 34
y: 27
- type: grass
x: 21
y: 20
- type: grass
x: 21
y: 22
- type: grass
x: 21
y: 21
- type: grass
x: 34
y: 20
- type: grass
x: 21
y: 24
- type: grass
x: 34
y: 21
- type: grass
x: 34
y: 22
- type: grass-path-small
x: 21
y: 23
- type: grass
x: 21
y: 26
- type: grass
x: 34
y: 23
- type: grass
x: 21
y: 25
- type: grass
x: 34
y: 24
- type: grass
x: 35
y: 5
- type: grass
x: 34
y: 14
- type: grass
x: 42
y: 10
- type: grass
x: 34
y: 15
- type: grass
x: 34
y: 16
- type: grass
x: 42
y: 12
- type: grass
x: 34
y: 17
- type: grass
x: 42
y: 11
- type: grass
x: 34
y: 18
- type: grass
x: 42
y: 14
- type: grass
x: 34
y: 19
- type: grass
x: 42
y: 13
- type: grass
x: 42
y: 16
- type: grass
x: 42
y: 15
- type: grass
x: 42
y: 18
- type: grass
x: 42
y: 17
- type: grass
x: 42
y: 19
- type: grass
x: 34
y: 10
- type: grass
x: 34
y: 11
- type: grass
x: 34
y: 12
- type: grass
x: 34
y: 13
- type: grass
x: 42
y: 21
- type: grass
x: 42
y: 20
- type: grass
x: 42
y: 23
- type: grass
x: 42
y: 22
- type: grass
x: 42
y: 25
- type: grass
x: 42
y: 24
- type: grass
x: 42
y: 27
- type: grass
x: 42
y: 26
- type: grass
x: 14
y: 18
- type: grass
x: 14
y: 19
- type: grass
x: 14
y: 16
- type: grass
x: 14
y: 17
- type: grass
x: 14
y: 14
- type: grass
x: 14
y: 15
- type: grass
x: 14
y: 12
- type: grass
x: 14
y: 13
- type: grass
x: 14
y: 10
- type: grass
x: 23
y: 5
- type: grass
x: 14
y: 11
- type: grass
x: 23
y: 6
- type: grass
x: 23
y: 7
- type: grass
x: 23
y: 8
- type: grass
x: 23
y: 9
- type: grass
x: 20
y: 19
- type: grass
x: 14
y: 27
- type: grass
x: 20
y: 18
- type: grass
x: 20
y: 17
- type: grass
x: 14
y: 25
- type: grass
x: 14
y: 26
- type: grass-path-small
x: 14
y: 23
- type: grass
x: 14
y: 24
- type: grass
x: 14
y: 21
- type: grass
x: 20
y: 12
- type: grass
x: 14
y: 22
- type: grass
x: 20
y: 11
- type: grass
x: 20
y: 10
- type: grass
x: 14
y: 20
- type: grass
x: 20
y: 16
- type: grass
x: 20
y: 15
- type: grass
x: 20
y: 14
- type: grass
x: 20
y: 13
- type: grass
x: 11
y: 5
- type: grass
x: 11
y: 7
- type: grass
x: 11
y: 6
- type: grass
x: 11
y: 9
- type: grass
x: 11
y: 8
- type: grass-path-small
x: 20
y: 23
- type: grass
x: 20
y: 22
- type: grass
x: 20
y: 21
- type: grass
x: 20
y: 20
- type: grass
x: 20
y: 27
- type: grass
x: 20
y: 26
- type: grass
x: 20
y: 25
- type: grass
x: 20
y: 24
- type: grass-path-small
x: 19
y: 23
- type: grass
x: 19
y: 22
- type: grass
x: 19
y: 25
- type: grass
x: 19
y: 24
- type: grass
x: 19
y: 21
- type: grass
x: 19
y: 20
- type: grass
x: 8
y: 6
- type: grass
x: 35
y: 22
- type: grass
x: 8
y: 7
- type: grass
x: 19
y: 19
- type: grass
x: 35
y: 23
- type: grass
x: 35
y: 20
- type: grass
x: 8
y: 5
- type: exit
x: 35
y: 21
- type: grass
x: 19
y: 16
- type: grass
x: 19
y: 15
- type: grass
x: 4
y: 21
- type: grass
x: 8
y: 8
- type: grass
x: 19
y: 18
- type: grass
x: 4
y: 20
- type: grass
x: 8
y: 9
- type: grass
x: 19
y: 17
- type: start
x: 4
y: 23
- type: grass
x: 4
y: 22
- type: grass
x: 4
y: 25
- type: grass
x: 4
y: 24
- type: grass
x: 4
y: 27
- type: grass
x: 35
y: 26
- type: grass
x: 4
y: 26
- type: grass
x: 35
y: 27
- type: grass
x: 35
y: 24
- type: grass
x: 35
y: 25
- type: grass
x: 4
y: 19
- type: grass
x: 38
y: 9
- type: grass
x: 16
y: 8
- type: grass
x: 19
y: 27
- type: grass
x: 16
y: 7
- type: grass
x: 19
y: 26
- type: grass
x: 4
y: 10
- type: grass
x: 16
y: 6
- type: grass
x: 16
y: 5
- type: grass
x: 4
y: 12
- type: grass
x: 4
y: 11
- type: grass
x: 4
y: 14
- type: grass
x: 4
y: 13
- type: grass
x: 4
y: 16
- type: grass
x: 4
y: 15
- type: grass
x: 4
y: 18
- type: grass
x: 4
y: 17
- type: grass
x: 38
y: 5
- type: grass
x: 38
y: 6
- type: grass
x: 38
y: 7
- type: grass
x: 38
y: 8
- type: grass
x: 26
y: 9
- type: grass
x: 26
y: 8
- type: grass
x: 19
y: 12
- type: grass
x: 19
y: 11
- type: grass
x: 19
y: 14
- type: grass
x: 19
y: 13
- type: grass
x: 19
y: 10
- type: grass
x: 14
y: 9
- type: grass
x: 14
y: 7
- type: grass
x: 14
y: 8
- type: grass
x: 5
y: 27
- type: grass
x: 5
y: 26
- type: grass
x: 5
y: 25
- type: grass
x: 5
y: 24
- type: grass
x: 5
y: 23
- type: grass
x: 5
y: 22
- type: grass
x: 5
y: 21
- type: grass
x: 5
y: 20
- type: grass
x: 26
y: 5
- type: grass
x: 26
y: 7
- type: grass
x: 26
y: 6
- type: grass
x: 5
y: 19
- type: grass
x: 5
y: 18
- type: grass
x: 5
y: 17
- type: grass
x: 5
y: 16
- type: grass
x: 5
y: 15
- type: grass
x: 5
y: 14
- type: grass
x: 5
y: 13
- type: grass
x: 5
y: 12
- type: grass
x: 5
y: 11
- type: grass
x: 5
y: 10
- type: grass
x: 36
y: 9
- type: grass
x: 36
y: 8
- type: grass
x: 36
y: 7
- type: grass
x: 14
y: 5
- type: grass
x: 14
y: 6
- type: grass
x: 17
y: 10
- type: grass
x: 17
y: 12
- type: grass
x: 17
y: 11
- type: grass
x: 17
y: 14
- type: grass
x: 17
y: 13
- type: grass
x: 17
y: 16
- type: grass
x: 17
y: 15
- type: grass
x: 2
y: 10
- type: grass
x: 2
y: 12
- type: grass
x: 2
y: 11
- type: grass
x: 2
y: 18
- type: grass
x: 2
y: 17
- type: grass
x: 2
y: 19
- type: grass
x: 2
y: 14
- type: grass
x: 2
y: 13
- type: grass
x: 2
y: 16
- type: grass
x: 2
y: 15
- type: grass
x: 2
y: 21
- type: grass
x: 2
y: 20
- type: grass
x: 2
y: 23
- type: grass
x: 2
y: 22
- type: grass
x: 2
y: 25
- type: grass
x: 2
y: 24
- type: grass
x: 2
y: 27
- type: grass
x: 2
y: 26
- type: grass
x: 30
y: 20
- type: grass
x: 30
y: 21
- type: grass
x: 30
y: 22
- type: grass-path-small-end
x: 30
y: 23
- type: grass
x: 30
y: 24
- type: grass
x: 30
y: 25
- type: grass
x: 41
y: 8
- type: grass
x: 30
y: 26
- type: grass
x: 41
y: 7
- type: grass
x: 30
y: 27
- type: grass
x: 41
y: 6
- type: grass
x: 41
y: 5
- type: grass
x: 41
y: 9
- type: grass
x: 17
y: 21
- type: grass
x: 17
y: 20
- type: grass
x: 1
y: 9
- type: grass-path-small
x: 17
y: 23
- type: grass
x: 17
y: 22
- type: grass
x: 1
y: 7
- type: grass
x: 17
y: 25
- type: grass
x: 1
y: 8
- type: grass
x: 17
y: 24
- type: grass
x: 1
y: 5
- type: grass
x: 17
y: 27
- type: grass
x: 1
y: 6
- type: grass
x: 17
y: 26
- type: grass
x: 18
y: 7
- type: grass
x: 18
y: 8
- type: grass
x: 18
y: 9
- type: grass
x: 18
y: 5
- type: grass
x: 18
y: 6
- type: grass
x: 17
y: 18
- type: grass
x: 17
y: 17
- type: grass
x: 17
y: 19
- type: grass
x: 3
y: 22
- type: grass
x: 18
y: 19
- type: grass
x: 3
y: 21
- type: grass
x: 18
y: 18
- type: grass
x: 3
y: 20
- type: grass
x: 18
y: 17
- type: grass
x: 18
y: 16
- type: grass
x: 3
y: 26
- type: grass
x: 3
y: 25
- type: grass
x: 3
y: 24
- type: grass
x: 3
y: 23
- type: grass
x: 3
y: 27
- type: grass
x: 18
y: 26
- type: grass
x: 18
y: 25
- type: grass
x: 18
y: 24
- type: grass-path-small
x: 18
y: 23
- type: grass
x: 18
y: 22
- type: grass
x: 18
y: 21
- type: grass
x: 18
y: 20
- type: grass
x: 3
y: 11
- type: grass
x: 3
y: 10
- type: grass
x: 18
y: 27
- type: grass
x: 3
y: 15
- type: grass
x: 3
y: 14
- type: grass
x: 3
y: 13
- type: grass
x: 3
y: 12
- type: grass
x: 3
y: 19
- type: grass
x: 3
y: 18
- type: grass
x: 3
y: 17
- type: grass
x: 3
y: 16
- type: grass
x: 30
y: 10
- type: grass
x: 30
y: 11
- type: grass
x: 30
y: 12
- type: grass
x: 30
y: 13
- type: grass
x: 30
y: 14
- type: grass
x: 30
y: 15
- type: grass
x: 30
y: 16
- type: grass
x: 30
y: 17
- type: grass
x: 30
y: 18
- type: grass
x: 30
y: 19
- type: grass
x: 16
y: 9
- type: grass
x: 31
y: 26
- type: grass
x: 31
y: 27
- type: grass
x: 31
y: 24
- type: grass
x: 31
y: 25
- type: grass
x: 31
y: 22
- type: grass
x: 31
y: 23
- type: grass
x: 31
y: 20
- type: grass
x: 31
y: 21
- type: grass
x: 28
y: 5
- type: grass
x: 28
y: 8
- type: grass
x: 28
y: 9
- type: grass
x: 28
y: 6
- type: grass
x: 28
y: 7
- type: grass
x: 18
y: 15
- type: grass
x: 18
y: 14
- type: grass
x: 18
y: 13
- type: grass
x: 18
y: 12
- type: grass
x: 18
y: 11
- type: grass
x: 18
y: 10
creatures:
- id: e04e01da-7706-447a-90aa-08005ee3936b
type: bananabox
x: 4032.0
y: 3264.0
rotation: 90
- id: 14213f80-0bce-47e8-92ad-cfad214fbad3
type: bigbeaver
x: 4288.0
y: 3008.0
rotation: 90
- id: b223192b-b776-418e-afae-f3bc19de55b2
type: biggold
x: 4800.0
y: 2240.0
rotation: 90
- id: a325c1b5-6175-496a-94f2-912494655c23
type: cage
x: 320.0
y: 3136.0
rotation: 90
- id: e4edb43f-b227-439e-a7a5-67506dc4b092
type: coconut
x: 4800.0
y: 2624.0
rotation: 90
- id: 7bfdd362-394e-4697-ad57-102ee29686ef
type: coconut
x: 2752.0
y: 2496.0
rotation: 90
- id: 23e59d12-d849-4a9d-85f5-d28ef38d3ec3
type: gate
x: 832.0
y: 2368.0
rotation: 90
- id: f7657d38-43e1-446e-b98f-a08e757e1376
type: gate
x: 832.0
y: 3008.0
rotation: 90
- id: 2b4d8ea7-a7b4-40d0-934f-90af66afb88d
type: haarp
x: 4160.0
y: 2624.0
rotation: 90
- id: 94519c70-513c-4984-94b8-77f7da34d3e9
type: hedgehog
x: 3904.0
y: 3136.0
rotation: 90
- id: ddc94023-97b6-47ae-9ee2-fc50d4681829
type: monkey
x: 1600.0
y: 2496.0
rotation: 90
- id: 7b771805-47fd-4a2d-b48e-401a228c55a7
type: monkey
x: 3648.0
y: 3008.0
rotation: 90
- id: fc6cb2a9-2801-4bc7-87f0-baac8f00ad08
type: monkey
x: 4672.0
y: 3008.0
rotation: 90
- id: f15a1f1f-5895-495d-812e-01bb03edc851
type: monkey
x: 3648.0
y: 2368.0
rotation: 90
- id: ea062982-c2f5-43cb-b2de-d55ce116835f
type: monkey
x: 2880.0
y: 2880.0
rotation: 90
- id: 782342c7-fd27-429a-b081-9f84f5e3b39f
type: monkey
x: 2624.0
y: 3136.0
rotation: 90
- id: 9e87c7e1-d890-4ff4-aa8e-6c05c2a2e73f
type: player
x: 576.0
y: 3008.0
rotation: 90
- id: 93bf8b3b-1045-4c23-8ffe-da683634fc8b
type: stonewall
x: 4288.0
y: 2368.0
rotation: 90
- id: 32b0d2a1-48b7-4acf-93a9-6dc04023eca6
type: stonewall
x: 576.0
y: 2624.0
rotation: 90
- id: 0ebe8129-2ba8-4fe2-8b83-80ac3066fb80
type: stonewall
x: 320.0
y: 2240.0
rotation: 90
- id: 65c1359c-5ef8-4496-ac29-6e6faa8971b1
type: stonewall
x: 576.0
y: 3520.0
rotation: 90
- id: 3ba9132b-f318-4bc3-8e7f-1c65307565e9
type: stonewall
x: 4544.0
y: 3392.0
rotation: 90
- id: bc1d84a9-b66b-4ec4-95c2-10117f198b21
type: stonewall
x: 5056.0
y: 2880.0
rotation: 90
- id: 1f7ce342-76de-4f0d-afe0-f670f4fec337
type: stonewall
x: 5056.0
y: 3008.0
rotation: 90
- id: 45669590-438a-4886-bc07-57393d34d3e0
type: stonewall
x: 5056.0
y: 2624.0
rotation: 90
- id: 59dabfe1-7045-4504-93a5-c0cba28c56c3
type: stonewall
x: 320.0
y: 2880.0
rotation: 90
- id: 8ea80b94-1619-4c08-bc70-7911f5eb0c7d
type: stonewall
x: 4032.0
y: 2240.0
rotation: 90
- id: 5da30560-ce70-4fb0-a587-f5b7b5ad967d
type: stonewall
x: 4800.0
y: 3136.0
rotation: 90
- id: 83d49601-8e27-4197-a7d7-4e4e1c67be5c
type: stonewall
x: 4800.0
y: 3264.0
rotation: 90
- id: bdbca29e-033a-4c9d-a9d8-418fec3919ee
type: stonewall
x: 5056.0
y: 2496.0
rotation: 90
- id: 02df6fbf-95d7-4395-9b59-1fd8b91a74ec
type: stonewall
x: 576.0
y: 2112.0
rotation: 90
- id: 9db73be7-ea8c-4bb3-9f04-60acce60fc0a
type: stonewall
x: 320.0
y: 3520.0
rotation: 90
- id: 73754c2f-e92c-4ab6-bc7e-c33b4b2cc07c
type: stonewall
x: 960.0
y: 2112.0
rotation: 90
- id: 8cc82b8d-152f-4c1d-921c-49160485b927
type: stonewall
x: 4160.0
y: 3392.0
rotation: 90
- id: 0f0b6e15-a36d-42d7-8952-03ba03c409b2
type: stonewall
x: 4928.0
y: 2240.0
rotation: 90
- id: 31dbceb6-5c6b-42b4-b984-72af8253d32d
type: stonewall
x: 64.0
y: 2624.0
rotation: 90
- id: 6cc0b890-b82a-4876-9995-cb2695902388
type: stonewall
x: 64.0
y: 2752.0
rotation: 90
- id: 262e187b-879a-4347-88b9-4c8816009038
type: stonewall
x: 64.0
y: 3008.0
rotation: 90
- id: 2b6b3b51-4734-401f-acd5-598aab02d208
type: stonewall
x: 64.0
y: 3136.0
rotation: 90
- id: 147b7caa-aff5-49b1-b577-88ce242535dc
type: stonewall
x: 64.0
y: 3264.0
rotation: 90
- id: 9e9e1856-746e-427f-8afa-1b50e33cf58d
type: stonewall
x: 4416.0
y: 3392.0
rotation: 90
- id: 823ef9c9-a12d-4d36-a0be-60c29ec1e98d
type: stonewall
x: 4672.0
y: 2112.0
rotation: 90
- id: d0c0d462-3eed-489e-8bdb-30f5b54fee33
type: stonewall
x: 960.0
y: 3520.0
rotation: 90
- id: 1762d5a2-3ff1-4b77-85d4-0409dab5ad73
type: stonewall
x: 64.0
y: 2368.0
rotation: 90
- id: 736c507d-2da5-4c22-a975-ded21e2d4317
type: stonewall
x: 4416.0
y: 2240.0
rotation: 90
- id: 90bebf62-5bd3-43a8-9d0e-6f98141c2713
type: stonewall
x: 448.0
y: 3392.0
rotation: 90
- id: 5bad3788-1ec0-45a2-b09b-b3f4dba207dd
type: stonewall
x: 192.0
y: 2496.0
rotation: 90
- id: 77b4d98b-e2ba-4c0a-8471-203b98779343
type: stonewall
x: 192.0
y: 2240.0
rotation: 90
- id: bb796ce9-4934-4a3b-badf-f20f2c407a50
type: stonewall
x: 4672.0
y: 3264.0
rotation: 90
- id: ffde4009-9e75-4a6d-9ed3-484f7e7e7ca7
type: stonewall
x: 4672.0
y: 3392.0
rotation: 90
- id: b47caafe-e1e4-4d79-8d12-daaedba9998f
type: stonewall
x: 704.0
y: 3392.0
rotation: 90
- id: a2eb4995-c086-4870-955a-d2ffee262375
type: stonewall
x: 704.0
y: 3264.0
rotation: 90
- id: d5c05e29-7807-4141-9acb-2a76dac8d44f
type: stonewall
x: 704.0
y: 2752.0
rotation: 90
- id: 27b83be2-bf3c-4149-bd8f-2fddf611c735
type: stonewall
x: 704.0
y: 2624.0
rotation: 90
- id: 644ac842-59aa-4d37-8779-2abca08743fc
type: stonewall
x: 192.0
y: 2880.0
rotation: 90
- id: ccb2e41e-1881-4fa2-a098-e7c85939934c
type: stonewall
x: 4160.0
y: 2240.0
rotation: 90
- id: c2329f15-55af-479f-9e1b-fad860c9eac4
type: stonewall
x: 4928.0
y: 2752.0
rotation: 90
- id: 5a2b31b2-e445-4fb8-a101-cec46885c34b
type: stonewall
x: 4928.0
y: 3136.0
rotation: 90
- id: 2c9facd0-f25b-489d-ba6f-8cacb33acca3
type: stonewall
x: 192.0
y: 3520.0
rotation: 90
- id: 7130aaf2-4b35-4727-a317-b1e389b1a8d8
type: stonewall
x: 192.0
y: 3392.0
rotation: 90
- id: 0ba0d338-a7d1-4032-83ac-8565df540508
type: stonewall
x: 448.0
y: 2112.0
rotation: 90
- id: 3318ac3c-6104-449d-bd41-ebc86355847c
type: stonewall
x: 4928.0
y: 2368.0
rotation: 90
- id: 9e6ebde0-1287-4315-946a-ac62995f5a55
type: stonewall
x: 704.0
y: 2112.0
rotation: 90
- id: 79947fc7-1760-44de-866e-ac38fcdc6bfb
type: stonewall
x: 3904.0
y: 2112.0
rotation: 90
- id: 3221cbe2-ce9b-44ba-9454-ea87b43579b4
type: stonewall
x: 4032.0
y: 3392.0
rotation: 90
- id: d0d97a2b-c4d7-4b4b-a2e8-576d4ef78f3c
type: stonewall
x: 832.0
y: 2496.0
rotation: 90
- id: d8911449-f653-491e-b5f3-a1679ae91b76
type: stonewall
x: 4800.0
y: 2112.0
rotation: 90
- id: b067754f-81db-4d52-b245-d7dea99d75c9
type: stonewall
x: 832.0
y: 3136.0
rotation: 90
- id: e6751b78-a776-462c-b31a-0424a2eae80e
type: stonewall
x: 832.0
y: 3392.0
rotation: 90
- id: 277daba9-94b8-4e53-97d1-d865d88bafab
type: stonewall
x: 832.0
y: 2880.0
rotation: 90
- id: 880e3a56-d4a0-4f70-842e-d73509a8463c
type: stonewall
x: 4544.0
y: 2240.0
rotation: 90
- id: d4372e64-e349-49f0-8db9-e61d9fb0e23f
type: stonewall
x: 4288.0
y: 3264.0
rotation: 90
- id: f132901a-5ef5-4bf9-81c3-ed84a1d5c237
type: switch
x: 576.0
y: 2368.0
rotation: 90
- id: ba034211-ff7f-44f9-8bc0-09bb08be3c3c
type: tree
x: 1344.0
y: 3264.0
rotation: 90
- id: 6b6b88c7-3d4a-4235-a4f3-339d74cf768a
type: tree
x: 1344.0
y: 2752.0
rotation: 90
- id: ca0afe62-1fae-4670-95f9-ac9bc515aa67
type: tree
x: 1344.0
y: 2624.0
rotation: 90
- id: 98854c11-9afe-47d0-b7ff-c27b935834f0
type: tree
x: 2496.0
y: 3264.0
rotation: 90
- id: 72eff9d4-363c-4270-ba1d-1dfa4999c4a6
type: tree
x: 3264.0
y: 2240.0
rotation: 90
- id: df6def2b-7e53-4a39-b8f0-296603704008
type: tree
x: 2496.0
y: 2752.0
rotation: 90
- id: 78610711-b2f2-4405-bcaf-ea5a0fd963ce
type: tree
x: 2496.0
y: 2624.0
rotation: 90
- id: bcb50880-c39c-4880-abce-68265c2f3874
type: tree
x: 3520.0
y: 3264.0
rotation: 90
- id: 1ce269c6-1c32-4d94-82f5-42f08c6b4623
type: tree
x: 3520.0
y: 2752.0
rotation: 90
- id: 97856f40-1d4d-4a1a-8af8-84bce46b60de
type: tree
x: 2496.0
y: 2240.0
rotation: 90
- id: 03817e25-95e6-4463-87f8-1839ec6cc6af
type: tree
x: 3520.0
y: 2624.0
rotation: 90
- id: b10a5228-bc4a-448a-a374-0622f56bef8e
type: tree
x: 1600.0
y: 2624.0
rotation: 90
- id: 010238df-4adc-4076-aa06-0472bea5beab
type: tree
x: 1984.0
y: 2240.0
rotation: 90
- id: 28847a6f-d4de-4ef5-ae49-e50e0d6602e8
type: tree
x: 3264.0
y: 2624.0
rotation: 90
- id: d970f067-aa63-4552-a2c6-a5dc196236f7
type: tree
x: 1600.0
y: 2752.0
rotation: 90
- id: 9924223f-615b-4fc6-8c7c-49de162d163c
type: tree
x: 3264.0
y: 2752.0
rotation: 90
- id: cfb3d625-716f-4779-8564-012dab5a63c3
type: tree
x: 1600.0
y: 3264.0
rotation: 90
- id: c0306400-c34d-4a15-9330-e176a49ed1d5
type: tree
x: 3264.0
y: 3264.0
rotation: 90
- id: 8fc3f9f7-7f11-41f4-a6c1-bc19a880d3d4
type: tree
x: 3520.0
y: 2240.0
rotation: 90
- id: 35f91c9b-d7a0-486f-ad2f-5aea7d955330
type: tree
x: 1728.0
y: 2240.0
rotation: 90
- id: fc47d536-6302-40d4-8af1-34fcc56a82f2
type: tree
x: 2752.0
y: 2240.0
rotation: 90
- id: 444f51fc-2b52-4917-80ea-987d5ff28cad
type: tree
x: 3008.0
y: 2752.0
rotation: 90
- id: 6fb5c077-5b3c-4bdc-b9af-676f6f2ce17f
type: tree
x: 3008.0
y: 2624.0
rotation: 90
- id: 60036d81-e040-4252-a806-25fcaea985e5
type: tree
x: 1216.0
y: 3264.0
rotation: 90
- id: 7a5cdede-741e-489a-96f9-bff1926f263a
type: tree
x: 1984.0
y: 3264.0
rotation: 90
- id: 06b11b3c-0e06-4172-b1f1-a3efe17877a7
type: tree
x: 1600.0
y: 2240.0
rotation: 90
- id: b301b942-9761-44ee-9f7b-0201eee9cc7a
type: tree
x: 1984.0
y: 2624.0
rotation: 90
- id: da7a4a36-228e-4d7e-bfec-b8435109a8c2
type: tree
x: 960.0
y: 2240.0
rotation: 90
- id: 63f5f340-77e6-4207-a39a-6f7192452c09
type: tree
x: 1984.0
y: 2752.0
rotation: 90
- id: 58c85247-307f-4b42-b6b6-b74cfade03b9
type: tree
x: 3008.0
y: 3264.0
rotation: 90
- id: 2ff01953-8413-4dce-a1af-cc577dfb47a6
type: tree
x: 3904.0
y: 2624.0
rotation: 90
- id: 27b1db44-62be-457d-b7c3-1f4c3db6f77a
type: tree
x: 3904.0
y: 2752.0
rotation: 90
- id: 8d3011b1-5281-4c40-8b7b-665a6e647b99
type: tree
x: 3904.0
y: 3264.0
rotation: 90
- id: 25de82c8-225f-4a38-be00-9dbb17a91a82
type: tree
x: 1728.0
y: 2624.0
rotation: 90
- id: a232ed8f-f5f6-4563-8db6-56d95c282c6e
type: tree
x: 1728.0
y: 2752.0
rotation: 90
- id: 99f479af-e232-4570-b8e9-c08e888f5d08
type: tree
x: 1728.0
y: 3264.0
rotation: 90
- id: 6d5f6be0-38a3-42d8-a038-7f98a39ac58a
type: tree
x: 1216.0
y: 2752.0
rotation: 90
- id: f00cf5c5-deee-4607-9110-b2076b2109dd
type: tree
x: 1216.0
y: 2624.0
rotation: 90
- id: cbe96e65-0eba-45c0-bcee-820ed80d0304
type: tree
x: 2240.0
y: 2752.0
rotation: 90
- id: e47fe69f-9575-4df2-9575-563a7bfc0e66
type: tree
x: 2240.0
y: 2624.0
rotation: 90
- id: db0931fa-60f1-41d6-b278-f252d5756287
type: tree
x: 2240.0
y: 3264.0
rotation: 90
- id: c74235c8-e992-4430-a6f0-a7abd780fce0
type: tree
x: 1216.0
y: 2240.0
rotation: 90
- id: b53c3b31-4e11-48f0-a981-e864d8a91951
type: tree
x: 2752.0
y: 2624.0
rotation: 90
- id: 71103117-14eb-4dd8-a05d-5a73c66e7367
type: tree
x: 2752.0
y: 2752.0
rotation: 90
- id: 9a2cdd50-0f31-4e5c-8d12-4c17736e68ba
type: tree
x: 3008.0
y: 2240.0
rotation: 90
- id: 551f221f-7717-424e-92bf-a32ec913c3db
type: tree
x: 1344.0
y: 2240.0
rotation: 90
- id: f666d965-94b2-4fc9-a183-3d47d883aef9
type: tree
x: 2752.0
y: 3264.0
rotation: 90
- id: 6feb8727-3185-4474-a511-a5541bef1983
type: tree
x: 960.0
y: 2752.0
rotation: 90
- id: b0a9e940-b3bc-46d3-a093-ecab0eebd41d
type: tree
x: 960.0
y: 2624.0
rotation: 90
- id: 9073489c-3bf1-416b-beb7-4471ab77c796
type: tree
x: 960.0
y: 3264.0
rotation: 90
- id: ab4efa7f-a21f-402e-b81c-be83f8e968f0
type: tree
x: 2240.0
y: 2240.0
rotation: 90
- id: 5dd60920-5778-435b-94f9-c9ed9ab9de8b
type: tree
x: 3392.0
y: 2240.0
rotation: 90
- id: b0e01aa2-3c25-46b5-901b-bb2576b0f75f
type: tree
x: 3648.0
y: 2752.0
rotation: 90
- id: c33fdea8-bcaf-40fb-a3c8-f2d1b0515bcb
type: tree
x: 3648.0
y: 2624.0
rotation: 90
- id: b9e016b6-7468-48b8-9719-dedd1d426516
type: tree
x: 2368.0
y: 2240.0
rotation: 90
- id: c0693bcc-5ae4-4ba5-babf-5b071d14edcb
type: tree
x: 3648.0
y: 3264.0
rotation: 90
- id: 243929eb-4e6c-4aa4-b588-915cf2c13492
type: tree
x: 2112.0
y: 2240.0
rotation: 90
- id: fec9159f-f381-4e0e-8ae2-2d2afa2411de
type: tree
x: 2368.0
y: 3264.0
rotation: 90
- id: 73c010e5-5bcf-490e-b69b-db0bf46bf734
type: tree
x: 3648.0
y: 2240.0
rotation: 90
- id: 6af79ce1-be90-4e44-9801-21d4f68406f0
type: tree
x: 2368.0
y: 2752.0
rotation: 90
- id: 02d7e984-b9c6-4793-8635-627545d736c6
type: tree
x: 2368.0
y: 2624.0
rotation: 90
- id: 69ef3d39-4dab-40a1-aec2-d62bb516cc59
type: tree
x: 3136.0
y: 2240.0
rotation: 90
- id: 3ff6da61-16eb-4b5d-a59a-b03c6fcbe4ba
type: tree
x: 3392.0
y: 3264.0
rotation: 90
- id: 815a8919-fa3c-4afe-a8ea-869a28e9ba7b
type: tree
x: 3392.0
y: 2752.0
rotation: 90
- id: 159fa137-8ff7-4677-8c8c-4f33249707da
type: tree
x: 3392.0
y: 2624.0
rotation: 90
- id: bb5f633b-aeab-4885-aa03-d7e04322edcd
type: tree
x: 1856.0
y: 2240.0
rotation: 90
- id: 95982a7e-c51e-42d8-9a8b-b4d8918fed58
type: tree
x: 1472.0
y: 3264.0
rotation: 90
- id: 99ade275-718c-4662-9993-d4e07bada176
type: tree
x: 1472.0
y: 2624.0
rotation: 90
- id: 3dddb5cf-caba-428c-a88b-b50d060afa08
type: tree
x: 3136.0
y: 2752.0
rotation: 90
- id: 70639ba2-1c03-4aa1-b8bd-4bbe1d01b164
type: tree
x: 3904.0
y: 2240.0
rotation: 90
- id: de85c715-7de7-4a56-b617-26eaea918e93
type: tree
x: 3136.0
y: 2624.0
rotation: 90
- id: d36423bc-a931-449b-a8c3-c3f06ff51347
type: tree
x: 1472.0
y: 2752.0
rotation: 90
- id: d7351b57-2bc4-4d26-943a-b891642d3ff1
type: tree
x: 3136.0
y: 3264.0
rotation: 90
- id: f954de67-0fca-49bc-bb7e-2a064cc8a326
type: tree
x: 1088.0
y: 2752.0
rotation: 90
- id: 43ee255e-32b5-4bec-9cd0-e4eac3aa7518
type: tree
x: 1088.0
y: 2624.0
rotation: 90
- id: c5c87064-d6d6-40ec-a73d-b87a60d081cc
type: tree
x: 1088.0
y: 3264.0
rotation: 90
- id: 6aa9a10a-109a-4e3e-8aae-6a060dd088bf
type: tree
x: 2880.0
y: 3264.0
rotation: 90
- id: 8086ccfc-ec1a-4772-8ae1-2637dc6c6b99
type: tree
x: 2624.0
y: 2240.0
rotation: 90
- id: 3da5123b-1bd4-41da-aa13-3ddc990eb377
type: tree
x: 2880.0
y: 2752.0
rotation: 90
- id: 83bf5924-2e5a-456c-b142-d6d35e3a9bab
type: tree
x: 1856.0
y: 3264.0
rotation: 90
- id: d125d9ad-90be-49dd-acd2-b045952d4843
type: tree
x: 2880.0
y: 2624.0
rotation: 90
- id: 629f11c9-2318-4b72-bec5-bf79d086c545
type: tree
x: 1856.0
y: 2752.0
rotation: 90
- id: 3cebf966-75ae-4ed6-9c95-cbf6b5b2262a
type: tree
x: 1856.0
y: 2624.0
rotation: 90
- id: 608c3612-cd78-4671-bf40-38b1b4aebf77
type: tree
x: 832.0
y: 2240.0
rotation: 90
- id: 488eff24-0c1c-48b8-8f30-2dac2c6ffbf2
type: tree
x: 1472.0
y: 2240.0
rotation: 90
- id: 0b842058-566d-421f-abd6-3ca7baf41bbd
type: tree
x: 832.0
y: 3264.0
rotation: 90
- id: 67487920-3070-47c8-a903-e4303a28cb2c
type: tree
x: 832.0
y: 2752.0
rotation: 90
- id: f28e39bc-ff66-46ba-8b43-2bb9ab36a00c
type: tree
x: 832.0
y: 2624.0
rotation: 90
- id: c7318c51-4e92-404c-985a-64173e37f0a6
type: tree
x: 3776.0
y: 2240.0
rotation: 90
- id: ff3408ef-6406-4d91-887a-957a3558b0ca
type: tree
x: 3776.0
y: 2752.0
rotation: 90
- id: 7c0a1f9e-bb27-401c-8f39-280bc25483ef
type: tree
x: 2112.0
y: 2752.0
rotation: 90
- id: 8cc35e21-81bc-4379-8ea2-0ae350fb0540
type: tree
x: 3776.0
y: 2624.0
rotation: 90
- id: 8541f6d8-f236-4e50-bf95-0c2db7874a7e
type: tree
x: 3776.0
y: 3264.0
rotation: 90
- id: 35dc02f7-aea4-42f8-a51e-087531100d99
type: tree
x: 2112.0
y: 3264.0
rotation: 90
- id: 443e49b9-e8ea-432a-ae63-1a514e3eb531
type: tree
x: 2624.0
y: 2752.0
rotation: 90
- id: 45b261b4-d313-48fe-9619-9ef5452a067c
type: tree
x: 2624.0
y: 2624.0
rotation: 90
- id: 9c7a73a8-1f3e-45fb-aa1b-453f60809d30
type: tree
x: 1088.0
y: 2240.0
rotation: 90
- id: 615d8778-2d99-4e5b-ab17-afb66728696a
type: tree
x: 2880.0
y: 2240.0
rotation: 90
- id: 6254e0ab-c016-49cf-9a51-cefe139a5eb7
type: tree
x: 2112.0
y: 2624.0
rotation: 90
- id: 0a33ff72-4816-495e-ac25-0321ddb36a13
type: tree
x: 2624.0
y: 3264.0
rotation: 90
- id: 2a60698b-9576-484f-b46a-bdf6a4bd07c6
type: tucan
x: 3136.0
y: 2496.0
rotation: 360
- id: ce66dcd5-eb94-4a8b-b3d6-baf2f5796680
type: tucan
x: 2624.0
y: 2368.0
rotation: 360
triggers:
- script: "if player$then state 23e59d12-d849-4a9d-85f5-d28ef38d3ec3 OPEN"
tiles:
- x: 4
y: 18
- script: "if player$then state 23e59d12-d849-4a9d-85f5-d28ef38d3ec3 IDLE$then state f7657d38-43e1-446e-b98f-a08e757e1376 OPEN$then path ea062982-c2f5-43cb-b2de-d55ce116835f 2 24$then path 782342c7-fd27-429a-b081-9f84f5e3b39f 2 24$then path 7b771805-47fd-4a2d-b48e-401a228c55a7 2 24"
tiles:
- x: 18
y: 19
- x: 18
y: 18
properties:
name: Island interlopers
targetScore: 4
cheatTargetTime: 300.0
tiles:
- type: grass
x: 56
y: 9
- type: medium-water
x: -5
y: 2
- type: grass
x: 56
y: 5
- type: medium-water
x: -5
y: 3
- type: grass
x: 56
y: 6
- type: medium-water
x: -5
y: 0
- type: grass
x: 56
y: 7
- type: medium-water
x: -5
y: 1
- type: grass
x: 56
y: 8
- type: medium-water
x: -5
y: -2
- type: medium-water
x: -5
y: 6
- type: medium-water
x: -5
y: -1
- type: medium-water
x: -5
y: 7
- type: medium-water
x: -5
y: 4
- type: medium-water
x: -5
y: 5
- type: medium-water
x: -5
y: 8
- type: medium-water
x: -5
y: 9
- type: medium-water
x: 68
y: 1
- type: medium-water
x: 68
y: 0
- type: medium-water
x: 68
y: 5
- type: medium-water
x: 68
y: 4
- type: medium-water
x: 68
y: 3
- type: medium-water
x: 68
y: 2
- type: medium-water
x: 44
y: 9
- type: shallow-water
x: 44
y: 8
- type: shallow-water
x: 44
y: 5
- type: shallow-water
x: 44
y: 4
- type: shallow-water
x: 44
y: 7
- type: shallow-water
x: 44
y: 6
- type: medium-water
x: 47
y: 11
- type: medium-water
x: 47
y: 10
- type: medium-water
x: 6
y: -2
- type: medium-water
x: 6
y: -1
- type: medium-water
x: 38
y: 10
- type: medium-water
x: 44
y: 1
- type: deep-water
x: 47
y: 19
- type: medium-water
x: 38
y: 11
- type: medium-water
x: 44
y: 0
- type: deep-water
x: 47
y: 18
- type: medium-water
x: 38
y: 12
- type: medium-water
x: 44
y: 3
- type: deep-water
x: 47
y: 17
- type: medium-water
x: 38
y: 13
- type: medium-water
x: 47
y: 16
- type: medium-water
x: 44
y: 2
- type: medium-water
x: 38
y: 14
- type: medium-water
x: 47
y: 15
- type: medium-water
x: 38
y: 15
- type: medium-water
x: 47
y: 14
- type: medium-water
x: 47
y: 13
- type: deep-water
x: 38
y: 16
- type: medium-water
x: 47
y: 12
- type: deep-water
x: 38
y: 17
- type: medium-water
x: 68
y: 9
- type: medium-water
x: 68
y: 8
- type: medium-water
x: 68
y: 7
- type: medium-water
x: 68
y: 6
- type: medium-water
x: 29
y: -1
- type: grass
x: 54
y: -1
- type: grass
x: 54
y: -4
- type: deep-water
x: 54
y: -5
- type: grass
x: 54
y: -2
- type: grass
x: 54
y: -3
- type: deep-water
x: 54
y: -8
- type: deep-water
x: 54
y: -9
- type: deep-water
x: 54
y: -6
- type: deep-water
x: 54
y: -7
- type: medium-water
x: 32
y: 9
- type: deep-water
x: 47
y: 22
- type: deep-water
x: 47
y: 21
- type: shallow-water
x: 32
y: 7
- type: deep-water
x: 47
y: 20
- type: medium-water
x: 32
y: 8
- type: shallow-water
x: 32
y: 5
- type: shallow-water
x: 32
y: 6
- type: medium-water
x: 32
y: 3
- type: shallow-water
x: 32
y: 4
- type: medium-water
x: 29
y: -2
- type: deep-water
x: 47
y: 27
- type: deep-water
x: 47
y: 26
- type: deep-water
x: 47
y: 25
- type: deep-water
x: 47
y: 24
- type: deep-water
x: 47
y: 23
- type: deep-water
x: -7
y: 25
- type: deep-water
x: -7
y: 24
- type: deep-water
x: -7
y: 27
- type: deep-water
x: -7
y: 26
- type: beach
x: 20
y: 9
- type: beach
x: 20
y: 8
- type: beach
x: 20
y: 7
- type: beach
x: 20
y: 6
- type: beach
x: 20
y: 5
- type: beach
x: 20
y: 4
- type: beach
x: 20
y: 3
- type: beach
x: 20
y: 2
- type: medium-water
x: 32
y: 1
- type: medium-water
x: 32
y: 2
- type: medium-water
x: 32
y: 0
- type: deep-water
x: -7
y: 18
- type: deep-water
x: -7
y: 17
- type: deep-water
x: -7
y: 19
- type: medium-water
x: -7
y: 14
- type: medium-water
x: -7
y: 13
- type: deep-water
x: -7
y: 16
- type: medium-water
x: -7
y: 15
- type: deep-water
x: 38
y: 20
- type: deep-water
x: 38
y: 21
- type: deep-water
x: 38
y: 22
- type: deep-water
x: 38
y: 23
- type: deep-water
x: 38
y: 24
- type: deep-water
x: 38
y: 25
- type: deep-water
x: 38
y: 26
- type: deep-water
x: 38
y: 27
- type: deep-water
x: 38
y: 18
- type: deep-water
x: 54
y: 21
- type: deep-water
x: 38
y: 19
- type: deep-water
x: 54
y: 22
- type: deep-water
x: 54
y: 20
- type: deep-water
x: 54
y: 25
- type: deep-water
x: 54
y: 26
- type: deep-water
x: 54
y: 23
- type: deep-water
x: 54
y: 24
- type: deep-water
x: -7
y: 21
- type: deep-water
x: -7
y: 20
- type: deep-water
x: -7
y: 23
- type: deep-water
x: 54
y: 27
- type: deep-water
x: -7
y: 22
- type: beach-end
x: 6
y: 14
- type: beach
x: 6
y: 13
- type: deep-water
x: 6
y: 16
- type: medium-water
x: 6
y: 15
- type: beach
x: 6
y: 10
- type: beach
x: 6
y: 12
- type: beach
x: 6
y: 11
- type: deep-water
x: 47
y: -5
- type: deep-water
x: 47
y: -4
- type: deep-water
x: 47
y: -3
- type: medium-water
x: 47
y: -2
- type: medium-water
x: 47
y: -1
- type: beach
x: 19
y: 9
- type: grass
x: 54
y: 10
- type: beach
x: 19
y: 8
- type: grass
x: 54
y: 11
- type: beach
x: 19
y: 5
- type: medium-water
x: 54
y: 14
- type: beach
x: 19
y: 4
- type: medium-water
x: 54
y: 15
- type: beach
x: 19
y: 7
- type: medium-water
x: 54
y: 12
- type: beach
x: 19
y: 6
- type: medium-water
x: 54
y: 13
- type: medium-water
x: -7
y: 10
- type: beach
x: 19
y: 1
- type: deep-water
x: 54
y: 18
- type: beach
x: 19
y: 0
- type: deep-water
x: 54
y: 19
- type: medium-water
x: -7
y: 12
- type: beach
x: 19
y: 3
- type: medium-water
x: 54
y: 16
- type: medium-water
x: -7
y: 11
- type: beach
x: 19
y: 2
- type: deep-water
x: 54
y: 17
- type: deep-water
x: 6
y: 18
- type: deep-water
x: 6
y: 17
- type: deep-water
x: 6
y: 19
- type: deep-water
x: 6
y: 25
- type: deep-water
x: 6
y: 24
- type: deep-water
x: 6
y: 27
- type: deep-water
x: 6
y: 26
- type: deep-water
x: 6
y: 21
- type: deep-water
x: 6
y: 20
- type: deep-water
x: 6
y: 23
- type: deep-water
x: 6
y: 22
- type: beach
x: 5
y: 9
- type: beach
x: 20
y: 1
- type: medium-water
x: 36
y: -2
- type: beach
x: 20
y: 0
- type: medium-water
x: 36
y: -1
- type: medium-water
x: 5
y: 1
- type: medium-water
x: 5
y: 2
- type: medium-water
x: 5
y: 3
- type: medium-water
x: 5
y: 4
- type: medium-water
x: 5
y: 5
- type: deep-water
x: 47
y: -9
- type: shallow-water
x: 5
y: 6
- type: deep-water
x: 47
y: -8
- type: beach-end
x: 5
y: 7
rotation: 180
- type: deep-water
x: 47
y: -7
- type: beach
x: 5
y: 8
- type: deep-water
x: 47
y: -6
- type: medium-water
x: 5
y: 0
- type: deep-water
x: 61
y: 20
- type: deep-water
x: 61
y: 21
- type: deep-water
x: 61
y: 22
- type: deep-water
x: 29
y: 27
- type: beach
x: 24
y: 6
- type: medium-water
x: 36
y: 6
- type: deep-water
x: 61
y: 27
- type: beach
x: 24
y: 7
- type: medium-water
x: 36
y: 5
- type: beach
x: 24
y: 8
- type: medium-water
x: 36
y: 4
- type: beach
x: 24
y: 9
- type: medium-water
x: 36
y: 3
- type: medium-water
x: 36
y: 2
- type: deep-water
x: 61
y: 23
- type: medium-water
x: 36
y: 1
- type: deep-water
x: 61
y: 24
- type: medium-water
x: 36
y: 0
- type: deep-water
x: 61
y: 25
- type: deep-water
x: 61
y: 26
- type: medium-water
x: -10
y: 3
- type: medium-water
x: -10
y: 2
- type: medium-water
x: -10
y: 1
- type: medium-water
x: 61
y: 10
- type: medium-water
x: -10
y: 0
- type: medium-water
x: 61
y: 11
- type: medium-water
x: -10
y: 7
- type: medium-water
x: -10
y: 6
- type: medium-water
x: -10
y: 5
- type: medium-water
x: -7
y: -2
- type: medium-water
x: -10
y: 4
- type: medium-water
x: -7
y: -1
- type: medium-water
x: -10
y: 9
- type: medium-water
x: -10
y: 8
- type: medium-water
x: 61
y: 16
- type: deep-water
x: 61
y: 17
- type: deep-water
x: 61
y: 18
- type: deep-water
x: 61
y: 19
- type: medium-water
x: 61
y: 12
- type: medium-water
x: 61
y: 13
- type: medium-water
x: 61
y: 14
- type: deep-water
x: 56
y: -8
- type: medium-water
x: 61
y: 15
- type: deep-water
x: 56
y: -9
- type: deep-water
x: 56
y: -6
- type: deep-water
x: 56
y: -7
- type: grass
x: 56
y: -4
- type: grass
x: 56
y: -5
- type: grass
x: 56
y: -2
- type: deep-water
x: 49
y: 20
- type: grass
x: 56
y: -3
- type: grass
x: 56
y: -1
- type: beach
x: 12
y: 6
- type: deep-water
x: 49
y: 24
- type: beach
x: 12
y: 5
- type: deep-water
x: 49
y: 23
- type: beach
x: 12
y: 8
- type: deep-water
x: 49
y: 22
- type: beach
x: 12
y: 7
- type: deep-water
x: 49
y: 21
- type: beach
x: 12
y: 9
- type: deep-water
x: 49
y: 27
- type: deep-water
x: 49
y: 26
- type: deep-water
x: 49
y: 25
- type: deep-water
x: 63
y: -4
- type: deep-water
x: 63
y: -5
- type: deep-water
x: 63
y: -6
- type: deep-water
x: 49
y: 19
- type: deep-water
x: 63
y: -7
- type: deep-water
x: 49
y: 18
- type: deep-water
x: 63
y: -8
- type: deep-water
x: 63
y: -9
- type: deep-water
x: 63
y: -1
- type: deep-water
x: 63
y: -2
- type: deep-water
x: 63
y: -3
- type: beach
x: 24
y: 0
- type: medium-water
x: 36
y: 10
- type: beach
x: 24
y: 1
- type: medium-water
x: 36
y: 11
- type: beach
x: 24
y: 2
- type: beach
x: 24
y: 3
- type: beach
x: 24
y: 4
- type: beach
x: 24
y: 5
- type: medium-water
x: 49
y: 13
- type: deep-water
x: 36
y: 16
- type: medium-water
x: 49
y: 12
- type: deep-water
x: 66
y: -10
- type: deep-water
x: 36
y: 17
- type: beach
x: 49
y: 11
- type: deep-water
x: 36
y: 18
- type: beach
x: 49
y: 10
- type: deep-water
x: 36
y: 19
- type: medium-water
x: 36
y: 12
- type: deep-water
x: 49
y: 17
- type: medium-water
x: 36
y: 13
- type: medium-water
x: 49
y: 16
- type: medium-water
x: 36
y: 14
- type: medium-water
x: 49
y: 15
- type: medium-water
x: 36
y: 15
- type: medium-water
x: 49
y: 14
- type: medium-water
x: 8
y: -2
- type: medium-water
x: 8
y: -1
- type: deep-water
x: 36
y: 20
- type: deep-water
x: 36
y: 21
- type: deep-water
x: 36
y: 22
- type: deep-water
x: 36
y: 27
- type: deep-water
x: 36
y: 23
- type: deep-water
x: 36
y: 24
- type: deep-water
x: 36
y: 25
- type: deep-water
x: 36
y: 26
- type: deep-water
x: 56
y: 27
- type: deep-water
x: 56
y: 25
- type: deep-water
x: 56
y: 26
- type: deep-water
x: 56
y: 23
- type: deep-water
x: 56
y: 24
- type: deep-water
x: 56
y: 21
- type: deep-water
x: 56
y: 22
- type: deep-water
x: 56
y: 20
- type: medium-water
x: 27
y: -1
- type: medium-water
x: 12
y: 0
- type: medium-water
x: 27
y: -2
- type: beach
x: 12
y: 2
- type: deep-water
x: 61
y: -6
- type: beach
x: 12
y: 1
- type: deep-water
x: 61
y: -7
- type: beach
x: 12
y: 4
- type: deep-water
x: 61
y: -8
- type: beach
x: 12
y: 3
- type: deep-water
x: 61
y: -9
- type: grass
x: 61
y: -2
- type: grass
x: 61
y: -3
- type: grass
x: 61
y: -4
- type: grass
x: 61
y: -5
- type: grass
x: 61
y: -1
- type: deep-water
x: 8
y: 21
- type: deep-water
x: 56
y: 18
- type: deep-water
x: 8
y: 20
- type: deep-water
x: 56
y: 19
- type: deep-water
x: 8
y: 23
- type: medium-water
x: 56
y: 16
- type: deep-water
x: 8
y: 22
- type: deep-water
x: 56
y: 17
- type: deep-water
x: 8
y: 25
- type: medium-water
x: 56
y: 14
- type: deep-water
x: 8
y: 24
- type: medium-water
x: 56
y: 15
- type: medium-water
x: 56
y: 12
- type: medium-water
x: 56
y: 13
- type: grass
x: 56
y: 10
- type: medium-water
x: 56
y: 11
- type: medium-water
x: 29
y: 10
- type: deep-water
x: 49
y: -7
- type: deep-water
x: 63
y: 18
- type: medium-water
x: 29
y: 11
- type: deep-water
x: 49
y: -6
- type: deep-water
x: 63
y: 19
- type: deep-water
x: 49
y: -5
- type: deep-water
x: 49
y: -4
- type: medium-water
x: 29
y: 14
- type: medium-water
x: 29
y: 15
- type: medium-water
x: 29
y: 12
- type: deep-water
x: 49
y: -9
- type: medium-water
x: 29
y: 13
- type: deep-water
x: 49
y: -8
- type: deep-water
x: 8
y: 27
- type: medium-water
x: 63
y: 10
- type: deep-water
x: 8
y: 26
- type: medium-water
x: 63
y: 11
- type: medium-water
x: 63
y: 12
- type: deep-water
x: 48
y: -10
- type: medium-water
x: 63
y: 13
- type: medium-water
x: 63
y: 14
- type: medium-water
x: 63
y: 15
- type: medium-water
x: 63
y: 16
- type: deep-water
x: 63
y: 17
- type: shallow-water
x: 8
y: 10
- type: shallow-water
x: 8
y: 12
- type: shallow-water
x: 8
y: 11
- type: shallow-water
x: 8
y: 14
- type: shallow-water
x: 8
y: 13
- type: deep-water
x: 63
y: 20
- type: deep-water
x: 29
y: 18
- type: deep-water
x: 29
y: 19
- type: deep-water
x: 29
y: 16
- type: deep-water
x: 29
y: 17
- type: deep-water
x: 49
y: -3
- type: medium-water
x: 49
y: -2
- type: medium-water
x: 49
y: -1
- type: deep-water
x: 29
y: 21
- type: deep-water
x: 29
y: 22
- type: deep-water
x: 29
y: 20
- type: deep-water
x: 29
y: 25
- type: deep-water
x: 29
y: 26
- type: deep-water
x: 29
y: 23
- type: deep-water
x: 29
y: 24
- type: deep-water
x: 8
y: 16
- type: grass
x: 56
y: 1
- type: deep-water
x: 63
y: 21
- type: medium-water
x: 8
y: 15
- type: grass
x: 56
y: 2
- type: deep-water
x: 63
y: 22
- type: deep-water
x: 8
y: 18
- type: grass
x: 56
y: 3
- type: deep-water
x: 63
y: 23
- type: deep-water
x: 8
y: 17
- type: grass
x: 56
y: 4
- type: deep-water
x: 63
y: 24
- type: deep-water
x: 63
y: 25
- type: deep-water
x: 8
y: 19
- type: deep-water
x: 63
y: 26
- type: deep-water
x: 63
y: 27
- type: grass
x: 56
y: 0
- type: shallow-water
x: 27
y: 3
- type: medium-water
x: 34
y: -1
- type: shallow-water
x: 27
y: 4
- type: medium-water
x: 34
y: -2
- type: medium-water
x: 27
y: 1
- type: medium-water
x: 27
y: 2
- type: shallow-water
x: 27
y: 7
- type: shallow-water
x: 27
y: 8
- type: shallow-water
x: 27
y: 5
- type: shallow-water
x: 27
y: 6
- type: deep-water
x: 27
y: 19
- type: deep-water
x: 27
y: 18
- type: medium-water
x: 27
y: 0
- type: deep-water
x: 27
y: 26
- type: deep-water
x: 50
y: -7
- type: deep-water
x: 27
y: 25
- type: deep-water
x: 50
y: -6
- type: deep-water
x: 50
y: -9
- type: deep-water
x: 27
y: 27
- type: deep-water
x: 50
y: -8
- type: deep-water
x: 27
y: 22
- type: deep-water
x: 27
y: 21
- type: deep-water
x: 27
y: 24
- type: deep-water
x: 27
y: 23
- type: deep-water
x: 27
y: 20
- type: medium-water
x: 50
y: -1
- type: deep-water
x: 50
y: -3
- type: medium-water
x: 50
y: -2
- type: deep-water
x: 50
y: -5
- type: deep-water
x: 50
y: -4
- type: medium-water
x: 27
y: 15
- type: medium-water
x: 27
y: 14
- type: deep-water
x: 27
y: 17
- type: deep-water
x: 27
y: 16
- type: medium-water
x: 27
y: 11
- type: medium-water
x: 27
y: 10
- type: medium-water
x: 27
y: 13
- type: medium-water
x: 27
y: 12
- type: medium-water
x: 27
y: 9
- type: beach
x: 15
y: 3
- type: beach
x: 15
y: 2
- type: beach
x: 15
y: 1
- type: beach
x: 15
y: 0
- type: beach
x: 15
y: 7
- type: beach
x: 15
y: 6
- type: beach
x: 15
y: 5
- type: beach
x: 15
y: 4
- type: medium-water
x: 11
y: -1
- type: medium-water
x: 11
y: -2
- type: beach
x: 15
y: 9
- type: beach
x: 15
y: 8
- type: shallow-water
x: 9
y: 7
- type: shallow-water
x: 9
y: 8
- type: shallow-water
x: 9
y: 5
- type: deep-water
x: 65
y: -1
- type: shallow-water
x: 9
y: 6
- type: shallow-water
x: 9
y: 9
- type: deep-water
x: 65
y: -7
- type: medium-water
x: 9
y: 0
- type: deep-water
x: 65
y: -6
- type: deep-water
x: 65
y: -9
- type: deep-water
x: 65
y: -8
- type: medium-water
x: 9
y: 3
- type: deep-water
x: 65
y: -3
- type: shallow-water
x: 9
y: 4
- type: medium-water
x: 52
y: 0
- type: deep-water
x: 65
y: -2
- type: medium-water
x: 9
y: 1
- type: deep-water
x: 65
y: -5
- type: medium-water
x: 9
y: 2
- type: deep-water
x: 65
y: -4
- type: beach
x: 52
y: 3
- type: beach
x: 52
y: 4
- type: medium-water
x: 52
y: 1
- type: medium-water
x: 52
y: 2
- type: beach
x: 52
y: 7
- type: beach
x: 52
y: 8
- type: beach
x: 52
y: 5
- type: beach
x: 50
y: 11
- type: beach
x: 52
y: 6
- type: beach
x: 50
y: 10
- type: medium-water
x: 25
y: -1
- type: beach
x: 52
y: 9
- type: medium-water
x: 25
y: -2
- type: medium-water
x: 50
y: 13
- type: beach
x: 50
y: 12
- type: medium-water
x: 50
y: 15
- type: medium-water
x: 50
y: 14
- type: deep-water
x: 50
y: 17
- type: medium-water
x: 50
y: 16
- type: deep-water
x: 50
y: 19
- type: deep-water
x: 50
y: 18
- type: medium-water
x: 64
y: 1
- type: medium-water
x: 64
y: 0
- type: deep-water
x: 11
y: 22
- type: deep-water
x: 11
y: 23
- type: deep-water
x: 11
y: 24
- type: deep-water
x: 46
y: -10
- type: deep-water
x: 11
y: 25
- type: deep-water
x: 11
y: 20
- type: deep-water
x: 11
y: 21
- type: deep-water
x: 11
y: 26
- type: deep-water
x: 11
y: 27
- type: shallow-water
x: 11
y: 11
- type: medium-water
x: 64
y: 3
- type: shallow-water
x: 11
y: 12
- type: medium-water
x: 64
y: 2
- type: shallow-water
x: 11
y: 13
- type: medium-water
x: 64
y: 5
- type: shallow-water
x: 11
y: 14
- type: medium-water
x: 64
y: 4
- type: medium-water
x: 64
y: 7
- type: medium-water
x: 64
y: 6
- type: medium-water
x: 64
y: 9
- type: shallow-water
x: 11
y: 10
- type: medium-water
x: 64
y: 8
- type: deep-water
x: 11
y: 19
- type: medium-water
x: 11
y: 15
- type: deep-water
x: 11
y: 16
- type: deep-water
x: 11
y: 17
- type: deep-water
x: 11
y: 18
- type: deep-water
x: 50
y: 20
- type: deep-water
x: 50
y: 22
- type: deep-water
x: 50
y: 21
- type: deep-water
x: 55
y: -10
- type: medium-water
x: 65
y: 13
- type: medium-water
x: 65
y: 12
- type: medium-water
x: 65
y: 15
- type: medium-water
x: 65
y: 14
- type: medium-water
x: 65
y: 11
- type: medium-water
x: 65
y: 10
- type: deep-water
x: 50
y: 24
- type: deep-water
x: 50
y: 23
- type: deep-water
x: 50
y: 26
- type: deep-water
x: 50
y: 25
- type: medium-water
x: 65
y: 16
- type: deep-water
x: 50
y: 27
- type: medium-water
x: 25
y: 11
- type: beach
x: 25
y: 10
- type: medium-water
x: 25
y: 13
- type: medium-water
x: 25
y: 12
- type: medium-water
x: 25
y: 15
- type: medium-water
x: 25
y: 14
- type: deep-water
x: 25
y: 17
- type: deep-water
x: 25
y: 16
- type: deep-water
x: 25
y: 19
- type: deep-water
x: 25
y: 18
- type: grass
x: 59
y: 5
- type: deep-water
x: 67
y: -1
- type: grass
x: 59
y: 4
- type: grass
x: 59
y: 7
- type: deep-water
x: 67
y: -3
- type: grass
x: 59
y: 6
- type: deep-water
x: 67
y: -2
- type: grass
x: 59
y: 1
- type: deep-water
x: 67
y: -5
- type: grass
x: 59
y: 0
- type: deep-water
x: 67
y: -4
- type: grass
x: 59
y: 3
- type: deep-water
x: 67
y: -7
- type: grass
x: 59
y: 2
- type: deep-water
x: 67
y: -6
- type: deep-water
x: 67
y: -9
- type: deep-water
x: 67
y: -8
- type: deep-water
x: 25
y: 20
- type: medium-water
x: 59
y: 9
- type: medium-water
x: 59
y: 8
- type: deep-water
x: 25
y: 22
- type: deep-water
x: 25
y: 21
- type: deep-water
x: 25
y: 24
- type: deep-water
x: 25
y: 23
- type: deep-water
x: 25
y: 26
- type: deep-water
x: 25
y: 25
- type: deep-water
x: 25
y: 27
- type: medium-water
x: 60
y: 9
- type: medium-water
x: 60
y: 8
- type: medium-water
x: 60
y: 7
- type: medium-water
x: 60
y: 6
- type: grass
x: 60
y: 5
- type: grass
x: 60
y: 4
- type: grass
x: 60
y: 3
- type: grass
x: 60
y: 2
- type: grass
x: 60
y: 1
- type: grass
x: 60
y: 0
- type: medium-water
x: 52
y: -1
- type: deep-water
x: 52
y: -3
- type: medium-water
x: 52
y: -2
- type: deep-water
x: 52
y: -9
- type: deep-water
x: 52
y: -8
- type: deep-water
x: 52
y: -5
- type: deep-water
x: 52
y: -4
- type: deep-water
x: 52
y: -7
- type: deep-water
x: 52
y: -6
- type: deep-water
x: 62
y: -10
- type: medium-water
x: -1
y: 1
- type: medium-water
x: -1
y: 0
- type: medium-water
x: -1
y: 3
- type: deep-water
x: 52
y: 20
- type: medium-water
x: -1
y: 2
- type: medium-water
x: -1
y: 5
- type: medium-water
x: -1
y: 4
- type: medium-water
x: -1
y: 7
- type: medium-water
x: -1
y: 6
- type: deep-water
x: 52
y: 26
- type: deep-water
x: 52
y: 25
- type: deep-water
x: 52
y: 27
- type: medium-water
x: 67
y: 11
- type: deep-water
x: 52
y: 22
- type: medium-water
x: 67
y: 10
- type: deep-water
x: 52
y: 21
- type: medium-water
x: 67
y: 13
- type: deep-water
x: 52
y: 24
- type: medium-water
x: 67
y: 12
- type: deep-water
x: 52
y: 23
- type: medium-water
x: 67
y: 15
- type: medium-water
x: 67
y: 14
- type: medium-water
x: 67
y: 16
- type: deep-water
x: 59
y: -10
- type: shallow-water
x: -1
y: 9
- type: medium-water
x: 40
y: 3
- type: shallow-water
x: -1
y: 8
- type: medium-water
x: 40
y: 2
- type: medium-water
x: 40
y: 1
- type: medium-water
x: 40
y: 0
- type: medium-water
x: 40
y: 7
- type: shallow-water
x: 40
y: 6
- type: shallow-water
x: 40
y: 5
- type: medium-water
x: 40
y: 4
- type: medium-water
x: 40
y: 9
- type: medium-water
x: 40
y: 8
- type: beach
x: 2
y: 9
- type: beach
x: 2
y: 8
- type: beach-end
x: 2
y: 7
rotation: 180
- type: shallow-water
x: 2
y: 6
- type: medium-water
x: 38
y: -1
- type: medium-water
x: 38
y: -2
- type: medium-water
x: 2
y: 5
- type: medium-water
x: 2
y: 4
- type: medium-water
x: 2
y: 3
- type: medium-water
x: 2
y: 2
- type: medium-water
x: 2
y: 1
- type: medium-water
x: 2
y: 0
- type: beach
x: 23
y: -1
- type: deep-water
x: 52
y: -10
- type: medium-water
x: 23
y: -2
- type: medium-water
x: 39
y: 3
- type: medium-water
x: 52
y: 15
- type: medium-water
x: 39
y: 2
- type: medium-water
x: 52
y: 14
- type: medium-water
x: 39
y: 5
- type: deep-water
x: 52
y: 17
- type: medium-water
x: 39
y: 4
- type: medium-water
x: 52
y: 16
- type: medium-water
x: 39
y: 7
- type: beach
x: 52
y: 11
- type: medium-water
x: 39
y: 6
- type: beach
x: 52
y: 10
- type: medium-water
x: 39
y: 9
- type: medium-water
x: 52
y: 13
- type: medium-water
x: 39
y: 8
- type: beach
x: 52
y: 12
- type: deep-water
x: 52
y: 19
- type: deep-water
x: 52
y: 18
- type: medium-water
x: 39
y: 1
- type: medium-water
x: 39
y: 0
- type: medium-water
x: 33
y: 8
- type: medium-water
x: 33
y: 9
- type: shallow-water
x: 33
y: 6
- type: medium-water
x: 33
y: 7
- type: shallow-water
x: 33
y: 4
- type: shallow-water
x: 33
y: 5
- type: medium-water
x: 15
y: 15
- type: deep-water
x: 15
y: 16
- type: deep-water
x: 15
y: 17
- type: deep-water
x: 15
y: 18
- type: beach
x: 15
y: 11
- type: beach-end
x: 15
y: 12
- type: shallow-water
x: 15
y: 13
- type: medium-water
x: 15
y: 14
- type: beach
x: 15
y: 10
- type: medium-water
x: 30
y: -1
- type: medium-water
x: 30
y: -2
- type: medium-water
x: 33
y: 2
- type: medium-water
x: 33
y: 3
- type: medium-water
x: 33
y: 0
- type: medium-water
x: 33
y: 1
- type: deep-water
x: 15
y: 26
- type: deep-water
x: 23
y: 22
- type: deep-water
x: 15
y: 27
- type: deep-water
x: 23
y: 21
- type: deep-water
x: 23
y: 24
- type: deep-water
x: 23
y: 23
- type: deep-water
x: 15
y: 22
- type: deep-water
x: 32
y: 27
- type: deep-water
x: 15
y: 23
- type: deep-water
x: 15
y: 24
- type: deep-water
x: 23
y: 20
- type: deep-water
x: 15
y: 25
- type: beach
x: 21
y: 2
- type: deep-water
x: 32
y: 23
- type: beach
x: 21
y: 1
- type: deep-water
x: 32
y: 24
- type: deep-water
x: 15
y: 20
- type: beach
x: 21
y: 0
- type: deep-water
x: 32
y: 25
- type: deep-water
x: 15
y: 21
- type: deep-water
x: 32
y: 26
- type: deep-water
x: 23
y: 26
- type: deep-water
x: 23
y: 25
- type: deep-water
x: 32
y: 20
- type: deep-water
x: 32
y: 21
- type: deep-water
x: 23
y: 27
- type: deep-water
x: 32
y: 22
- type: deep-water
x: 0
y: 26
- type: deep-water
x: 0
y: 27
- type: grass
x: 57
y: 2
- type: grass
x: 57
y: 3
- type: deep-water
x: 0
y: 20
- type: grass
x: 57
y: 4
- type: deep-water
x: 0
y: 21
- type: grass
x: 57
y: 5
- type: deep-water
x: 0
y: 22
- type: deep-water
x: 15
y: 19
- type: deep-water
x: 0
y: 23
- type: deep-water
x: 0
y: 24
- type: grass
x: 57
y: 0
- type: deep-water
x: 0
y: 25
- type: grass
x: 57
y: 1
- type: medium-water
x: -6
y: 0
- type: beach
x: 23
y: 11
- type: beach
x: 23
y: 10
- type: medium-water
x: 23
y: 13
- type: beach
x: 23
y: 12
- type: medium-water
x: -6
y: 4
- type: grass
x: 57
y: 6
- type: medium-water
x: -6
y: 3
- type: grass
x: 57
y: 7
- type: medium-water
x: -6
y: 2
- type: grass
x: 57
y: 8
- type: medium-water
x: -6
y: 1
- type: grass
x: 57
y: 9
- type: deep-water
x: 23
y: 19
- type: medium-water
x: -6
y: 8
- type: deep-water
x: 23
y: 18
- type: medium-water
x: -6
y: 7
- type: medium-water
x: -6
y: 6
- type: medium-water
x: -6
y: 5
- type: medium-water
x: 23
y: 15
- type: medium-water
x: 23
y: 14
- type: deep-water
x: 23
y: 17
- type: deep-water
x: 23
y: 16
- type: medium-water
x: -6
y: 9
- type: medium-water
x: 0
y: 15
- type: deep-water
x: 0
y: 16
- type: beach
x: 21
y: 9
- type: deep-water
x: 0
y: 17
- type: beach
x: 21
y: 8
- type: deep-water
x: 0
y: 18
- type: beach
x: 21
y: 7
- type: deep-water
x: 0
y: 19
- type: beach
x: 21
y: 6
- type: beach
x: 21
y: 5
- type: beach
x: 21
y: 4
- type: beach
x: 21
y: 3
- type: beach-end
x: 0
y: 10
rotation: 90
- type: beach-end
x: 0
y: 11
rotation: 90
- type: shallow-water
x: 0
y: 12
- type: shallow-water
x: 0
y: 13
- type: medium-water
x: 0
y: 14
- type: medium-water
x: 15
y: -1
- type: medium-water
x: 15
y: -2
- type: deep-water
x: 32
y: 16
- type: deep-water
x: 32
y: 17
- type: deep-water
x: 32
y: 18
- type: deep-water
x: 32
y: 19
- type: medium-water
x: 32
y: 12
- type: medium-water
x: 32
y: 13
- type: medium-water
x: 32
y: 14
- type: medium-water
x: 32
y: 15
- type: medium-water
x: 32
y: 10
- type: medium-water
x: 32
y: 11
- type: medium-water
x: 21
y: -2
- type: beach
x: 21
y: -1
- type: medium-water
x: 0
y: -1
- type: medium-water
x: 0
y: -2
- type: deep-water
x: -10
y: 26
- type: deep-water
x: -10
y: 27
- type: deep-water
x: -10
y: 24
- type: medium-water
x: 65
y: 0
- type: deep-water
x: -10
y: 25
- type: deep-water
x: -10
y: 22
- type: medium-water
x: 65
y: 2
- type: deep-water
x: -10
y: 23
- type: medium-water
x: 65
y: 1
- type: beach
x: 13
y: 0
- type: medium-water
x: 41
y: 12
- type: beach
x: 13
y: 1
- type: medium-water
x: 41
y: 13
- type: medium-water
x: 41
y: 10
- type: medium-water
x: 41
y: 11
- type: beach
x: 13
y: 4
- type: deep-water
x: 41
y: 16
- type: beach
x: 13
y: 5
- type: deep-water
x: 41
y: 17
- type: beach
x: 13
y: 2
- type: medium-water
x: 41
y: 14
- type: beach
x: 13
y: 3
- type: medium-water
x: 41
y: 15
- type: deep-water
x: 41
y: 18
- type: deep-water
x: 41
y: 19
- type: medium-water
x: 32
y: -2
- type: beach
x: 13
y: 8
- type: beach
x: 13
y: 9
- type: beach
x: 13
y: 6
- type: beach
x: 13
y: 7
- type: medium-water
x: 32
y: -1
- type: deep-water
x: 41
y: 20
- type: medium-water
x: 65
y: 4
- type: deep-water
x: 41
y: 23
- type: medium-water
x: 65
y: 3
- type: deep-water
x: 41
y: 24
- type: medium-water
x: 65
y: 6
- type: deep-water
x: 41
y: 21
- type: medium-water
x: 65
y: 5
- type: deep-water
x: 41
y: 22
- type: medium-water
x: 65
y: 8
- type: deep-water
x: 41
y: 27
- type: beach
x: 13
y: 10
- type: medium-water
x: 65
y: 7
- type: beach-end
x: 13
y: 11
- type: deep-water
x: 41
y: 25
- type: shallow-water
x: 13
y: 12
- type: medium-water
x: 65
y: 9
- type: deep-water
x: 41
y: 26
- type: shallow-water
x: 13
y: 13
- type: medium-water
x: 13
y: 14
- type: medium-water
x: 13
y: 15
- type: deep-water
x: 13
y: 16
- type: deep-water
x: 13
y: 17
- type: deep-water
x: 13
y: 18
- type: deep-water
x: 13
y: 19
- type: deep-water
x: 21
y: 17
- type: deep-water
x: 21
y: 16
- type: deep-water
x: 21
y: 19
- type: deep-water
x: 21
y: 18
- type: beach
x: 21
y: 11
- type: beach
x: 21
y: 10
- type: medium-water
x: 21
y: 13
- type: beach
x: 21
y: 12
- type: medium-water
x: 21
y: 15
- type: medium-water
x: 21
y: 14
- type: medium-water
x: 6
y: 3
- type: medium-water
x: -10
y: 10
- type: medium-water
x: 6
y: 2
- type: medium-water
x: 6
y: 5
- type: medium-water
x: 6
y: 4
- type: deep-water
x: 13
y: 20
- type: shallow-water
x: 6
y: 7
- type: deep-water
x: 13
y: 21
- type: shallow-water
x: 6
y: 6
- type: beach
x: 6
y: 9
- type: deep-water
x: 13
y: 22
- type: beach
x: 6
y: 8
- type: deep-water
x: 13
y: 23
- type: deep-water
x: 13
y: 24
- type: deep-water
x: 13
y: 25
- type: deep-water
x: 13
y: 26
- type: deep-water
x: 13
y: 27
- type: medium-water
x: 6
y: 1
- type: medium-water
x: 6
y: 0
- type: deep-water
x: 34
y: 25
- type: deep-water
x: 21
y: 27
- type: deep-water
x: 34
y: 26
- type: deep-water
x: 34
y: 27
- type: deep-water
x: -10
y: 19
- type: deep-water
x: -10
y: 17
- type: deep-water
x: 21
y: 20
- type: deep-water
x: -10
y: 18
- type: deep-water
x: 21
y: 22
- type: medium-water
x: -10
y: 15
- type: deep-water
x: 21
y: 21
- type: deep-water
x: -10
y: 16
- type: deep-water
x: 34
y: 20
- type: deep-water
x: 21
y: 24
- type: medium-water
x: -10
y: 13
- type: deep-water
x: 34
y: 21
- type: deep-water
x: 21
y: 23
- type: medium-water
x: -10
y: 14
- type: deep-water
x: 34
y: 22
- type: deep-water
x: 21
y: 26
- type: medium-water
x: -10
y: 11
- type: deep-water
x: 34
y: 23
- type: deep-water
x: 21
y: 25
- type: medium-water
x: -10
y: 12
- type: deep-water
x: 34
y: 24
- type: deep-water
x: -10
y: 20
- type: deep-water
x: -10
y: 21
- type: medium-water
x: 34
y: 14
- type: medium-water
x: 34
y: 15
- type: deep-water
x: 34
y: 16
- type: deep-water
x: 34
y: 17
- type: deep-water
x: 34
y: 18
- type: deep-water
x: 34
y: 19
- type: medium-water
x: 34
y: 10
- type: medium-water
x: 34
y: 11
- type: medium-water
x: 34
y: 12
- type: medium-water
x: 34
y: 13
- type: medium-water
x: 41
y: -2
- type: deep-water
x: 61
y: -10
- type: medium-water
x: 41
y: -1
- type: medium-water
x: 13
y: -1
- type: medium-water
x: 13
y: -2
- type: medium-water
x: 45
y: 9
- type: shallow-water
x: 45
y: 6
- type: shallow-water
x: 45
y: 5
- type: shallow-water
x: 45
y: 8
- type: shallow-water
x: 45
y: 7
- type: medium-water
x: 45
y: 2
- type: medium-water
x: 45
y: 1
- type: medium-water
x: -10
y: -1
- type: shallow-water
x: 45
y: 4
- type: medium-water
x: -10
y: -2
- type: medium-water
x: 45
y: 3
- type: medium-water
x: 45
y: 0
- type: deep-water
x: 43
y: 19
- type: deep-water
x: 43
y: 18
- type: deep-water
x: 43
y: 17
- type: medium-water
x: 43
y: 16
- type: deep-water
x: 19
y: 23
- type: medium-water
x: 43
y: 15
- type: deep-water
x: 19
y: 22
- type: medium-water
x: 43
y: 14
- type: deep-water
x: 19
y: 25
- type: medium-water
x: 43
y: 13
- type: deep-water
x: 19
y: 24
- type: medium-water
x: 43
y: 12
- type: medium-water
x: 43
y: 11
- type: medium-water
x: 43
y: 10
- type: deep-water
x: 19
y: 21
- type: deep-water
x: 19
y: 20
- type: deep-water
x: 19
y: 19
- type: deep-water
x: 67
y: -10
- type: deep-water
x: 19
y: 16
- type: medium-water
x: 19
y: 15
- type: grass
x: 4
y: 21
- type: deep-water
x: 19
y: 18
- type: start
x: 4
y: 20
- type: deep-water
x: 19
y: 17
- type: deep-water
x: 4
y: 23
- type: grass
x: 4
y: 22
- type: deep-water
x: 4
y: 25
- type: deep-water
x: 4
y: 24
- type: deep-water
x: 4
y: 27
- type: deep-water
x: 4
y: 26
- type: deep-water
x: -2
y: 17
- type: medium-water
x: 58
y: 14
- type: planks
x: 4
y: 19
- type: deep-water
x: -2
y: 16
- type: medium-water
x: 58
y: 15
- type: medium-water
x: -2
y: 15
- type: medium-water
x: 58
y: 12
- type: medium-water
x: -2
y: 14
- type: medium-water
x: 58
y: 13
- type: medium-water
x: -2
y: 13
- type: deep-water
x: 58
y: 18
- type: medium-water
x: -2
y: 12
- type: deep-water
x: 58
y: 19
- type: shallow-water
x: -2
y: 11
- type: medium-water
x: 58
y: 16
- type: shallow-water
x: -2
y: 10
- type: deep-water
x: 43
y: 27
- type: deep-water
x: 58
y: 17
- type: deep-water
x: 43
y: 26
- type: deep-water
x: 43
y: 25
- type: deep-water
x: 43
y: 24
- type: deep-water
x: 43
y: 23
- type: medium-water
x: 58
y: 10
- type: deep-water
x: 43
y: 22
- type: medium-water
x: 58
y: 11
- type: deep-water
x: 43
y: 21
- type: deep-water
x: 43
y: 20
- type: beach
x: 16
y: 4
- type: beach
x: 16
y: 3
- type: beach
x: 16
y: 2
- type: beach
x: 16
y: 1
- type: deep-water
x: 19
y: 27
- type: beach
x: 16
y: 8
- type: deep-water
x: 19
y: 26
- type: beach
x: 16
y: 7
- type: beach
x: 4
y: 10
- type: beach
x: 16
y: 6
- type: beach
x: 16
y: 5
- type: beach
x: 4
y: 12
- type: beach
x: 4
y: 11
- type: planks
x: 4
y: 14
- type: beach
x: 4
y: 13
- type: planks
x: 4
y: 16
- type: beach
x: 16
y: 0
- type: planks
x: 4
y: 15
- type: planks
x: 4
y: 18
- type: deep-water
x: 51
y: -10
- type: planks
x: 4
y: 17
- type: deep-water
x: 58
y: 25
- type: deep-water
x: -2
y: 27
- type: deep-water
x: 58
y: 26
- type: deep-water
x: -2
y: 26
- type: deep-water
x: 58
y: 23
- type: deep-water
x: -2
y: 25
- type: deep-water
x: 58
y: 24
- type: deep-water
x: -2
y: 24
- type: deep-water
x: -2
y: 23
- type: deep-water
x: -2
y: 22
- type: deep-water
x: 58
y: 27
- type: deep-water
x: -2
y: 21
- type: deep-water
x: -2
y: 20
- type: deep-water
x: 58
y: 21
- type: deep-water
x: 58
y: 22
- type: deep-water
x: 58
y: 20
- type: deep-water
x: -2
y: 19
- type: deep-water
x: -2
y: 18
- type: beach
x: 19
y: 12
- type: beach
x: 19
y: 11
- type: medium-water
x: 19
y: 14
- type: medium-water
x: 19
y: 13
- type: beach
x: 19
y: 10
- type: medium-water
x: -9
y: 4
- type: medium-water
x: -9
y: 5
- type: medium-water
x: -9
y: 6
- type: medium-water
x: -9
y: 7
- type: medium-water
x: -9
y: 0
- type: medium-water
x: -9
y: 1
- type: medium-water
x: -9
y: 2
- type: medium-water
x: -9
y: 3
- type: medium-water
x: 43
y: -2
- type: medium-water
x: 43
y: -1
- type: deep-water
x: 60
y: 19
- type: deep-water
x: 60
y: 17
- type: deep-water
x: 60
y: 18
- type: medium-water
x: -9
y: 8
- type: medium-water
x: 60
y: 15
- type: medium-water
x: -9
y: 9
- type: medium-water
x: 60
y: 16
- type: medium-water
x: 60
y: 13
- type: medium-water
x: 60
y: 14
- type: medium-water
x: 60
y: 11
- type: medium-water
x: 60
y: 12
- type: medium-water
x: 60
y: 10
- type: medium-water
x: 19
y: -2
- type: beach
x: 19
y: -1
- type: medium-water
x: -2
y: -2
- type: grass
x: 58
y: -1
- type: medium-water
x: -2
y: -1
- type: grass
x: 58
y: -4
- type: grass
x: 58
y: -5
- type: grass
x: 58
y: -2
- type: grass
x: 58
y: -3
- type: deep-water
x: 60
y: 26
- type: deep-water
x: 60
y: 27
- type: deep-water
x: 60
y: 24
- type: deep-water
x: 60
y: 25
- type: deep-water
x: 60
y: 22
- type: deep-water
x: 60
y: 23
- type: deep-water
x: 60
y: 20
- type: deep-water
x: 60
y: 21
- type: beach
x: 48
y: 8
- type: beach
x: 48
y: 9
- type: medium-water
x: 4
y: -2
- type: medium-water
x: 4
y: -1
- type: beach
x: 48
y: 6
- type: beach
x: 48
y: 7
- type: beach
x: 48
y: 4
- type: beach
x: 48
y: 5
- type: medium-water
x: 48
y: 2
- type: medium-water
x: 48
y: 3
- type: medium-water
x: 48
y: 0
- type: medium-water
x: 48
y: 1
- type: deep-water
x: 58
y: -8
- type: deep-water
x: 58
y: -9
- type: grass
x: 58
y: -6
- type: deep-water
x: 58
y: -7
- type: medium-water
x: 53
y: 0
- type: medium-water
x: 53
y: 1
- type: deep-water
x: 64
y: -10
- type: grass
x: 53
y: 4
- type: grass
x: 53
y: 5
- type: grass
x: 53
y: 2
- type: grass
x: 53
y: 3
- type: beach
x: 53
y: 8
- type: medium-water
x: 36
y: 9
- type: beach
x: 53
y: 9
- type: medium-water
x: 36
y: 8
- type: beach
x: 53
y: 6
- type: medium-water
x: 36
y: 7
- type: beach
x: 53
y: 7
- type: medium-water
x: -4
y: 11
- type: beach
x: 17
y: 10
- type: medium-water
x: -4
y: 10
- type: deep-water
x: 45
y: 27
- type: beach
x: 17
y: 12
- type: deep-water
x: 45
y: 26
- type: beach
x: 17
y: 11
- type: deep-water
x: 45
y: 25
- type: medium-water
x: -4
y: 15
- type: medium-water
x: 17
y: 14
- type: medium-water
x: -4
y: 14
- type: medium-water
x: 17
y: 13
- type: deep-water
x: 17
y: 16
- type: medium-water
x: -4
y: 13
- type: medium-water
x: -4
y: 12
- type: medium-water
x: 17
y: 15
- type: deep-water
x: 45
y: 20
- type: deep-water
x: 45
y: 24
- type: deep-water
x: 45
y: 23
- type: deep-water
x: 45
y: 22
- type: deep-water
x: 45
y: 21
- type: beach
x: 2
y: 10
- type: shallow-water
x: -2
y: 9
- type: beach
x: 2
y: 12
- type: beach
x: 2
y: 11
- type: deep-water
x: 2
y: 18
- type: deep-water
x: 2
y: 17
- type: deep-water
x: 2
y: 19
- type: shallow-water
x: 2
y: 14
- type: beach-end
x: 2
y: 13
- type: deep-water
x: 2
y: 16
- type: shallow-water
x: 2
y: 15
- type: deep-water
x: 45
y: 17
- type: medium-water
x: 45
y: 16
- type: medium-water
x: 45
y: 15
- type: medium-water
x: 45
y: 14
- type: deep-water
x: 45
y: 19
- type: deep-water
x: 45
y: 18
- type: medium-water
x: 45
y: 13
- type: medium-water
x: 45
y: 12
- type: medium-water
x: 45
y: 11
- type: medium-water
x: 45
y: 10
- type: deep-water
x: 2
y: 21
- type: deep-water
x: 2
y: 20
- type: deep-water
x: 2
y: 23
- type: deep-water
x: 2
y: 22
- type: deep-water
x: 54
y: -10
- type: deep-water
x: 2
y: 25
- type: deep-water
x: 2
y: 24
- type: deep-water
x: 2
y: 27
- type: deep-water
x: 2
y: 26
- type: deep-water
x: 30
y: 20
- type: shallow-water
x: 41
y: 4
- type: deep-water
x: 30
y: 21
- type: medium-water
x: 41
y: 3
- type: deep-water
x: 30
y: 22
- type: medium-water
x: 41
y: 2
- type: deep-water
x: 30
y: 23
- type: medium-water
x: 41
y: 1
- type: deep-water
x: 30
y: 24
- type: medium-water
x: 41
y: 8
- type: deep-water
x: 30
y: 25
- type: shallow-water
x: 41
y: 7
- type: deep-water
x: 30
y: 26
- type: shallow-water
x: 41
y: 6
- type: deep-water
x: 30
y: 27
- type: shallow-water
x: 41
y: 5
- type: deep-water
x: -4
y: 27
- type: medium-water
x: 41
y: 9
- type: deep-water
x: -4
y: 22
- type: deep-water
x: 17
y: 21
- type: deep-water
x: -4
y: 21
- type: deep-water
x: 17
y: 20
- type: deep-water
x: -4
y: 20
- type: deep-water
x: 17
y: 23
- type: deep-water
x: 17
y: 22
- type: deep-water
x: -4
y: 26
- type: deep-water
x: 17
y: 25
- type: deep-water
x: -4
y: 25
- type: deep-water
x: 17
y: 24
- type: deep-water
x: -4
y: 24
- type: deep-water
x: 17
y: 27
- type: deep-water
x: -4
y: 23
- type: deep-water
x: 17
y: 26
- type: medium-water
x: 41
y: 0
- type: deep-water
x: 47
y: -10
- type: deep-water
x: -4
y: 19
- type: deep-water
x: 17
y: 18
- type: deep-water
x: -4
y: 18
- type: deep-water
x: 17
y: 17
- type: deep-water
x: -4
y: 17
- type: deep-water
x: 17
y: 19
- type: deep-water
x: -4
y: 16
- type: medium-water
x: -4
y: -1
- type: medium-water
x: 17
y: -2
- type: medium-water
x: 17
y: -1
- type: deep-water
x: 45
y: -9
- type: deep-water
x: 45
y: -8
- type: medium-water
x: 2
y: -2
- type: medium-water
x: 2
y: -1
- type: deep-water
x: 45
y: -3
- type: medium-water
x: 45
y: -2
- type: medium-water
x: 45
y: -1
- type: deep-water
x: 45
y: -7
- type: medium-water
x: 61
y: 9
- type: deep-water
x: 45
y: -6
- type: medium-water
x: 61
y: 8
- type: deep-water
x: 45
y: -5
- type: medium-water
x: 61
y: 7
- type: deep-water
x: 45
y: -4
- type: medium-water
x: 61
y: 6
- type: medium-water
x: 61
y: 5
- type: grass
x: 61
y: 4
- type: grass
x: 61
y: 3
- type: grass
x: 61
y: 2
- type: grass
x: 61
y: 1
- type: grass
x: 61
y: 0
- type: medium-water
x: 30
y: 10
- type: medium-water
x: 30
y: 11
- type: medium-water
x: 30
y: 12
- type: medium-water
x: 30
y: 13
- type: medium-water
x: 30
y: 14
- type: medium-water
x: 30
y: 15
- type: deep-water
x: 57
y: -10
- type: deep-water
x: 30
y: 16
- type: deep-water
x: 30
y: 17
- type: deep-water
x: 30
y: 18
- type: deep-water
x: 30
y: 19
- type: beach
x: 16
y: 9
- type: shallow-water
x: 28
y: 4
- type: shallow-water
x: 28
y: 5
- type: medium-water
x: 28
y: 2
- type: shallow-water
x: 28
y: 3
- type: shallow-water
x: 28
y: 8
- type: shallow-water
x: 28
y: 9
- type: medium-water
x: -2
y: 0
- type: shallow-water
x: 28
y: 6
- type: shallow-water
x: 28
y: 7
- type: medium-water
x: -2
y: 2
- type: medium-water
x: -2
y: 1
- type: medium-water
x: -2
y: 4
- type: medium-water
x: -2
y: 3
- type: medium-water
x: -2
y: 6
- type: medium-water
x: 28
y: 0
- type: medium-water
x: -2
y: 5
- type: medium-water
x: 28
y: 1
- type: medium-water
x: -2
y: 8
- type: medium-water
x: -2
y: 7
- type: medium-water
x: -4
y: -2
- type: deep-water
x: -6
y: 24
- type: medium-water
x: 10
y: 3
- type: deep-water
x: -6
y: 23
- type: shallow-water
x: 10
y: 4
- type: deep-water
x: -6
y: 22
- type: shallow-water
x: 10
y: 5
- type: deep-water
x: -6
y: 21
- type: shallow-water
x: 10
y: 6
- type: deep-water
x: -6
y: 20
- type: shallow-water
x: 10
y: 7
- type: shallow-water
x: 10
y: 8
- type: shallow-water
x: 10
y: 9
- type: deep-water
x: -6
y: 19
- type: deep-water
x: -6
y: 18
- type: deep-water
x: -6
y: 17
- type: deep-water
x: -6
y: 16
- type: medium-water
x: -6
y: 15
- type: medium-water
x: -6
y: 14
- type: deep-water
x: 62
y: -7
- type: deep-water
x: 39
y: 26
- type: deep-water
x: 62
y: -8
- type: deep-water
x: 39
y: 27
- type: deep-water
x: 62
y: -5
- type: deep-water
x: 39
y: 24
- type: deep-water
x: 55
y: 20
- type: deep-water
x: 62
y: -6
- type: deep-water
x: 39
y: 25
- type: deep-water
x: 55
y: 21
- type: deep-water
x: 39
y: 22
- type: deep-water
x: 55
y: 22
- type: beach
x: 3
y: 9
- type: deep-water
x: 39
y: 23
- type: deep-water
x: 55
y: 23
- type: beach
x: 3
y: 8
- type: deep-water
x: 62
y: -9
- type: deep-water
x: 39
y: 20
- type: deep-water
x: 55
y: 24
- type: beach-end
x: 3
y: 7
rotation: 180
- type: deep-water
x: 39
y: 21
- type: deep-water
x: 55
y: 25
- type: beach
x: 22
y: 3
- type: deep-water
x: 55
y: 26
- type: beach
x: 22
y: 2
- type: deep-water
x: 55
y: 27
- type: beach
x: 22
y: 1
- type: beach
x: 22
y: 0
- type: grass
x: 62
y: -3
- type: deep-water
x: 62
y: -4
- type: grass
x: 62
y: -1
- type: grass
x: 62
y: -2
- type: deep-water
x: -6
y: 27
- type: deep-water
x: -6
y: 26
- type: deep-water
x: -6
y: 25
- type: shallow-water
x: 3
y: 6
- type: medium-water
x: 3
y: 5
- type: medium-water
x: 3
y: 4
- type: medium-water
x: 3
y: 3
- type: medium-water
x: 3
y: 2
- type: deep-water
x: 39
y: 19
- type: medium-water
x: 3
y: 1
- type: medium-water
x: 3
y: 0
- type: deep-water
x: 39
y: 17
- type: deep-water
x: 39
y: 18
- type: grass
x: 55
y: 10
- type: grass
x: 55
y: 11
- type: medium-water
x: 55
y: 12
- type: medium-water
x: 55
y: 13
- type: medium-water
x: 55
y: 14
- type: deep-water
x: 7
y: 19
- type: medium-water
x: 55
y: 15
- type: deep-water
x: 7
y: 18
- type: medium-water
x: 55
y: 16
- type: deep-water
x: 7
y: 17
- type: deep-water
x: 55
y: 17
- type: deep-water
x: 7
y: 16
- type: deep-water
x: 55
y: 18
- type: deep-water
x: 55
y: 19
- type: beach-end
x: 7
y: 11
rotation: 270
- type: beach-end
x: 7
y: 10
rotation: 270
- type: medium-water
x: 46
y: -2
- type: medium-water
x: 46
y: -1
- type: medium-water
x: 7
y: 15
- type: deep-water
x: 46
y: -4
- type: shallow-water
x: 7
y: 14
- type: deep-water
x: 46
y: -3
- type: beach-end
x: 7
y: 13
rotation: 270
- type: deep-water
x: 46
y: -6
- type: beach-end
x: 7
y: 12
rotation: 270
- type: deep-water
x: 46
y: -5
- type: medium-water
x: 37
y: -1
- type: medium-water
x: 37
y: -2
- type: medium-water
x: -6
y: 13
- type: deep-water
x: 46
y: -8
- type: medium-water
x: -6
y: 12
- type: deep-water
x: 46
y: -7
- type: medium-water
x: -6
y: 11
- type: deep-water
x: 7
y: 27
- type: medium-water
x: -6
y: 10
- type: deep-water
x: 46
y: -9
- type: deep-water
x: 7
y: 22
- type: deep-water
x: 7
y: 21
- type: deep-water
x: 7
y: 20
- type: deep-water
x: 7
y: 26
- type: deep-water
x: 7
y: 25
- type: medium-water
x: 10
y: 0
- type: deep-water
x: 7
y: 24
- type: medium-water
x: 10
y: 1
- type: deep-water
x: 7
y: 23
- type: medium-water
x: 10
y: 2
- type: medium-water
x: -6
y: -2
- type: medium-water
x: -6
y: -1
- type: grass
x: 58
y: 3
- type: grass
x: 58
y: 4
- type: grass
x: 58
y: 5
- type: grass
x: 58
y: 6
- type: grass
x: 58
y: 0
- type: grass
x: 58
y: 1
- type: grass
x: 58
y: 2
- type: grass
x: 58
y: 7
- type: grass
x: 58
y: 8
- type: deep-water
x: 65
y: -10
- type: deep-water
x: 48
y: 19
- type: medium-water
x: 58
y: 9
- type: deep-water
x: 48
y: 21
- type: deep-water
x: 48
y: 20
- type: medium-water
x: 37
y: 10
- type: medium-water
x: 37
y: 13
- type: deep-water
x: 48
y: 27
- type: medium-water
x: 37
y: 14
- type: deep-water
x: 48
y: 26
- type: medium-water
x: 37
y: 11
- type: medium-water
x: 37
y: 12
- type: deep-water
x: 37
y: 17
- type: deep-water
x: 48
y: 23
- type: deep-water
x: 37
y: 18
- type: deep-water
x: 48
y: 22
- type: medium-water
x: 37
y: 15
- type: deep-water
x: 48
y: 25
- type: deep-water
x: 37
y: 16
- type: deep-water
x: 48
y: 24
- type: medium-water
x: 53
y: -1
- type: grass
x: 53
y: -2
- type: deep-water
x: 53
y: -7
- type: deep-water
x: 53
y: -8
- type: deep-water
x: 53
y: -9
- type: grass
x: 53
y: -3
- type: deep-water
x: 53
y: -4
- type: deep-water
x: 53
y: -5
- type: deep-water
x: 53
y: -6
- type: shallow-water
x: 42
y: 6
- type: shallow-water
x: 42
y: 7
- type: medium-water
x: 48
y: 10
- type: medium-water
x: 42
y: 8
- type: medium-water
x: 42
y: 9
- type: medium-water
x: 42
y: 2
- type: shallow-water
x: 42
y: 3
- type: shallow-water
x: 42
y: 4
- type: shallow-water
x: 42
y: 5
- type: medium-water
x: 48
y: 16
- type: medium-water
x: 48
y: 15
- type: deep-water
x: 48
y: 18
- type: deep-water
x: 48
y: 17
- type: medium-water
x: 48
y: 12
- type: medium-water
x: 48
y: 11
- type: medium-water
x: 48
y: 14
- type: medium-water
x: 48
y: 13
- type: deep-water
x: 60
y: -9
- type: deep-water
x: 60
y: -7
- type: deep-water
x: 60
y: -8
- type: grass
x: 60
y: -5
- type: grass
x: 60
y: -6
- type: grass
x: 60
y: -3
- type: grass
x: 60
y: -4
- type: grass
x: 60
y: -1
- type: grass
x: 60
y: -2
- type: deep-water
x: -8
y: 26
- type: deep-water
x: -8
y: 25
- type: deep-water
x: -8
y: 24
- type: deep-water
x: -8
y: 23
- type: deep-water
x: -8
y: 27
- type: deep-water
x: 37
y: 19
- type: medium-water
x: 28
y: -2
- type: medium-water
x: 28
y: -1
- type: deep-water
x: -8
y: 22
- type: deep-water
x: -8
y: 21
- type: deep-water
x: -8
y: 20
- type: medium-water
x: -8
y: 15
- type: medium-water
x: -8
y: 14
- type: medium-water
x: 5
y: -2
- type: medium-water
x: -8
y: 13
- type: medium-water
x: 5
y: -1
- type: medium-water
x: -8
y: 12
- type: deep-water
x: -8
y: 19
- type: deep-water
x: 37
y: 20
- type: deep-water
x: -8
y: 18
- type: deep-water
x: 37
y: 21
- type: deep-water
x: -8
y: 17
- type: deep-water
x: -8
y: 16
- type: deep-water
x: 37
y: 24
- type: deep-water
x: 37
y: 25
- type: deep-water
x: 37
y: 22
- type: deep-water
x: 37
y: 23
- type: grass
x: 54
y: 2
- type: grass
x: 54
y: 1
- type: grass
x: 54
y: 0
- type: deep-water
x: 37
y: 26
- type: deep-water
x: 37
y: 27
- type: grass
x: 54
y: 6
- type: medium-water
x: 64
y: 15
- type: grass
x: 54
y: 5
- type: medium-water
x: 64
y: 16
- type: deep-water
x: 48
y: -9
- type: grass
x: 54
y: 4
- type: medium-water
x: 64
y: 13
- type: grass
x: 54
y: 3
- type: medium-water
x: 64
y: 14
- type: medium-water
x: 64
y: 11
- type: deep-water
x: 48
y: -6
- type: deep-water
x: 9
y: 27
- type: beach
x: 54
y: 9
- type: medium-water
x: 64
y: 12
- type: deep-water
x: 48
y: -5
- type: deep-water
x: 9
y: 26
- type: beach
x: 54
y: 8
- type: deep-water
x: 48
y: -8
- type: deep-water
x: 9
y: 25
- type: beach
x: 54
y: 7
- type: medium-water
x: 64
y: 10
- type: deep-water
x: 48
y: -7
- type: medium-water
x: -8
y: 11
- type: medium-water
x: -8
y: 10
- type: deep-water
x: 9
y: 24
- type: deep-water
x: 9
y: 23
- type: deep-water
x: 9
y: 22
- type: deep-water
x: 9
y: 21
- type: deep-water
x: 9
y: 20
- type: deep-water
x: 56
y: -10
- type: deep-water
x: 9
y: 19
- type: deep-water
x: 9
y: 18
- type: deep-water
x: 9
y: 17
- type: deep-water
x: 9
y: 16
- type: medium-water
x: 9
y: 15
- type: shallow-water
x: 9
y: 14
- type: medium-water
x: 66
y: 2
- type: medium-water
x: 66
y: 3
- type: medium-water
x: 66
y: 0
- type: medium-water
x: 66
y: 1
- type: shallow-water
x: 46
y: 7
- type: shallow-water
x: 46
y: 6
- type: medium-water
x: 46
y: 9
- type: shallow-water
x: 46
y: 8
- type: shallow-water
x: 9
y: 13
- type: medium-water
x: 48
y: -2
- type: shallow-water
x: 9
y: 12
- type: medium-water
x: 48
y: -1
- type: shallow-water
x: 9
y: 11
- type: deep-water
x: 48
y: -4
- type: shallow-water
x: 9
y: 10
- type: deep-water
x: 48
y: -3
- type: medium-water
x: 35
y: -1
- type: medium-water
x: 35
y: -2
- type: deep-water
x: 28
y: 23
- type: deep-water
x: 28
y: 22
- type: deep-water
x: 28
y: 21
- type: deep-water
x: 28
y: 20
- type: deep-water
x: 28
y: 27
- type: deep-water
x: 28
y: 26
- type: deep-water
x: 28
y: 25
- type: deep-water
x: 28
y: 24
- type: medium-water
x: 46
y: 3
- type: deep-water
x: 62
y: 24
- type: medium-water
x: 46
y: 2
- type: deep-water
x: 62
y: 25
- type: shallow-water
x: 46
y: 5
- type: deep-water
x: 62
y: 22
- type: shallow-water
x: 46
y: 4
- type: deep-water
x: 62
y: 23
- type: medium-water
x: 46
y: 1
- type: deep-water
x: 62
y: 26
- type: medium-water
x: 46
y: 0
- type: deep-water
x: 62
y: 27
- type: medium-water
x: 66
y: 6
- type: medium-water
x: 66
y: 7
- type: medium-water
x: 66
y: 4
- type: medium-water
x: 66
y: 5
- type: deep-water
x: 62
y: 20
- type: deep-water
x: 62
y: 21
- type: medium-water
x: 66
y: 8
- type: medium-water
x: 66
y: 9
- type: deep-water
x: 28
y: 19
- type: deep-water
x: 28
y: 18
- type: deep-water
x: 28
y: 17
- type: medium-water
x: 28
y: 12
- type: medium-water
x: 28
y: 11
- type: medium-water
x: 28
y: 10
- type: medium-water
x: 34
y: 9
- type: deep-water
x: 62
y: 19
- type: medium-water
x: 34
y: 7
- type: deep-water
x: 28
y: 16
- type: medium-water
x: 28
y: 15
- type: medium-water
x: 34
y: 8
- type: medium-water
x: 28
y: 14
- type: shallow-water
x: 34
y: 5
- type: medium-water
x: 28
y: 13
- type: medium-water
x: 34
y: 6
- type: medium-water
x: 62
y: 13
- type: medium-water
x: 62
y: 14
- type: medium-water
x: 62
y: 11
- type: medium-water
x: 62
y: 12
- type: deep-water
x: 62
y: 17
- type: deep-water
x: 62
y: 18
- type: medium-water
x: 62
y: 15
- type: medium-water
x: 62
y: 16
- type: medium-water
x: -8
y: -1
- type: shallow-water
x: 7
y: 4
- type: deep-water
x: 55
y: -9
- type: deep-water
x: 57
y: 17
- type: medium-water
x: 7
y: 3
- type: deep-water
x: 57
y: 18
- type: shallow-water
x: 7
y: 6
- type: deep-water
x: 57
y: 19
- type: shallow-water
x: 7
y: 5
- type: shallow-water
x: 7
y: 8
- type: medium-water
x: 57
y: 13
- type: shallow-water
x: 7
y: 7
- type: medium-water
x: 57
y: 14
- type: medium-water
x: 62
y: 10
- type: medium-water
x: 57
y: 15
- type: beach-end
x: 7
y: 9
rotation: 270
- type: medium-water
x: -8
y: -2
- type: medium-water
x: 57
y: 16
- type: medium-water
x: 57
y: 10
- type: medium-water
x: 57
y: 11
- type: medium-water
x: 57
y: 12
- type: medium-water
x: 7
y: 0
- type: medium-water
x: 7
y: 2
- type: medium-water
x: 7
y: 1
- type: medium-water
x: -7
y: 1
- type: medium-water
x: -7
y: 0
- type: medium-water
x: -7
y: 5
- type: medium-water
x: -7
y: 4
- type: medium-water
x: -7
y: 3
- type: medium-water
x: -7
y: 2
- type: medium-water
x: -7
y: 9
- type: grass
x: 55
y: -1
- type: medium-water
x: -7
y: 8
- type: grass
x: 55
y: -2
- type: medium-water
x: -7
y: 7
- type: grass
x: 55
y: -3
- type: medium-water
x: -7
y: 6
- type: medium-water
x: 7
y: -2
- type: grass
x: 55
y: -4
- type: grass
x: 55
y: -5
- type: deep-water
x: 55
y: -6
- type: deep-water
x: 55
y: -7
- type: deep-water
x: 55
y: -8
- type: beach
x: 22
y: 9
- type: beach
x: 22
y: 8
- type: medium-water
x: 7
y: -1
- type: beach
x: 22
y: 7
- type: deep-water
x: 57
y: 24
- type: beach
x: 22
y: 6
- type: deep-water
x: 57
y: 25
- type: beach
x: 22
y: 5
- type: deep-water
x: 57
y: 26
- type: beach
x: 22
y: 4
- type: deep-water
x: 57
y: 27
- type: medium-water
x: 34
y: 3
- type: deep-water
x: 57
y: 20
- type: medium-water
x: 34
y: 4
- type: deep-water
x: 57
y: 21
- type: medium-water
x: 34
y: 1
- type: deep-water
x: 57
y: 22
- type: medium-water
x: 34
y: 2
- type: deep-water
x: 57
y: 23
- type: medium-water
x: 34
y: 0
- type: deep-water
x: 58
y: -10
- type: medium-water
x: 35
y: 11
- type: medium-water
x: 35
y: 12
- type: medium-water
x: 35
y: 10
- type: deep-water
x: 35
y: 19
- type: deep-water
x: 35
y: 17
- type: deep-water
x: 35
y: 18
- type: medium-water
x: 35
y: 15
- type: deep-water
x: 35
y: 16
- type: medium-water
x: 35
y: 13
- type: medium-water
x: 35
y: 14
- type: deep-water
x: 51
y: 18
- type: deep-water
x: 51
y: 17
- type: medium-water
x: 26
y: -2
- type: medium-water
x: 51
y: 16
- type: medium-water
x: 26
y: -1
- type: medium-water
x: 51
y: 15
- type: medium-water
x: 51
y: 14
- type: medium-water
x: 51
y: 13
- type: beach
x: 51
y: 12
- type: beach
x: 51
y: 11
- type: deep-water
x: 51
y: 19
- type: grass
x: 62
y: 0
- type: grass
x: 62
y: 1
- type: grass
x: 62
y: 2
- type: grass
x: 62
y: 3
- type: medium-water
x: 62
y: 4
- type: medium-water
x: 62
y: 5
- type: medium-water
x: 62
y: 6
- type: medium-water
x: 62
y: 7
- type: beach
x: 51
y: 10
- type: medium-water
x: 62
y: 8
- type: medium-water
x: 62
y: 9
- type: deep-water
x: 12
y: 20
- type: deep-water
x: 12
y: 23
- type: deep-water
x: 12
y: 24
- type: deep-water
x: 12
y: 21
- type: deep-water
x: 12
y: 22
- type: deep-water
x: 12
y: 27
- type: deep-water
x: 12
y: 25
- type: deep-water
x: 12
y: 26
- type: shallow-water
x: 12
y: 12
- type: shallow-water
x: 12
y: 13
- type: beach-end
x: 12
y: 10
- type: shallow-water
x: 12
y: 11
- type: deep-water
x: 12
y: 16
- type: deep-water
x: 12
y: 17
- type: shallow-water
x: 12
y: 14
- type: medium-water
x: 12
y: 15
- type: deep-water
x: 12
y: 18
- type: deep-water
x: 12
y: 19
- type: beach
x: 49
y: 9
- type: medium-water
x: 49
y: 0
- type: medium-water
x: 66
y: 10
- type: deep-water
x: 51
y: 27
- type: deep-water
x: 51
y: 26
- type: medium-water
x: 66
y: 14
- type: deep-water
x: 51
y: 25
- type: medium-water
x: 66
y: 13
- type: deep-water
x: 51
y: 24
- type: medium-water
x: 66
y: 12
- type: deep-water
x: 51
y: 23
- type: medium-water
x: 66
y: 11
- type: deep-water
x: 51
y: 22
- type: beach
x: 49
y: 8
- type: beach
x: 49
y: 7
- type: beach
x: 49
y: 6
- type: medium-water
x: 66
y: 16
- type: beach
x: 49
y: 5
- type: medium-water
x: 66
y: 15
- type: beach
x: 49
y: 4
- type: beach
x: 49
y: 3
- type: medium-water
x: 49
y: 2
- type: medium-water
x: 49
y: 1
- type: deep-water
x: 51
y: 21
- type: deep-water
x: 51
y: 20
- type: deep-water
x: 26
y: 18
- type: deep-water
x: 26
y: 17
- type: deep-water
x: 26
y: 16
- type: medium-water
x: 26
y: 15
- type: medium-water
x: 26
y: 14
- type: medium-water
x: 26
y: 13
- type: medium-water
x: 26
y: 12
- type: medium-water
x: 26
y: 11
- type: beach
x: 26
y: 10
- type: medium-water
x: 37
y: 8
- type: medium-water
x: 37
y: 9
- type: deep-water
x: 26
y: 27
- type: deep-water
x: 26
y: 26
- type: deep-water
x: 26
y: 25
- type: deep-water
x: 26
y: 24
- type: deep-water
x: 26
y: 23
- type: deep-water
x: 26
y: 22
- type: deep-water
x: 26
y: 21
- type: deep-water
x: 26
y: 20
- type: medium-water
x: 37
y: 0
- type: medium-water
x: 37
y: 1
- type: medium-water
x: 37
y: 2
- type: medium-water
x: 37
y: 3
- type: medium-water
x: 37
y: 4
- type: medium-water
x: 37
y: 5
- type: medium-water
x: 37
y: 6
- type: medium-water
x: 37
y: 7
- type: deep-water
x: 26
y: 19
- type: beach
x: 25
y: 0
- type: deep-water
x: 64
y: -1
- type: deep-water
x: 64
y: -2
- type: beach
x: 25
y: 2
- type: beach
x: 25
y: 1
- type: shallow-water
x: 25
y: 4
- type: shallow-water
x: 25
y: 3
- type: shallow-water
x: 25
y: 6
- type: shallow-water
x: 25
y: 5
- type: deep-water
x: 64
y: -9
- type: deep-water
x: 64
y: -7
- type: deep-water
x: 64
y: -8
- type: deep-water
x: 64
y: -5
- type: deep-water
x: 64
y: -6
- type: deep-water
x: 64
y: -3
- type: deep-water
x: 64
y: -4
- type: medium-water
x: 10
y: -1
- type: medium-water
x: 9
y: -2
- type: medium-water
x: 9
y: -1
- type: medium-water
x: 10
y: -2
- type: beach
x: 25
y: 8
- type: shallow-water
x: 25
y: 7
- type: beach
x: 25
y: 9
- type: deep-water
x: 10
y: 25
- type: deep-water
x: 53
y: 24
- type: deep-water
x: 10
y: 26
- type: deep-water
x: 53
y: 25
- type: deep-water
x: 10
y: 23
- type: shallow-water
x: 0
y: 8
- type: deep-water
x: 53
y: 26
- type: beach-end
x: 0
y: 9
rotation: 90
- type: deep-water
x: 10
y: 24
- type: deep-water
x: 53
y: 27
- type: deep-water
x: 10
y: 21
- type: medium-water
x: 0
y: 6
- type: deep-water
x: 53
y: 20
- type: deep-water
x: 10
y: 22
- type: shallow-water
x: 0
y: 7
- type: deep-water
x: 53
y: 21
- type: medium-water
x: 0
y: 4
- type: deep-water
x: 53
y: 22
- type: deep-water
x: 10
y: 20
- type: medium-water
x: 0
y: 5
- type: deep-water
x: 53
y: 23
- type: medium-water
x: 42
y: 0
- type: medium-water
x: 42
y: 1
- type: deep-water
x: 10
y: 27
- type: medium-water
x: 68
y: 16
- type: medium-water
x: 68
y: 15
- type: medium-water
x: 68
y: 14
- type: medium-water
x: 68
y: 13
- type: medium-water
x: 0
y: 2
- type: medium-water
x: 24
y: -2
- type: medium-water
x: 68
y: 12
- type: medium-water
x: 0
y: 3
- type: medium-water
x: 24
y: -1
- type: medium-water
x: 68
y: 11
- type: medium-water
x: 0
y: 0
- type: medium-water
x: 68
y: 10
- type: medium-water
x: 0
y: 1
- type: shallow-water
x: 30
y: 6
- type: shallow-water
x: 30
y: 5
- type: shallow-water
x: 30
y: 8
- type: shallow-water
x: 30
y: 7
- type: shallow-water
x: 30
y: 2
- type: medium-water
x: 30
y: 1
- type: shallow-water
x: 30
y: 4
- type: shallow-water
x: 30
y: 3
- type: medium-water
x: 30
y: 9
- type: deep-water
x: 49
y: -10
- type: medium-water
x: 39
y: -1
- type: shallow-water
x: 29
y: 6
- type: medium-water
x: 39
y: -2
- type: shallow-water
x: 29
y: 5
- type: shallow-water
x: 29
y: 4
- type: shallow-water
x: 29
y: 3
- type: shallow-water
x: 29
y: 9
- type: medium-water
x: -3
y: 1
- type: shallow-water
x: 29
y: 8
- type: medium-water
x: -3
y: 0
- type: shallow-water
x: 29
y: 7
- type: medium-water
x: -3
y: 3
- type: medium-water
x: -3
y: 2
- type: medium-water
x: -3
y: 5
- type: medium-water
x: -3
y: 4
- type: medium-water
x: -3
y: 7
- type: shallow-water
x: 29
y: 2
- type: medium-water
x: -3
y: 6
- type: medium-water
x: 29
y: 1
- type: medium-water
x: -3
y: 9
- type: medium-water
x: 29
y: 0
- type: medium-water
x: -3
y: 8
- type: medium-water
x: 30
y: 0
- type: shallow-water
x: 10
y: 14
- type: medium-water
x: 53
y: 13
- type: medium-water
x: 10
y: 15
- type: medium-water
x: 53
y: 14
- type: shallow-water
x: 10
y: 12
- type: medium-water
x: 53
y: 15
- type: shallow-water
x: 10
y: 13
- type: medium-water
x: 53
y: 16
- type: shallow-water
x: 10
y: 10
- type: shallow-water
x: 10
y: 11
- type: beach
x: 53
y: 10
- type: beach
x: 53
y: 11
- type: beach
x: 53
y: 12
- type: deep-water
x: 10
y: 18
- type: deep-water
x: 53
y: 17
- type: deep-water
x: 10
y: 19
- type: deep-water
x: 53
y: 18
- type: deep-water
x: 10
y: 16
- type: deep-water
x: 53
y: 19
- type: deep-water
x: 10
y: 17
- type: deep-water
x: 51
y: -4
- type: deep-water
x: 51
y: -3
- type: medium-water
x: 51
y: -2
- type: medium-water
x: 51
y: -1
- type: deep-water
x: 51
y: -9
- type: deep-water
x: 51
y: -8
- type: deep-water
x: 51
y: -7
- type: deep-water
x: 51
y: -6
- type: deep-water
x: 51
y: -5
- type: beach
x: 17
y: 6
- type: beach
x: 17
y: 7
- type: beach
x: 17
y: 8
- type: beach
x: 17
y: 9
- type: beach
x: 17
y: 2
- type: medium-water
x: 24
y: 12
- type: beach
x: 17
y: 3
- type: beach
x: 24
y: 11
- type: beach
x: 17
y: 4
- type: beach
x: 24
y: 10
- type: beach
x: 17
y: 5
- type: deep-water
x: 24
y: 16
- type: medium-water
x: 24
y: 15
- type: beach
x: 17
y: 0
- type: medium-water
x: 24
y: 14
- type: beach
x: 17
y: 1
- type: medium-water
x: 24
y: 13
- type: deep-water
x: 24
y: 19
- type: deep-water
x: 24
y: 18
- type: deep-water
x: 24
y: 17
- type: deep-water
x: 24
y: 23
- type: deep-water
x: 24
y: 22
- type: deep-water
x: 24
y: 21
- type: deep-water
x: 24
y: 20
- type: deep-water
x: 24
y: 27
- type: deep-water
x: 24
y: 26
- type: deep-water
x: 24
y: 25
- type: deep-water
x: 24
y: 24
- type: medium-water
x: 39
y: 15
- type: medium-water
x: 50
y: 0
- type: deep-water
x: 39
y: 16
- type: medium-water
x: 39
y: 13
- type: medium-water
x: 50
y: 2
- type: medium-water
x: 39
y: 14
- type: medium-water
x: 50
y: 1
- type: medium-water
x: 39
y: 11
- type: beach
x: 50
y: 4
- type: medium-water
x: 39
y: 12
- type: beach
x: 50
y: 3
- type: beach
x: 50
y: 6
- type: medium-water
x: 39
y: 10
- type: beach
x: 50
y: 5
- type: beach
x: 50
y: 8
- type: beach
x: 50
y: 7
- type: beach
x: 50
y: 9
- type: deep-water
x: 66
y: -9
- type: deep-water
x: 66
y: -4
- type: deep-water
x: 66
y: -3
- type: deep-water
x: 66
y: -2
- type: deep-water
x: 66
y: -1
- type: deep-water
x: 66
y: -8
- type: deep-water
x: 66
y: -7
- type: deep-water
x: 66
y: -6
- type: deep-water
x: 66
y: -5
- type: deep-water
x: 53
y: -10
- type: medium-water
x: 14
y: -2
- type: deep-water
x: 31
y: 19
- type: medium-water
x: 14
y: -1
- type: deep-water
x: 31
y: 17
- type: deep-water
x: 31
y: 18
- type: medium-water
x: 31
y: 15
- type: deep-water
x: 31
y: 16
- type: medium-water
x: 31
y: 13
- type: medium-water
x: 31
y: 14
- type: medium-water
x: 31
y: 11
- type: medium-water
x: 31
y: 12
- type: medium-water
x: 31
y: 10
- type: deep-water
x: 40
y: 26
- type: deep-water
x: 40
y: 27
- type: deep-water
x: 40
y: 22
- type: deep-water
x: 40
y: 23
- type: deep-water
x: 40
y: 24
- type: deep-water
x: 40
y: 25
- type: deep-water
x: 40
y: 20
- type: deep-water
x: 40
y: 21
- type: medium-water
x: 40
y: 15
- type: deep-water
x: 40
y: 16
- type: deep-water
x: 40
y: 17
- type: deep-water
x: 40
y: 18
- type: medium-water
x: 40
y: 11
- type: medium-water
x: 40
y: 12
- type: medium-water
x: 40
y: 13
- type: medium-water
x: 40
y: 14
- type: deep-water
x: 40
y: 19
- type: medium-water
x: 40
y: 10
- type: medium-water
x: 22
y: -2
- type: beach
x: 22
y: -1
- type: beach-end
x: 1
y: 12
- type: shallow-water
x: 1
y: 13
- type: beach
x: 1
y: 10
- type: beach
x: 1
y: 11
- type: deep-water
x: 45
y: -10
- type: beach
x: 4
y: 8
- type: beach
x: 4
y: 9
- type: deep-water
x: 1
y: 18
- type: deep-water
x: 1
y: 19
- type: deep-water
x: 1
y: 16
- type: deep-water
x: 1
y: 17
- type: shallow-water
x: 1
y: 14
- type: medium-water
x: 1
y: 15
- type: medium-water
x: 4
y: 0
- type: beach-end
x: 16
y: 12
- type: shallow-water
x: 43
y: 7
- type: deep-water
x: 68
y: -6
- type: medium-water
x: 4
y: 1
- type: shallow-water
x: 16
y: 13
- type: medium-water
x: 43
y: 8
- type: deep-water
x: 68
y: -5
- type: medium-water
x: 4
y: 2
- type: beach
x: 16
y: 10
- type: medium-water
x: 43
y: 9
- type: deep-water
x: 68
y: -4
- type: medium-water
x: 4
y: 3
- type: beach
x: 16
y: 11
- type: deep-water
x: 68
y: -3
- type: deep-water
x: 16
y: 16
- type: medium-water
x: 4
y: 4
- type: shallow-water
x: 43
y: 3
- type: deep-water
x: 68
y: -2
- type: deep-water
x: 16
y: 17
- type: medium-water
x: 4
y: 5
- type: shallow-water
x: 43
y: 4
- type: deep-water
x: 68
y: -1
- type: medium-water
x: 16
y: 14
- type: shallow-water
x: 4
y: 6
- type: shallow-water
x: 43
y: 5
- type: beach-end
x: 4
y: 7
rotation: 180
- type: medium-water
x: 16
y: 15
- type: shallow-water
x: 43
y: 6
- type: deep-water
x: 1
y: 23
- type: deep-water
x: 1
y: 24
- type: deep-water
x: 1
y: 21
- type: deep-water
x: 1
y: 22
- type: medium-water
x: -4
y: 1
- type: deep-water
x: 1
y: 20
- type: medium-water
x: -4
y: 2
- type: medium-water
x: -4
y: 0
- type: medium-water
x: -4
y: 5
- type: medium-water
x: -4
y: 6
- type: medium-water
x: 43
y: 0
- type: medium-water
x: -4
y: 3
- type: medium-water
x: 43
y: 1
- type: medium-water
x: -4
y: 4
- type: medium-water
x: 43
y: 2
- type: deep-water
x: 1
y: 27
- type: medium-water
x: -4
y: 9
- type: deep-water
x: 68
y: -9
- type: deep-water
x: 1
y: 25
- type: medium-water
x: -4
y: 7
- type: deep-water
x: 68
y: -8
- type: deep-water
x: 1
y: 26
- type: medium-water
x: -4
y: 8
- type: deep-water
x: 68
y: -7
- type: medium-water
x: 31
y: -1
- type: medium-water
x: 31
y: -2
- type: shallow-water
x: 31
y: 7
- type: shallow-water
x: 31
y: 6
- type: medium-water
x: 31
y: 9
- type: shallow-water
x: 31
y: 8
- type: shallow-water
x: 31
y: 3
- type: medium-water
x: 31
y: 2
- type: shallow-water
x: 31
y: 5
- type: shallow-water
x: 31
y: 4
- type: deep-water
x: 22
y: 25
- type: deep-water
x: 22
y: 24
- type: deep-water
x: 22
y: 23
- type: deep-water
x: 22
y: 22
- type: deep-water
x: 22
y: 21
- type: deep-water
x: 22
y: 20
- type: deep-water
x: 22
y: 27
- type: deep-water
x: 22
y: 26
- type: deep-water
x: 16
y: 18
- type: deep-water
x: 16
y: 19
- type: deep-water
x: 16
y: 23
- type: medium-water
x: 22
y: 14
- type: deep-water
x: 16
y: 24
- type: medium-water
x: 22
y: 13
- type: deep-water
x: 16
y: 21
- type: beach
x: 22
y: 12
- type: deep-water
x: 33
y: 26
- type: deep-water
x: 16
y: 22
- type: beach
x: 22
y: 11
- type: deep-water
x: 33
y: 27
- type: deep-water
x: 16
y: 27
- type: beach
x: 22
y: 10
- type: deep-water
x: 16
y: 25
- type: deep-water
x: 16
y: 26
- type: deep-water
x: 33
y: 20
- type: deep-water
x: 33
y: 21
- type: medium-water
x: 31
y: 1
- type: deep-water
x: 22
y: 19
- type: medium-water
x: 31
y: 0
- type: deep-water
x: 22
y: 18
- type: deep-water
x: 33
y: 24
- type: deep-water
x: 16
y: 20
- type: deep-water
x: 22
y: 17
- type: deep-water
x: 33
y: 25
- type: deep-water
x: 22
y: 16
- type: deep-water
x: 33
y: 22
- type: medium-water
x: 22
y: 15
- type: deep-water
x: 33
y: 23
- type: deep-water
x: 68
y: -10
- type: deep-water
x: 33
y: 17
- type: deep-water
x: 33
y: 18
- type: medium-water
x: 33
y: 15
- type: deep-water
x: 33
y: 16
- type: medium-water
x: 47
y: 9
- type: beach-end
x: 47
y: 7
rotation: 90
- type: deep-water
x: 33
y: 19
- type: beach-end
x: 47
y: 8
rotation: 90
- type: medium-water
x: 33
y: 10
- type: medium-water
x: 33
y: 13
- type: medium-water
x: 33
y: 14
- type: medium-water
x: 33
y: 11
- type: medium-water
x: 33
y: 12
- type: medium-water
x: -8
y: 3
- type: medium-water
x: -8
y: 4
- type: medium-water
x: -8
y: 5
- type: medium-water
x: -8
y: 6
- type: medium-water
x: -8
y: 0
- type: medium-water
x: -8
y: 1
- type: medium-water
x: -8
y: 2
- type: beach-end
x: 47
y: 5
rotation: 90
- type: beach-end
x: 47
y: 6
rotation: 90
- type: medium-water
x: 47
y: 3
- type: beach-end
x: 47
y: 4
rotation: 90
- type: medium-water
x: -8
y: 7
- type: medium-water
x: 47
y: 1
- type: medium-water
x: -8
y: 8
- type: medium-water
x: 47
y: 2
- type: medium-water
x: -8
y: 9
- type: medium-water
x: 47
y: 0
- type: medium-water
x: 35
y: 9
- type: medium-water
x: 35
y: 8
- type: medium-water
x: 35
y: 7
- type: medium-water
x: 35
y: 6
- type: medium-water
x: 20
y: -2
- type: beach
x: 20
y: -1
- type: medium-water
x: 35
y: 5
- type: medium-water
x: 35
y: 4
- type: medium-water
x: 35
y: 3
- type: medium-water
x: 35
y: 2
- type: medium-water
x: 35
y: 1
- type: medium-water
x: 35
y: 0
- type: medium-water
x: 42
y: 10
- type: medium-water
x: 42
y: 12
- type: beach
x: 23
y: 0
- type: medium-water
x: 42
y: 11
- type: beach
x: 23
y: 1
- type: medium-water
x: 42
y: 14
- type: beach
x: 23
y: 2
- type: medium-water
x: 42
y: 13
- type: beach
x: 23
y: 3
- type: medium-water
x: 42
y: 16
- type: beach
x: 23
y: 4
- type: medium-water
x: 42
y: 15
- type: deep-water
x: 42
y: 18
- type: deep-water
x: 42
y: 17
- type: deep-water
x: 42
y: 19
- type: medium-water
x: 33
y: -1
- type: medium-water
x: 33
y: -2
- type: grass
x: 55
y: 3
- type: grass
x: 55
y: 2
- type: grass
x: 55
y: 1
- type: grass
x: 55
y: 0
- type: beach
x: 55
y: 7
- type: deep-water
x: 42
y: 21
- type: grass
x: 55
y: 6
- type: deep-water
x: 42
y: 20
- type: grass
x: 55
y: 5
- type: deep-water
x: 42
y: 23
- type: grass
x: 55
y: 4
- type: deep-water
x: 42
y: 22
- type: deep-water
x: 42
y: 25
- type: deep-water
x: 42
y: 24
- type: shallow-water
x: -1
y: 10
- type: grass
x: 55
y: 9
- type: deep-water
x: 42
y: 27
- type: beach
x: 55
y: 8
- type: deep-water
x: 42
y: 26
- type: shallow-water
x: -1
y: 12
- type: shallow-water
x: -1
y: 11
- type: medium-water
x: -1
y: 14
- type: medium-water
x: -1
y: 13
- type: deep-water
x: -1
y: 16
- type: medium-water
x: -1
y: 15
- type: deep-water
x: -1
y: 18
- type: deep-water
x: -1
y: 17
- type: deep-water
x: 14
y: 18
- type: deep-water
x: 14
y: 19
- type: deep-water
x: 14
y: 16
- type: deep-water
x: 14
y: 17
- type: medium-water
x: 14
y: 14
- type: medium-water
x: 14
y: 15
- type: beach-end
x: 14
y: 12
- type: shallow-water
x: 14
y: 13
- type: beach
x: 14
y: 10
- type: beach
x: 23
y: 5
- type: beach
x: 14
y: 11
- type: beach
x: 23
y: 6
- type: beach
x: 23
y: 7
- type: beach
x: 23
y: 8
- type: beach
x: 23
y: 9
- type: medium-water
x: -9
y: -2
- type: medium-water
x: -9
y: -1
- type: deep-water
x: -1
y: 21
- type: deep-water
x: -1
y: 20
- type: deep-water
x: -1
y: 23
- type: medium-water
x: 12
y: -2
- type: deep-water
x: -1
y: 22
- type: medium-water
x: 67
y: 0
- type: deep-water
x: -1
y: 25
- type: deep-water
x: -1
y: 24
- type: medium-water
x: 12
y: -1
- type: deep-water
x: -1
y: 27
- type: medium-water
x: 67
y: 3
- type: deep-water
x: -1
y: 26
- type: medium-water
x: 67
y: 4
- type: medium-water
x: 67
y: 1
- type: medium-water
x: 67
y: 2
- type: deep-water
x: -1
y: 19
- type: deep-water
x: 20
y: 19
- type: deep-water
x: 14
y: 27
- type: deep-water
x: 20
y: 18
- type: deep-water
x: 20
y: 17
- type: deep-water
x: 14
y: 25
- type: medium-water
x: 11
y: 1
- type: deep-water
x: 14
y: 26
- type: medium-water
x: 11
y: 0
- type: deep-water
x: 14
y: 23
- type: beach
x: 11
y: 3
- type: deep-water
x: 14
y: 24
- type: beach
x: 11
y: 2
- type: deep-water
x: 14
y: 21
- type: beach
x: 20
y: 12
- type: deep-water
x: 14
y: 22
- type: beach
x: 20
y: 11
- type: beach
x: 20
y: 10
- type: deep-water
x: 14
y: 20
- type: deep-water
x: 20
y: 16
- type: medium-water
x: 20
y: 15
- type: medium-water
x: 20
y: 14
- type: medium-water
x: 20
y: 13
- type: medium-water
x: 40
y: -1
- type: medium-water
x: 40
y: -2
- type: beach-end
x: 11
y: 5
rotation: 90
- type: beach-end
x: 11
y: 4
rotation: 90
- type: beach-end
x: 11
y: 7
rotation: 90
- type: beach-end
x: 11
y: 6
rotation: 90
- type: beach-end
x: 11
y: 9
rotation: 90
- type: beach-end
x: 11
y: 8
rotation: 90
- type: medium-water
x: 67
y: 7
- type: medium-water
x: 67
y: 8
- type: medium-water
x: 67
y: 5
- type: medium-water
x: 67
y: 6
- type: medium-water
x: 67
y: 9
- type: deep-water
x: 20
y: 23
- type: deep-water
x: 20
y: 22
- type: deep-water
x: 20
y: 21
- type: deep-water
x: 20
y: 20
- type: deep-water
x: 20
y: 27
- type: deep-water
x: 20
y: 26
- type: deep-water
x: 20
y: 25
- type: deep-water
x: 20
y: 24
- type: medium-water
x: 42
y: -2
- type: medium-water
x: 18
y: -2
- type: medium-water
x: 42
y: -1
- type: shallow-water
x: 8
y: 6
- type: deep-water
x: 35
y: 22
- type: shallow-water
x: 8
y: 7
- type: deep-water
x: 35
y: 23
- type: shallow-water
x: 8
y: 4
- type: deep-water
x: 35
y: 20
- type: shallow-water
x: 8
y: 5
- type: deep-water
x: 35
y: 21
- type: shallow-water
x: 8
y: 8
- type: shallow-water
x: 8
y: 9
- type: medium-water
x: 8
y: 2
- type: deep-water
x: 35
y: 26
- type: medium-water
x: 8
y: 3
- type: deep-water
x: 35
y: 27
- type: medium-water
x: 8
y: 0
- type: deep-water
x: 35
y: 24
- type: medium-water
x: 8
y: 1
- type: deep-water
x: 35
y: 25
- type: medium-water
x: 51
y: 1
- type: medium-water
x: 51
y: 0
- type: beach
x: 51
y: 3
- type: medium-water
x: 51
y: 2
- type: beach
x: 51
y: 5
- type: beach
x: 51
y: 4
- type: beach
x: 51
y: 7
- type: beach
x: 51
y: 6
- type: medium-water
x: 3
y: -1
- type: medium-water
x: 38
y: 9
- type: beach
x: 51
y: 9
- type: beach
x: 51
y: 8
- type: medium-water
x: -1
y: -2
- type: medium-water
x: -1
y: -1
- type: medium-water
x: 3
y: -2
- type: grass
x: 57
y: -3
- type: exit
x: 57
y: -4
- type: grass
x: 57
y: -5
- type: deep-water
x: 57
y: -6
- type: grass
x: 57
y: -1
- type: grass
x: 57
y: -2
- type: medium-water
x: -9
y: 10
- type: medium-water
x: -9
y: 12
- type: medium-water
x: -9
y: 11
- type: medium-water
x: -9
y: 14
- type: medium-water
x: -9
y: 13
- type: deep-water
x: -9
y: 16
- type: medium-water
x: -9
y: 15
- type: deep-water
x: -9
y: 18
- type: deep-water
x: -9
y: 17
- type: deep-water
x: -9
y: 19
- type: deep-water
x: 57
y: -7
- type: deep-water
x: 57
y: -8
- type: deep-water
x: 57
y: -9
- type: medium-water
x: 63
y: 0
- type: medium-water
x: 38
y: 1
- type: medium-water
x: 38
y: 2
- type: medium-water
x: 38
y: 3
- type: medium-water
x: 38
y: 4
- type: medium-water
x: 38
y: 5
- type: medium-water
x: 38
y: 6
- type: medium-water
x: 38
y: 7
- type: medium-water
x: 38
y: 8
- type: beach
x: 26
y: 9
- type: shallow-water
x: 26
y: 8
- type: deep-water
x: -9
y: 21
- type: deep-water
x: -9
y: 20
- type: medium-water
x: 38
y: 0
- type: deep-water
x: -9
y: 23
- type: deep-water
x: -9
y: 22
- type: deep-water
x: -9
y: 25
- type: deep-water
x: -9
y: 24
- type: deep-water
x: -9
y: 27
- type: deep-water
x: -9
y: 26
- type: deep-water
x: 63
y: -10
- type: deep-water
x: 60
y: -10
- type: medium-water
x: 63
y: 1
- type: medium-water
x: 63
y: 2
- type: medium-water
x: 63
y: 3
- type: medium-water
x: 63
y: 4
- type: medium-water
x: 63
y: 5
- type: medium-water
x: 63
y: 6
- type: medium-water
x: 63
y: 7
- type: medium-water
x: 63
y: 8
- type: medium-water
x: 18
y: -1
- type: medium-water
x: 63
y: 9
- type: beach
x: 14
y: 9
- type: beach
x: 14
y: 7
- type: beach
x: 14
y: 8
- type: medium-water
x: -3
y: 14
- type: medium-water
x: 59
y: 11
- type: deep-water
x: 5
y: 27
- type: medium-water
x: -3
y: 13
- type: medium-water
x: 59
y: 12
- type: deep-water
x: 5
y: 26
- type: deep-water
x: -3
y: 16
- type: medium-water
x: 59
y: 13
- type: deep-water
x: 5
y: 25
- type: medium-water
x: -3
y: 15
- type: medium-water
x: 59
y: 14
- type: deep-water
x: 5
y: 24
- type: medium-water
x: -3
y: 10
- type: medium-water
x: 59
y: 15
- type: deep-water
x: 44
y: 27
- type: deep-water
x: 5
y: 23
- type: medium-water
x: 59
y: 16
- type: deep-water
x: 44
y: 26
- type: grass
x: 5
y: 22
- type: medium-water
x: -3
y: 12
- type: deep-water
x: 59
y: 17
- type: grass
x: 5
y: 21
- type: medium-water
x: -3
y: 11
- type: deep-water
x: 59
y: 18
- type: grass
x: 5
y: 20
- type: deep-water
x: 44
y: 23
- type: deep-water
x: 44
y: 22
- type: deep-water
x: 44
y: 25
- type: deep-water
x: 44
y: 24
- type: deep-water
x: 44
y: 21
- type: medium-water
x: 59
y: 10
- type: deep-water
x: 44
y: 20
- type: beach
x: 26
y: 1
- type: medium-water
x: 26
y: 0
- type: shallow-water
x: 26
y: 3
- type: beach
x: 26
y: 2
- type: shallow-water
x: 26
y: 5
- type: shallow-water
x: 26
y: 4
- type: shallow-water
x: 26
y: 7
- type: shallow-water
x: 26
y: 6
- type: planks
x: 5
y: 19
- type: planks
x: 5
y: 18
- type: planks
x: 5
y: 17
- type: deep-water
x: 5
y: 16
- type: deep-water
x: 44
y: 19
- type: medium-water
x: 5
y: 15
- type: beach-end
x: 5
y: 14
- type: beach
x: 5
y: 13
- type: medium-water
x: 44
y: 16
- type: beach
x: 5
y: 12
- type: medium-water
x: 44
y: 15
- type: beach
x: 5
y: 11
- type: deep-water
x: 44
y: 18
- type: beach
x: 5
y: 10
- type: deep-water
x: 44
y: 17
- type: medium-water
x: 44
y: 12
- type: medium-water
x: 44
y: 11
- type: medium-water
x: 44
y: 14
- type: medium-water
x: 44
y: 13
- type: medium-water
x: 44
y: 10
- type: deep-water
x: 59
y: 19
- type: deep-water
x: -3
y: 18
- type: deep-water
x: -3
y: 17
- type: deep-water
x: -3
y: 19
- type: deep-water
x: -3
y: 25
- type: beach
x: 14
y: 1
- type: deep-water
x: 59
y: 22
- type: deep-water
x: -3
y: 24
- type: beach
x: 14
y: 2
- type: deep-water
x: 59
y: 23
- type: deep-water
x: -3
y: 27
- type: deep-water
x: 59
y: 24
- type: deep-water
x: -3
y: 26
- type: beach
x: 14
y: 0
- type: deep-water
x: 59
y: 25
- type: deep-water
x: -3
y: 21
- type: beach
x: 14
y: 5
- type: deep-water
x: 59
y: 26
- type: deep-water
x: -3
y: 20
- type: beach
x: 14
y: 6
- type: deep-water
x: 59
y: 27
- type: deep-water
x: -3
y: 23
- type: beach
x: 14
y: 3
- type: deep-water
x: -3
y: 22
- type: beach
x: 14
y: 4
- type: deep-water
x: 59
y: 20
- type: deep-water
x: 59
y: 21
- type: medium-water
x: 1
y: -2
- type: medium-water
x: 1
y: -1
- type: medium-water
x: -3
y: -2
- type: medium-water
x: -3
y: -1
- type: medium-water
x: 16
y: -2
- type: grass
x: 59
y: -1
- type: grass
x: 59
y: -2
- type: grass
x: 59
y: -3
- type: medium-water
x: 16
y: -1
- type: grass
x: 59
y: -4
- type: medium-water
x: 44
y: -2
- type: medium-water
x: 44
y: -1
- type: deep-water
x: 50
y: -10
- type: beach
x: 1
y: 9
- type: shallow-water
x: 1
y: 7
- type: beach-end
x: 1
y: 8
rotation: 90
- type: medium-water
x: 1
y: 5
- type: shallow-water
x: 1
y: 6
- type: grass
x: 59
y: -5
- type: grass
x: 59
y: -6
- type: deep-water
x: 59
y: -7
- type: deep-water
x: 59
y: -8
- type: deep-water
x: 59
y: -9
- type: beach
x: 18
y: 7
- type: beach
x: 18
y: 8
- type: beach
x: 18
y: 9
- type: beach
x: 18
y: 3
- type: beach
x: 18
y: 4
- type: beach
x: 18
y: 5
- type: beach
x: 18
y: 6
- type: medium-water
x: 1
y: 3
- type: medium-water
x: 1
y: 4
- type: beach
x: 18
y: 0
- type: medium-water
x: 1
y: 1
- type: beach
x: 18
y: 1
- type: medium-water
x: 1
y: 2
- type: beach
x: 18
y: 2
- type: medium-water
x: 1
y: 0
- type: grass
x: 3
y: 22
- type: deep-water
x: 18
y: 19
- type: grass
x: 3
y: 21
- type: deep-water
x: 18
y: 18
- type: grass
x: 3
y: 20
- type: deep-water
x: 18
y: 17
- type: deep-water
x: 18
y: 16
- type: deep-water
x: 3
y: 26
- type: deep-water
x: -5
y: 16
- type: deep-water
x: 3
y: 25
- type: medium-water
x: -5
y: 15
- type: deep-water
x: -5
y: 18
- type: deep-water
x: 3
y: 24
- type: deep-water
x: -5
y: 17
- type: deep-water
x: 3
y: 23
- type: deep-water
x: -5
y: 19
- type: deep-water
x: 3
y: 27
- type: deep-water
x: -5
y: 21
- type: deep-water
x: -5
y: 20
- type: deep-water
x: -5
y: 23
- type: deep-water
x: -5
y: 22
- type: deep-water
x: -5
y: 25
- type: deep-water
x: -5
y: 24
- type: deep-water
x: 18
y: 26
- type: deep-water
x: 18
y: 25
- type: deep-water
x: 18
y: 24
- type: deep-water
x: 18
y: 23
- type: deep-water
x: 18
y: 22
- type: deep-water
x: 18
y: 21
- type: deep-water
x: 18
y: 20
- type: beach
x: 3
y: 11
- type: beach
x: 3
y: 10
- type: deep-water
x: 18
y: 27
- type: deep-water
x: -5
y: 27
- type: shallow-water
x: 3
y: 15
- type: beach-end
x: 3
y: 14
- type: deep-water
x: -5
y: 26
- type: beach
x: 3
y: 13
- type: beach
x: 3
y: 12
- type: planks
x: 3
y: 19
- type: planks
x: 3
y: 18
- type: planks
x: 3
y: 17
- type: deep-water
x: 3
y: 16
- type: medium-water
x: 46
y: 14
- type: medium-water
x: 46
y: 13
- type: medium-water
x: 46
y: 16
- type: medium-water
x: 46
y: 15
- type: deep-water
x: 46
y: 18
- type: deep-water
x: 46
y: 17
- type: deep-water
x: 46
y: 19
- type: deep-water
x: 31
y: 26
- type: deep-water
x: 31
y: 27
- type: deep-water
x: 31
y: 24
- type: deep-water
x: 31
y: 25
- type: medium-water
x: 46
y: 10
- type: deep-water
x: 31
y: 22
- type: deep-water
x: 31
y: 23
- type: medium-water
x: 46
y: 12
- type: deep-water
x: 31
y: 20
- type: medium-water
x: 46
y: 11
- type: deep-water
x: 31
y: 21
- type: deep-water
x: 46
y: 25
- type: deep-water
x: 46
y: 24
- type: medium-water
x: -5
y: 10
- type: deep-water
x: 46
y: 27
- type: deep-water
x: 46
y: 26
- type: medium-water
x: -5
y: 12
- type: medium-water
x: -5
y: 11
- type: medium-water
x: -5
y: 14
- type: medium-water
x: -5
y: 13
- type: medium-water
x: 18
y: 15
- type: medium-water
x: 18
y: 14
- type: medium-water
x: 18
y: 13
- type: beach
x: 18
y: 12
- type: beach
x: 18
y: 11
- type: deep-water
x: 46
y: 21
- type: beach
x: 18
y: 10
- type: deep-water
x: 46
y: 20
- type: deep-water
x: 46
y: 23
- type: deep-water
x: 46
y: 22
creatures:
- id: c2754ac7-69d7-41e1-b779-491958352ae6
type: bananabox
x: 2368.0
y: 448.0
- id: 4beb9ad4-ca43-4008-8347-be6d15097512
type: bigbeaver
x: 6592.0
y: 1088.0
- id: e8427f4d-4208-40af-9628-fd40984dbb07
type: bigbeaver
x: 7104.0
y: 64.0
- id: 6c176215-4ead-4475-8f0f-c0354ebfb983
type: bigbeaver
x: 6336.0
y: 704.0
- id: 8b8e5142-d111-4c3c-b0da-8e09b53293ba
type: bigbeaver
x: 7232.0
y: 704.0
- id: 43b04958-794d-42b4-8421-d3bd1cd69767
type: bigbeaver
x: 7744.0
y: 320.0
- id: 77defc89-f886-4e92-bb48-29542551c150
type: cage
x: 576.0
y: 2752.0
- id: 9c3b9d47-968f-478c-923c-0760933d4d91
type: coconut
x: 7360.0
y: 960.0
- id: d20c5da3-6d6b-4046-83d3-f0dd8466be25
type: coconut
x: 7616.0
y: 192.0
- id: c79092ab-ce2c-4354-91b8-651a45f5ec7f
type: coconut
x: 7232.0
y: -64.0
- id: 4acf017e-8f6c-4abf-9d59-af1b71241cb7
type: coconut
x: 7104.0
y: 448.0
- id: d307cc74-5d25-409c-b24d-33cec3cd5f06
type: door
x: 7744.0
y: -320.0
- id: 8f9d88e4-5d4d-4d41-a020-15887039dd78
type: monkey
x: 5568.0
y: 832.0
- id: a9f070f8-c093-4f7a-b823-0c90e786d4f7
type: monkey
x: 2496.0
y: 1216.0
- id: dd10a012-ef9e-44e8-8ed6-8715ad65ca67
type: monkey
x: 576.0
y: 1344.0
- id: ddb6417e-93d7-4326-a777-650106fcadcf
type: player
x: 576.0
y: 2624.0
- id: e91369d1-8b1b-4793-a297-270518c4a4f3
type: shark
x: 4672.0
y: 1216.0
- id: 8899f193-9bc7-403e-8a39-046e54c68ad1
type: shark
x: 448.0
y: 320.0
- id: a84cddc4-6541-47a7-84e6-085862f50098
type: shark
x: -832.0
y: 1344.0
- id: 24d7054d-ac74-4376-afb0-85d1c7188f23
type: tree
x: 6976.0
y: 576.0
- id: a7f99adf-2250-41fa-9502-98229574695c
type: tree
x: 3264.0
y: 320.0
- id: b0f0c1f2-d774-49e1-90d8-fd3621e9c3d4
type: tree
x: 7488.0
y: 832.0
- id: 3f70b3e7-a430-4a34-8a56-cee65565b510
type: tree
x: 3136.0
y: 1088.0
- id: 9e61df61-07c8-44c3-b158-44ffcaf53800
type: tree
x: 1728.0
y: 448.0
- id: afc6748c-c43b-4a55-a22b-fa7397a6e501
type: tree
x: 3264.0
y: 1088.0
- id: 3139e347-738e-491a-a17f-870333dabf6c
type: tree
x: 832.0
y: 1472.0
- id: 7523261a-2d09-434e-af29-0658b101eb6f
type: tree
x: 2368.0
y: 704.0
- id: febde5d4-f6ac-4725-8c3a-d0f39702794e
type: tree
x: 8000.0
y: 448.0
- id: 92bbf6cb-29a0-45e4-95b7-bd290799e314
type: tree
x: 3008.0
y: 320.0
- id: 761ad204-829d-4be9-afe3-1b434a9c5dbb
type: tree
x: 7488.0
y: 64.0
- id: 0e9fabf3-7838-45c7-8dca-cb67423759e6
type: tree
x: 1984.0
y: 1216.0
- id: 61e597cd-362c-47bd-9019-b719c3cafdc3
type: tree
x: 320.0
y: 1216.0
- id: 19564d6b-532d-4342-a574-0db0beea46c9
type: tree
x: 3392.0
y: 320.0
- id: f68666be-49be-43e5-9cfc-612aa9c4e48d
type: tree
x: 3136.0
y: 320.0
- id: eedfd682-49dd-4aa6-bc06-06efd180b1b2
type: tree
x: 3008.0
y: 1216.0
- id: c703338c-ca01-416c-819f-7c3c43b8e57d
type: woodenwall
x: 7616.0
y: -320.0
- id: 5f5fc06e-5b90-4f62-88fa-739a659c937a
type: woodenwall
x: 7104.0
y: -320.0
- id: 12483d45-a2f6-455f-8867-1e76176954ca
type: woodenwall
x: 7488.0
y: -320.0
- id: 974a2bce-236a-4a0d-a653-7a8c58abb300
type: woodenwall
x: 6976.0
y: -320.0
- id: ca62b048-c3ad-42cc-a54f-aa2cc5d70121
type: woodenwall
x: 7360.0
y: -320.0
- id: faeface7-b42e-46ad-a6ce-1d2dd5309f3b
type: woodenwall
x: 6848.0
y: -320.0
- id: f76c36b6-ebc7-4dbf-9762-c66e9277ebf3
type: woodenwall
x: 8000.0
y: -320.0
- id: b0eb8aed-a903-404c-afbf-f69ea2db508b
type: woodenwall
x: 7232.0
y: -320.0
- id: a8ce536c-359d-45ff-9883-c6304388cdc2
type: woodenwall
x: 7872.0
y: -320.0
triggers:
- script: "if dead $ then spawn key"
tiles:
- x: 60
y: 2
properties:
name: Basic test level 3
targetScore: 3
weather: SUNNY
cheatTargetTime: 300.0
tiles:
- type: grass
x: -5
y: 2
- type: grass
x: -5
y: 3
- type: grass
x: -5
y: 0
- type: grass
x: -5
y: 1
- type: grass
x: 10
y: 3
- type: beach
x: -5
y: 6
- type: grass
x: 10
y: 4
- type: beach-end
x: -5
y: 7
- type: grass
x: -5
y: -1
- type: beach
x: 10
y: 5
- type: grass
x: -5
y: 4
- type: beach
x: 10
y: 6
- type: beach
x: -5
y: 5
- type: beach-end
x: 10
y: 7
- type: shallow-water
x: 10
y: 8
- type: shallow-water
x: 10
y: 9
- type: shallow-water
x: -5
y: 8
- type: shallow-water
x: -5
y: 9
- type: beach
x: 8
y: 6
- type: beach-end
x: 8
y: 7
- type: grass
x: 8
y: 4
- type: beach
x: 8
y: 5
- type: shallow-water
x: 8
y: 8
- type: shallow-water
x: 8
y: 9
- type: grass
x: 8
y: 2
- type: grass
x: 8
y: 3
- type: grass
x: 8
y: 0
- type: grass
x: 8
y: 1
- type: deep-water
x: -2
y: 13
- type: shallow-water
x: 3
y: 9
- type: deep-water
x: -2
y: 12
- type: shallow-water
x: 3
y: 8
- type: deep-water
x: -2
y: 11
- type: beach-end
x: 3
y: 7
- type: medium-water
x: -2
y: 10
- type: grass
x: 3
y: -1
- type: grass
x: -1
y: -1
- type: medium-water
x: 4
y: 10
- type: beach
x: 3
y: 6
- type: deep-water
x: 4
y: 12
- type: beach
x: 3
y: 5
- type: deep-water
x: 4
y: 11
- type: grass
x: 3
y: 4
- type: grass
x: 3
y: 3
- type: deep-water
x: 4
y: 13
- type: grass
x: 3
y: 2
- type: grass
x: 3
y: 1
- type: grass
x: 3
y: 0
- type: lava
x: -9
y: 10
- type: grass
x: 6
y: -1
- type: blue-tiles
x: -13
y: 3
- type: blue-tiles
x: -13
y: 4
- type: blue-tiles
x: -13
y: 5
- type: blue-tiles
x: -13
y: 6
- type: deep-water
x: 7
y: 11
- type: medium-water
x: 7
y: 10
- type: deep-water
x: 7
y: 13
- type: deep-water
x: 7
y: 12
- type: blue-tiles
x: -13
y: 2
- type: grass
x: -6
y: 0
- type: grass
x: -6
y: 4
- type: grass
x: -6
y: 3
- type: grass
x: -6
y: 2
- type: grass
x: -6
y: 1
- type: shallow-water
x: -6
y: 8
- type: deep-water
x: -6
y: 13
- type: beach-end
x: -6
y: 7
- type: deep-water
x: -6
y: 12
- type: beach
x: -6
y: 6
- type: deep-water
x: -6
y: 11
- type: beach
x: -6
y: 5
- type: medium-water
x: -6
y: 10
- type: shallow-water
x: -6
y: 9
- type: beach-end
x: 9
y: 7
- type: shallow-water
x: 9
y: 8
- type: beach
x: 9
y: 5
- type: beach
x: 9
y: 6
- type: grass
x: -11
y: -4
- type: grass
x: 10
y: 0
- type: grass
x: -11
y: -5
- type: grass
x: 10
y: 1
- type: shallow-water
x: 9
y: 9
- type: grass
x: 10
y: 2
- type: grass
x: 9
y: 0
- type: grass
x: -11
y: -2
- type: medium-water
x: 0
y: 10
- type: grass
x: -11
y: -3
- type: grass
x: 9
y: 3
- type: deep-water
x: 0
y: 11
- type: grass
x: 9
y: 4
- type: deep-water
x: 0
y: 12
- type: grass
x: 9
y: 1
- type: deep-water
x: 0
y: 13
- type: grass
x: 9
y: 2
- type: deep-water
x: 1
y: 12
- type: cliff
x: -11
y: 4
- type: cliff
x: -9
y: 4
- type: deep-water
x: 1
y: 13
- type: cliff
x: -11
y: 3
- type: cliff
x: -9
y: 5
- type: medium-water
x: 1
y: 10
- type: hexagon-tiles
x: -11
y: 2
- type: cliff
x: -9
y: 6
- type: deep-water
x: 1
y: 11
- type: hexagon-tiles
x: -11
y: 1
- type: cliff
x: -9
y: 7
- type: hexagon-tiles
x: -9
y: 1
- type: cliff
x: -11
y: 7
- type: hexagon-tiles
x: -9
y: 2
- type: cliff
x: -11
y: 6
- type: cliff
x: -11
y: 5
- type: cliff
x: -9
y: 3
- type: shallow-water
x: 4
y: 8
- type: shallow-water
x: 4
y: 9
- type: grass
x: 4
y: 0
- type: grass
x: 4
y: 1
- type: deep-water
x: -3
y: 13
- type: grass
x: 4
y: 2
- type: grass
x: 4
y: 3
- type: grass
x: 4
y: 4
- type: medium-water
x: -3
y: 10
- type: beach
x: 4
y: 5
- type: beach
x: 4
y: 6
- type: deep-water
x: -3
y: 12
- type: grass
x: -6
y: -1
- type: beach-end
x: 4
y: 7
- type: deep-water
x: -3
y: 11
- type: stone-tiles-breaking
x: -2
y: -3
- type: stone-tiles-breaking
x: -2
y: -2
- type: grass
x: -2
y: -1
- type: grass
x: -4
y: 1
- type: deep-water
x: -7
y: 13
- type: grass
x: -4
y: 2
- type: grass
x: -4
y: 0
- type: beach
x: -4
y: 5
- type: beach
x: -4
y: 6
- type: grass
x: -4
y: 3
- type: grass
x: -4
y: 4
- type: shallow-water
x: -4
y: 9
- type: beach-end
x: -4
y: 7
- type: shallow-water
x: -4
y: 8
- type: deep-water
x: 5
y: 13
- type: deep-water
x: 5
y: 12
- type: deep-water
x: 5
y: 11
- type: medium-water
x: 5
y: 10
- type: grass
x: 4
y: -1
- type: grass
x: -12
y: -5
- type: deep-water
x: 6
y: 13
- type: grass
x: -12
y: -3
- type: grass
x: -12
y: -4
- type: medium-water
x: 6
y: 10
- type: deep-water
x: 6
y: 12
- type: deep-water
x: 6
y: 11
- type: grass
x: -12
y: -2
- type: medium-water
x: -7
y: 10
- type: deep-water
x: -7
y: 12
- type: deep-water
x: -7
y: 11
- type: stone-tiles-breaking
x: -2
y: -4
- type: cliff
x: -12
y: 5
- type: cliff
x: -12
y: 4
- type: exit
x: 10
y: -1
- type: cliff
x: -12
y: 3
- type: grass
x: 9
y: -1
- type: cliff
x: -12
y: 7
- type: cliff
x: -12
y: 6
- type: shallow-water
x: 5
y: 9
- type: grass
x: 5
y: 1
- type: grass
x: 0
y: -1
- type: grass
x: 5
y: 2
- type: grass
x: 5
y: 3
- type: grass
x: 5
y: 4
- type: beach
x: 5
y: 5
- type: beach
x: 5
y: 6
- type: beach-end
x: 5
y: 7
- type: shallow-water
x: 5
y: 8
- type: grass
x: 5
y: 0
- type: deep-water
x: -4
y: 11
- type: medium-water
x: -4
y: 10
- type: shallow-water
x: 0
y: 8
- type: shallow-water
x: 0
y: 9
- type: beach
x: 0
y: 6
- type: beach-end
x: 0
y: 7
- type: grass
x: 0
y: 4
- type: deep-water
x: -4
y: 13
- type: beach
x: 0
y: 5
- type: deep-water
x: -4
y: 12
- type: grass
x: 1
y: -1
- type: medium-water
x: 2
y: 10
- type: shallow-water
x: -2
y: 9
- type: deep-water
x: 2
y: 12
- type: deep-water
x: 2
y: 11
- type: grass
x: -3
y: -1
- type: grass
x: 0
y: 2
- type: grass
x: 0
y: 3
- type: grass
x: 0
y: 0
- type: grass
x: 0
y: 1
- type: deep-water
x: 2
y: 13
- type: grass
x: -8
y: 3
- type: cliff
x: -10
y: 3
- type: grass
x: -7
y: -4
- type: grass
x: -8
y: 4
- type: hexagon-tiles
x: -10
y: 2
- type: grass
x: -7
y: -3
- type: beach
x: -8
y: 5
- type: hexagon-tiles
x: -10
y: 1
- type: beach
x: -8
y: 6
- type: grass
x: -7
y: -5
- type: cliff
x: -10
y: 7
- type: grass
x: -8
y: 0
- type: cliff
x: -10
y: 6
- type: grass
x: -8
y: 1
- type: cliff
x: -10
y: 5
- type: grass
x: -7
y: -2
- type: grass
x: -8
y: 2
- type: grass
x: -7
y: -1
- type: cliff
x: -10
y: 4
- type: beach-end
x: -8
y: 7
- type: shallow-water
x: -8
y: 8
- type: shallow-water
x: -8
y: 9
- type: grass
x: 5
y: -1
- type: deep-water
x: -8
y: 13
- type: deep-water
x: -8
y: 12
- type: grass
x: -3
y: 1
- type: grass
x: -3
y: 0
- type: grass
x: -3
y: 3
- type: grass
x: -3
y: 2
- type: beach
x: -3
y: 5
- type: grass
x: -3
y: 4
- type: beach-end
x: -3
y: 7
- type: deep-water
x: -8
y: 11
- type: beach
x: -3
y: 6
- type: medium-water
x: -8
y: 10
- type: shallow-water
x: -3
y: 9
- type: shallow-water
x: -3
y: 8
- type: grass
x: 6
y: 3
- type: grass
x: 6
y: 2
- type: lava
x: -10
y: 10
- type: beach
x: 6
y: 5
- type: grass
x: 6
y: 4
- type: beach-end
x: 6
y: 7
- type: beach
x: 6
y: 6
- type: shallow-water
x: 6
y: 9
- type: shallow-water
x: 6
y: 8
- type: grass
x: 6
y: 1
- type: grass
x: 6
y: 0
- type: shallow-water
x: 1
y: 9
- type: deep-water
x: 10
y: 12
- type: deep-water
x: 10
y: 13
- type: beach-end
x: 1
y: 7
- type: medium-water
x: 10
y: 10
- type: shallow-water
x: 1
y: 8
- type: deep-water
x: 10
y: 11
- type: beach
x: 1
y: 5
- type: beach
x: 1
y: 6
- type: grass
x: 1
y: 3
- type: deep-water
x: 9
y: 13
- type: deep-water
x: 9
y: 12
- type: grass
x: 8
y: -1
- type: start
x: 1
y: 4
- type: grass
x: 1
y: 1
- type: deep-water
x: 9
y: 11
- type: grass
x: 1
y: 2
- type: medium-water
x: 9
y: 10
- type: grass
x: 1
y: 0
- type: grass
x: -4
y: -1
- type: grass
x: -1
y: 1
- type: grass
x: -1
y: 0
- type: grass
x: -1
y: 3
- type: grass
x: -1
y: 2
- type: beach
x: -1
y: 5
- type: grass
x: -1
y: 4
- type: beach-end
x: -1
y: 7
- type: beach
x: -1
y: 6
- type: grass
x: 2
y: -1
- type: deep-water
x: 3
y: 11
- type: medium-water
x: 3
y: 10
- type: medium-water
x: -1
y: 10
- type: deep-water
x: -1
y: 12
- type: deep-water
x: -1
y: 11
- type: deep-water
x: 3
y: 13
- type: deep-water
x: 3
y: 12
- type: deep-water
x: -1
y: 13
- type: grass
x: 7
y: 4
- type: shallow-water
x: -1
y: 9
- type: grass
x: -8
y: -1
- type: grass
x: 7
y: 3
- type: shallow-water
x: -1
y: 8
- type: beach
x: 7
y: 6
- type: beach
x: 7
y: 5
- type: shallow-water
x: 7
y: 8
- type: grass
x: -8
y: -5
- type: beach-end
x: 7
y: 7
- type: grass
x: -8
y: -4
- type: grass
x: -8
y: -3
- type: shallow-water
x: 7
y: 9
- type: grass
x: -8
y: -2
- type: grass
x: 7
y: 0
- type: grass
x: 7
y: 2
- type: grass
x: 7
y: 1
- type: grass
x: -7
y: 1
- type: grass
x: -7
y: 0
- type: shallow-water
x: 2
y: 9
- type: beach
x: -7
y: 5
- type: grass
x: -9
y: -2
- type: shallow-water
x: 2
y: 8
- type: grass
x: -7
y: 4
- type: beach-end
x: 2
y: 7
- type: grass
x: -7
y: 3
- type: grass
x: -9
y: -4
- type: beach
x: 2
y: 6
- type: grass
x: -7
y: 2
- type: grass
x: -9
y: -3
- type: shallow-water
x: -7
y: 9
- type: shallow-water
x: -7
y: 8
- type: grass
x: -9
y: -5
- type: beach-end
x: -7
y: 7
- type: beach
x: -7
y: 6
- type: grass
x: 7
y: -1
- type: beach
x: 2
y: 5
- type: grass
x: 2
y: 4
- type: grass
x: 2
y: 3
- type: grass
x: 2
y: 2
- type: grass
x: 2
y: 1
- type: grass
x: 2
y: 0
- type: medium-water
x: 8
y: 10
- type: deep-water
x: 8
y: 12
- type: deep-water
x: 8
y: 11
- type: grass
x: -2
y: 0
- type: grass
x: -10
y: -5
- type: deep-water
x: 8
y: 13
- type: grass
x: -2
y: 2
- type: grass
x: -10
y: -3
- type: grass
x: -2
y: 1
- type: grass
x: -10
y: -4
- type: grass
x: -2
y: 4
- type: grass
x: -2
y: 3
- type: grass
x: -10
y: -2
- type: beach
x: -2
y: 6
- type: beach
x: -2
y: 5
- type: shallow-water
x: -2
y: 8
- type: beach-end
x: -2
y: 7
- type: medium-water
x: -5
y: 10
- type: deep-water
x: -5
y: 12
- type: deep-water
x: -5
y: 11
- type: deep-water
x: -5
y: 13
- type: lava
x: -11
y: 10
creatures:
- id: 797d47dd-03b9-4c77-825c-0fccd76a2150
type: banana
x: 320.0
y: 704.0
rotation: 0
- id: 264f5cd9-ebb8-431c-ad22-b65d69386f98
type: banana
x: -128.0
y: 256.0
rotation: 0
- id: 35827ac5-e69a-4118-92d1-57ba29969498
type: bananabox
x: 1088.0
y: 832.0
rotation: 0
- id: 7a82fc28-c662-4ab7-b9b7-6e7694457e15
type: bananabox
x: 96.0
y: 320.0
rotation: 0
- id: ce1858e9-ca3b-42bc-a651-c25da7f79078
type: bananabox
x: 960.0
y: 832.0
rotation: 0
- id: a8c069ec-3ccb-4aa0-ba92-c3bf25e1d070
type: bananabox
x: 1216.0
y: 832.0
rotation: 0
- id: 04104849-c4a3-45d6-ab4c-aae26cd4c0ba
type: button
x: 832.0
y: 320.0
rotation: 0
- id: cf0a9394-64d6-4109-9a66-f24019e4227b
type: cage
x: 0.0
y: 512.0
rotation: 0
- id: 6a78d8ea-3a61-40e9-8efa-fa7bedb395c3
type: coconut
x: 256.0
y: 256.0
rotation: 0
- id: ff2a8c6a-7e9b-4d96-af9e-7d7e4d065e6c
type: door
x: -960.0
y: 192.0
rotation: 0
- id: 0bf6d103-2250-4460-8c15-fa15ba0326db
type: fence
x: -768.0
y: 128.0
rotation: 0
- id: 85fef9b6-9753-4772-b1d0-e12d6380b4d0
type: fence
x: -256.0
y: 128.0
rotation: 0
- id: a0b684a0-3f4e-4c98-a8df-cd7825ef4015
type: fence
x: -384.0
y: 128.0
rotation: 0
- id: b3c6840f-0b90-408c-af8a-936a9ba939d6
type: fence
x: -640.0
y: 128.0
rotation: 0
- id: 1c2c397e-400c-4edc-ba0d-5fc4be3b0e39
type: flipping-platform
x: -1088.0
y: 576.0
rotation: 0
- id: 692a1955-9ce1-49b1-a204-1ee4356c12f8
type: gate
x: -512.0
y: 128.0
rotation: 0
- id: 20399e51-6e7e-4000-95f5-d61d43c8b0d1
type: gate
x: 960.0
y: 320.0
rotation: 0
- id: 257093bc-a29a-4b15-92dd-b9e54109b3b9
type: hedgehog
x: -1216.0
y: -448.0
rotation: 0
- id: 4528c2d2-0b17-43f8-b4d3-02e1e214ece9
type: horizontal-platform
x: -1088.0
y: 448.0
rotation: 0
- id: 9a4cff0b-2f6b-4b5e-b09f-c097904f0335
type: konga
x: 0.0
y: 0.0
rotation: 0
- id: 7ff91c29-0a6b-49a6-95b2-dc404f4fc134
type: monkey
x: 448.0
y: 384.0
rotation: 0
- id: 44655436-6e08-4279-ae75-d4ec13edba64
type: platform
x: -1088.0
y: 704.0
rotation: 0
- id: 97c5e552-2ce0-44c5-813f-62a6f483118d
type: player
x: 192.0
y: 576.0
rotation: 90
- id: 4a02d364-4f1f-4535-9ddb-46c299990531
type: spikes
x: -960.0
y: 832.0
rotation: 0
- id: e60de92c-dcdd-4b33-80a9-d5035200fa30
type: switch
x: -448.0
y: 448.0
rotation: 0
- id: 4fcc2275-8e5f-48b9-a612-30eedf7e702b
type: tree
x: -1472.0
y: -448.0
rotation: 0
- id: 5d5406b8-178f-41d8-aa62-805f85c3eae4
type: tree
x: 512.0
y: 0.0
rotation: 0
- id: 58996953-14d2-4857-9def-ff5bdea12f74
type: tree
x: 256.0
y: 0.0
rotation: 0
- id: e25d26eb-304c-4102-9d54-6c4d661b6349
type: tree
x: -832.0
y: -448.0
rotation: 0
- id: f1dff27f-7447-49f4-9a02-948a6d3e91d9
type: tree
x: 128.0
y: 0.0
rotation: 0
- id: 692dcbef-772a-4e27-8e01-bc504f73741e
type: tree
x: 384.0
y: 0.0
rotation: 0
- id: b6605dfd-4263-42d0-95d2-a7fa14d54fea
type: tree
x: 640.0
y: 0.0
rotation: 0
triggers:
- script: "if player $ then state 434e2a93-3496-4124-b869-f7f8a20f2c44 OPEN"
tiles:
- x: -5
y: 6
- script: "if player $ then dialogue player TODO"
tiles:
- x: 1
y: 3
- script: "if player $ then dialogue player TODO"
tiles:
- x: 3
y: 6
- script: "if player $ then state 20399e51-6e7e-4000-95f5-d61d43c8b0d1 OPEN"
tiles:
- x: 6
y: 2
- script: "if player $ then camera 0 0"
tiles:
- x: 0
y: 9
- script: "if player $ then state 692a1955-9ce1-49b1-a204-1ee4356c12f8 OPEN"
tiles:
- x: -4
y: 3
- script: "if player $ then state 692a1955-9ce1-49b1-a204-1ee4356c12f8 IDLE"
tiles:
- x: -4
y: -1
- script: "if dead $ then spawn 7a82fc28-c662-4ab7-b9b7-6e7694457e15"
tiles:
- x: 0
y: 2
properties:
name: Boardwalk
targetScore: 5
weather: SUNNY
cheatTargetTime: 300.0
tiles:
- type: cliff
x: -27
y: 22
- type: cliff
x: -27
y: 23
- type: cliff
x: -27
y: 20
- type: cliff
x: -27
y: 21
- type: cliff
x: -5
y: 2
- type: cliff
x: -5
y: 3
- type: cliff
x: -5
y: 0
- type: cliff
x: 63
y: 30
- type: cliff
x: -5
y: 1
- type: cliff
x: 63
y: 31
- type: cliff
x: -5
y: 6
- type: cliff
x: -5
y: -1
- type: planks
x: -5
y: 7
rotation: 90
- type: cliff
x: -27
y: 28
- type: cliff
x: -5
y: 4
- type: cliff
x: -27
y: 29
- type: cliff
x: -5
y: 5
- type: cliff
x: -27
y: 26
- type: cliff
x: -27
y: 27
- type: cliff
x: -27
y: 24
- type: cliff
x: -5
y: 8
- type: cliff
x: -27
y: 25
- type: cliff
x: -5
y: 9
- type: cliff
x: -18
y: -1
- type: cliff
x: 63
y: 32
- type: cliff
x: 63
y: 33
- type: cliff
x: 8
y: 30
- type: cliff
x: -27
y: 11
- type: cliff
x: -27
y: 12
- type: cliff
x: 8
y: 32
- type: cliff
x: 8
y: 31
- type: cliff
x: -27
y: 10
- type: cliff
x: 8
y: 33
- type: cliff
x: -27
y: 19
- type: cliff
x: -27
y: 17
- type: cliff
x: -27
y: 18
- type: cliff
x: -27
y: 15
- type: cliff
x: -27
y: 16
- type: cliff
x: -27
y: 13
- type: cliff
x: -27
y: 14
- type: cliff
x: -18
y: 19
- type: cliff
x: -18
y: 18
- type: cliff
x: 54
y: 32
- type: cliff
x: -18
y: 17
- type: cliff
x: 54
y: 33
- type: cliff
x: -18
y: 16
- type: cliff
x: 54
y: 30
- type: cliff
x: -18
y: 15
- type: cliff
x: 54
y: 31
- type: cliff
x: -18
y: 14
- type: cliff
x: -18
y: 13
- type: cliff
x: -18
y: 12
- type: cliff
x: -18
y: 11
- type: cliff
x: -18
y: 10
- type: cliff
x: -27
y: -1
- type: cliff
x: 54
y: 21
- type: cliff
x: 54
y: 22
- type: cliff
x: 54
y: 20
- type: cliff
x: 54
y: 25
- type: cliff
x: 54
y: 26
- type: cliff
x: 54
y: 23
- type: cliff
x: 54
y: 24
- type: cliff
x: 54
y: 29
- type: cliff
x: 54
y: 27
- type: cliff
x: 54
y: 28
- type: cliff
x: 54
y: 10
- type: cliff
x: 54
y: 11
- type: cliff
x: 54
y: 14
- type: cliff
x: 54
y: 15
- type: cliff
x: 54
y: 12
- type: cliff
x: -18
y: 33
- type: cliff
x: 54
y: 13
- type: cliff
x: -18
y: 32
- type: cliff
x: 54
y: 18
- type: cliff
x: -18
y: 31
- type: cliff
x: 54
y: 19
- type: cliff
x: -18
y: 30
- type: cliff
x: 54
y: 16
- type: cliff
x: 54
y: 17
- type: planks-breaking
x: 5
y: 9
- type: cliff
x: 36
y: -1
- type: cliff
x: 5
y: 1
- type: cliff
x: -18
y: 29
- type: cliff
x: 5
y: 2
- type: cliff
x: -18
y: 28
- type: cliff
x: 5
y: 3
- type: cliff
x: -18
y: 27
- type: cliff
x: 5
y: 4
- type: cliff
x: -18
y: 26
- type: cliff
x: 5
y: 5
- type: cliff
x: -18
y: 25
- type: blue-tiles
x: 5
y: 6
- type: cliff
x: -18
y: 24
- type: blue-tiles
x: 5
y: 7
- type: cliff
x: -18
y: 23
- type: blue-tiles
x: 5
y: 8
- type: cliff
x: -18
y: 22
- type: cliff
x: -18
y: 21
- type: cliff
x: -18
y: 20
- type: cliff
x: 5
y: 0
- type: cliff
x: 24
y: 6
- type: cliff
x: 36
y: 6
- type: cliff
x: 24
y: 7
- type: cliff
x: 36
y: 5
- type: cliff
x: 24
y: 8
- type: cliff
x: 36
y: 4
- type: cliff
x: 24
y: 9
- type: cliff
x: 36
y: 3
- type: cliff
x: 36
y: 2
- type: cliff
x: 36
y: 1
- type: cliff
x: 36
y: 0
- type: cliff
x: -10
y: 3
- type: cliff
x: -10
y: 2
- type: cliff
x: -10
y: 1
- type: cliff
x: -10
y: 0
- type: checkerboard
x: -10
y: 7
- type: cliff
x: 49
y: 31
- type: checkerboard
x: -10
y: 6
- type: cliff
x: 49
y: 30
- type: blue-tiles
x: -10
y: 5
- type: cliff
x: -10
y: 4
- type: blue-tiles
x: -10
y: 9
- type: cliff
x: 49
y: 33
- type: checkerboard
x: -10
y: 8
- type: cliff
x: 49
y: 32
- type: cliff
x: 49
y: 29
- type: cliff
x: 49
y: 20
- type: cliff
x: 12
y: 6
- type: cliff
x: 49
y: 24
- type: cliff
x: 12
y: 5
- type: cliff
x: 49
y: 23
- type: cliff
x: 12
y: 8
- type: cliff
x: 49
y: 22
- type: cliff
x: 12
y: 7
- type: cliff
x: 49
y: 21
- type: cliff
x: 49
y: 28
- type: cliff
x: 12
y: 9
- type: cliff
x: -22
y: 0
- type: cliff
x: 49
y: 27
- type: cliff
x: 49
y: 26
- type: cliff
x: 49
y: 25
- type: cliff
x: -22
y: 3
- type: cliff
x: -22
y: 4
- type: cliff
x: -22
y: 1
- type: cliff
x: 49
y: 19
- type: cliff
x: -22
y: 2
- type: cliff
x: 49
y: 18
- type: cliff
x: -22
y: 7
- type: cliff
x: -22
y: 8
- type: cliff
x: -22
y: 5
- type: cliff
x: -22
y: 6
- type: cliff
x: -22
y: 9
- type: cliff
x: 24
y: 0
- type: cliff
x: 36
y: 10
- type: cliff
x: 24
y: 1
- type: cliff
x: 36
y: 11
- type: cliff
x: 24
y: 2
- type: cliff
x: 24
y: 3
- type: cliff
x: 24
y: 4
- type: cliff
x: 24
y: 5
- type: cliff
x: 36
y: 16
- type: cliff
x: 49
y: 13
- type: cliff
x: 36
y: 17
- type: cliff
x: 49
y: 12
- type: cliff
x: 36
y: 18
- type: cliff
x: 49
y: 11
- type: cliff
x: 36
y: 19
- type: cliff
x: 49
y: 10
- type: cliff
x: 36
y: 12
- type: cliff
x: 49
y: 17
- type: cliff
x: 36
y: 13
- type: cliff
x: 49
y: 16
- type: cliff
x: 36
y: 14
- type: cliff
x: 49
y: 15
- type: cliff
x: 36
y: 15
- type: cliff
x: 49
y: 14
- type: cliff
x: 8
y: -1
- type: cliff
x: 36
y: 20
- type: cliff
x: 36
y: 21
- type: cliff
x: 36
y: 22
- type: cliff
x: 36
y: 27
- type: cliff
x: 36
y: 28
- type: cliff
x: 36
y: 29
- type: cliff
x: 36
y: 23
- type: cliff
x: 36
y: 24
- type: cliff
x: 36
y: 25
- type: cliff
x: 36
y: 26
- type: cliff
x: 36
y: 30
- type: cliff
x: 36
y: 31
- type: cliff
x: 36
y: 32
- type: cliff
x: 36
y: 33
- type: cliff
x: 27
y: -1
- type: cliff
x: 12
y: 0
- type: cliff
x: 12
y: 2
- type: cliff
x: 12
y: 1
- type: cliff
x: 12
y: 4
- type: cliff
x: 12
y: 3
- type: cliff
x: 8
y: 21
- type: planks
x: 8
y: 20
rotation: 90
- type: cliff
x: 8
y: 23
- type: cliff
x: 8
y: 22
- type: grass
x: 8
y: 25
- type: cliff
x: 8
y: 24
- type: cliff
x: 63
y: 18
- type: cliff
x: 63
y: 19
- type: cliff
x: 8
y: 27
- type: cliff
x: 63
y: 10
- type: cliff
x: 8
y: 26
- type: cliff
x: 63
y: 11
- type: cliff
x: 8
y: 29
- type: cliff
x: 63
y: 12
- type: cliff
x: 8
y: 28
- type: cliff
x: 63
y: 13
- type: cliff
x: 63
y: 14
- type: cliff
x: 63
y: 15
- type: cliff
x: 63
y: 16
- type: cliff
x: 63
y: 17
- type: cliff
x: -27
y: 33
- type: cliff
x: 8
y: 10
- type: cliff
x: -27
y: 31
- type: cliff
x: -27
y: 32
- type: cliff
x: 8
y: 12
- type: cliff
x: 8
y: 11
- type: cliff
x: -27
y: 30
- type: cliff
x: 8
y: 14
- type: cliff
x: 8
y: 13
- type: cliff
x: 63
y: 20
- type: cliff
x: 63
y: 29
- type: cliff
x: 8
y: 16
- type: cliff
x: 63
y: 21
- type: cliff
x: 8
y: 15
- type: cliff
x: 63
y: 22
- type: cliff
x: 8
y: 18
- type: cliff
x: 63
y: 23
- type: cliff
x: 8
y: 17
- type: cliff
x: 63
y: 24
- type: cliff
x: 63
y: 25
- type: cliff
x: 8
y: 19
- type: cliff
x: 63
y: 26
- type: cliff
x: 63
y: 27
- type: cliff
x: 63
y: 28
- type: cliff
x: 27
y: 3
- type: cliff
x: 27
y: 4
- type: cliff
x: 27
y: 1
- type: cliff
x: 27
y: 2
- type: cliff
x: 27
y: 7
- type: cliff
x: 27
y: 8
- type: cliff
x: 27
y: 5
- type: cliff
x: 27
y: 6
- type: blue-tiles
x: 27
y: 19
- type: cliff
x: 27
y: 0
- type: blue-tiles
x: 27
y: 18
- type: cliff
x: 27
y: 26
- type: cliff
x: 27
y: 25
- type: cliff
x: 27
y: 28
- type: cliff
x: 27
y: 27
- type: cliff
x: 27
y: 22
- type: cliff
x: 27
y: 21
- type: cliff
x: 27
y: 24
- type: cliff
x: 27
y: 23
- type: blue-tiles
x: 27
y: 20
- type: cliff
x: 27
y: 15
- type: cliff
x: 27
y: 14
- type: blue-tiles
x: 27
y: 17
- type: blue-tiles
x: 27
y: 16
- type: cliff
x: 27
y: 11
- type: cliff
x: 27
y: 10
- type: cliff
x: 27
y: 13
- type: cliff
x: 27
y: 12
- type: cliff
x: 27
y: 9
- type: cliff
x: -23
y: 29
- type: cliff
x: -23
y: 28
- type: cliff
x: -23
y: 25
- type: cliff
x: -23
y: 24
- type: cliff
x: -23
y: 27
- type: cliff
x: -23
y: 26
- type: cliff
x: -23
y: 21
- type: cliff
x: -23
y: 20
- type: cliff
x: -23
y: 23
- type: cliff
x: -23
y: 22
- type: cliff
x: 15
y: 3
- type: cliff
x: 15
y: 2
- type: cliff
x: 15
y: 1
- type: cliff
x: -23
y: 30
- type: cliff
x: 15
y: 0
- type: cliff
x: 15
y: 7
- type: cliff
x: 15
y: 6
- type: cliff
x: 15
y: 5
- type: cliff
x: 15
y: 4
- type: cliff
x: 11
y: -1
- type: cliff
x: -23
y: 18
- type: cliff
x: -23
y: 17
- type: cliff
x: -23
y: 19
- type: cliff
x: -23
y: 14
- type: cliff
x: -23
y: 13
- type: cliff
x: 15
y: 9
- type: cliff
x: -23
y: 16
- type: cliff
x: 15
y: 8
- type: cliff
x: -23
y: 15
- type: cliff
x: -23
y: 10
- type: cliff
x: -23
y: 12
- type: cliff
x: -23
y: 11
- type: cliff
x: 52
y: 7
- type: cliff
x: 52
y: 8
- type: cliff
x: 50
y: 11
- type: cliff
x: 52
y: 5
- type: cliff
x: 50
y: 10
- type: cliff
x: 52
y: 6
- type: cliff
x: 52
y: 9
- type: cliff
x: 11
y: 33
- type: cliff
x: 11
y: 30
- type: cliff
x: 11
y: 31
- type: cliff
x: 11
y: 32
- type: cliff
x: 50
y: 13
- type: cliff
x: 50
y: 12
- type: cliff
x: 50
y: 15
- type: cliff
x: 50
y: 14
- type: cliff
x: 50
y: 17
- type: cliff
x: 50
y: 16
- type: cliff
x: 50
y: 19
- type: cliff
x: 50
y: 18
- type: cliff
x: 11
y: 22
- type: cliff
x: 11
y: 23
- type: grass
x: 11
y: 24
- type: grass
x: 11
y: 25
- type: planks
x: 11
y: 20
rotation: 90
- type: cliff
x: 11
y: 21
- type: grass
x: 11
y: 26
- type: cliff
x: 11
y: 27
- type: cliff
x: 11
y: 28
- type: cliff
x: 11
y: 29
- type: cliff
x: 50
y: 31
- type: cliff
x: 50
y: 30
- type: cliff
x: 50
y: 33
- type: cliff
x: 50
y: 32
- type: cliff
x: 11
y: 11
- type: cliff
x: 11
y: 12
- type: cliff
x: 11
y: 13
- type: cliff
x: 64
y: 5
- type: cliff
x: 11
y: 14
- type: cliff
x: 64
y: 7
- type: cliff
x: 64
y: 6
- type: cliff
x: 64
y: 9
- type: cliff
x: 11
y: 10
- type: cliff
x: 64
y: 8
- type: cliff
x: 11
y: 19
- type: cliff
x: 11
y: 15
- type: cliff
x: 11
y: 16
- type: cliff
x: 11
y: 17
- type: cliff
x: 11
y: 18
- type: cliff
x: 50
y: 20
- type: cliff
x: 50
y: 22
- type: cliff
x: 50
y: 21
- type: cliff
x: -23
y: -1
- type: cliff
x: 27
y: 29
- type: cliff
x: 27
y: 33
- type: cliff
x: 27
y: 32
- type: cliff
x: 50
y: 24
- type: cliff
x: 50
y: 23
- type: cliff
x: 27
y: 31
- type: cliff
x: 50
y: 26
- type: cliff
x: 27
y: 30
- type: cliff
x: 50
y: 25
- type: cliff
x: 50
y: 28
- type: cliff
x: 50
y: 27
- type: cliff
x: 50
y: 29
- type: cliff
x: -25
y: 3
- type: cliff
x: -23
y: 32
- type: cliff
x: -25
y: 2
- type: cliff
x: -23
y: 31
- type: cliff
x: -25
y: 1
- type: cliff
x: -25
y: 0
- type: cliff
x: -23
y: 33
- type: cliff
x: 40
y: 3
- type: cliff
x: -25
y: 7
- type: cliff
x: 40
y: 2
- type: cliff
x: -25
y: 6
- type: cliff
x: 40
y: 1
- type: cliff
x: -25
y: 5
- type: cliff
x: 40
y: 0
- type: cliff
x: -25
y: 4
- type: cliff
x: 40
y: 7
- type: cliff
x: 40
y: 6
- type: cliff
x: 40
y: 5
- type: cliff
x: -25
y: 9
- type: cliff
x: 40
y: 4
- type: cliff
x: -25
y: 8
- type: cliff
x: 40
y: 9
- type: cliff
x: 40
y: 8
- type: cliff
x: 2
y: 9
- type: cliff
x: 2
y: 8
- type: planks
x: 2
y: 7
rotation: 90
- type: cliff
x: 2
y: 6
- type: cliff
x: 2
y: 5
- type: cliff
x: 2
y: 4
- type: cliff
x: 2
y: 3
- type: cliff
x: 2
y: 2
- type: cliff
x: 2
y: 1
- type: cliff
x: 2
y: 0
- type: cliff
x: 23
y: -1
- type: cliff
x: 39
y: 3
- type: cliff
x: 39
y: 2
- type: cliff
x: 39
y: 5
- type: cliff
x: 39
y: 4
- type: cliff
x: 39
y: 7
- type: cliff
x: 39
y: 6
- type: cliff
x: 39
y: 9
- type: cliff
x: 39
y: 8
- type: cliff
x: 39
y: 1
- type: cliff
x: 39
y: 0
- type: cliff
x: 33
y: 8
- type: cliff
x: 33
y: 9
- type: cliff
x: 33
y: 6
- type: cliff
x: 33
y: 7
- type: cliff
x: 33
y: 4
- type: cliff
x: 33
y: 5
- type: cliff
x: 15
y: 15
- type: cliff
x: 15
y: 16
- type: cliff
x: 15
y: 17
- type: planks
x: 15
y: 18
rotation: 90
- type: cliff
x: 15
y: 11
- type: cliff
x: 15
y: 12
- type: cliff
x: 15
y: 13
- type: cliff
x: 15
y: 14
- type: cliff
x: 15
y: 10
- type: cliff
x: 33
y: 2
- type: cliff
x: 33
y: 3
- type: cliff
x: 33
y: 0
- type: cliff
x: 33
y: 1
- type: cliff
x: 23
y: 22
- type: grass
x: 15
y: 26
- type: cliff
x: -13
y: 7
- type: cliff
x: 15
y: 27
- type: cliff
x: 23
y: 21
- type: cliff
x: -13
y: 8
- type: cliff
x: 15
y: 28
- type: cliff
x: 23
y: 24
- type: cliff
x: -13
y: 9
- type: cliff
x: 15
y: 29
- type: cliff
x: 23
y: 23
- type: cliff
x: 15
y: 22
- type: cliff
x: 32
y: 27
- type: cliff
x: -13
y: 3
- type: cliff
x: 15
y: 23
- type: cliff
x: 32
y: 28
- type: cliff
x: -13
y: 4
- type: cliff
x: 32
y: 29
- type: grass
x: 15
y: 24
- type: cliff
x: -13
y: 5
- type: blue-tiles
x: 23
y: 20
- type: grass
x: 15
y: 25
- type: cliff
x: -13
y: 6
- type: cliff
x: 21
y: 2
- type: cliff
x: 32
y: 23
- type: cliff
x: 21
y: 1
- type: cliff
x: 23
y: 29
- type: cliff
x: 32
y: 24
- type: cliff
x: 15
y: 20
- type: cliff
x: 21
y: 0
- type: cliff
x: 32
y: 25
- type: cliff
x: 15
y: 21
- type: cliff
x: 32
y: 26
- type: cliff
x: 23
y: 26
- type: cliff
x: 23
y: 25
- type: cliff
x: 32
y: 20
- type: cliff
x: 23
y: 28
- type: cliff
x: 32
y: 21
- type: cliff
x: 23
y: 27
- type: cliff
x: 32
y: 22
- type: cliff
x: 0
y: 26
- type: cliff
x: 0
y: 27
- type: cliff
x: 0
y: 28
- type: cliff
x: 0
y: 29
- type: cliff
x: -13
y: 0
- type: cliff
x: 0
y: 20
- type: cliff
x: -13
y: 1
- type: cliff
x: 0
y: 21
- type: cliff
x: -13
y: 2
- type: cliff
x: 57
y: 5
- type: cliff
x: 0
y: 22
- type: cliff
x: 15
y: 19
- type: cliff
x: 0
y: 23
- type: planks
x: 0
y: 24
rotation: 90
- type: blue-tiles
x: 0
y: 25
- type: cliff
x: 23
y: 11
- type: cliff
x: 23
y: 10
- type: cliff
x: 23
y: 13
- type: cliff
x: 23
y: 12
- type: cliff
x: 15
y: 33
- type: cliff
x: 57
y: 6
- type: cliff
x: 57
y: 7
- type: cliff
x: 57
y: 8
- type: cliff
x: 57
y: 9
- type: blue-tiles
x: 23
y: 19
- type: cliff
x: 15
y: 30
- type: blue-tiles
x: 23
y: 18
- type: cliff
x: 15
y: 31
- type: cliff
x: 15
y: 32
- type: cliff
x: 23
y: 15
- type: cliff
x: 32
y: 30
- type: cliff
x: 23
y: 14
- type: cliff
x: 32
y: 31
- type: cliff
x: 32
y: 32
- type: blue-tiles
x: 23
y: 17
- type: cliff
x: 32
y: 33
- type: blue-tiles
x: 23
y: 16
- type: cliff
x: 0
y: 15
- type: cliff
x: 0
y: 16
- type: cliff
x: 21
y: 9
- type: cliff
x: 0
y: 17
- type: cliff
x: 21
y: 8
- type: cliff
x: 0
y: 18
- type: cliff
x: 21
y: 7
- type: cliff
x: 0
y: 19
- type: cliff
x: 21
y: 6
- type: cliff
x: 21
y: 5
- type: cliff
x: 21
y: 4
- type: cliff
x: 21
y: 3
- type: cliff
x: 0
y: 10
- type: cliff
x: 0
y: 11
- type: cliff
x: 0
y: 12
- type: cliff
x: 0
y: 13
- type: cliff
x: 0
y: 14
- type: cliff
x: 15
y: -1
- type: cliff
x: 23
y: 33
- type: cliff
x: 23
y: 32
- type: cliff
x: 32
y: 16
- type: cliff
x: 32
y: 17
- type: cliff
x: 23
y: 31
- type: planks
x: 32
y: 18
rotation: 90
- type: cliff
x: 23
y: 30
- type: cliff
x: 32
y: 19
- type: cliff
x: 32
y: 12
- type: cliff
x: 32
y: 13
- type: cliff
x: 32
y: 14
- type: cliff
x: 32
y: 15
- type: cliff
x: 32
y: 10
- type: cliff
x: 32
y: 11
- type: cliff
x: -20
y: 11
- type: cliff
x: -20
y: 10
- type: cliff
x: -20
y: 15
- type: cliff
x: -20
y: 14
- type: cliff
x: -20
y: 13
- type: cliff
x: -20
y: 12
- type: cliff
x: -20
y: 19
- type: cliff
x: -20
y: 18
- type: cliff
x: -20
y: 17
- type: cliff
x: -20
y: 16
- type: cliff
x: -20
y: 22
- type: cliff
x: -20
y: 21
- type: cliff
x: -20
y: 20
- type: cliff
x: -20
y: 26
- type: cliff
x: -20
y: 25
- type: cliff
x: -20
y: 24
- type: cliff
x: -20
y: 23
- type: cliff
x: -20
y: 29
- type: cliff
x: -20
y: 28
- type: cliff
x: -20
y: 27
- type: cliff
x: 0
y: -1
- type: cliff
x: -20
y: 33
- type: cliff
x: -20
y: 32
- type: cliff
x: -20
y: 31
- type: cliff
x: -20
y: 30
- type: cliff
x: -10
y: 28
- type: cliff
x: -10
y: 29
- type: cliff
x: -10
y: 26
- type: cliff
x: -10
y: 27
- type: checkerboard
x: -10
y: 24
- type: cliff
x: -10
y: 25
- type: checkerboard
x: -10
y: 22
- type: checkerboard
x: -10
y: 23
- type: cliff
x: 41
y: 12
- type: cliff
x: -10
y: 31
- type: cliff
x: 41
y: 13
- type: cliff
x: -10
y: 32
- type: cliff
x: 41
y: 10
- type: cliff
x: 41
y: 11
- type: cliff
x: -10
y: 30
- type: cliff
x: 41
y: 16
- type: cliff
x: 41
y: 17
- type: cliff
x: 41
y: 14
- type: cliff
x: 41
y: 15
- type: cliff
x: 41
y: 18
- type: cliff
x: 41
y: 19
- type: cliff
x: 32
y: -1
- type: cliff
x: 41
y: 20
- type: cliff
x: -10
y: 33
- type: cliff
x: 41
y: 23
- type: cliff
x: 41
y: 24
- type: cliff
x: 41
y: 21
- type: cliff
x: 41
y: 22
- type: cliff
x: 41
y: 27
- type: cliff
x: 41
y: 28
- type: cliff
x: 41
y: 25
- type: cliff
x: 41
y: 26
- type: cliff
x: 41
y: 29
- type: cliff
x: 41
y: 30
- type: cliff
x: 41
y: 31
- type: cliff
x: -10
y: 10
- type: cliff
x: 41
y: 32
- type: cliff
x: 41
y: 33
- type: cliff
x: -10
y: 19
- type: cliff
x: -10
y: 17
- type: cliff
x: -10
y: 18
- type: planks-breaking
x: -10
y: 15
rotation: 90
- type: cliff
x: -10
y: 16
- type: cliff
x: -10
y: 13
- type: cliff
x: -10
y: 14
- type: cliff
x: -10
y: 11
- type: planks-breaking
x: -10
y: 12
rotation: 90
- type: cliff
x: -10
y: 20
- type: checkerboard
x: -10
y: 21
- type: cliff
x: 41
y: -1
- type: cliff
x: 0
y: 30
- type: cliff
x: 0
y: 31
- type: cliff
x: 0
y: 32
- type: cliff
x: 0
y: 33
- type: cliff
x: 45
y: 9
- type: cliff
x: 45
y: 6
- type: cliff
x: 45
y: 5
- type: cliff
x: 45
y: 8
- type: cliff
x: 45
y: 7
- type: cliff
x: -10
y: -1
- type: cliff
x: 19
y: 23
- type: cliff
x: 19
y: 22
- type: grass
x: 19
y: 25
- type: grass
x: 19
y: 24
- type: cliff
x: 19
y: 21
- type: planks
x: 19
y: 20
rotation: 90
- type: cliff
x: 19
y: 19
- type: cliff
x: 19
y: 16
- type: cliff
x: 19
y: 15
- type: cliff
x: 4
y: 21
- type: planks
x: 19
y: 18
rotation: 90
- type: cliff
x: 4
y: 20
- type: cliff
x: 19
y: 17
- type: cliff
x: 4
y: 23
- type: cliff
x: 4
y: 22
- type: blue-tiles
x: 4
y: 25
- type: cliff
x: 4
y: 24
- type: cliff
x: 4
y: 27
- type: cliff
x: 4
y: 26
- type: cliff
x: 4
y: 29
- type: cliff
x: 4
y: 28
- type: cliff
x: -2
y: 17
- type: cliff
x: 58
y: 14
- type: cliff
x: -2
y: 16
- type: cliff
x: 4
y: 19
- type: cliff
x: 58
y: 15
- type: cliff
x: -2
y: 15
- type: cliff
x: 58
y: 12
- type: cliff
x: -2
y: 14
- type: cliff
x: 58
y: 13
- type: cliff
x: -2
y: 13
- type: cliff
x: 58
y: 18
- type: cliff
x: -2
y: 12
- type: cliff
x: 58
y: 19
- type: cliff
x: -2
y: 11
- type: cliff
x: 58
y: 16
- type: cliff
x: -2
y: 10
- type: cliff
x: 58
y: 17
- type: cliff
x: 19
y: 33
- type: cliff
x: 19
y: 30
- type: cliff
x: 58
y: 10
- type: cliff
x: 58
y: 11
- type: cliff
x: 19
y: 32
- type: cliff
x: 19
y: 31
- type: cliff
x: -14
y: -1
- type: cliff
x: 19
y: 27
- type: grass
x: 19
y: 26
- type: cliff
x: 4
y: 10
- type: cliff
x: 19
y: 29
- type: cliff
x: 19
y: 28
- type: cliff
x: 4
y: 12
- type: cliff
x: 4
y: 11
- type: blue-tiles
x: 4
y: 14
- type: cliff
x: 4
y: 13
- type: blue-tiles
x: 4
y: 16
- type: blue-tiles
x: 4
y: 15
- type: cliff
x: 4
y: 18
- type: blue-tiles
x: 4
y: 17
- type: cliff
x: -2
y: 28
- type: cliff
x: 58
y: 25
- type: cliff
x: -2
y: 27
- type: cliff
x: 58
y: 26
- type: cliff
x: -2
y: 26
- type: cliff
x: 58
y: 23
- type: cliff
x: -2
y: 25
- type: cliff
x: 58
y: 24
- type: cliff
x: 58
y: 29
- type: planks
x: -2
y: 24
rotation: 90
- type: cliff
x: -2
y: 23
- type: cliff
x: -2
y: 22
- type: cliff
x: 58
y: 27
- type: cliff
x: -2
y: 21
- type: cliff
x: 58
y: 28
- type: cliff
x: -2
y: 20
- type: cliff
x: 58
y: 21
- type: cliff
x: 58
y: 22
- type: cliff
x: 58
y: 20
- type: cliff
x: 60
y: 33
- type: cliff
x: 60
y: 31
- type: cliff
x: 60
y: 32
- type: cliff
x: 60
y: 30
- type: cliff
x: -2
y: 19
- type: cliff
x: -2
y: 18
- type: cliff
x: -2
y: 33
- type: cliff
x: -2
y: 32
- type: cliff
x: -2
y: 31
- type: cliff
x: 19
y: 12
- type: cliff
x: -2
y: 30
- type: cliff
x: 19
y: 11
- type: cliff
x: 19
y: 14
- type: cliff
x: 19
y: 13
- type: cliff
x: 58
y: 32
- type: cliff
x: 58
y: 33
- type: cliff
x: 19
y: 10
- type: cliff
x: 58
y: 30
- type: cliff
x: 58
y: 31
- type: cliff
x: -2
y: 29
- type: cliff
x: -28
y: 3
- type: cliff
x: 60
y: 19
- type: cliff
x: -28
y: 4
- type: cliff
x: -28
y: 5
- type: cliff
x: 60
y: 17
- type: cliff
x: -28
y: 6
- type: cliff
x: 60
y: 18
- type: cliff
x: 60
y: 15
- type: cliff
x: -28
y: 0
- type: cliff
x: 60
y: 16
- type: cliff
x: -28
y: 1
- type: cliff
x: 60
y: 13
- type: cliff
x: -28
y: 2
- type: cliff
x: 60
y: 14
- type: cliff
x: 60
y: 11
- type: cliff
x: 60
y: 12
- type: cliff
x: 60
y: 10
- type: cliff
x: -28
y: 7
- type: cliff
x: 19
y: -1
- type: cliff
x: -28
y: 8
- type: cliff
x: -28
y: 9
- type: cliff
x: -14
y: 14
- type: cliff
x: -14
y: 13
- type: cliff
x: -2
y: -1
- type: cliff
x: -14
y: 12
- type: cliff
x: -14
y: 11
- type: cliff
x: -14
y: 10
- type: cliff
x: 60
y: 28
- type: cliff
x: -14
y: 19
- type: cliff
x: 60
y: 29
- type: cliff
x: -14
y: 18
- type: cliff
x: 60
y: 26
- type: cliff
x: -14
y: 17
- type: cliff
x: 60
y: 27
- type: cliff
x: -14
y: 16
- type: cliff
x: 60
y: 24
- type: cliff
x: -14
y: 15
- type: cliff
x: 60
y: 25
- type: cliff
x: 60
y: 22
- type: cliff
x: 60
y: 23
- type: cliff
x: 60
y: 20
- type: cliff
x: 60
y: 21
- type: cliff
x: 48
y: 8
- type: cliff
x: 48
y: 9
- type: cliff
x: 4
y: -1
- type: cliff
x: -14
y: 25
- type: cliff
x: -14
y: 24
- type: cliff
x: -14
y: 23
- type: cliff
x: -14
y: 22
- type: cliff
x: -14
y: 21
- type: cliff
x: -14
y: 20
- type: cliff
x: 48
y: 6
- type: cliff
x: 48
y: 7
- type: cliff
x: 48
y: 5
- type: cliff
x: -14
y: 29
- type: cliff
x: -14
y: 28
- type: cliff
x: -14
y: 27
- type: cliff
x: -14
y: 26
- type: cliff
x: -14
y: 33
- type: cliff
x: -14
y: 32
- type: cliff
x: 36
y: 9
- type: cliff
x: -14
y: 31
- type: cliff
x: 36
y: 8
- type: cliff
x: -14
y: 30
- type: cliff
x: 36
y: 7
- type: cliff
x: 45
y: 28
- type: cliff
x: 45
y: 27
- type: cliff
x: 45
y: 26
- type: cliff
x: 45
y: 25
- type: cliff
x: 45
y: 29
- type: cliff
x: 45
y: 20
- type: cliff
x: 45
y: 24
- type: cliff
x: 45
y: 23
- type: cliff
x: 45
y: 22
- type: cliff
x: 45
y: 21
- type: cliff
x: -2
y: 9
- type: checkerboard
x: 45
y: 17
- type: cliff
x: 45
y: 16
- type: cliff
x: 45
y: 15
- type: cliff
x: 45
y: 14
- type: checkerboard
x: 45
y: 19
- type: exit
x: 45
y: 18
- type: cliff
x: 45
y: 13
- type: cliff
x: 45
y: 12
- type: cliff
x: 45
y: 11
- type: cliff
x: 45
y: 10
- type: cliff
x: -16
y: 7
- type: cliff
x: -16
y: 6
- type: cliff
x: -16
y: 9
- type: cliff
x: -16
y: 8
- type: cliff
x: 45
y: 31
- type: cliff
x: 45
y: 30
- type: cliff
x: 45
y: 33
- type: cliff
x: 45
y: 32
- type: cliff
x: -16
y: 3
- type: cliff
x: -16
y: 2
- type: cliff
x: -16
y: 5
- type: cliff
x: -16
y: 4
- type: cliff
x: -16
y: 1
- type: cliff
x: -16
y: 0
- type: cliff
x: 61
y: 9
- type: cliff
x: 61
y: 8
- type: cliff
x: 61
y: 7
- type: cliff
x: 61
y: 6
- type: cliff
x: 61
y: 5
- type: cliff
x: -2
y: 0
- type: cliff
x: -2
y: 2
- type: cliff
x: -2
y: 1
- type: cliff
x: -2
y: 4
- type: cliff
x: -2
y: 3
- type: cliff
x: -2
y: 6
- type: cliff
x: -2
y: 5
- type: planks
x: -2
y: 8
rotation: 90
- type: cliff
x: -2
y: 7
- type: cliff
x: 4
y: 30
- type: cliff
x: 4
y: 32
- type: cliff
x: 4
y: 31
- type: cliff
x: 4
y: 33
- type: cliff
x: 55
y: 30
- type: cliff
x: 55
y: 31
- type: cliff
x: 55
y: 32
- type: cliff
x: 55
y: 33
- type: checkerboard
x: -6
y: 24
- type: checkerboard
x: -6
y: 23
- type: checkerboard
x: -6
y: 22
- type: checkerboard
x: -6
y: 21
- type: cliff
x: -6
y: 20
- type: cliff
x: -26
y: -1
- type: cliff
x: -6
y: 19
- type: cliff
x: -6
y: 18
- type: cliff
x: -6
y: 17
- type: cliff
x: -6
y: 16
- type: cliff
x: -6
y: 15
- type: cliff
x: -6
y: 14
- type: cliff
x: 55
y: 20
- type: cliff
x: 55
y: 21
- type: cliff
x: 55
y: 22
- type: cliff
x: 55
y: 23
- type: cliff
x: 55
y: 24
- type: cliff
x: 55
y: 25
- type: cliff
x: 55
y: 26
- type: cliff
x: 55
y: 27
- type: cliff
x: -6
y: 33
- type: cliff
x: 55
y: 28
- type: cliff
x: -6
y: 32
- type: cliff
x: 55
y: 29
- type: cliff
x: -6
y: 31
- type: cliff
x: -6
y: 30
- type: cliff
x: -6
y: 29
- type: cliff
x: -6
y: 28
- type: cliff
x: -6
y: 27
- type: cliff
x: -6
y: 26
- type: cliff
x: -6
y: 25
- type: cliff
x: 55
y: 10
- type: cliff
x: 55
y: 11
- type: cliff
x: 55
y: 12
- type: cliff
x: 55
y: 13
- type: cliff
x: 55
y: 14
- type: cliff
x: 7
y: 19
- type: cliff
x: 55
y: 15
- type: cliff
x: 7
y: 18
- type: cliff
x: 55
y: 16
- type: blue-tiles
x: 7
y: 17
- type: cliff
x: 55
y: 17
- type: blue-tiles
x: 7
y: 16
- type: cliff
x: 55
y: 18
- type: cliff
x: 55
y: 19
- type: cliff
x: 7
y: 11
- type: cliff
x: 7
y: 10
- type: blue-tiles
x: 7
y: 15
- type: blue-tiles
x: 7
y: 14
- type: cliff
x: 7
y: 13
- type: cliff
x: 7
y: 12
- type: cliff
x: 37
y: -1
- type: cliff
x: -6
y: 13
- type: cliff
x: 7
y: 29
- type: cliff
x: -6
y: 12
- type: cliff
x: 7
y: 28
- type: cliff
x: -6
y: 11
- type: cliff
x: 7
y: 27
- type: cliff
x: -6
y: 10
- type: cliff
x: 7
y: 22
- type: cliff
x: 7
y: 21
- type: planks
x: 7
y: 20
rotation: 90
- type: cliff
x: 7
y: 26
- type: blue-tiles
x: 7
y: 25
- type: cliff
x: 7
y: 24
- type: cliff
x: 7
y: 23
- type: cliff
x: 7
y: 33
- type: cliff
x: 7
y: 32
- type: cliff
x: 7
y: 31
- type: cliff
x: 7
y: 30
- type: cliff
x: -6
y: -1
- type: cliff
x: -17
y: -1
- type: cliff
x: 37
y: 10
- type: cliff
x: 37
y: 13
- type: cliff
x: 37
y: 14
- type: cliff
x: 37
y: 11
- type: cliff
x: 37
y: 12
- type: cliff
x: 37
y: 17
- type: cliff
x: 37
y: 18
- type: cliff
x: 37
y: 15
- type: cliff
x: 37
y: 16
- type: cliff
x: 42
y: 6
- type: cliff
x: 42
y: 7
- type: cliff
x: 42
y: 8
- type: cliff
x: 42
y: 9
- type: cliff
x: 42
y: 2
- type: cliff
x: 42
y: 3
- type: cliff
x: 42
y: 4
- type: cliff
x: 42
y: 5
- type: cliff
x: 37
y: 31
- type: cliff
x: 37
y: 32
- type: cliff
x: 37
y: 30
- type: cliff
x: 37
y: 33
- type: cliff
x: 37
y: 19
- type: cliff
x: 28
y: -1
- type: cliff
x: 37
y: 20
- type: cliff
x: 37
y: 21
- type: cliff
x: 37
y: 24
- type: cliff
x: 37
y: 25
- type: cliff
x: 37
y: 22
- type: cliff
x: 37
y: 23
- type: cliff
x: 37
y: 28
- type: cliff
x: 37
y: 29
- type: cliff
x: 37
y: 26
- type: cliff
x: 37
y: 27
- type: cliff
x: 54
y: 6
- type: cliff
x: 64
y: 15
- type: cliff
x: 54
y: 5
- type: cliff
x: 64
y: 16
- type: cliff
x: 64
y: 13
- type: cliff
x: 64
y: 14
- type: cliff
x: 64
y: 11
- type: cliff
x: 54
y: 9
- type: cliff
x: 64
y: 12
- type: cliff
x: 54
y: 8
- type: cliff
x: 54
y: 7
- type: cliff
x: 64
y: 10
- type: cliff
x: 64
y: 19
- type: cliff
x: 64
y: 17
- type: cliff
x: 64
y: 18
- type: cliff
x: -26
y: 30
- type: cliff
x: -26
y: 31
- type: cliff
x: -26
y: 32
- type: cliff
x: -26
y: 33
- type: cliff
x: 64
y: 26
- type: cliff
x: 64
y: 27
- type: cliff
x: 64
y: 24
- type: cliff
x: 64
y: 25
- type: cliff
x: 64
y: 22
- type: cliff
x: 64
y: 23
- type: cliff
x: 64
y: 20
- type: cliff
x: 64
y: 21
- type: cliff
x: 64
y: 28
- type: cliff
x: 64
y: 29
- type: cliff
x: 28
y: 23
- type: cliff
x: 28
y: 22
- type: cliff
x: 28
y: 21
- type: cliff
x: 28
y: 20
- type: cliff
x: 28
y: 27
- type: cliff
x: 64
y: 33
- type: cliff
x: 28
y: 26
- type: cliff
x: 28
y: 25
- type: cliff
x: 64
y: 31
- type: cliff
x: 28
y: 24
- type: cliff
x: -19
y: 9
- type: cliff
x: 64
y: 32
- type: cliff
x: -26
y: 14
- type: cliff
x: -20
y: 0
- type: cliff
x: -19
y: 0
- type: cliff
x: 66
y: 6
- type: cliff
x: -26
y: 15
- type: cliff
x: 66
y: 7
- type: cliff
x: -26
y: 16
- type: cliff
x: -20
y: 2
- type: cliff
x: -26
y: 17
- type: cliff
x: -20
y: 1
- type: cliff
x: 66
y: 5
- type: cliff
x: -26
y: 18
- type: cliff
x: -20
y: 4
- type: cliff
x: -26
y: 19
- type: cliff
x: -20
y: 3
- type: cliff
x: -20
y: 6
- type: cliff
x: 66
y: 8
- type: cliff
x: -20
y: 5
- type: cliff
x: 66
y: 9
- type: cliff
x: -20
y: 8
- type: cliff
x: -19
y: 8
- type: cliff
x: 28
y: 19
- type: cliff
x: -20
y: 7
- type: cliff
x: -19
y: 7
- type: cliff
x: 64
y: 30
- type: cliff
x: 28
y: 18
- type: cliff
x: -19
y: 6
- type: cliff
x: 28
y: 17
- type: cliff
x: -20
y: 9
- type: cliff
x: -19
y: 5
- type: cliff
x: -26
y: 10
- type: cliff
x: -19
y: 4
- type: cliff
x: -26
y: 11
- type: cliff
x: -19
y: 3
- type: cliff
x: -26
y: 12
- type: cliff
x: -19
y: 2
- type: cliff
x: -26
y: 13
- type: cliff
x: -19
y: 1
- type: cliff
x: 28
y: 12
- type: cliff
x: 28
y: 11
- type: cliff
x: 28
y: 10
- type: cliff
x: 28
y: 16
- type: cliff
x: 28
y: 15
- type: cliff
x: 28
y: 14
- type: cliff
x: 28
y: 13
- type: cliff
x: 7
y: 4
- type: cliff
x: -26
y: 25
- type: cliff
x: 7
y: 3
- type: cliff
x: -26
y: 26
- type: blue-tiles
x: 7
y: 6
- type: cliff
x: -26
y: 27
- type: cliff
x: 7
y: 5
- type: cliff
x: -26
y: 28
- type: blue-tiles
x: 7
y: 8
- type: cliff
x: -26
y: 29
- type: blue-tiles
x: 7
y: 7
- type: cliff
x: 7
y: 9
- type: cliff
x: -26
y: 20
- type: cliff
x: 7
y: 0
- type: cliff
x: -26
y: 21
- type: cliff
x: -26
y: 22
- type: cliff
x: 7
y: 2
- type: cliff
x: -26
y: 23
- type: cliff
x: 7
y: 1
- type: cliff
x: -26
y: 24
- type: cliff
x: -7
y: 1
- type: cliff
x: -7
y: 0
- type: blue-tiles
x: -7
y: 5
- type: cliff
x: -7
y: 4
- type: cliff
x: -7
y: 3
- type: cliff
x: -7
y: 2
- type: blue-tiles
x: -7
y: 9
- type: blue-tiles
x: -7
y: 8
- type: blue-tiles
x: -7
y: 7
- type: blue-tiles
x: -7
y: 6
- type: cliff
x: 7
y: -1
- type: cliff
x: 51
y: 18
- type: cliff
x: 51
y: 17
- type: cliff
x: 51
y: 16
- type: cliff
x: 51
y: 15
- type: cliff
x: 51
y: 14
- type: cliff
x: 51
y: 13
- type: cliff
x: 51
y: 12
- type: cliff
x: 51
y: 11
- type: cliff
x: 51
y: 19
- type: cliff
x: 51
y: 10
- type: cliff
x: 51
y: 33
- type: cliff
x: 51
y: 32
- type: cliff
x: 51
y: 31
- type: cliff
x: -22
y: -1
- type: cliff
x: 51
y: 30
- type: cliff
x: 51
y: 29
- type: cliff
x: 28
y: 33
- type: cliff
x: 51
y: 28
- type: cliff
x: 28
y: 32
- type: cliff
x: 51
y: 27
- type: cliff
x: 28
y: 31
- type: cliff
x: 51
y: 26
- type: cliff
x: 51
y: 25
- type: cliff
x: 51
y: 24
- type: cliff
x: 51
y: 23
- type: cliff
x: 51
y: 22
- type: cliff
x: 28
y: 30
- type: cliff
x: 51
y: 21
- type: cliff
x: 51
y: 20
- type: cliff
x: 28
y: 29
- type: cliff
x: 28
y: 28
- type: cliff
x: 10
y: -1
- type: grass
x: 10
y: 25
- type: grass
x: 10
y: 26
- type: planks
x: 10
y: 23
- type: grass
x: 10
y: 24
- type: planks
x: 10
y: 21
- type: planks
x: 10
y: 22
- type: planks
x: 10
y: 20
- type: cliff
x: 42
y: 0
- type: cliff
x: 42
y: 1
- type: cliff
x: 10
y: 29
- type: cliff
x: 10
y: 27
- type: cliff
x: 10
y: 28
- type: cliff
x: 24
y: -1
- type: cliff
x: -22
y: 33
- type: cliff
x: -22
y: 32
- type: cliff
x: 30
y: 6
- type: cliff
x: 30
y: 5
- type: cliff
x: 30
y: 8
- type: cliff
x: 30
y: 7
- type: cliff
x: 10
y: 32
- type: cliff
x: 30
y: 2
- type: cliff
x: 10
y: 33
- type: cliff
x: 30
y: 1
- type: cliff
x: 10
y: 30
- type: cliff
x: 30
y: 4
- type: cliff
x: 10
y: 31
- type: cliff
x: 30
y: 3
- type: cliff
x: 30
y: 9
- type: cliff
x: 29
y: 6
- type: cliff
x: 29
y: 5
- type: cliff
x: 29
y: 4
- type: cliff
x: 29
y: 3
- type: cliff
x: 29
y: 9
- type: cliff
x: 29
y: 8
- type: cliff
x: 29
y: 7
- type: cliff
x: 29
y: 2
- type: cliff
x: 29
y: 1
- type: cliff
x: 29
y: 0
- type: cliff
x: 30
y: 0
- type: cliff
x: 10
y: 14
- type: cliff
x: 10
y: 15
- type: cliff
x: 10
y: 12
- type: cliff
x: 10
y: 13
- type: cliff
x: 10
y: 10
- type: cliff
x: 10
y: 11
- type: cliff
x: 10
y: 18
- type: cliff
x: 10
y: 19
- type: cliff
x: 10
y: 16
- type: cliff
x: 10
y: 17
- type: cliff
x: 17
y: 6
- type: cliff
x: 17
y: 7
- type: cliff
x: 17
y: 8
- type: cliff
x: 17
y: 9
- type: cliff
x: 17
y: 2
- type: cliff
x: 24
y: 12
- type: cliff
x: 17
y: 3
- type: cliff
x: 24
y: 11
- type: cliff
x: 17
y: 4
- type: cliff
x: 24
y: 10
- type: cliff
x: 17
y: 5
- type: blue-tiles
x: 24
y: 16
- type: cliff
x: 24
y: 15
- type: cliff
x: 17
y: 0
- type: cliff
x: 24
y: 14
- type: cliff
x: 17
y: 1
- type: cliff
x: 24
y: 13
- type: checkerboard
x: 24
y: 19
- type: checkerboard
x: 24
y: 18
- type: checkerboard
x: 24
y: 17
- type: cliff
x: 24
y: 23
- type: cliff
x: 24
y: 22
- type: cliff
x: 24
y: 21
- type: blue-tiles
x: 24
y: 20
- type: cliff
x: 24
y: 27
- type: cliff
x: 24
y: 26
- type: cliff
x: 24
y: 25
- type: cliff
x: 24
y: 24
- type: cliff
x: 24
y: 29
- type: cliff
x: 24
y: 28
- type: cliff
x: -22
y: 20
- type: cliff
x: -22
y: 19
- type: cliff
x: -22
y: 18
- type: cliff
x: -22
y: 17
- type: cliff
x: -22
y: 16
- type: cliff
x: -22
y: 15
- type: cliff
x: -22
y: 14
- type: cliff
x: -22
y: 13
- type: cliff
x: -22
y: 12
- type: cliff
x: -22
y: 11
- type: cliff
x: -22
y: 10
- type: cliff
x: -22
y: 31
- type: cliff
x: -22
y: 30
- type: cliff
x: -22
y: 29
- type: cliff
x: -22
y: 28
- type: cliff
x: -22
y: 27
- type: cliff
x: -22
y: 26
- type: cliff
x: -22
y: 25
- type: cliff
x: -22
y: 24
- type: cliff
x: -22
y: 23
- type: cliff
x: -22
y: 22
- type: cliff
x: -22
y: 21
- type: cliff
x: 14
y: -1
- type: cliff
x: 24
y: 30
- type: cliff
x: 24
y: 33
- type: cliff
x: 24
y: 32
- type: cliff
x: 24
y: 31
- type: cliff
x: -11
y: 4
- type: cliff
x: -11
y: 3
- type: cliff
x: -11
y: 2
- type: cliff
x: -11
y: 1
- type: blue-tiles
x: -11
y: 8
- type: blue-tiles
x: -11
y: 7
- type: blue-tiles
x: -11
y: 6
- type: blue-tiles
x: -11
y: 5
- type: blue-tiles
x: 4
y: 8
- type: cliff
x: 4
y: 9
- type: blue-tiles
x: -11
y: 9
- type: cliff
x: 4
y: 0
- type: cliff
x: 4
y: 1
- type: cliff
x: 4
y: 2
- type: cliff
x: 4
y: 3
- type: cliff
x: 4
y: 4
- type: cliff
x: 4
y: 5
- type: blue-tiles
x: 4
y: 6
- type: blue-tiles
x: 4
y: 7
- type: cliff
x: -13
y: 31
- type: cliff
x: -13
y: 30
- type: cliff
x: -13
y: 33
- type: cliff
x: -13
y: 32
- type: cliff
x: -11
y: 0
- type: cliff
x: -4
y: 1
- type: cliff
x: -4
y: 2
- type: cliff
x: -4
y: 0
- type: cliff
x: -4
y: 5
- type: cliff
x: -4
y: 6
- type: cliff
x: -4
y: 3
- type: cliff
x: -4
y: 4
- type: cliff
x: -4
y: 9
- type: planks
x: -4
y: 7
rotation: 90
- type: cliff
x: -4
y: 8
- type: cliff
x: -13
y: 28
- type: cliff
x: -13
y: 27
- type: cliff
x: -13
y: 29
- type: cliff
x: -13
y: 20
- type: cliff
x: -13
y: 22
- type: cliff
x: -13
y: 21
- type: cliff
x: -13
y: 24
- type: cliff
x: -13
y: 23
- type: cliff
x: -13
y: 26
- type: cliff
x: -13
y: 25
- type: cliff
x: -13
y: 17
- type: cliff
x: -13
y: 16
- type: cliff
x: -13
y: 19
- type: cliff
x: -13
y: 18
- type: cliff
x: 33
y: 31
- type: cliff
x: 33
y: 32
- type: cliff
x: -13
y: 11
- type: cliff
x: 33
y: 30
- type: cliff
x: -13
y: 10
- type: cliff
x: -13
y: 13
- type: cliff
x: -13
y: 12
- type: cliff
x: 33
y: 33
- type: cliff
x: -13
y: 15
- type: cliff
x: -13
y: 14
- type: cliff
x: -23
y: 0
- type: cliff
x: -23
y: 1
- type: cliff
x: 33
y: 28
- type: cliff
x: -23
y: 4
- type: cliff
x: 33
y: 29
- type: cliff
x: -23
y: 5
- type: cliff
x: 33
y: 26
- type: cliff
x: -23
y: 2
- type: cliff
x: 33
y: 27
- type: cliff
x: -23
y: 3
- type: cliff
x: -23
y: 8
- type: cliff
x: -23
y: 9
- type: cliff
x: -23
y: 6
- type: cliff
x: -23
y: 7
- type: cliff
x: 33
y: 20
- type: cliff
x: 33
y: 21
- type: cliff
x: 33
y: 24
- type: cliff
x: 33
y: 25
- type: cliff
x: 33
y: 22
- type: cliff
x: 33
y: 23
- type: cliff
x: 33
y: 17
- type: planks
x: 33
y: 18
rotation: 90
- type: cliff
x: 33
y: 15
- type: cliff
x: 33
y: 16
- type: cliff
x: 47
y: 9
- type: cliff
x: 33
y: 19
- type: cliff
x: 47
y: 7
- type: cliff
x: 47
y: 8
- type: cliff
x: 33
y: 10
- type: cliff
x: 33
y: 13
- type: cliff
x: 33
y: 14
- type: cliff
x: 33
y: 11
- type: cliff
x: 33
y: 12
- type: cliff
x: 47
y: 5
- type: cliff
x: 47
y: 6
- type: cliff
x: 35
y: 9
- type: cliff
x: 35
y: 8
- type: cliff
x: 35
y: 7
- type: cliff
x: 35
y: 6
- type: cliff
x: 20
y: -1
- type: cliff
x: 35
y: 5
- type: cliff
x: 35
y: 4
- type: cliff
x: 35
y: 3
- type: cliff
x: 35
y: 2
- type: cliff
x: 35
y: 1
- type: cliff
x: 35
y: 0
- type: cliff
x: 42
y: 10
- type: cliff
x: 42
y: 12
- type: cliff
x: 23
y: 0
- type: cliff
x: 42
y: 11
- type: cliff
x: 23
y: 1
- type: cliff
x: 42
y: 14
- type: cliff
x: 23
y: 2
- type: cliff
x: 42
y: 13
- type: cliff
x: 23
y: 3
- type: cliff
x: 42
y: 16
- type: cliff
x: 23
y: 4
- type: cliff
x: 42
y: 15
- type: cliff
x: 42
y: 18
- type: cliff
x: 42
y: 17
- type: cliff
x: 42
y: 19
- type: cliff
x: 33
y: -1
- type: cliff
x: 42
y: 21
- type: cliff
x: 42
y: 20
- type: cliff
x: 42
y: 23
- type: cliff
x: 42
y: 22
- type: cliff
x: 42
y: 25
- type: cliff
x: 42
y: 24
- type: cliff
x: 42
y: 27
- type: cliff
x: 42
y: 26
- type: cliff
x: 42
y: 29
- type: cliff
x: 42
y: 28
- type: planks
x: 14
y: 18
rotation: 90
- type: cliff
x: 14
y: 19
- type: cliff
x: 14
y: 16
- type: cliff
x: 14
y: 17
- type: cliff
x: 14
y: 14
- type: cliff
x: 14
y: 15
- type: cliff
x: 14
y: 12
- type: cliff
x: 14
y: 13
- type: cliff
x: 14
y: 10
- type: cliff
x: 23
y: 5
- type: cliff
x: 14
y: 11
- type: cliff
x: 23
y: 6
- type: cliff
x: 23
y: 7
- type: cliff
x: 23
y: 8
- type: cliff
x: 23
y: 9
- type: cliff
x: 42
y: 32
- type: cliff
x: 42
y: 31
- type: cliff
x: 42
y: 33
- type: cliff
x: 14
y: 29
- type: cliff
x: 20
y: 19
- type: cliff
x: 14
y: 27
- type: planks
x: 20
y: 18
rotation: 90
- type: cliff
x: 14
y: 28
- type: cliff
x: 20
y: 17
- type: cliff
x: 11
y: 1
- type: start
x: 14
y: 25
- type: cliff
x: 11
y: 0
- type: grass
x: 14
y: 26
- type: cliff
x: 11
y: 3
- type: cliff
x: 14
y: 23
- type: cliff
x: 11
y: 2
- type: grass
x: 14
y: 24
- type: cliff
x: 14
y: 21
- type: cliff
x: 20
y: 12
- type: cliff
x: 14
y: 22
- type: cliff
x: 20
y: 11
- type: cliff
x: 20
y: 10
- type: cliff
x: 14
y: 20
- type: cliff
x: 20
y: 16
- type: cliff
x: 20
y: 15
- type: cliff
x: 20
y: 14
- type: cliff
x: 42
y: 30
- type: cliff
x: 20
y: 13
- type: cliff
x: 11
y: 5
- type: cliff
x: 11
y: 4
- type: cliff
x: 11
y: 7
- type: cliff
x: 11
y: 6
- type: cliff
x: 11
y: 9
- type: cliff
x: 11
y: 8
- type: cliff
x: 20
y: 29
- type: cliff
x: 20
y: 28
- type: cliff
x: 14
y: 32
- type: cliff
x: 20
y: 23
- type: cliff
x: 14
y: 33
- type: cliff
x: 20
y: 22
- type: cliff
x: 14
y: 30
- type: cliff
x: 20
y: 21
- type: cliff
x: 14
y: 31
- type: planks
x: 20
y: 20
rotation: 90
- type: cliff
x: 20
y: 27
- type: grass
x: 20
y: 26
- type: grass
x: 20
y: 25
- type: grass
x: 20
y: 24
- type: cliff
x: 20
y: 30
- type: cliff
x: 42
y: -1
- type: cliff
x: 20
y: 33
- type: cliff
x: 20
y: 32
- type: cliff
x: 20
y: 31
- type: cliff
x: 51
y: 5
- type: cliff
x: 51
y: 7
- type: cliff
x: 51
y: 6
- type: cliff
x: 3
y: -1
- type: cliff
x: 38
y: 9
- type: cliff
x: 51
y: 9
- type: cliff
x: 51
y: 8
- type: cliff
x: 38
y: 1
- type: cliff
x: 38
y: 2
- type: cliff
x: 38
y: 3
- type: cliff
x: 38
y: 4
- type: cliff
x: 38
y: 5
- type: cliff
x: 38
y: 6
- type: cliff
x: 38
y: 7
- type: cliff
x: 38
y: 8
- type: cliff
x: 26
y: 9
- type: cliff
x: 26
y: 8
- type: cliff
x: 38
y: 0
- type: cliff
x: 63
y: 5
- type: cliff
x: 63
y: 6
- type: cliff
x: 63
y: 7
- type: cliff
x: 63
y: 8
- type: cliff
x: 18
y: -1
- type: cliff
x: 63
y: 9
- type: cliff
x: 14
y: 9
- type: cliff
x: 14
y: 7
- type: cliff
x: 14
y: 8
- type: cliff
x: -3
y: 14
- type: cliff
x: 59
y: 11
- type: cliff
x: -3
y: 13
- type: cliff
x: 59
y: 12
- type: cliff
x: -3
y: 16
- type: cliff
x: 59
y: 13
- type: cliff
x: -3
y: 15
- type: cliff
x: 59
y: 14
- type: cliff
x: -3
y: 10
- type: cliff
x: 59
y: 15
- type: cliff
x: 59
y: 16
- type: cliff
x: -3
y: 12
- type: cliff
x: 59
y: 17
- type: cliff
x: -3
y: 11
- type: cliff
x: 59
y: 18
- type: cliff
x: 59
y: 10
- type: cliff
x: 26
y: 1
- type: cliff
x: 26
y: 0
- type: cliff
x: 26
y: 3
- type: cliff
x: 26
y: 2
- type: cliff
x: 26
y: 5
- type: cliff
x: 26
y: 4
- type: cliff
x: 26
y: 7
- type: cliff
x: 26
y: 6
- type: cliff
x: -3
y: 29
- type: cliff
x: -3
y: 28
- type: cliff
x: 59
y: 33
- type: cliff
x: -3
y: 32
- type: cliff
x: -3
y: 31
- type: cliff
x: -3
y: 33
- type: cliff
x: -3
y: 30
- type: cliff
x: 59
y: 30
- type: cliff
x: 59
y: 31
- type: cliff
x: 59
y: 32
- type: cliff
x: 61
y: 30
- type: cliff
x: 61
y: 31
- type: cliff
x: 61
y: 32
- type: cliff
x: 61
y: 33
- type: cliff
x: 59
y: 19
- type: cliff
x: -3
y: 18
- type: cliff
x: -3
y: 17
- type: cliff
x: -3
y: 19
- type: cliff
x: -3
y: 25
- type: cliff
x: 14
y: 1
- type: cliff
x: 59
y: 22
- type: cliff
x: 14
y: 2
- type: cliff
x: 59
y: 23
- type: planks
x: -3
y: 24
rotation: 90
- type: cliff
x: -3
y: 27
- type: cliff
x: 59
y: 24
- type: cliff
x: -3
y: 26
- type: cliff
x: 14
y: 0
- type: cliff
x: 59
y: 25
- type: cliff
x: -3
y: 21
- type: cliff
x: 14
y: 5
- type: cliff
x: 59
y: 26
- type: cliff
x: -3
y: 20
- type: cliff
x: 14
y: 6
- type: cliff
x: 59
y: 27
- type: cliff
x: -3
y: 23
- type: cliff
x: 14
y: 3
- type: cliff
x: 59
y: 28
- type: cliff
x: -3
y: 22
- type: cliff
x: 14
y: 4
- type: cliff
x: 59
y: 29
- type: cliff
x: 59
y: 20
- type: cliff
x: 59
y: 21
- type: cliff
x: -3
y: -1
- type: cliff
x: -17
y: 11
- type: cliff
x: -17
y: 10
- type: cliff
x: -17
y: 13
- type: cliff
x: -17
y: 12
- type: cliff
x: -17
y: 15
- type: cliff
x: -17
y: 14
- type: cliff
x: -17
y: 17
- type: cliff
x: -17
y: 16
- type: cliff
x: -17
y: 19
- type: cliff
x: -17
y: 18
- type: cliff
x: -17
y: 31
- type: cliff
x: -17
y: 30
- type: cliff
x: -17
y: 33
- type: cliff
x: -17
y: 32
- type: cliff
x: -13
y: -1
- type: cliff
x: 1
y: 9
- type: cliff
x: 3
y: 33
- type: planks
x: 1
y: 7
rotation: 90
- type: cliff
x: 1
y: 8
- type: cliff
x: 3
y: 32
- type: cliff
x: 1
y: 5
- type: cliff
x: 3
y: 31
- type: cliff
x: 1
y: 6
- type: cliff
x: 3
y: 30
- type: cliff
x: -17
y: 20
- type: cliff
x: -17
y: 22
- type: cliff
x: -17
y: 21
- type: cliff
x: 1
y: 3
- type: cliff
x: -17
y: 24
- type: cliff
x: 1
y: 4
- type: cliff
x: -17
y: 23
- type: cliff
x: 1
y: 1
- type: cliff
x: -17
y: 26
- type: cliff
x: 1
y: 2
- type: cliff
x: -17
y: 25
- type: cliff
x: -17
y: 28
- type: cliff
x: 1
y: 0
- type: cliff
x: -17
y: 27
- type: cliff
x: -17
y: 29
- type: cliff
x: 3
y: 22
- type: cliff
x: 18
y: 19
- type: cliff
x: 3
y: 21
- type: planks
x: 18
y: 18
rotation: 90
- type: cliff
x: 3
y: 20
- type: cliff
x: 18
y: 17
- type: cliff
x: 18
y: 16
- type: cliff
x: 3
y: 26
- type: cliff
x: 3
y: 25
- type: cliff
x: 3
y: 24
- type: cliff
x: 3
y: 23
- type: cliff
x: 3
y: 29
- type: cliff
x: 3
y: 28
- type: cliff
x: 3
y: 27
- type: grass
x: 18
y: 26
- type: grass
x: 18
y: 25
- type: grass
x: 18
y: 24
- type: cliff
x: 46
y: 30
- type: cliff
x: 18
y: 23
- type: cliff
x: 18
y: 22
- type: cliff
x: 46
y: 32
- type: cliff
x: 18
y: 21
- type: cliff
x: 46
y: 31
- type: planks
x: 18
y: 20
rotation: 90
- type: cliff
x: 46
y: 33
- type: cliff
x: -14
y: 8
- type: cliff
x: -14
y: 9
- type: cliff
x: 3
y: 11
- type: cliff
x: -14
y: 4
- type: cliff
x: 3
y: 10
- type: cliff
x: 18
y: 29
- type: cliff
x: -14
y: 5
- type: cliff
x: 18
y: 28
- type: cliff
x: -14
y: 6
- type: cliff
x: 18
y: 27
- type: cliff
x: -14
y: 7
- type: blue-tiles
x: 3
y: 15
- type: blue-tiles
x: 3
y: 14
- type: cliff
x: 3
y: 13
- type: cliff
x: 3
y: 12
- type: cliff
x: 3
y: 19
- type: cliff
x: 3
y: 18
- type: blue-tiles
x: 3
y: 17
- type: blue-tiles
x: 3
y: 16
- type: cliff
x: -14
y: 0
- type: cliff
x: -14
y: 1
- type: cliff
x: -14
y: 2
- type: cliff
x: -14
y: 3
- type: cliff
x: 18
y: 33
- type: cliff
x: 18
y: 32
- type: cliff
x: 18
y: 31
- type: cliff
x: 18
y: 30
- type: cliff
x: -26
y: 0
- type: cliff
x: -26
y: 4
- type: cliff
x: -26
y: 3
- type: cliff
x: -26
y: 2
- type: cliff
x: -26
y: 1
- type: cliff
x: -26
y: 8
- type: cliff
x: 46
y: 14
- type: cliff
x: -26
y: 7
- type: cliff
x: 46
y: 13
- type: cliff
x: -26
y: 6
- type: cliff
x: 46
y: 16
- type: cliff
x: -26
y: 5
- type: cliff
x: 46
y: 15
- type: checkerboard
x: 46
y: 18
- type: checkerboard
x: 46
y: 17
- type: cliff
x: -26
y: 9
- type: checkerboard
x: 46
y: 19
- type: cliff
x: 46
y: 10
- type: cliff
x: 46
y: 12
- type: cliff
x: 46
y: 11
- type: cliff
x: 46
y: 25
- type: cliff
x: 46
y: 24
- type: cliff
x: 46
y: 27
- type: cliff
x: 46
y: 26
- type: cliff
x: 46
y: 29
- type: cliff
x: 46
y: 28
- type: cliff
x: 18
y: 15
- type: cliff
x: 18
y: 14
- type: cliff
x: 18
y: 13
- type: cliff
x: 18
y: 12
- type: cliff
x: 18
y: 11
- type: cliff
x: 46
y: 21
- type: cliff
x: 18
y: 10
- type: cliff
x: 46
y: 20
- type: cliff
x: 46
y: 23
- type: cliff
x: 46
y: 22
- type: cliff
x: 47
y: 33
- type: cliff
x: 56
y: 9
- type: cliff
x: 47
y: 32
- type: cliff
x: 47
y: 31
- type: cliff
x: 47
y: 30
- type: cliff
x: 56
y: 5
- type: cliff
x: 56
y: 6
- type: cliff
x: 56
y: 7
- type: cliff
x: 56
y: 8
- type: cliff
x: 44
y: 9
- type: cliff
x: 44
y: 8
- type: cliff
x: 44
y: 5
- type: cliff
x: 44
y: 4
- type: cliff
x: 44
y: 7
- type: cliff
x: 44
y: 6
- type: cliff
x: 47
y: 11
- type: cliff
x: 47
y: 10
- type: cliff
x: 6
y: -1
- type: cliff
x: 38
y: 10
- type: cliff
x: 44
y: 1
- type: cliff
x: 47
y: 19
- type: cliff
x: 38
y: 11
- type: cliff
x: 44
y: 0
- type: cliff
x: 47
y: 18
- type: cliff
x: 38
y: 12
- type: cliff
x: 44
y: 3
- type: cliff
x: 47
y: 17
- type: cliff
x: 38
y: 13
- type: cliff
x: 44
y: 2
- type: cliff
x: 47
y: 16
- type: cliff
x: 38
y: 14
- type: cliff
x: 47
y: 15
- type: cliff
x: 38
y: 15
- type: cliff
x: 47
y: 14
- type: cliff
x: 38
y: 16
- type: cliff
x: 47
y: 13
- type: cliff
x: 38
y: 17
- type: cliff
x: 47
y: 12
- type: cliff
x: 29
y: -1
- type: cliff
x: 32
y: 9
- type: cliff
x: 47
y: 22
- type: cliff
x: 47
y: 21
- type: cliff
x: 32
y: 7
- type: cliff
x: 47
y: 20
- type: cliff
x: 32
y: 8
- type: cliff
x: 32
y: 5
- type: cliff
x: 32
y: 6
- type: cliff
x: 32
y: 3
- type: cliff
x: 32
y: 4
- type: cliff
x: 47
y: 29
- type: cliff
x: 47
y: 28
- type: cliff
x: 47
y: 27
- type: cliff
x: 47
y: 26
- type: cliff
x: 47
y: 25
- type: cliff
x: 47
y: 24
- type: cliff
x: 47
y: 23
- type: cliff
x: -7
y: 29
- type: cliff
x: -7
y: 28
- type: cliff
x: -7
y: 25
- type: checkerboard
x: -7
y: 24
- type: cliff
x: 38
y: 30
- type: cliff
x: -7
y: 27
- type: cliff
x: 38
y: 31
- type: cliff
x: -7
y: 26
- type: cliff
x: 38
y: 32
- type: cliff
x: 38
y: 33
- type: cliff
x: 20
y: 9
- type: cliff
x: 38
y: 29
- type: cliff
x: 20
y: 8
- type: cliff
x: 20
y: 7
- type: cliff
x: 20
y: 6
- type: cliff
x: 20
y: 5
- type: cliff
x: 20
y: 4
- type: cliff
x: 20
y: 3
- type: cliff
x: 20
y: 2
- type: cliff
x: 32
y: 1
- type: cliff
x: -7
y: 32
- type: cliff
x: 32
y: 2
- type: cliff
x: -7
y: 31
- type: cliff
x: 32
y: 0
- type: cliff
x: -7
y: 33
- type: cliff
x: -7
y: 30
- type: planks-breaking
x: -7
y: 18
- type: planks-breaking
x: -7
y: 17
- type: cliff
x: -7
y: 19
- type: cliff
x: -7
y: 14
- type: cliff
x: -7
y: 13
- type: planks-breaking
x: -7
y: 16
- type: cliff
x: 38
y: 20
- type: planks-breaking
x: -7
y: 15
- type: cliff
x: 38
y: 21
- type: cliff
x: 38
y: 22
- type: cliff
x: 38
y: 23
- type: cliff
x: 38
y: 24
- type: cliff
x: 38
y: 25
- type: cliff
x: 38
y: 26
- type: cliff
x: 38
y: 27
- type: cliff
x: 38
y: 28
- type: cliff
x: 38
y: 18
- type: cliff
x: 38
y: 19
- type: checkerboard
x: -7
y: 21
- type: cliff
x: -7
y: 20
- type: checkerboard
x: -7
y: 23
- type: checkerboard
x: -7
y: 22
- type: blue-tiles
x: 6
y: 14
- type: cliff
x: 6
y: 13
- type: blue-tiles
x: 6
y: 16
- type: blue-tiles
x: 6
y: 15
- type: cliff
x: 6
y: 10
- type: cliff
x: 6
y: 12
- type: cliff
x: 6
y: 11
- type: cliff
x: 19
y: 9
- type: cliff
x: 19
y: 8
- type: cliff
x: 19
y: 5
- type: cliff
x: 19
y: 4
- type: cliff
x: 19
y: 7
- type: cliff
x: 19
y: 6
- type: cliff
x: 19
y: 1
- type: cliff
x: -7
y: 10
- type: cliff
x: 19
y: 0
- type: cliff
x: 19
y: 3
- type: cliff
x: -7
y: 12
- type: cliff
x: 19
y: 2
- type: cliff
x: -7
y: 11
- type: cliff
x: 6
y: 18
- type: blue-tiles
x: 6
y: 17
- type: cliff
x: 6
y: 19
- type: blue-tiles
x: 6
y: 25
- type: cliff
x: 6
y: 24
- type: cliff
x: 6
y: 27
- type: cliff
x: 6
y: 26
- type: cliff
x: 6
y: 21
- type: planks
x: 6
y: 20
rotation: 90
- type: cliff
x: 6
y: 23
- type: cliff
x: 6
y: 22
- type: cliff
x: 20
y: 1
- type: cliff
x: 20
y: 0
- type: cliff
x: 6
y: 29
- type: cliff
x: 6
y: 28
- type: cliff
x: -25
y: 17
- type: cliff
x: -25
y: 18
- type: cliff
x: 61
y: 20
- type: cliff
x: -25
y: 15
- type: cliff
x: 61
y: 21
- type: cliff
x: -25
y: 16
- type: cliff
x: 61
y: 22
- type: cliff
x: -25
y: 19
- type: cliff
x: 29
y: 29
- type: cliff
x: -25
y: 10
- type: cliff
x: 29
y: 27
- type: cliff
x: 29
y: 28
- type: cliff
x: -25
y: 13
- type: cliff
x: -25
y: 14
- type: cliff
x: -25
y: 11
- type: cliff
x: -25
y: 12
- type: cliff
x: 29
y: 32
- type: cliff
x: 29
y: 33
- type: cliff
x: 29
y: 30
- type: cliff
x: 29
y: 31
- type: cliff
x: 61
y: 27
- type: cliff
x: 61
y: 28
- type: cliff
x: 61
y: 29
- type: cliff
x: 61
y: 23
- type: cliff
x: 61
y: 24
- type: cliff
x: 61
y: 25
- type: cliff
x: 61
y: 26
- type: cliff
x: -25
y: 28
- type: cliff
x: -25
y: 29
- type: cliff
x: -25
y: 26
- type: cliff
x: 61
y: 10
- type: cliff
x: -25
y: 27
- type: cliff
x: 61
y: 11
- type: cliff
x: -7
y: -1
- type: cliff
x: -25
y: 20
- type: cliff
x: -25
y: 21
- type: cliff
x: -25
y: 24
- type: cliff
x: -25
y: 25
- type: cliff
x: -25
y: 22
- type: cliff
x: -25
y: 23
- type: cliff
x: 65
y: 31
- type: cliff
x: 65
y: 30
- type: cliff
x: 65
y: 33
- type: cliff
x: 65
y: 32
- type: cliff
x: 61
y: 16
- type: cliff
x: 61
y: 17
- type: cliff
x: 61
y: 18
- type: cliff
x: 61
y: 19
- type: cliff
x: 61
y: 12
- type: cliff
x: 61
y: 13
- type: cliff
x: 61
y: 14
- type: cliff
x: 61
y: 15
- type: cliff
x: -25
y: -1
- type: cliff
x: 56
y: 32
- type: cliff
x: 56
y: 33
- type: cliff
x: 56
y: 30
- type: cliff
x: 56
y: 31
- type: cliff
x: 56
y: 29
- type: cliff
x: 56
y: 27
- type: cliff
x: 56
y: 28
- type: cliff
x: 56
y: 25
- type: cliff
x: 56
y: 26
- type: cliff
x: 56
y: 23
- type: cliff
x: 56
y: 24
- type: cliff
x: 56
y: 21
- type: cliff
x: 56
y: 22
- type: cliff
x: 56
y: 20
- type: cliff
x: 56
y: 18
- type: cliff
x: 56
y: 19
- type: cliff
x: 56
y: 16
- type: cliff
x: 56
y: 17
- type: cliff
x: 56
y: 14
- type: cliff
x: 56
y: 15
- type: cliff
x: 56
y: 12
- type: cliff
x: 56
y: 13
- type: cliff
x: 56
y: 10
- type: cliff
x: 56
y: 11
- type: cliff
x: 29
y: 10
- type: cliff
x: 29
y: 11
- type: cliff
x: 29
y: 14
- type: cliff
x: 29
y: 15
- type: cliff
x: 29
y: 12
- type: cliff
x: 29
y: 13
- type: cliff
x: 29
y: 18
- type: cliff
x: 29
y: 19
- type: cliff
x: 29
y: 16
- type: cliff
x: 29
y: 17
- type: cliff
x: 29
y: 21
- type: cliff
x: 29
y: 22
- type: cliff
x: 29
y: 20
- type: cliff
x: 29
y: 25
- type: cliff
x: 29
y: 26
- type: cliff
x: 29
y: 23
- type: cliff
x: 29
y: 24
- type: cliff
x: 34
y: -1
- type: cliff
x: 9
y: 7
- type: cliff
x: 9
y: 8
- type: cliff
x: 9
y: 5
- type: cliff
x: 9
y: 6
- type: cliff
x: 9
y: 9
- type: cliff
x: 9
y: 0
- type: cliff
x: 9
y: 3
- type: cliff
x: 9
y: 4
- type: cliff
x: 9
y: 1
- type: cliff
x: 9
y: 2
- type: cliff
x: 25
y: -1
- type: cliff
x: -17
y: 9
- type: cliff
x: -17
y: 7
- type: cliff
x: -17
y: 8
- type: cliff
x: -25
y: 31
- type: cliff
x: -25
y: 32
- type: cliff
x: -25
y: 30
- type: cliff
x: -25
y: 33
- type: cliff
x: 65
y: 24
- type: cliff
x: 65
y: 23
- type: cliff
x: 65
y: 26
- type: cliff
x: 65
y: 25
- type: cliff
x: 65
y: 20
- type: cliff
x: 65
y: 22
- type: cliff
x: 65
y: 21
- type: cliff
x: -17
y: 5
- type: cliff
x: -17
y: 6
- type: cliff
x: -17
y: 3
- type: cliff
x: -17
y: 4
- type: cliff
x: -17
y: 1
- type: cliff
x: 65
y: 28
- type: cliff
x: -17
y: 2
- type: cliff
x: 65
y: 27
- type: cliff
x: -17
y: 0
- type: cliff
x: 65
y: 29
- type: cliff
x: 65
y: 13
- type: cliff
x: 65
y: 12
- type: cliff
x: 65
y: 15
- type: cliff
x: 65
y: 14
- type: cliff
x: 65
y: 11
- type: cliff
x: 65
y: 10
- type: cliff
x: 65
y: 17
- type: cliff
x: 65
y: 16
- type: cliff
x: 65
y: 19
- type: cliff
x: 65
y: 18
- type: cliff
x: 25
y: 11
- type: cliff
x: 25
y: 10
- type: cliff
x: 25
y: 13
- type: cliff
x: 25
y: 12
- type: cliff
x: 25
y: 15
- type: cliff
x: 25
y: 14
- type: checkerboard
x: 25
y: 17
- type: blue-tiles
x: 25
y: 16
- type: checkerboard
x: 25
y: 19
- type: checkerboard
x: 25
y: 18
- type: cliff
x: 59
y: 5
- type: cliff
x: 59
y: 7
- type: cliff
x: 59
y: 6
- type: blue-tiles
x: 25
y: 20
- type: cliff
x: 59
y: 9
- type: cliff
x: 59
y: 8
- type: cliff
x: 25
y: 22
- type: cliff
x: 25
y: 21
- type: cliff
x: 25
y: 24
- type: cliff
x: 25
y: 23
- type: cliff
x: 25
y: 26
- type: cliff
x: 25
y: 25
- type: cliff
x: 25
y: 28
- type: cliff
x: 25
y: 27
- type: cliff
x: -21
y: 10
- type: cliff
x: 25
y: 29
- type: cliff
x: 60
y: 9
- type: cliff
x: 60
y: 8
- type: cliff
x: 60
y: 7
- type: cliff
x: 60
y: 6
- type: cliff
x: 60
y: 5
- type: cliff
x: -21
y: 21
- type: cliff
x: -21
y: 20
- type: cliff
x: -21
y: 12
- type: cliff
x: -21
y: 11
- type: cliff
x: -21
y: 14
- type: cliff
x: -21
y: 13
- type: cliff
x: -21
y: 16
- type: cliff
x: -21
y: 15
- type: cliff
x: -21
y: 18
- type: cliff
x: -21
y: 17
- type: cliff
x: -21
y: 19
- type: cliff
x: -21
y: 30
- type: cliff
x: -21
y: 32
- type: cliff
x: -21
y: 31
- type: cliff
x: -21
y: 23
- type: cliff
x: -21
y: 22
- type: cliff
x: -21
y: 25
- type: cliff
x: -21
y: 24
- type: cliff
x: -21
y: 27
- type: cliff
x: -21
y: 26
- type: cliff
x: -21
y: 29
- type: cliff
x: -21
y: 28
- type: cliff
x: -1
y: 1
- type: cliff
x: -1
y: 0
- type: cliff
x: -1
y: 3
- type: cliff
x: 52
y: 20
- type: cliff
x: -1
y: 2
- type: cliff
x: -1
y: 5
- type: cliff
x: -1
y: 4
- type: cliff
x: -1
y: 7
- type: cliff
x: -1
y: 6
- type: cliff
x: 52
y: 26
- type: cliff
x: 52
y: 25
- type: cliff
x: 52
y: 28
- type: cliff
x: 52
y: 27
- type: cliff
x: 52
y: 22
- type: cliff
x: 52
y: 21
- type: cliff
x: 52
y: 24
- type: cliff
x: 52
y: 23
- type: cliff
x: 52
y: 29
- type: cliff
x: 52
y: 31
- type: cliff
x: 52
y: 30
- type: cliff
x: -1
y: 9
- type: planks
x: -1
y: 8
rotation: 90
- type: cliff
x: 52
y: 33
- type: cliff
x: 52
y: 32
- type: cliff
x: 25
y: 31
- type: cliff
x: 25
y: 30
- type: cliff
x: 25
y: 33
- type: cliff
x: 25
y: 32
- type: cliff
x: 38
y: -1
- type: cliff
x: -21
y: -1
- type: cliff
x: 52
y: 15
- type: cliff
x: 52
y: 14
- type: cliff
x: 52
y: 17
- type: cliff
x: 52
y: 16
- type: cliff
x: 52
y: 11
- type: cliff
x: 52
y: 10
- type: cliff
x: 52
y: 13
- type: cliff
x: 52
y: 12
- type: cliff
x: 52
y: 19
- type: cliff
x: 52
y: 18
- type: cliff
x: -12
y: 33
- type: cliff
x: -12
y: 31
- type: cliff
x: -12
y: 32
- type: cliff
x: -12
y: 28
- type: cliff
x: -12
y: 29
- type: cliff
x: -12
y: 22
- type: cliff
x: -12
y: 23
- type: cliff
x: -12
y: 20
- type: cliff
x: -12
y: 21
- type: cliff
x: -12
y: 26
- type: cliff
x: -12
y: 27
- type: cliff
x: -12
y: 24
- type: cliff
x: -12
y: 25
- type: cliff
x: 30
y: -1
- type: cliff
x: -12
y: 30
- type: cliff
x: -12
y: 19
- type: cliff
x: -12
y: 17
- type: cliff
x: -12
y: 18
- type: cliff
x: -12
y: 11
- type: cliff
x: -12
y: 12
- type: cliff
x: -12
y: 10
- type: cliff
x: -12
y: 15
- type: cliff
x: -12
y: 16
- type: cliff
x: -12
y: 13
- type: cliff
x: -12
y: 14
- type: cliff
x: -6
y: 0
- type: cliff
x: -6
y: 4
- type: cliff
x: -6
y: 3
- type: cliff
x: -6
y: 2
- type: cliff
x: -6
y: 1
- type: cliff
x: -6
y: 8
- type: planks
x: -6
y: 7
rotation: 90
- type: cliff
x: -6
y: 6
- type: cliff
x: -6
y: 5
- type: cliff
x: -6
y: 9
- type: cliff
x: -12
y: -1
- type: cliff
x: 21
y: -1
- type: cliff
x: 2
y: 32
- type: cliff
x: 2
y: 31
- type: cliff
x: 2
y: 33
- type: cliff
x: 2
y: 30
- type: cliff
x: 13
y: 0
- type: cliff
x: 13
y: 1
- type: cliff
x: 13
y: 4
- type: cliff
x: 13
y: 5
- type: cliff
x: 13
y: 2
- type: cliff
x: 13
y: 3
- type: cliff
x: 13
y: 8
- type: cliff
x: 13
y: 9
- type: cliff
x: 13
y: 6
- type: cliff
x: 13
y: 7
- type: cliff
x: -21
y: 1
- type: cliff
x: -21
y: 0
- type: cliff
x: -21
y: 3
- type: cliff
x: 65
y: 6
- type: cliff
x: -21
y: 2
- type: cliff
x: 65
y: 5
- type: cliff
x: -21
y: 5
- type: cliff
x: 65
y: 8
- type: cliff
x: 13
y: 10
- type: cliff
x: -21
y: 4
- type: cliff
x: 65
y: 7
- type: cliff
x: 13
y: 11
- type: cliff
x: -21
y: 7
- type: cliff
x: 13
y: 12
- type: cliff
x: -21
y: 6
- type: cliff
x: 65
y: 9
- type: cliff
x: 13
y: 13
- type: cliff
x: -21
y: 9
- type: cliff
x: 13
y: 14
- type: cliff
x: -21
y: 8
- type: cliff
x: 13
y: 15
- type: cliff
x: 13
y: 16
- type: cliff
x: 13
y: 17
- type: planks
x: 13
y: 18
- type: planks
x: 13
y: 19
- type: cliff
x: 21
y: 17
- type: cliff
x: 21
y: 16
- type: planks
x: 21
y: 19
- type: planks
x: 21
y: 18
- type: cliff
x: 21
y: 11
- type: cliff
x: 34
y: 30
- type: cliff
x: 21
y: 10
- type: cliff
x: 34
y: 31
- type: cliff
x: 21
y: 13
- type: cliff
x: 34
y: 32
- type: cliff
x: 21
y: 12
- type: cliff
x: 34
y: 33
- type: cliff
x: 21
y: 15
- type: cliff
x: 21
y: 14
- type: cliff
x: 6
y: 3
- type: cliff
x: 6
y: 2
- type: cliff
x: 6
y: 5
- type: cliff
x: 6
y: 4
- type: blue-tiles
x: 6
y: 7
- type: planks
x: 13
y: 20
- type: cliff
x: 13
y: 21
- type: blue-tiles
x: 6
y: 6
- type: cliff
x: 6
y: 9
- type: cliff
x: 13
y: 22
- type: cliff
x: 13
y: 23
- type: blue-tiles
x: 6
y: 8
- type: grass
x: 13
y: 24
- type: grass
x: 13
y: 25
- type: grass
x: 13
y: 26
- type: cliff
x: 13
y: 27
- type: cliff
x: 13
y: 28
- type: cliff
x: 13
y: 29
- type: cliff
x: 6
y: 1
- type: cliff
x: 6
y: 0
- type: cliff
x: 21
y: 28
- type: cliff
x: 34
y: 25
- type: cliff
x: 21
y: 27
- type: cliff
x: 34
y: 26
- type: cliff
x: 34
y: 27
- type: cliff
x: 21
y: 29
- type: cliff
x: 34
y: 28
- type: cliff
x: 34
y: 29
- type: planks
x: 21
y: 20
- type: cliff
x: 21
y: 22
- type: cliff
x: 21
y: 21
- type: cliff
x: 34
y: 20
- type: cliff
x: 21
y: 24
- type: cliff
x: 34
y: 21
- type: cliff
x: 21
y: 23
- type: cliff
x: 34
y: 22
- type: cliff
x: 21
y: 26
- type: cliff
x: 34
y: 23
- type: cliff
x: 34
y: 24
- type: grass
x: 21
y: 25
- type: cliff
x: 13
y: 30
- type: cliff
x: 13
y: 31
- type: cliff
x: 13
y: 32
- type: cliff
x: 13
y: 33
- type: cliff
x: 34
y: 14
- type: cliff
x: 34
y: 15
- type: cliff
x: 34
y: 16
- type: cliff
x: 34
y: 17
- type: planks
x: 34
y: 18
rotation: 90
- type: cliff
x: 34
y: 19
- type: cliff
x: 21
y: 31
- type: cliff
x: 21
y: 30
- type: cliff
x: 21
y: 33
- type: cliff
x: 21
y: 32
- type: cliff
x: 34
y: 10
- type: cliff
x: 34
y: 11
- type: cliff
x: 34
y: 12
- type: cliff
x: 34
y: 13
- type: cliff
x: 13
y: -1
- type: cliff
x: 43
y: 19
- type: cliff
x: 43
y: 18
- type: cliff
x: 43
y: 17
- type: cliff
x: 43
y: 16
- type: cliff
x: 43
y: 15
- type: cliff
x: 43
y: 14
- type: cliff
x: 43
y: 13
- type: cliff
x: 43
y: 12
- type: cliff
x: 43
y: 11
- type: cliff
x: 43
y: 10
- type: cliff
x: 43
y: 29
- type: cliff
x: 43
y: 28
- type: cliff
x: 43
y: 27
- type: cliff
x: 43
y: 26
- type: cliff
x: 43
y: 25
- type: cliff
x: 43
y: 24
- type: cliff
x: 43
y: 23
- type: cliff
x: 43
y: 22
- type: cliff
x: 43
y: 21
- type: cliff
x: 43
y: 20
- type: cliff
x: 16
y: 4
- type: cliff
x: 16
y: 3
- type: cliff
x: 16
y: 2
- type: cliff
x: 16
y: 1
- type: cliff
x: 16
y: 8
- type: cliff
x: 16
y: 7
- type: cliff
x: 16
y: 6
- type: cliff
x: 16
y: 5
- type: cliff
x: 16
y: 0
- type: cliff
x: 43
y: 33
- type: cliff
x: 43
y: 32
- type: cliff
x: 43
y: 31
- type: cliff
x: 43
y: 30
- type: cliff
x: -9
y: 4
- type: blue-tiles
x: -9
y: 5
- type: checkerboard
x: -9
y: 6
- type: checkerboard
x: -9
y: 7
- type: cliff
x: -9
y: 0
- type: cliff
x: -9
y: 1
- type: cliff
x: -9
y: 2
- type: cliff
x: -9
y: 3
- type: cliff
x: 43
y: -1
- type: checkerboard
x: -9
y: 8
- type: blue-tiles
x: -9
y: 9
- type: cliff
x: 53
y: 5
- type: cliff
x: 53
y: 8
- type: cliff
x: 53
y: 9
- type: cliff
x: 53
y: 6
- type: cliff
x: 53
y: 7
- type: cliff
x: -4
y: 11
- type: cliff
x: 17
y: 10
- type: cliff
x: -4
y: 10
- type: cliff
x: 17
y: 12
- type: cliff
x: 17
y: 11
- type: cliff
x: -4
y: 15
- type: cliff
x: 6
y: 32
- type: cliff
x: 17
y: 14
- type: cliff
x: -4
y: 14
- type: cliff
x: 6
y: 31
- type: cliff
x: 17
y: 13
- type: cliff
x: -4
y: 13
- type: cliff
x: 17
y: 16
- type: cliff
x: -4
y: 12
- type: cliff
x: 6
y: 33
- type: cliff
x: 17
y: 15
- type: cliff
x: -16
y: -1
- type: cliff
x: 6
y: 30
- type: cliff
x: 2
y: 10
- type: cliff
x: 2
y: 12
- type: cliff
x: 2
y: 11
- type: cliff
x: 2
y: 18
- type: cliff
x: 2
y: 17
- type: cliff
x: 2
y: 19
- type: cliff
x: 2
y: 14
- type: cliff
x: 2
y: 13
- type: cliff
x: 2
y: 16
- type: cliff
x: 2
y: 15
- type: cliff
x: 2
y: 21
- type: cliff
x: 2
y: 20
- type: cliff
x: 2
y: 23
- type: cliff
x: 2
y: 22
- type: cliff
x: 2
y: 29
- type: cliff
x: 2
y: 28
- type: cliff
x: 2
y: 25
- type: cliff
x: 2
y: 24
- type: cliff
x: 2
y: 27
- type: cliff
x: 2
y: 26
- type: cliff
x: -4
y: 33
- type: cliff
x: 17
y: 32
- type: cliff
x: -4
y: 32
- type: cliff
x: 17
y: 31
- type: cliff
x: -4
y: 31
- type: cliff
x: -4
y: 30
- type: cliff
x: 17
y: 33
- type: cliff
x: 17
y: 30
- type: cliff
x: 30
y: 20
- type: cliff
x: 30
y: 21
- type: cliff
x: 41
y: 4
- type: cliff
x: 30
y: 22
- type: cliff
x: 41
y: 3
- type: cliff
x: 30
y: 23
- type: cliff
x: 41
y: 2
- type: cliff
x: 30
y: 24
- type: cliff
x: 41
y: 1
- type: cliff
x: 30
y: 25
- type: cliff
x: 41
y: 8
- type: cliff
x: 30
y: 26
- type: cliff
x: 41
y: 7
- type: cliff
x: 30
y: 27
- type: cliff
x: 41
y: 6
- type: cliff
x: 30
y: 28
- type: cliff
x: 41
y: 5
- type: cliff
x: 17
y: 29
- type: cliff
x: 30
y: 29
- type: cliff
x: -4
y: 29
- type: cliff
x: 17
y: 28
- type: cliff
x: -4
y: 28
- type: cliff
x: -4
y: 27
- type: cliff
x: 41
y: 9
- type: cliff
x: -4
y: 22
- type: planks
x: 17
y: 21
- type: cliff
x: -4
y: 21
- type: planks
x: 17
y: 20
- type: cliff
x: -4
y: 20
- type: planks
x: 17
y: 23
- type: planks
x: 17
y: 22
- type: cliff
x: -4
y: 26
- type: grass
x: 17
y: 25
- type: cliff
x: -4
y: 25
- type: grass
x: 17
y: 24
- type: cliff
x: -4
y: 24
- type: cliff
x: 17
y: 27
- type: cliff
x: -4
y: 23
- type: grass
x: 17
y: 26
- type: cliff
x: 41
y: 0
- type: cliff
x: 30
y: 30
- type: cliff
x: 30
y: 31
- type: cliff
x: 30
y: 32
- type: cliff
x: 30
y: 33
- type: cliff
x: -4
y: 19
- type: planks
x: 17
y: 18
rotation: 90
- type: cliff
x: -4
y: 18
- type: cliff
x: 17
y: 17
- type: cliff
x: -4
y: 17
- type: cliff
x: -4
y: 16
- type: cliff
x: 17
y: 19
- type: cliff
x: -4
y: -1
- type: cliff
x: -16
y: 12
- type: cliff
x: -16
y: 11
- type: cliff
x: -16
y: 10
- type: cliff
x: 17
y: -1
- type: cliff
x: -16
y: 16
- type: cliff
x: -16
y: 15
- type: cliff
x: -16
y: 14
- type: cliff
x: -16
y: 13
- type: cliff
x: -16
y: 19
- type: cliff
x: -16
y: 18
- type: cliff
x: -16
y: 17
- type: cliff
x: 2
y: -1
- type: cliff
x: 30
y: 10
- type: cliff
x: 30
y: 11
- type: cliff
x: 30
y: 12
- type: cliff
x: 30
y: 13
- type: cliff
x: 30
y: 14
- type: cliff
x: 30
y: 15
- type: cliff
x: 30
y: 16
- type: cliff
x: 30
y: 17
- type: cliff
x: 30
y: 18
- type: cliff
x: 30
y: 19
- type: cliff
x: -16
y: 30
- type: cliff
x: -16
y: 33
- type: cliff
x: -16
y: 32
- type: cliff
x: -16
y: 31
- type: cliff
x: 16
y: 9
- type: cliff
x: 28
y: 4
- type: cliff
x: 28
y: 5
- type: cliff
x: 28
y: 2
- type: cliff
x: 28
y: 3
- type: cliff
x: 28
y: 8
- type: cliff
x: -16
y: 23
- type: cliff
x: 28
y: 9
- type: cliff
x: -16
y: 22
- type: cliff
x: 28
y: 6
- type: cliff
x: -16
y: 21
- type: cliff
x: 28
y: 7
- type: cliff
x: -16
y: 20
- type: cliff
x: -16
y: 27
- type: cliff
x: -16
y: 26
- type: cliff
x: -16
y: 25
- type: cliff
x: -16
y: 24
- type: cliff
x: 28
y: 0
- type: cliff
x: 28
y: 1
- type: cliff
x: -16
y: 29
- type: cliff
x: -16
y: 28
- type: cliff
x: -19
y: 26
- type: cliff
x: -19
y: 25
- type: cliff
x: -19
y: 28
- type: cliff
x: -19
y: 27
- type: cliff
x: 39
y: 33
- type: cliff
x: -19
y: 22
- type: cliff
x: -19
y: 21
- type: cliff
x: 39
y: 31
- type: cliff
x: -19
y: 24
- type: cliff
x: 39
y: 32
- type: cliff
x: -19
y: 23
- type: cliff
x: 10
y: 3
- type: cliff
x: 10
y: 4
- type: cliff
x: 39
y: 30
- type: cliff
x: 10
y: 5
- type: cliff
x: -19
y: 20
- type: cliff
x: 10
y: 6
- type: cliff
x: 10
y: 7
- type: cliff
x: -24
y: 1
- type: cliff
x: 10
y: 8
- type: cliff
x: -24
y: 2
- type: cliff
x: 10
y: 9
- type: cliff
x: -24
y: 0
- type: cliff
x: -24
y: 5
- type: cliff
x: -24
y: 6
- type: cliff
x: -24
y: 3
- type: cliff
x: -24
y: 4
- type: cliff
x: -24
y: 9
- type: cliff
x: -24
y: 7
- type: cliff
x: -24
y: 8
- type: cliff
x: -19
y: 29
- type: cliff
x: 39
y: 28
- type: cliff
x: 39
y: 29
- type: cliff
x: 39
y: 26
- type: cliff
x: 39
y: 27
- type: cliff
x: 39
y: 24
- type: cliff
x: 39
y: 25
- type: cliff
x: 39
y: 22
- type: cliff
x: -19
y: 33
- type: cliff
x: 3
y: 9
- type: cliff
x: 39
y: 23
- type: cliff
x: -19
y: 32
- type: cliff
x: 39
y: 20
- type: blue-tiles
x: 3
y: 8
- type: cliff
x: 39
y: 21
- type: blue-tiles
x: 3
y: 7
- type: cliff
x: 22
y: 3
- type: cliff
x: 22
y: 2
- type: cliff
x: 22
y: 1
- type: cliff
x: -19
y: 31
- type: cliff
x: 22
y: 0
- type: cliff
x: -19
y: 30
- type: blue-tiles
x: 3
y: 6
- type: cliff
x: 3
y: 5
- type: cliff
x: 3
y: 4
- type: cliff
x: 3
y: 3
- type: cliff
x: 3
y: 2
- type: cliff
x: 39
y: 19
- type: cliff
x: 3
y: 1
- type: cliff
x: 3
y: 0
- type: cliff
x: 39
y: 17
- type: cliff
x: 39
y: 18
- type: cliff
x: -19
y: 15
- type: cliff
x: -19
y: 14
- type: cliff
x: -19
y: 17
- type: cliff
x: -19
y: 16
- type: cliff
x: -19
y: 11
- type: cliff
x: -19
y: 10
- type: cliff
x: -19
y: 13
- type: cliff
x: -19
y: 12
- type: cliff
x: -28
y: 30
- type: cliff
x: -28
y: 31
- type: cliff
x: -28
y: 32
- type: cliff
x: -28
y: 33
- type: cliff
x: 10
y: 0
- type: cliff
x: 10
y: 1
- type: cliff
x: 10
y: 2
- type: cliff
x: -19
y: 19
- type: cliff
x: -19
y: 18
- type: cliff
x: -28
y: 20
- type: cliff
x: -28
y: 21
- type: cliff
x: -28
y: 22
- type: cliff
x: -28
y: 27
- type: cliff
x: -28
y: 28
- type: cliff
x: -28
y: 29
- type: cliff
x: -28
y: 23
- type: cliff
x: -28
y: 24
- type: cliff
x: -28
y: 25
- type: cliff
x: -28
y: 26
- type: cliff
x: 48
y: 30
- type: cliff
x: -28
y: 10
- type: cliff
x: 48
y: 32
- type: cliff
x: -28
y: 11
- type: cliff
x: 48
y: 31
- type: cliff
x: -28
y: 16
- type: cliff
x: -28
y: 17
- type: cliff
x: -28
y: 18
- type: cliff
x: 58
y: 5
- type: cliff
x: -28
y: 19
- type: cliff
x: 58
y: 6
- type: cliff
x: -28
y: 12
- type: cliff
x: -28
y: 13
- type: cliff
x: 48
y: 33
- type: cliff
x: -28
y: 14
- type: cliff
x: -28
y: 15
- type: cliff
x: 58
y: 7
- type: cliff
x: 48
y: 19
- type: cliff
x: 58
y: 8
- type: cliff
x: 58
y: 9
- type: cliff
x: 48
y: 21
- type: cliff
x: 48
y: 20
- type: cliff
x: 48
y: 27
- type: cliff
x: 48
y: 26
- type: cliff
x: 48
y: 29
- type: cliff
x: 48
y: 28
- type: cliff
x: 48
y: 23
- type: cliff
x: 48
y: 22
- type: cliff
x: 48
y: 25
- type: cliff
x: 48
y: 24
- type: cliff
x: -12
y: 5
- type: cliff
x: -12
y: 4
- type: cliff
x: -12
y: 3
- type: cliff
x: -12
y: 2
- type: cliff
x: -12
y: 9
- type: cliff
x: -12
y: 8
- type: cliff
x: -12
y: 7
- type: cliff
x: -12
y: 6
- type: cliff
x: 48
y: 10
- type: cliff
x: 48
y: 16
- type: cliff
x: 48
y: 15
- type: cliff
x: 48
y: 18
- type: cliff
x: 48
y: 17
- type: cliff
x: -12
y: 1
- type: cliff
x: 48
y: 12
- type: cliff
x: -12
y: 0
- type: cliff
x: 48
y: 11
- type: cliff
x: 48
y: 14
- type: cliff
x: 48
y: 13
- type: cliff
x: -8
y: 33
- type: cliff
x: -8
y: 32
- type: cliff
x: -8
y: 31
- type: cliff
x: -8
y: 30
- type: cliff
x: -8
y: 26
- type: cliff
x: -8
y: 25
- type: checkerboard
x: -8
y: 24
- type: checkerboard
x: -8
y: 23
- type: cliff
x: -8
y: 29
- type: cliff
x: -8
y: 28
- type: cliff
x: -8
y: 27
- type: checkerboard
x: -8
y: 22
- type: checkerboard
x: -8
y: 21
- type: cliff
x: -8
y: 20
- type: planks-breaking
x: -8
y: 15
rotation: 90
- type: cliff
x: -8
y: 14
- type: cliff
x: 5
y: -1
- type: cliff
x: -8
y: 13
- type: cliff
x: -8
y: 12
- type: cliff
x: -8
y: 19
- type: planks-breaking
x: -8
y: 18
rotation: 90
- type: cliff
x: -8
y: 17
- type: cliff
x: -8
y: 16
- type: cliff
x: 9
y: 29
- type: cliff
x: 9
y: 28
- type: cliff
x: 9
y: 27
- type: grass
x: 9
y: 26
- type: grass
x: 9
y: 25
- type: cliff
x: -8
y: 11
- type: cliff
x: -8
y: 10
- type: grass
x: 9
y: 24
- type: cliff
x: 9
y: 23
- type: cliff
x: 9
y: 22
- type: cliff
x: 9
y: 21
- type: planks
x: 9
y: 20
rotation: 90
- type: cliff
x: 9
y: 19
- type: cliff
x: 9
y: 18
- type: cliff
x: 9
y: 17
- type: cliff
x: 9
y: 16
- type: cliff
x: 9
y: 15
- type: cliff
x: 9
y: 14
- type: cliff
x: 62
y: 33
- type: cliff
x: 46
y: 7
- type: cliff
x: 62
y: 31
- type: cliff
x: 46
y: 6
- type: cliff
x: 62
y: 32
- type: cliff
x: 46
y: 9
- type: cliff
x: 46
y: 8
- type: cliff
x: 62
y: 30
- type: cliff
x: 9
y: 13
- type: cliff
x: 9
y: 12
- type: cliff
x: 9
y: 11
- type: cliff
x: 9
y: 10
- type: cliff
x: 35
y: -1
- type: cliff
x: -24
y: -1
- type: cliff
x: 62
y: 24
- type: cliff
x: 62
y: 25
- type: cliff
x: 46
y: 5
- type: cliff
x: 62
y: 22
- type: cliff
x: 62
y: 23
- type: cliff
x: 62
y: 28
- type: cliff
x: 62
y: 29
- type: cliff
x: 62
y: 26
- type: cliff
x: 62
y: 27
- type: cliff
x: 62
y: 20
- type: cliff
x: 62
y: 21
- type: cliff
x: 34
y: 9
- type: cliff
x: 62
y: 19
- type: cliff
x: 34
y: 7
- type: cliff
x: 34
y: 8
- type: cliff
x: 34
y: 5
- type: cliff
x: 34
y: 6
- type: cliff
x: 62
y: 13
- type: cliff
x: 62
y: 14
- type: cliff
x: 62
y: 11
- type: cliff
x: 62
y: 12
- type: cliff
x: 62
y: 17
- type: cliff
x: 62
y: 18
- type: cliff
x: 62
y: 15
- type: cliff
x: 62
y: 16
- type: cliff
x: -8
y: -1
- type: cliff
x: 57
y: 17
- type: cliff
x: 57
y: 18
- type: cliff
x: 57
y: 19
- type: cliff
x: 57
y: 13
- type: cliff
x: 57
y: 14
- type: cliff
x: 62
y: 10
- type: cliff
x: 57
y: 15
- type: cliff
x: 57
y: 16
- type: cliff
x: 57
y: 10
- type: cliff
x: 9
y: 33
- type: cliff
x: 57
y: 11
- type: cliff
x: 9
y: 32
- type: cliff
x: 57
y: 12
- type: cliff
x: 9
y: 31
- type: cliff
x: 9
y: 30
- type: cliff
x: 57
y: 28
- type: cliff
x: 57
y: 29
- type: cliff
x: 22
y: 9
- type: cliff
x: 22
y: 8
- type: cliff
x: 22
y: 7
- type: cliff
x: 57
y: 24
- type: cliff
x: 22
y: 6
- type: cliff
x: 57
y: 25
- type: cliff
x: 22
y: 5
- type: cliff
x: 57
y: 26
- type: cliff
x: 22
y: 4
- type: cliff
x: 57
y: 27
- type: cliff
x: 34
y: 3
- type: cliff
x: 57
y: 20
- type: cliff
x: 34
y: 4
- type: cliff
x: 57
y: 21
- type: cliff
x: 34
y: 1
- type: cliff
x: 57
y: 22
- type: cliff
x: 34
y: 2
- type: cliff
x: 57
y: 23
- type: cliff
x: 34
y: 0
- type: cliff
x: -19
y: -1
- type: cliff
x: 35
y: 11
- type: cliff
x: 35
y: 12
- type: cliff
x: 35
y: 10
- type: cliff
x: 35
y: 19
- type: cliff
x: 57
y: 31
- type: cliff
x: 57
y: 32
- type: cliff
x: 35
y: 17
- type: cliff
x: 57
y: 33
- type: cliff
x: 35
y: 18
- type: cliff
x: 35
y: 15
- type: cliff
x: 35
y: 16
- type: cliff
x: 35
y: 13
- type: cliff
x: 35
y: 14
- type: cliff
x: 57
y: 30
- type: cliff
x: 12
y: 30
- type: cliff
x: 12
y: 31
- type: cliff
x: 26
y: -1
- type: cliff
x: 12
y: 32
- type: cliff
x: 12
y: 33
- type: cliff
x: 62
y: 5
- type: cliff
x: 62
y: 6
- type: cliff
x: 62
y: 7
- type: cliff
x: 62
y: 8
- type: cliff
x: 62
y: 9
- type: planks
x: 12
y: 20
rotation: 90
- type: cliff
x: 12
y: 23
- type: grass
x: 12
y: 24
- type: cliff
x: 12
y: 21
- type: cliff
x: 12
y: 22
- type: cliff
x: 12
y: 27
- type: cliff
x: 12
y: 28
- type: grass
x: 12
y: 25
- type: grass
x: 12
y: 26
- type: cliff
x: 12
y: 29
- type: cliff
x: -24
y: 33
- type: cliff
x: -24
y: 32
- type: cliff
x: -24
y: 31
- type: cliff
x: -24
y: 30
- type: cliff
x: 66
y: 21
- type: cliff
x: 66
y: 20
- type: cliff
x: 12
y: 12
- type: cliff
x: 66
y: 25
- type: cliff
x: 12
y: 13
- type: cliff
x: 66
y: 24
- type: cliff
x: 12
y: 10
- type: cliff
x: 66
y: 23
- type: cliff
x: 12
y: 11
- type: cliff
x: 66
y: 22
- type: cliff
x: 12
y: 16
- type: cliff
x: 66
y: 29
- type: cliff
x: 12
y: 17
- type: cliff
x: 66
y: 28
- type: cliff
x: 12
y: 14
- type: cliff
x: 66
y: 27
- type: cliff
x: 12
y: 15
- type: cliff
x: 66
y: 26
- type: cliff
x: 12
y: 18
- type: cliff
x: 12
y: 19
- type: cliff
x: 49
y: 9
- type: cliff
x: 66
y: 10
- type: cliff
x: 66
y: 14
- type: cliff
x: 66
y: 13
- type: cliff
x: 66
y: 12
- type: cliff
x: 66
y: 11
- type: cliff
x: 49
y: 8
- type: cliff
x: 66
y: 18
- type: cliff
x: 49
y: 7
- type: cliff
x: 66
y: 17
- type: cliff
x: 49
y: 6
- type: cliff
x: 66
y: 16
- type: cliff
x: 49
y: 5
- type: cliff
x: 66
y: 15
- type: cliff
x: 66
y: 19
- type: checkerboard
x: 26
y: 18
- type: checkerboard
x: 26
y: 17
- type: blue-tiles
x: 26
y: 16
- type: cliff
x: 26
y: 15
- type: cliff
x: 26
y: 14
- type: cliff
x: 26
y: 13
- type: cliff
x: 26
y: 12
- type: cliff
x: 26
y: 11
- type: cliff
x: 26
y: 10
- type: cliff
x: 37
y: 8
- type: cliff
x: 37
y: 9
- type: cliff
x: 26
y: 29
- type: cliff
x: 66
y: 32
- type: cliff
x: 26
y: 28
- type: cliff
x: 66
y: 31
- type: cliff
x: 26
y: 27
- type: cliff
x: 66
y: 30
- type: cliff
x: 26
y: 26
- type: cliff
x: 26
y: 25
- type: cliff
x: 26
y: 24
- type: cliff
x: 26
y: 23
- type: cliff
x: 26
y: 22
- type: cliff
x: 66
y: 33
- type: cliff
x: 26
y: 21
- type: blue-tiles
x: 26
y: 20
- type: cliff
x: 37
y: 0
- type: cliff
x: 37
y: 1
- type: cliff
x: 37
y: 2
- type: cliff
x: 37
y: 3
- type: cliff
x: 37
y: 4
- type: cliff
x: 37
y: 5
- type: cliff
x: 37
y: 6
- type: cliff
x: 37
y: 7
- type: checkerboard
x: 26
y: 19
- type: cliff
x: 25
y: 0
- type: cliff
x: 25
y: 2
- type: cliff
x: 25
y: 1
- type: cliff
x: 25
y: 4
- type: cliff
x: 25
y: 3
- type: cliff
x: 25
y: 6
- type: cliff
x: 25
y: 5
- type: cliff
x: -24
y: 29
- type: cliff
x: -24
y: 28
- type: cliff
x: -24
y: 27
- type: cliff
x: -24
y: 22
- type: cliff
x: -24
y: 21
- type: cliff
x: -24
y: 20
- type: cliff
x: -24
y: 26
- type: cliff
x: -24
y: 25
- type: cliff
x: -24
y: 24
- type: cliff
x: -24
y: 23
- type: cliff
x: 9
y: -1
- type: cliff
x: -24
y: 19
- type: cliff
x: -24
y: 18
- type: cliff
x: -24
y: 17
- type: cliff
x: -24
y: 16
- type: cliff
x: 25
y: 8
- type: cliff
x: -24
y: 11
- type: cliff
x: 25
y: 7
- type: cliff
x: -24
y: 10
- type: cliff
x: 25
y: 9
- type: cliff
x: -24
y: 15
- type: cliff
x: -24
y: 14
- type: cliff
x: -24
y: 13
- type: cliff
x: -24
y: 12
- type: cliff
x: 53
y: 24
- type: cliff
x: -15
y: 9
- type: cliff
x: 53
y: 25
- type: planks
x: 0
y: 8
rotation: 90
- type: cliff
x: 53
y: 26
- type: cliff
x: 0
y: 9
- type: cliff
x: 53
y: 27
- type: cliff
x: 0
y: 6
- type: cliff
x: -15
y: 6
- type: cliff
x: 53
y: 20
- type: planks
x: 0
y: 7
rotation: 90
- type: cliff
x: -15
y: 5
- type: cliff
x: 53
y: 21
- type: cliff
x: 0
y: 4
- type: cliff
x: -15
y: 8
- type: cliff
x: 53
y: 22
- type: cliff
x: 0
y: 5
- type: cliff
x: -15
y: 7
- type: cliff
x: 53
y: 23
- type: cliff
x: 53
y: 28
- type: cliff
x: 53
y: 29
- type: cliff
x: 0
y: 2
- type: cliff
x: -15
y: 2
- type: cliff
x: 0
y: 3
- type: cliff
x: -15
y: 1
- type: cliff
x: 0
y: 0
- type: cliff
x: -15
y: 4
- type: cliff
x: 0
y: 1
- type: cliff
x: -15
y: 3
- type: cliff
x: -15
y: 0
- type: cliff
x: 53
y: 31
- type: cliff
x: 53
y: 32
- type: cliff
x: 53
y: 33
- type: cliff
x: 53
y: 30
- type: cliff
x: 39
y: -1
- type: cliff
x: -20
y: -1
- type: cliff
x: -3
y: 1
- type: cliff
x: -3
y: 0
- type: cliff
x: 26
y: 33
- type: cliff
x: -3
y: 3
- type: cliff
x: 26
y: 32
- type: cliff
x: -3
y: 2
- type: cliff
x: 26
y: 31
- type: cliff
x: -3
y: 5
- type: cliff
x: 26
y: 30
- type: cliff
x: -3
y: 4
- type: planks
x: -3
y: 7
rotation: 90
- type: cliff
x: -3
y: 6
- type: cliff
x: -3
y: 9
- type: planks
x: -3
y: 8
rotation: 90
- type: cliff
x: 53
y: 13
- type: cliff
x: 53
y: 14
- type: cliff
x: 53
y: 15
- type: cliff
x: 53
y: 16
- type: cliff
x: 53
y: 10
- type: cliff
x: 53
y: 11
- type: cliff
x: 53
y: 12
- type: cliff
x: -27
y: 2
- type: cliff
x: -27
y: 3
- type: cliff
x: -27
y: 4
- type: cliff
x: -27
y: 5
- type: cliff
x: 53
y: 17
- type: cliff
x: 53
y: 18
- type: cliff
x: -27
y: 0
- type: cliff
x: 53
y: 19
- type: cliff
x: -27
y: 1
- type: cliff
x: -27
y: 6
- type: cliff
x: -27
y: 7
- type: cliff
x: -27
y: 8
- type: cliff
x: -27
y: 9
- type: cliff
x: 39
y: 15
- type: cliff
x: 39
y: 16
- type: cliff
x: 39
y: 13
- type: cliff
x: 39
y: 14
- type: cliff
x: 39
y: 11
- type: cliff
x: 39
y: 12
- type: cliff
x: 50
y: 6
- type: cliff
x: 39
y: 10
- type: cliff
x: 50
y: 5
- type: cliff
x: 50
y: 8
- type: cliff
x: 50
y: 7
- type: cliff
x: 50
y: 9
- type: cliff
x: 40
y: 33
- type: cliff
x: 31
y: 19
- type: cliff
x: 31
y: 17
- type: planks
x: 31
y: 18
rotation: 90
- type: cliff
x: 31
y: 15
- type: cliff
x: 31
y: 16
- type: cliff
x: 40
y: 30
- type: cliff
x: 31
y: 13
- type: cliff
x: 40
y: 31
- type: cliff
x: 31
y: 14
- type: cliff
x: 40
y: 32
- type: cliff
x: 31
y: 11
- type: cliff
x: 31
y: 12
- type: cliff
x: 31
y: 10
- type: cliff
x: 40
y: 26
- type: cliff
x: 40
y: 27
- type: cliff
x: 1
y: 32
- type: cliff
x: 40
y: 28
- type: cliff
x: 1
y: 33
- type: cliff
x: 40
y: 29
- type: cliff
x: 1
y: 30
- type: cliff
x: 40
y: 22
- type: cliff
x: 1
y: 31
- type: cliff
x: 40
y: 23
- type: cliff
x: 40
y: 24
- type: cliff
x: 40
y: 25
- type: cliff
x: 40
y: 20
- type: cliff
x: 40
y: 21
- type: cliff
x: 40
y: 15
- type: cliff
x: 40
y: 16
- type: cliff
x: 40
y: 17
- type: cliff
x: 40
y: 18
- type: cliff
x: 40
y: 11
- type: cliff
x: 40
y: 12
- type: cliff
x: 40
y: 13
- type: cliff
x: 40
y: 14
- type: cliff
x: 40
y: 19
- type: cliff
x: -11
y: -1
- type: cliff
x: 40
y: 10
- type: cliff
x: 22
y: -1
- type: cliff
x: 1
y: 12
- type: cliff
x: 1
y: 13
- type: cliff
x: 1
y: 10
- type: cliff
x: 1
y: 11
- type: cliff
x: 1
y: 18
- type: cliff
x: 1
y: 19
- type: cliff
x: 1
y: 16
- type: cliff
x: 1
y: 17
- type: cliff
x: 1
y: 14
- type: cliff
x: 1
y: 15
- type: cliff
x: 16
y: 12
- type: cliff
x: 43
y: 7
- type: cliff
x: 16
y: 13
- type: cliff
x: 43
y: 8
- type: cliff
x: -21
y: 33
- type: cliff
x: 16
y: 10
- type: cliff
x: 43
y: 9
- type: cliff
x: 16
y: 11
- type: cliff
x: 16
y: 16
- type: cliff
x: 43
y: 3
- type: cliff
x: 16
y: 17
- type: cliff
x: 43
y: 4
- type: cliff
x: 16
y: 14
- type: cliff
x: 43
y: 5
- type: cliff
x: 16
y: 15
- type: cliff
x: 43
y: 6
- type: cliff
x: 1
y: 23
- type: cliff
x: 1
y: 24
- type: cliff
x: 1
y: 21
- type: cliff
x: 1
y: 22
- type: cliff
x: 1
y: 20
- type: cliff
x: 43
y: 0
- type: cliff
x: 1
y: 29
- type: cliff
x: 43
y: 1
- type: cliff
x: 43
y: 2
- type: cliff
x: 1
y: 27
- type: cliff
x: 1
y: 28
- type: blue-tiles
x: 1
y: 25
- type: cliff
x: 1
y: 26
- type: cliff
x: 31
y: -1
- type: cliff
x: 31
y: 7
- type: cliff
x: 31
y: 6
- type: cliff
x: 31
y: 9
- type: cliff
x: 31
y: 8
- type: cliff
x: 31
y: 3
- type: cliff
x: 31
y: 2
- type: cliff
x: 31
y: 5
- type: cliff
x: 31
y: 4
- type: cliff
x: 16
y: 29
- type: cliff
x: 22
y: 25
- type: cliff
x: 22
y: 24
- type: cliff
x: 16
y: 32
- type: cliff
x: 22
y: 23
- type: cliff
x: 16
y: 33
- type: cliff
x: 22
y: 22
- type: cliff
x: 22
y: 21
- type: cliff
x: 22
y: 20
- type: cliff
x: 16
y: 30
- type: cliff
x: 22
y: 29
- type: cliff
x: 16
y: 31
- type: cliff
x: 22
y: 28
- type: cliff
x: 22
y: 27
- type: cliff
x: 22
y: 26
- type: planks
x: 16
y: 18
rotation: 90
- type: cliff
x: 16
y: 19
- type: cliff
x: 16
y: 23
- type: cliff
x: 22
y: 14
- type: cliff
x: 22
y: 13
- type: grass
x: 16
y: 24
- type: cliff
x: 16
y: 21
- type: cliff
x: 22
y: 12
- type: cliff
x: 16
y: 22
- type: cliff
x: 22
y: 11
- type: cliff
x: 16
y: 27
- type: cliff
x: 22
y: 10
- type: cliff
x: 16
y: 28
- type: grass
x: 16
y: 25
- type: grass
x: 16
y: 26
- type: cliff
x: 31
y: 1
- type: cliff
x: 22
y: 19
- type: cliff
x: 31
y: 0
- type: planks
x: 22
y: 18
rotation: 90
- type: cliff
x: 16
y: 20
- type: cliff
x: 22
y: 17
- type: cliff
x: 22
y: 16
- type: cliff
x: 22
y: 15
- type: cliff
x: -8
y: 3
- type: cliff
x: -8
y: 4
- type: blue-tiles
x: -8
y: 5
- type: checkerboard
x: -8
y: 6
- type: cliff
x: -8
y: 0
- type: cliff
x: -8
y: 1
- type: cliff
x: -8
y: 2
- type: checkerboard
x: -8
y: 7
- type: checkerboard
x: -8
y: 8
- type: blue-tiles
x: -8
y: 9
- type: cliff
x: 22
y: 33
- type: cliff
x: 22
y: 32
- type: cliff
x: 22
y: 31
- type: cliff
x: 22
y: 30
- type: cliff
x: -11
y: 30
- type: cliff
x: -11
y: 31
- type: cliff
x: -11
y: 29
- type: cliff
x: -11
y: 25
- type: cliff
x: -11
y: 26
- type: cliff
x: -11
y: 27
- type: cliff
x: -11
y: 28
- type: cliff
x: -11
y: 21
- type: cliff
x: -11
y: 22
- type: cliff
x: -11
y: 23
- type: cliff
x: -11
y: 24
- type: cliff
x: 55
y: 7
- type: cliff
x: 55
y: 6
- type: cliff
x: 55
y: 5
- type: cliff
x: -1
y: 10
- type: cliff
x: 55
y: 9
- type: cliff
x: 55
y: 8
- type: cliff
x: -1
y: 12
- type: cliff
x: -1
y: 11
- type: cliff
x: -1
y: 14
- type: cliff
x: -1
y: 13
- type: cliff
x: -1
y: 16
- type: cliff
x: -1
y: 15
- type: cliff
x: -1
y: 18
- type: cliff
x: -1
y: 17
- type: cliff
x: -11
y: 32
- type: cliff
x: -11
y: 33
- type: cliff
x: -9
y: -1
- type: cliff
x: -1
y: 21
- type: cliff
x: -1
y: 20
- type: cliff
x: -1
y: 23
- type: cliff
x: -1
y: 22
- type: cliff
x: -1
y: 25
- type: cliff
x: 12
y: -1
- type: planks
x: -1
y: 24
rotation: 90
- type: cliff
x: -1
y: 27
- type: cliff
x: -1
y: 26
- type: cliff
x: -1
y: 29
- type: cliff
x: -1
y: 28
- type: cliff
x: -1
y: 19
- type: cliff
x: 40
y: -1
- type: cliff
x: -11
y: 20
- type: cliff
x: -1
y: 30
- type: cliff
x: -1
y: 32
- type: cliff
x: -1
y: 31
- type: cliff
x: -1
y: 33
- type: cliff
x: -11
y: 18
- type: cliff
x: -11
y: 19
- type: planks-breaking
x: -11
y: 14
- type: planks-breaking
x: -11
y: 15
- type: cliff
x: -11
y: 16
- type: cliff
x: -11
y: 17
- type: cliff
x: -11
y: 10
- type: cliff
x: -11
y: 11
- type: planks-breaking
x: -11
y: 12
rotation: 90
- type: planks-breaking
x: -11
y: 13
- type: cliff
x: 8
y: 6
- type: cliff
x: 35
y: 22
- type: cliff
x: 8
y: 7
- type: cliff
x: 35
y: 23
- type: cliff
x: 8
y: 4
- type: cliff
x: 35
y: 20
- type: cliff
x: 8
y: 5
- type: cliff
x: 35
y: 21
- type: cliff
x: 8
y: 8
- type: cliff
x: 8
y: 9
- type: cliff
x: 35
y: 28
- type: cliff
x: 35
y: 29
- type: cliff
x: 8
y: 2
- type: cliff
x: 35
y: 26
- type: cliff
x: 8
y: 3
- type: cliff
x: 35
y: 27
- type: cliff
x: 8
y: 0
- type: cliff
x: 35
y: 24
- type: cliff
x: 8
y: 1
- type: cliff
x: 35
y: 25
- type: cliff
x: -18
y: 8
- type: cliff
x: -18
y: 9
- type: cliff
x: -1
y: -1
- type: cliff
x: 35
y: 33
- type: cliff
x: -15
y: 11
- type: cliff
x: -15
y: 10
- type: cliff
x: 35
y: 31
- type: cliff
x: -15
y: 13
- type: cliff
x: 35
y: 32
- type: cliff
x: -15
y: 12
- type: cliff
x: 35
y: 30
- type: cliff
x: -18
y: 6
- type: cliff
x: -15
y: 19
- type: cliff
x: -18
y: 7
- type: cliff
x: -15
y: 18
- type: cliff
x: -18
y: 4
- type: cliff
x: -18
y: 5
- type: cliff
x: -18
y: 2
- type: cliff
x: -15
y: 15
- type: cliff
x: -18
y: 3
- type: cliff
x: -15
y: 14
- type: cliff
x: -18
y: 0
- type: cliff
x: -15
y: 17
- type: planks-breaking
x: -9
y: 10
- type: cliff
x: -18
y: 1
- type: cliff
x: -15
y: 16
- type: planks-breaking
x: -9
y: 12
- type: planks-breaking
x: -9
y: 11
- type: cliff
x: -9
y: 14
- type: cliff
x: -9
y: 13
- type: cliff
x: -9
y: 16
- type: planks-breaking
x: -9
y: 15
rotation: 90
- type: planks-breaking
x: -9
y: 18
rotation: 90
- type: cliff
x: -9
y: 17
- type: planks-breaking
x: -9
y: 19
- type: cliff
x: -15
y: 22
- type: cliff
x: -15
y: 21
- type: cliff
x: -15
y: 24
- type: cliff
x: -15
y: 23
- type: cliff
x: -15
y: 20
- type: cliff
x: -15
y: 29
- type: cliff
x: -15
y: 26
- type: cliff
x: -15
y: 25
- type: cliff
x: -15
y: 28
- type: checkerboard
x: -9
y: 21
- type: cliff
x: -15
y: 27
- type: planks-breaking
x: -9
y: 20
- type: checkerboard
x: -9
y: 23
- type: checkerboard
x: -9
y: 22
- type: cliff
x: -9
y: 25
- type: checkerboard
x: -9
y: 24
- type: cliff
x: -9
y: 27
- type: cliff
x: -9
y: 26
- type: cliff
x: -9
y: 29
- type: cliff
x: -9
y: 28
- type: cliff
x: -15
y: 33
- type: cliff
x: -15
y: 32
- type: cliff
x: 5
y: 33
- type: cliff
x: -15
y: 31
- type: cliff
x: 5
y: 32
- type: cliff
x: -15
y: 30
- type: cliff
x: 5
y: 31
- type: cliff
x: 5
y: 30
- type: cliff
x: -9
y: 30
- type: cliff
x: -9
y: 32
- type: cliff
x: -9
y: 31
- type: cliff
x: -9
y: 33
- type: cliff
x: 5
y: 29
- type: cliff
x: 5
y: 28
- type: cliff
x: 5
y: 27
- type: cliff
x: 5
y: 26
- type: blue-tiles
x: 5
y: 25
- type: cliff
x: 5
y: 24
- type: cliff
x: 44
y: 27
- type: cliff
x: 5
y: 23
- type: cliff
x: 44
y: 26
- type: cliff
x: 5
y: 22
- type: cliff
x: 44
y: 29
- type: cliff
x: 5
y: 21
- type: cliff
x: 44
y: 28
- type: cliff
x: 44
y: 23
- type: planks
x: 5
y: 20
rotation: 90
- type: cliff
x: 44
y: 22
- type: cliff
x: 44
y: 25
- type: cliff
x: 44
y: 24
- type: cliff
x: 44
y: 21
- type: cliff
x: 44
y: 20
- type: planks
x: 5
y: 19
- type: planks
x: 5
y: 18
- type: blue-tiles
x: 5
y: 17
- type: blue-tiles
x: 5
y: 16
- type: checkerboard
x: 44
y: 19
- type: blue-tiles
x: 5
y: 15
- type: blue-tiles
x: 5
y: 14
- type: cliff
x: 44
y: 16
- type: planks-breaking
x: 5
y: 13
- type: cliff
x: 44
y: 15
- type: planks-breaking
x: 5
y: 12
- type: planks-breaking
x: 5
y: 11
- type: checkerboard
x: 44
y: 18
- type: planks-breaking
x: 5
y: 10
- type: checkerboard
x: 44
y: 17
- type: cliff
x: 44
y: 12
- type: cliff
x: 44
y: 11
- type: cliff
x: 44
y: 14
- type: cliff
x: 44
y: 13
- type: cliff
x: 44
y: 10
- type: cliff
x: 44
y: 33
- type: cliff
x: 44
y: 30
- type: cliff
x: 44
y: 32
- type: cliff
x: 44
y: 31
- type: cliff
x: 1
y: -1
- type: cliff
x: 16
y: -1
- type: cliff
x: 44
y: -1
- type: cliff
x: -28
y: -1
- type: cliff
x: 18
y: 7
- type: cliff
x: 18
y: 8
- type: cliff
x: 18
y: 9
- type: cliff
x: 18
y: 3
- type: cliff
x: 18
y: 4
- type: cliff
x: 18
y: 5
- type: cliff
x: 18
y: 6
- type: cliff
x: 18
y: 0
- type: cliff
x: 18
y: 1
- type: cliff
x: 18
y: 2
- type: cliff
x: -5
y: 16
- type: cliff
x: -5
y: 15
- type: cliff
x: -5
y: 18
- type: cliff
x: -5
y: 17
- type: cliff
x: -5
y: 19
- type: cliff
x: -5
y: 21
- type: cliff
x: -5
y: 20
- type: cliff
x: -5
y: 23
- type: cliff
x: -5
y: 22
- type: cliff
x: -5
y: 25
- type: cliff
x: -5
y: 24
- type: cliff
x: -5
y: 27
- type: cliff
x: -5
y: 26
- type: cliff
x: -5
y: 29
- type: cliff
x: -5
y: 28
- type: cliff
x: -5
y: 30
- type: cliff
x: -5
y: 32
- type: cliff
x: -5
y: 31
- type: cliff
x: -5
y: 33
- type: cliff
x: -15
y: -1
- type: cliff
x: 31
y: 28
- type: cliff
x: 31
y: 29
- type: cliff
x: 31
y: 26
- type: cliff
x: 31
y: 27
- type: cliff
x: 31
y: 24
- type: cliff
x: 31
y: 25
- type: cliff
x: 31
y: 22
- type: cliff
x: 31
y: 23
- type: cliff
x: 31
y: 20
- type: cliff
x: 31
y: 21
- type: cliff
x: 31
y: 30
- type: cliff
x: -5
y: 10
- type: cliff
x: -5
y: 12
- type: cliff
x: -5
y: 11
- type: cliff
x: -5
y: 14
- type: cliff
x: -5
y: 13
- type: cliff
x: 31
y: 33
- type: cliff
x: 31
y: 31
- type: cliff
x: 31
y: 32
creatures:
- id: 7922e246-8f68-4ffb-ae30-0fa55c7273c5
type: bluebrickwall
x: -704.0
y: 2880.0
rotation: 90
- id: 157cfdaa-8b99-405f-8b23-e9b556ec3396
type: bluebrickwall
x: -1216.0
y: 2880.0
rotation: 90
- id: bd53b08c-9f0d-4b7e-8ce3-a42025401ebe
type: bluebrickwall
x: -960.0
y: 2880.0
rotation: 90
- id: 1638a585-4adf-4131-b041-b738a6079c96
type: bluebrickwall
x: -832.0
y: 2880.0
rotation: 90
- id: 068ff722-1f42-4d16-acca-afb2e214a45a
type: cage
x: 3264.0
y: 2368.0
rotation: 90
- id: 1e742e20-3df6-484b-932c-60e29b475930
type: cannon
x: -704.0
y: 3136.0
rotation: 90
- id: 063d51d5-e3ec-4003-9092-78bd28eda278
type: cannon
x: 192.0
y: 3264.0
rotation: 90
- id: 6b5a619f-4ebe-469e-a2fa-783c73868b83
type: gate
x: -1088.0
y: 2880.0
rotation: 90
- id: a9cb2091-582e-46a7-ae95-bb593f75e8f6
type: hedgehog
x: 5696.0
y: 2240.0
rotation: 90
- id: ab857e5b-7eed-4692-8cef-bdc35910e55a
type: horizontal-platform
x: 5184.0
y: 2368.0
rotation: 90
- id: 56b7b8e2-f9d7-423a-ac10-72eeec8bab9c
type: horizontal-platform
x: 3776.0
y: 2368.0
rotation: 90
- id: a80c0663-32c9-469e-9fb1-365448f0e7c4
type: horizontal-platform
x: 4672.0
y: 2368.0
rotation: 90
- id: 08040f1f-e3f4-493b-9ac2-4c8e1f15922b
type: horizontal-platform
x: 4928.0
y: 2368.0
rotation: 90
- id: f86fd3ef-a8a3-4e1b-a457-f656aa9d401f
type: monkey
x: 1344.0
y: 3264.0
rotation: 90
- id: 17433442-0e07-4ae6-8c1c-ad231978aaf2
type: monkey
x: 5952.0
y: 2368.0
rotation: 90
- id: 36395892-ce70-4ca5-85ac-5eadc0432e0a
type: monkey
x: -1088.0
y: 3136.0
rotation: 90
- id: 3af168bb-3e93-41ae-8d50-e82b5399bf6d
type: monkey
x: 704.0
y: 1984.0
rotation: 90
- id: 3fbf9977-d5e2-4e17-ba17-100a098b1b41
type: monkey
x: 704.0
y: 832.0
rotation: 90
- id: 27a292f0-7fa4-454a-a8db-29d5460162a0
type: player
x: 1856.0
y: 3264.0
rotation: 90
- id: d7d70ad1-56c3-413f-a63f-35432ade7bb4
type: switch
x: -1088.0
y: 960.0
rotation: 90
- id: 62716566-2965-4420-98e3-1905c447b91c
type: tucan
x: 2496.0
y: 3264.0
rotation: 360
- id: 795af815-5740-4a11-b526-c62d78ede82c
type: tucan
x: 5184.0
y: 1984.0
rotation: 90
- id: d5df4966-1aae-488d-b237-b297d8c6ec9e
type: tucan
x: 5440.0
y: 2752.0
rotation: 270
- id: 5df9ef88-b79b-4ea1-97c0-c419f380afa1
type: tucan
x: 704.0
y: 448.0
rotation: 90
- id: 0d7b3932-4e20-495a-8bac-edfd034fa537
type: tucan
x: 448.0
y: 832.0
rotation: 180
- id: 1647e606-ddb4-4cba-9812-72776f7fb6e0
type: tucan
x: 6208.0
y: 2368.0
rotation: 360
triggers:
- script: "if player$then state 6b5a619f-4ebe-469e-a2fa-783c73868b83 open$then statetimer 6b5a619f-4ebe-469e-a2fa-783c73868b83 idle 20"
tiles:
- x: -9
y: 7
properties:
name: Test 6
weather: SUNNY
background: MOUNTAINS
targetScore: 3
cheatTargetTime: 300.0
totalGold: 0
totalHealthExtensions: 0
tiles:
- type: medium-water
x: 34
y: 33
- type: medium-water
x: 34
y: 34
- type: beach
x: 35
y: 8
- type: beach
x: 35
y: 9
- type: beach
x: 35
y: 10
- type: beach
x: 35
y: 11
- type: beach
x: 35
y: 12
- type: beach
x: 35
y: 13
- type: beach
x: 35
y: 14
- type: beach
x: 35
y: 15
- type: beach
x: 35
y: 16
- type: beach
x: 35
y: 17
- type: beach-end
x: 35
y: 18
- type: shallow-water
x: 35
y: 19
- type: shallow-water
x: 35
y: 20
- type: shallow-water
x: 35
y: 21
- type: shallow-water
x: 35
y: 22
- type: shallow-water
x: 35
y: 23
- type: shallow-water
x: 35
y: 24
- type: shallow-water
x: 35
y: 25
- type: shallow-water
x: 35
y: 26
- type: shallow-water
x: 35
y: 27
- type: shallow-water
x: 35
y: 28
- type: medium-water
x: 35
y: 29
- type: medium-water
x: 35
y: 30
- type: medium-water
x: 35
y: 31
- type: medium-water
x: 35
y: 32
- type: medium-water
x: 35
y: 33
- type: medium-water
x: 35
y: 34
- type: beach
x: 36
y: 8
- type: beach
x: 36
y: 9
- type: beach
x: 36
y: 10
- type: beach
x: 36
y: 11
- type: beach
x: 36
y: 12
- type: beach
x: 36
y: 13
- type: beach
x: 36
y: 14
- type: beach
x: 36
y: 15
- type: beach
x: 36
y: 16
- type: beach
x: 36
y: 17
- type: beach-end
x: 36
y: 18
- type: shallow-water
x: 36
y: 19
- type: medium-water
x: 36
y: 20
- type: medium-water
x: 36
y: 21
- type: medium-water
x: 36
y: 22
- type: shallow-water
x: 36
y: 23
- type: shallow-water
x: 36
y: 24
- type: medium-water
x: 36
y: 25
- type: medium-water
x: 36
y: 26
- type: medium-water
x: 36
y: 27
- type: medium-water
x: 36
y: 28
- type: medium-water
x: 36
y: 29
- type: medium-water
x: 36
y: 30
- type: medium-water
x: 36
y: 31
- type: medium-water
x: 36
y: 32
- type: medium-water
x: 36
y: 33
- type: medium-water
x: 36
y: 34
- type: beach
x: 37
y: 8
- type: beach
x: 37
y: 9
- type: beach
x: 37
y: 10
- type: beach
x: 37
y: 11
- type: beach
x: 37
y: 12
- type: beach
x: 37
y: 13
- type: beach
x: 37
y: 14
- type: beach
x: 37
y: 15
- type: beach
x: 37
y: 16
- type: beach
x: 37
y: 17
- type: beach-end
x: 37
y: 18
- type: shallow-water
x: 37
y: 19
- type: medium-water
x: 37
y: 20
- type: medium-water
x: 37
y: 21
- type: medium-water
x: 37
y: 22
- type: shallow-water
x: 37
y: 23
- type: shallow-water
x: 37
y: 24
- type: medium-water
x: 37
y: 25
- type: medium-water
x: 37
y: 26
- type: medium-water
x: 37
y: 27
- type: medium-water
x: 37
y: 28
- type: medium-water
x: 37
y: 29
- type: medium-water
x: 37
y: 30
- type: medium-water
x: 37
y: 31
- type: medium-water
x: 37
y: 32
- type: medium-water
x: 37
y: 33
- type: medium-water
x: 37
y: 34
- type: beach
x: 38
y: 8
- type: beach
x: 38
y: 9
- type: beach
x: 38
y: 10
- type: beach
x: 38
y: 11
- type: beach
x: 38
y: 12
- type: beach
x: 38
y: 13
- type: beach
x: 38
y: 14
- type: beach
x: 38
y: 15
- type: beach
x: 38
y: 16
- type: beach
x: 38
y: 17
- type: beach-end
x: 38
y: 18
- type: shallow-water
x: 38
y: 19
- type: medium-water
x: 38
y: 20
- type: medium-water
x: 38
y: 21
- type: medium-water
x: 38
y: 22
- type: shallow-water
x: 38
y: 23
- type: shallow-water
x: 38
y: 24
- type: medium-water
x: 38
y: 25
- type: medium-water
x: 38
y: 26
- type: medium-water
x: 38
y: 27
- type: medium-water
x: 38
y: 28
- type: medium-water
x: 38
y: 29
- type: medium-water
x: 38
y: 30
- type: medium-water
x: 38
y: 31
- type: medium-water
x: 38
y: 32
- type: medium-water
x: 38
y: 33
- type: medium-water
x: 38
y: 34
- type: beach
x: 39
y: 8
- type: beach
x: 39
y: 9
- type: beach
x: 39
y: 10
- type: beach
x: 39
y: 11
- type: beach
x: 39
y: 12
- type: beach
x: 39
y: 13
- type: beach
x: 39
y: 14
- type: beach
x: 39
y: 15
- type: beach
x: 39
y: 16
- type: beach
x: 39
y: 17
- type: beach-end
x: 39
y: 18
- type: shallow-water
x: 39
y: 19
- type: shallow-water
x: 39
y: 20
- type: shallow-water
x: 39
y: 21
- type: shallow-water
x: 39
y: 22
- type: shallow-water
x: 39
y: 23
- type: shallow-water
x: 39
y: 24
- type: shallow-water
x: 39
y: 25
- type: shallow-water
x: 39
y: 26
- type: shallow-water
x: 39
y: 27
- type: shallow-water
x: 39
y: 28
- type: medium-water
x: 39
y: 29
- type: medium-water
x: 39
y: 30
- type: medium-water
x: 39
y: 31
- type: medium-water
x: 39
y: 32
- type: medium-water
x: 39
y: 33
- type: medium-water
x: 39
y: 34
- type: beach
x: 40
y: 8
- type: beach
x: 40
y: 9
- type: beach
x: 40
y: 10
- type: beach
x: 40
y: 11
- type: beach
x: 40
y: 12
- type: beach
x: 40
y: 13
- type: beach
x: 40
y: 14
- type: beach
x: 40
y: 15
- type: beach
x: 40
y: 16
- type: beach
x: 40
y: 17
- type: beach-end
x: 40
y: 18
- type: shallow-water
x: 40
y: 19
- type: shallow-water
x: 40
y: 20
- type: shallow-water
x: 40
y: 21
- type: shallow-water
x: 40
y: 22
- type: shallow-water
x: 40
y: 23
- type: shallow-water
x: 40
y: 24
- type: shallow-water
x: 40
y: 25
- type: shallow-water
x: 40
y: 26
- type: shallow-water
x: 40
y: 27
- type: shallow-water
x: 40
y: 28
- type: medium-water
x: 40
y: 29
- type: medium-water
x: 40
y: 30
- type: medium-water
x: 40
y: 31
- type: medium-water
x: 40
y: 32
- type: medium-water
x: 40
y: 33
- type: medium-water
x: 40
y: 34
- type: beach
x: 41
y: 8
- type: beach
x: 41
y: 9
- type: beach
x: 41
y: 10
- type: beach
x: 41
y: 11
- type: beach
x: 41
y: 12
- type: beach
x: 41
y: 13
- type: beach
x: 41
y: 14
- type: beach
x: 41
y: 15
- type: beach
x: 41
y: 16
- type: beach
x: 41
y: 17
- type: beach-end
x: 41
y: 18
- type: shallow-water
x: 41
y: 19
- type: shallow-water
x: 41
y: 20
- type: shallow-water
x: 41
y: 21
- type: shallow-water
x: 41
y: 22
- type: shallow-water
x: 41
y: 23
- type: shallow-water
x: 41
y: 24
- type: shallow-water
x: 41
y: 25
- type: shallow-water
x: 41
y: 26
- type: shallow-water
x: 41
y: 27
- type: shallow-water
x: 41
y: 28
- type: medium-water
x: 41
y: 29
- type: medium-water
x: 41
y: 30
- type: medium-water
x: 41
y: 31
- type: medium-water
x: 41
y: 32
- type: medium-water
x: 41
y: 33
- type: medium-water
x: 41
y: 34
- type: beach
x: 42
y: 8
- type: beach
x: 42
y: 9
- type: beach
x: 42
y: 10
- type: beach
x: 42
y: 11
- type: beach
x: 42
y: 12
- type: beach
x: 42
y: 13
- type: beach
x: 42
y: 14
- type: beach
x: 42
y: 15
- type: beach
x: 42
y: 16
- type: beach
x: 42
y: 17
- type: beach-end
x: 42
y: 18
- type: shallow-water
x: 42
y: 19
- type: shallow-water
x: 42
y: 20
- type: shallow-water
x: 42
y: 21
- type: shallow-water
x: 42
y: 22
- type: shallow-water
x: 42
y: 23
- type: shallow-water
x: 42
y: 24
- type: shallow-water
x: 42
y: 25
- type: shallow-water
x: 42
y: 26
- type: shallow-water
x: 42
y: 27
- type: shallow-water
x: 42
y: 28
- type: medium-water
x: 42
y: 29
- type: medium-water
x: 42
y: 30
- type: medium-water
x: 42
y: 31
- type: medium-water
x: 42
y: 32
- type: medium-water
x: 42
y: 33
- type: medium-water
x: 42
y: 34
- type: beach
x: 43
y: 8
- type: beach
x: 43
y: 9
- type: beach
x: 43
y: 10
- type: beach
x: 43
y: 11
- type: beach
x: 43
y: 12
- type: beach
x: 43
y: 13
- type: beach
x: 43
y: 14
- type: beach
x: 43
y: 15
- type: beach
x: 43
y: 16
- type: beach
x: 43
y: 17
- type: beach-end
x: 43
y: 18
- type: shallow-water
x: 43
y: 19
- type: shallow-water
x: 43
y: 20
- type: shallow-water
x: 43
y: 21
- type: shallow-water
x: 43
y: 22
- type: shallow-water
x: 43
y: 23
- type: shallow-water
x: 43
y: 24
- type: shallow-water
x: 43
y: 25
- type: shallow-water
x: 43
y: 26
- type: shallow-water
x: 43
y: 27
- type: shallow-water
x: 43
y: 28
- type: medium-water
x: 43
y: 29
- type: medium-water
x: 43
y: 30
- type: medium-water
x: 43
y: 31
- type: medium-water
x: 43
y: 32
- type: medium-water
x: 43
y: 33
- type: medium-water
x: 43
y: 34
- type: beach
x: 44
y: 8
- type: beach
x: 44
y: 9
- type: beach
x: 44
y: 10
- type: beach
x: 44
y: 11
- type: beach
x: 44
y: 12
- type: beach
x: 44
y: 13
- type: beach
x: 44
y: 14
- type: beach
x: 44
y: 15
- type: beach
x: 44
y: 16
- type: beach
x: 44
y: 17
- type: beach
x: 45
y: 8
- type: beach
x: 45
y: 9
- type: beach
x: 45
y: 10
- type: beach
x: 45
y: 11
- type: beach
x: 45
y: 12
- type: beach
x: 45
y: 13
- type: beach
x: 45
y: 14
- type: beach
x: 45
y: 15
- type: beach
x: 45
y: 16
- type: beach
x: 45
y: 17
- type: cliff
x: -16
y: 12
- type: cliff
x: -15
y: 12
- type: cliff
x: -14
y: 12
- type: cliff
x: -13
y: 12
- type: cliff
x: -12
y: 12
- type: cliff
x: -11
y: 12
- type: cliff
x: -10
y: 12
- type: cliff
x: -9
y: 12
- type: cliff
x: -8
y: 12
- type: cliff
x: -7
y: 12
- type: cliff
x: -7
y: 13
- type: cliff
x: -7
y: 14
- type: cliff
x: -7
y: 15
- type: cliff
x: -7
y: 16
- type: cliff
x: -7
y: 17
- type: cliff
x: -6
y: 12
- type: cliff
x: -6
y: 13
- type: cliff
x: -6
y: 14
- type: cliff
x: -6
y: 15
- type: cliff
x: -6
y: 16
- type: cliff
x: -6
y: 17
- type: cliff
x: -5
y: 12
- type: cliff
x: -5
y: 13
- type: cliff
x: -5
y: 14
- type: cliff
x: -5
y: 15
- type: checkerboard
x: -5
y: 16
- type: cliff
x: -5
y: 17
- type: cliff
x: -4
y: 12
- type: cliff
x: -4
y: 13
- type: cliff
x: -4
y: 14
- type: cliff
x: -4
y: 15
- type: checkerboard
x: -4
y: 16
- type: cliff
x: -4
y: 17
- type: cliff
x: -3
y: 12
- type: cliff
x: -3
y: 13
- type: cliff
x: -3
y: 14
- type: cliff
x: -3
y: 15
- type: cliff
x: -3
y: 16
- type: cliff
x: -3
y: 17
- type: cliff
x: -2
y: 12
- type: cliff
x: -2
y: 13
- type: cliff
x: -2
y: 14
- type: cliff
x: -2
y: 15
- type: cliff
x: -2
y: 16
- type: cliff
x: -2
y: 17
- type: cliff
x: -1
y: 12
- type: astroturf
x: -1
y: 13
- type: astroturf
x: -1
y: 14
- type: cliff
x: -1
y: 15
- type: cliff
x: -1
y: 16
- type: cliff
x: -1
y: 17
- type: cliff
x: 0
y: 12
- type: astroturf
x: 0
y: 13
- type: astroturf
x: 0
y: 14
- type: cliff
x: 0
y: 15
- type: cliff
x: 0
y: 16
- type: cliff
x: 0
y: 17
- type: cliff
x: 1
y: 12
- type: cliff
x: 1
y: 13
- type: astroturf
x: 1
y: 14
- type: cliff
x: 1
y: 15
- type: cliff
x: 1
y: 16
- type: cliff
x: 1
y: 17
- type: cliff
x: 2
y: 12
- type: cliff
x: 2
y: 13
- type: astroturf
x: 2
y: 14
- type: cliff
x: 2
y: 15
- type: cliff
x: 2
y: 16
- type: cliff
x: 2
y: 17
- type: cliff
x: 3
y: 12
- type: cliff
x: 3
y: 13
- type: cliff
x: 3
y: 14
- type: cliff
x: 3
y: 15
- type: cliff
x: 3
y: 16
- type: cliff
x: 3
y: 17
- type: grass
x: 4
y: 8
- type: grass
x: 4
y: 9
- type: grass
x: 4
y: 10
- type: grass
x: 4
y: 11
- type: grass
x: 4
y: 12
- type: grass
x: 4
y: 13
- type: grass
x: 4
y: 14
- type: grass
x: 4
y: 15
- type: grass
x: 4
y: 16
- type: grass
x: 4
y: 17
- type: grass
x: 5
y: 8
- type: grass
x: 5
y: 9
- type: grass
x: 5
y: 10
- type: grass
x: 5
y: 11
- type: grass
x: 5
y: 12
- type: grass
x: 5
y: 13
- type: grass
x: 5
y: 14
- type: grass
x: 5
y: 15
- type: grass
x: 5
y: 16
- type: grass
x: 5
y: 17
- type: grass
x: 6
y: 8
- type: grass
x: 6
y: 9
- type: grass
x: 6
y: 10
- type: grass
x: 6
y: 11
- type: grass
x: 6
y: 12
- type: grass
x: 6
y: 13
- type: grass
x: 6
y: 14
- type: grass
x: 6
y: 15
- type: grass
x: 6
y: 16
- type: grass
x: 6
y: 17
- type: grass
x: 7
y: 8
- type: grass
x: 7
y: 9
- type: grass
x: 7
y: 10
- type: grass
x: 7
y: 11
- type: grass
x: 7
y: 12
- type: grass
x: 7
y: 13
- type: grass
x: 7
y: 14
- type: grass
x: 7
y: 15
- type: grass
x: 7
y: 16
- type: grass
x: 7
y: 17
- type: shallow-water
x: 7
y: 18
- type: shallow-water
x: 7
y: 19
- type: shallow-water
x: 7
y: 20
- type: shallow-water
x: 7
y: 21
- type: shallow-water
x: 7
y: 22
- type: shallow-water
x: 7
y: 23
- type: shallow-water
x: 7
y: 24
- type: shallow-water
x: 7
y: 25
- type: shallow-water
x: 7
y: 26
- type: shallow-water
x: 7
y: 27
- type: shallow-water
x: 7
y: 28
- type: shallow-water
x: 7
y: 29
- type: medium-water
x: 7
y: 30
- type: medium-water
x: 7
y: 31
- type: medium-water
x: 7
y: 32
- type: medium-water
x: 7
y: 33
- type: medium-water
x: 7
y: 34
- type: grass
x: 8
y: 8
- type: grass
x: 8
y: 9
- type: grass
x: 8
y: 10
- type: grass
x: 8
y: 11
- type: grass
x: 8
y: 12
- type: grass
x: 8
y: 13
- type: grass
x: 8
y: 14
- type: grass
x: 8
y: 15
- type: grass
x: 8
y: 16
- type: grass
x: 8
y: 17
- type: shallow-water
x: 8
y: 18
- type: shallow-water
x: 8
y: 19
- type: shallow-water
x: 8
y: 20
- type: shallow-water
x: 8
y: 21
- type: shallow-water
x: 8
y: 22
- type: shallow-water
x: 8
y: 23
- type: shallow-water
x: 8
y: 24
- type: shallow-water
x: 8
y: 25
- type: shallow-water
x: 8
y: 26
- type: shallow-water
x: 8
y: 27
- type: shallow-water
x: 8
y: 28
- type: shallow-water
x: 8
y: 29
- type: medium-water
x: 8
y: 30
- type: medium-water
x: 8
y: 31
- type: medium-water
x: 8
y: 32
- type: medium-water
x: 8
y: 33
- type: medium-water
x: 8
y: 34
- type: grass
x: 9
y: 8
- type: grass
x: 9
y: 9
- type: grass
x: 9
y: 10
- type: grass
x: 9
y: 11
- type: grass
x: 9
y: 12
- type: grass
x: 9
y: 13
- type: grass
x: 9
y: 14
- type: grass
x: 9
y: 15
- type: grass
x: 9
y: 16
- type: grass
x: 9
y: 17
- type: shallow-water
x: 9
y: 18
- type: shallow-water
x: 9
y: 19
- type: shallow-water
x: 9
y: 20
- type: shallow-water
x: 9
y: 21
- type: shallow-water
x: 9
y: 22
- type: shallow-water
x: 9
y: 23
- type: shallow-water
x: 9
y: 24
- type: shallow-water
x: 9
y: 25
- type: shallow-water
x: 9
y: 26
- type: shallow-water
x: 9
y: 27
- type: shallow-water
x: 9
y: 28
- type: shallow-water
x: 9
y: 29
- type: medium-water
x: 9
y: 30
- type: medium-water
x: 9
y: 31
- type: medium-water
x: 9
y: 32
- type: medium-water
x: 9
y: 33
- type: medium-water
x: 9
y: 34
- type: grass
x: 10
y: 8
- type: grass
x: 10
y: 9
- type: grass
x: 10
y: 10
- type: grass
x: 10
y: 11
- type: grass
x: 10
y: 12
- type: grass
x: 10
y: 13
- type: grass
x: 10
y: 14
- type: grass
x: 10
y: 15
- type: grass
x: 10
y: 16
- type: grass
x: 10
y: 17
- type: shallow-water
x: 10
y: 18
- type: shallow-water
x: 10
y: 19
- type: shallow-water
x: 10
y: 20
- type: shallow-water
x: 10
y: 21
- type: shallow-water
x: 10
y: 22
- type: shallow-water
x: 10
y: 23
- type: shallow-water
x: 10
y: 24
- type: shallow-water
x: 10
y: 25
- type: shallow-water
x: 10
y: 26
- type: shallow-water
x: 10
y: 27
- type: shallow-water
x: 10
y: 28
- type: shallow-water
x: 10
y: 29
- type: medium-water
x: 10
y: 30
- type: medium-water
x: 10
y: 31
- type: medium-water
x: 10
y: 32
- type: medium-water
x: 10
y: 33
- type: medium-water
x: 10
y: 34
- type: grass
x: 11
y: 8
- type: grass
x: 11
y: 9
- type: grass
x: 11
y: 10
- type: grass
x: 11
y: 11
- type: grass
x: 11
y: 12
- type: grass
x: 11
y: 13
- type: grass
x: 11
y: 14
- type: start
x: 11
y: 15
- type: grass
x: 11
y: 16
- type: plant
x: 11
y: 17
- type: shallow-water
x: 11
y: 18
- type: shallow-water
x: 11
y: 19
- type: shallow-water
x: 11
y: 20
- type: shallow-water
x: 11
y: 21
- type: shallow-water
x: 11
y: 22
- type: shallow-water
x: 11
y: 23
- type: shallow-water
x: 11
y: 24
- type: shallow-water
x: 11
y: 25
- type: shallow-water
x: 11
y: 26
- type: shallow-water
x: 11
y: 27
- type: shallow-water
x: 11
y: 28
- type: shallow-water
x: 11
y: 29
- type: medium-water
x: 11
y: 30
- type: medium-water
x: 11
y: 31
- type: medium-water
x: 11
y: 32
- type: medium-water
x: 11
y: 33
- type: medium-water
x: 11
y: 34
- type: grass
x: 12
y: 8
- type: grass
x: 12
y: 9
- type: grass
x: 12
y: 10
- type: grass
x: 12
y: 11
- type: grass
x: 12
y: 12
- type: grass
x: 12
y: 13
- type: grass
x: 12
y: 14
- type: grass
x: 12
y: 15
- type: grass
x: 12
y: 16
- type: grass
x: 12
y: 17
- type: shallow-water
x: 12
y: 18
- type: shallow-water
x: 12
y: 19
- type: shallow-water
x: 12
y: 20
- type: shallow-water
x: 12
y: 21
- type: shallow-water
x: 12
y: 22
- type: shallow-water
x: 12
y: 23
- type: shallow-water
x: 12
y: 24
- type: shallow-water
x: 12
y: 25
- type: shallow-water
x: 12
y: 26
- type: shallow-water
x: 12
y: 27
- type: shallow-water
x: 12
y: 28
- type: shallow-water
x: 12
y: 29
- type: medium-water
x: 12
y: 30
- type: medium-water
x: 12
y: 31
- type: medium-water
x: 12
y: 32
- type: medium-water
x: 12
y: 33
- type: medium-water
x: 12
y: 34
- type: grass
x: 13
y: 8
- type: grass
x: 13
y: 9
- type: grass
x: 13
y: 10
- type: grass
x: 13
y: 11
- type: grass
x: 13
y: 12
- type: grass
x: 13
y: 13
- type: grass
x: 13
y: 14
- type: grass
x: 13
y: 15
- type: grass
x: 13
y: 16
- type: grass
x: 13
y: 17
- type: shallow-water
x: 13
y: 18
- type: shallow-water
x: 13
y: 19
- type: shallow-water
x: 13
y: 20
- type: shallow-water
x: 13
y: 21
- type: shallow-water
x: 13
y: 22
- type: shallow-water
x: 13
y: 23
- type: shallow-water
x: 13
y: 24
- type: shallow-water
x: 13
y: 25
- type: shallow-water
x: 13
y: 26
- type: shallow-water
x: 13
y: 27
- type: shallow-water
x: 13
y: 28
- type: shallow-water
x: 13
y: 29
- type: medium-water
x: 13
y: 30
- type: medium-water
x: 13
y: 31
- type: medium-water
x: 13
y: 32
- type: medium-water
x: 13
y: 33
- type: medium-water
x: 13
y: 34
- type: grass
x: 14
y: 8
- type: grass
x: 14
y: 9
- type: grass
x: 14
y: 10
- type: grass
x: 14
y: 11
- type: grass
x: 14
y: 12
- type: grass
x: 14
y: 13
- type: grass
x: 14
y: 14
- type: grass
x: 14
y: 15
- type: grass
x: 14
y: 16
- type: grass
x: 14
y: 17
- type: shallow-water
x: 14
y: 18
- type: shallow-water
x: 14
y: 19
- type: shallow-water
x: 14
y: 20
- type: shallow-water
x: 14
y: 21
- type: shallow-water
x: 14
y: 22
- type: shallow-water
x: 14
y: 23
- type: shallow-water
x: 14
y: 24
- type: shallow-water
x: 14
y: 25
- type: shallow-water
x: 14
y: 26
- type: shallow-water
x: 14
y: 27
- type: shallow-water
x: 14
y: 28
- type: shallow-water
x: 14
y: 29
- type: medium-water
x: 14
y: 30
- type: medium-water
x: 14
y: 31
- type: medium-water
x: 14
y: 32
- type: medium-water
x: 14
y: 33
- type: medium-water
x: 14
y: 34
- type: grass
x: 15
y: 8
- type: grass
x: 15
y: 9
- type: grass
x: 15
y: 10
- type: grass
x: 15
y: 11
- type: grass
x: 15
y: 12
- type: grass
x: 15
y: 13
- type: grass
x: 15
y: 14
- type: grass
x: 15
y: 15
- type: grass
x: 15
y: 16
- type: grass
x: 15
y: 17
- type: shallow-water
x: 15
y: 18
- type: shallow-water
x: 15
y: 19
- type: shallow-water
x: 15
y: 20
- type: shallow-water
x: 15
y: 21
- type: shallow-water
x: 15
y: 22
- type: shallow-water
x: 15
y: 23
- type: shallow-water
x: 15
y: 24
- type: shallow-water
x: 15
y: 25
- type: shallow-water
x: 15
y: 26
- type: shallow-water
x: 15
y: 27
- type: shallow-water
x: 15
y: 28
- type: shallow-water
x: 15
y: 29
- type: medium-water
x: 15
y: 30
- type: medium-water
x: 15
y: 31
- type: medium-water
x: 15
y: 32
- type: medium-water
x: 15
y: 33
- type: medium-water
x: 15
y: 34
- type: grass
x: 16
y: 8
- type: grass
x: 16
y: 9
- type: grass
x: 16
y: 10
- type: grass
x: 16
y: 11
- type: grass
x: 16
y: 12
- type: grass
x: 16
y: 13
- type: grass
x: 16
y: 14
- type: grass
x: 16
y: 15
- type: grass
x: 16
y: 16
- type: grass
x: 16
y: 17
- type: shallow-water
x: 16
y: 18
- type: shallow-water
x: 16
y: 19
- type: shallow-water
x: 16
y: 20
- type: shallow-water
x: 16
y: 21
- type: shallow-water
x: 16
y: 22
- type: shallow-water
x: 16
y: 23
- type: shallow-water
x: 16
y: 24
- type: shallow-water
x: 16
y: 25
- type: shallow-water
x: 16
y: 26
- type: shallow-water
x: 16
y: 27
- type: shallow-water
x: 16
y: 28
- type: shallow-water
x: 16
y: 29
- type: medium-water
x: 16
y: 30
- type: medium-water
x: 16
y: 31
- type: medium-water
x: 16
y: 32
- type: medium-water
x: 16
y: 33
- type: medium-water
x: 16
y: 34
- type: grass
x: 17
y: 8
- type: exit
x: 17
y: 9
- type: grass
x: 17
y: 10
- type: grass
x: 17
y: 11
- type: grass
x: 17
y: 12
- type: grass
x: 17
y: 13
- type: grass
x: 17
y: 14
- type: grass
x: 17
y: 15
- type: grass
x: 17
y: 16
- type: grass
x: 17
y: 17
- type: shallow-water
x: 17
y: 18
- type: shallow-water
x: 17
y: 19
- type: shallow-water
x: 17
y: 20
- type: shallow-water
x: 17
y: 21
- type: shallow-water
x: 17
y: 22
- type: shallow-water
x: 17
y: 23
- type: shallow-water
x: 17
y: 24
- type: shallow-water
x: 17
y: 25
- type: shallow-water
x: 17
y: 26
- type: shallow-water
x: 17
y: 27
- type: shallow-water
x: 17
y: 28
- type: shallow-water
x: 17
y: 29
- type: medium-water
x: 17
y: 30
- type: medium-water
x: 17
y: 31
- type: medium-water
x: 17
y: 32
- type: medium-water
x: 17
y: 33
- type: medium-water
x: 17
y: 34
- type: grass
x: 18
y: 8
- type: grass
x: 18
y: 9
- type: grass
x: 18
y: 10
- type: grass
x: 18
y: 11
- type: grass
x: 18
y: 12
- type: grass
x: 18
y: 13
- type: grass
x: 18
y: 14
- type: grass
x: 18
y: 15
- type: grass
x: 18
y: 16
- type: grass
x: 18
y: 17
- type: shallow-water
x: 18
y: 18
- type: shallow-water
x: 18
y: 19
- type: shallow-water
x: 18
y: 20
- type: shallow-water
x: 18
y: 21
- type: shallow-water
x: 18
y: 22
- type: shallow-water
x: 18
y: 23
- type: shallow-water
x: 18
y: 24
- type: shallow-water
x: 18
y: 25
- type: shallow-water
x: 18
y: 26
- type: shallow-water
x: 18
y: 27
- type: shallow-water
x: 18
y: 28
- type: shallow-water
x: 18
y: 29
- type: medium-water
x: 18
y: 30
- type: medium-water
x: 18
y: 31
- type: medium-water
x: 18
y: 32
- type: medium-water
x: 18
y: 33
- type: medium-water
x: 18
y: 34
- type: grass
x: 19
y: 8
- type: grass
x: 19
y: 9
- type: grass
x: 19
y: 10
- type: grass
x: 19
y: 11
- type: grass
x: 19
y: 12
- type: grass
x: 19
y: 13
- type: grass
x: 19
y: 14
- type: grass
x: 19
y: 15
- type: grass
x: 19
y: 16
- type: grass
x: 19
y: 17
- type: shallow-water
x: 19
y: 18
- type: shallow-water
x: 19
y: 19
- type: shallow-water
x: 19
y: 20
- type: shallow-water
x: 19
y: 21
- type: shallow-water
x: 19
y: 22
- type: shallow-water
x: 19
y: 23
- type: shallow-water
x: 19
y: 24
- type: shallow-water
x: 19
y: 25
- type: shallow-water
x: 19
y: 26
- type: shallow-water
x: 19
y: 27
- type: shallow-water
x: 19
y: 28
- type: shallow-water
x: 19
y: 29
- type: medium-water
x: 19
y: 30
- type: medium-water
x: 19
y: 31
- type: medium-water
x: 19
y: 32
- type: medium-water
x: 19
y: 33
- type: medium-water
x: 19
y: 34
- type: beach
x: 20
y: 8
- type: beach
x: 20
y: 9
- type: beach
x: 20
y: 10
- type: beach
x: 20
y: 11
- type: beach
x: 20
y: 12
- type: beach
x: 20
y: 13
- type: beach
x: 20
y: 14
- type: beach
x: 20
y: 15
- type: beach
x: 20
y: 16
- type: beach
x: 20
y: 17
- type: beach-end
x: 20
y: 18
- type: shallow-water
x: 20
y: 19
- type: shallow-water
x: 20
y: 20
- type: shallow-water
x: 20
y: 21
- type: shallow-water
x: 20
y: 22
- type: shallow-water
x: 20
y: 23
- type: shallow-water
x: 20
y: 24
- type: shallow-water
x: 20
y: 25
- type: shallow-water
x: 20
y: 26
- type: shallow-water
x: 20
y: 27
- type: shallow-water
x: 20
y: 28
- type: medium-water
x: 20
y: 29
- type: medium-water
x: 20
y: 30
- type: medium-water
x: 20
y: 31
- type: medium-water
x: 20
y: 32
- type: medium-water
x: 20
y: 33
- type: medium-water
x: 20
y: 34
- type: beach
x: 21
y: 8
- type: beach
x: 21
y: 9
- type: beach
x: 21
y: 10
- type: beach
x: 21
y: 11
- type: beach
x: 21
y: 12
- type: beach
x: 21
y: 13
- type: beach
x: 21
y: 14
- type: beach
x: 21
y: 15
- type: beach
x: 21
y: 16
- type: beach
x: 21
y: 17
- type: beach-end
x: 21
y: 18
- type: shallow-water
x: 21
y: 19
- type: shallow-water
x: 21
y: 20
- type: shallow-water
x: 21
y: 21
- type: shallow-water
x: 21
y: 22
- type: shallow-water
x: 21
y: 23
- type: shallow-water
x: 21
y: 24
- type: shallow-water
x: 21
y: 25
- type: shallow-water
x: 21
y: 26
- type: shallow-water
x: 21
y: 27
- type: shallow-water
x: 21
y: 28
- type: medium-water
x: 21
y: 29
- type: medium-water
x: 21
y: 30
- type: medium-water
x: 21
y: 31
- type: medium-water
x: 21
y: 32
- type: medium-water
x: 21
y: 33
- type: medium-water
x: 21
y: 34
- type: beach
x: 22
y: 8
- type: beach
x: 22
y: 9
- type: beach
x: 22
y: 10
- type: beach
x: 22
y: 11
- type: beach
x: 22
y: 12
- type: beach
x: 22
y: 13
- type: beach
x: 22
y: 14
- type: beach
x: 22
y: 15
- type: beach
x: 22
y: 16
- type: beach
x: 22
y: 17
- type: beach-end
x: 22
y: 18
- type: shallow-water
x: 22
y: 19
- type: shallow-water
x: 22
y: 20
- type: shallow-water
x: 22
y: 21
- type: shallow-water
x: 22
y: 22
- type: shallow-water
x: 22
y: 23
- type: shallow-water
x: 22
y: 24
- type: shallow-water
x: 22
y: 25
- type: shallow-water
x: 22
y: 26
- type: shallow-water
x: 22
y: 27
- type: shallow-water
x: 22
y: 28
- type: medium-water
x: 22
y: 29
- type: medium-water
x: 22
y: 30
- type: medium-water
x: 22
y: 31
- type: medium-water
x: 22
y: 32
- type: medium-water
x: 22
y: 33
- type: medium-water
x: 22
y: 34
- type: beach
x: 23
y: 8
- type: beach
x: 23
y: 9
- type: beach
x: 23
y: 10
- type: beach
x: 23
y: 11
- type: beach
x: 23
y: 12
- type: beach
x: 23
y: 13
- type: beach
x: 23
y: 14
- type: beach
x: 23
y: 15
- type: beach
x: 23
y: 16
- type: beach
x: 23
y: 17
- type: beach-end
x: 23
y: 18
- type: shallow-water
x: 23
y: 19
- type: shallow-water
x: 23
y: 20
- type: shallow-water
x: 23
y: 21
- type: shallow-water
x: 23
y: 22
- type: shallow-water
x: 23
y: 23
- type: shallow-water
x: 23
y: 24
- type: shallow-water
x: 23
y: 25
- type: shallow-water
x: 23
y: 26
- type: shallow-water
x: 23
y: 27
- type: shallow-water
x: 23
y: 28
- type: medium-water
x: 23
y: 29
- type: medium-water
x: 23
y: 30
- type: medium-water
x: 23
y: 31
- type: medium-water
x: 23
y: 32
- type: medium-water
x: 23
y: 33
- type: medium-water
x: 23
y: 34
- type: beach
x: 24
y: 8
- type: beach
x: 24
y: 9
- type: beach
x: 24
y: 10
- type: beach
x: 24
y: 11
- type: beach
x: 24
y: 12
- type: beach
x: 24
y: 13
- type: beach
x: 24
y: 14
- type: beach
x: 24
y: 15
- type: beach
x: 24
y: 16
- type: beach
x: 24
y: 17
- type: beach-end
x: 24
y: 18
- type: shallow-water
x: 24
y: 19
- type: shallow-water
x: 24
y: 20
- type: shallow-water
x: 24
y: 21
- type: shallow-water
x: 24
y: 22
- type: shallow-water
x: 24
y: 23
- type: shallow-water
x: 24
y: 24
- type: shallow-water
x: 24
y: 25
- type: shallow-water
x: 24
y: 26
- type: shallow-water
x: 24
y: 27
- type: shallow-water
x: 24
y: 28
- type: medium-water
x: 24
y: 29
- type: medium-water
x: 24
y: 30
- type: medium-water
x: 24
y: 31
- type: medium-water
x: 24
y: 32
- type: medium-water
x: 24
y: 33
- type: medium-water
x: 24
y: 34
- type: beach
x: 25
y: 8
- type: beach
x: 25
y: 9
- type: beach
x: 25
y: 10
- type: beach
x: 25
y: 11
- type: beach
x: 25
y: 12
- type: beach
x: 25
y: 13
- type: beach
x: 25
y: 14
- type: beach
x: 25
y: 15
- type: beach
x: 25
y: 16
- type: beach
x: 25
y: 17
- type: beach-end
x: 25
y: 18
- type: shallow-water
x: 25
y: 19
- type: shallow-water
x: 25
y: 20
- type: stone-tiles
x: 25
y: 21
- type: stone-tiles
x: 25
y: 22
- type: stone-tiles
x: 25
y: 23
- type: stone-tiles
x: 25
y: 24
- type: stone-tiles
x: 25
y: 25
- type: shallow-water
x: 25
y: 26
- type: shallow-water
x: 25
y: 27
- type: shallow-water
x: 25
y: 28
- type: medium-water
x: 25
y: 29
- type: medium-water
x: 25
y: 30
- type: medium-water
x: 25
y: 31
- type: medium-water
x: 25
y: 32
- type: medium-water
x: 25
y: 33
- type: medium-water
x: 25
y: 34
- type: beach
x: 26
y: 8
- type: beach
x: 26
y: 9
- type: beach
x: 26
y: 10
- type: beach
x: 26
y: 11
- type: beach
x: 26
y: 12
- type: beach
x: 26
y: 13
- type: beach
x: 26
y: 14
- type: beach
x: 26
y: 15
- type: beach
x: 26
y: 16
- type: beach
x: 26
y: 17
- type: beach-end
x: 26
y: 18
- type: shallow-water
x: 26
y: 19
- type: shallow-water
x: 26
y: 20
- type: shallow-water
x: 26
y: 21
- type: shallow-water
x: 26
y: 22
- type: shallow-water
x: 26
y: 23
- type: shallow-water
x: 26
y: 24
- type: shallow-water
x: 26
y: 25
- type: shallow-water
x: 26
y: 26
- type: shallow-water
x: 26
y: 27
- type: shallow-water
x: 26
y: 28
- type: medium-water
x: 26
y: 29
- type: medium-water
x: 26
y: 30
- type: medium-water
x: 26
y: 31
- type: medium-water
x: 26
y: 32
- type: medium-water
x: 26
y: 33
- type: medium-water
x: 26
y: 34
- type: beach
x: 27
y: 8
- type: beach
x: 27
y: 9
- type: beach
x: 27
y: 10
- type: beach
x: 27
y: 11
- type: beach
x: 27
y: 12
- type: beach
x: 27
y: 13
- type: beach
x: 27
y: 14
- type: beach
x: 27
y: 15
- type: beach
x: 27
y: 16
- type: beach
x: 27
y: 17
- type: beach-end
x: 27
y: 18
- type: shallow-water
x: 27
y: 19
- type: shallow-water
x: 27
y: 20
- type: shallow-water
x: 27
y: 21
- type: shallow-water
x: 27
y: 22
- type: shallow-water
x: 27
y: 23
- type: shallow-water
x: 27
y: 24
- type: shallow-water
x: 27
y: 25
- type: shallow-water
x: 27
y: 26
- type: shallow-water
x: 27
y: 27
- type: shallow-water
x: 27
y: 28
- type: medium-water
x: 27
y: 29
- type: medium-water
x: 27
y: 30
- type: medium-water
x: 27
y: 31
- type: medium-water
x: 27
y: 32
- type: medium-water
x: 27
y: 33
- type: medium-water
x: 27
y: 34
- type: beach
x: 28
y: 8
- type: beach
x: 28
y: 9
- type: beach
x: 28
y: 10
- type: beach
x: 28
y: 11
- type: beach
x: 28
y: 12
- type: beach
x: 28
y: 13
- type: beach
x: 28
y: 14
- type: beach
x: 28
y: 15
- type: beach
x: 28
y: 16
- type: beach
x: 28
y: 17
- type: beach-end
x: 28
y: 18
- type: shallow-water
x: 28
y: 19
- type: shallow-water
x: 28
y: 20
- type: shallow-water
x: 28
y: 21
- type: shallow-water
x: 28
y: 22
- type: shallow-water
x: 28
y: 23
- type: shallow-water
x: 28
y: 24
- type: shallow-water
x: 28
y: 25
- type: shallow-water
x: 28
y: 26
- type: shallow-water
x: 28
y: 27
- type: shallow-water
x: 28
y: 28
- type: medium-water
x: 28
y: 29
- type: medium-water
x: 28
y: 30
- type: medium-water
x: 28
y: 31
- type: medium-water
x: 28
y: 32
- type: medium-water
x: 28
y: 33
- type: medium-water
x: 28
y: 34
- type: beach
x: 29
y: 8
- type: beach
x: 29
y: 9
- type: beach
x: 29
y: 10
- type: beach
x: 29
y: 11
- type: beach
x: 29
y: 12
- type: beach
x: 29
y: 13
- type: beach
x: 29
y: 14
- type: beach
x: 29
y: 15
- type: beach
x: 29
y: 16
- type: beach
x: 29
y: 17
- type: beach-end
x: 29
y: 18
- type: shallow-water
x: 29
y: 19
- type: shallow-water
x: 29
y: 20
- type: shallow-water
x: 29
y: 21
- type: shallow-water
x: 29
y: 22
- type: shallow-water
x: 29
y: 23
- type: shallow-water
x: 29
y: 24
- type: shallow-water
x: 29
y: 25
- type: shallow-water
x: 29
y: 26
- type: shallow-water
x: 29
y: 27
- type: shallow-water
x: 29
y: 28
- type: medium-water
x: 29
y: 29
- type: medium-water
x: 29
y: 30
- type: medium-water
x: 29
y: 31
- type: medium-water
x: 29
y: 32
- type: medium-water
x: 29
y: 33
- type: medium-water
x: 29
y: 34
- type: beach
x: 30
y: 8
- type: beach
x: 30
y: 9
- type: beach
x: 30
y: 10
- type: beach
x: 30
y: 11
- type: beach
x: 30
y: 12
- type: beach
x: 30
y: 13
- type: beach
x: 30
y: 14
- type: beach
x: 30
y: 15
- type: beach
x: 30
y: 16
- type: beach
x: 30
y: 17
- type: beach-end
x: 30
y: 18
- type: shallow-water
x: 30
y: 19
- type: shallow-water
x: 30
y: 20
- type: shallow-water
x: 30
y: 21
- type: shallow-water
x: 30
y: 22
- type: shallow-water
x: 30
y: 23
- type: shallow-water
x: 30
y: 24
- type: shallow-water
x: 30
y: 25
- type: shallow-water
x: 30
y: 26
- type: shallow-water
x: 30
y: 27
- type: shallow-water
x: 30
y: 28
- type: medium-water
x: 30
y: 29
- type: medium-water
x: 30
y: 30
- type: medium-water
x: 30
y: 31
- type: medium-water
x: 30
y: 32
- type: medium-water
x: 30
y: 33
- type: medium-water
x: 30
y: 34
- type: beach
x: 31
y: 8
- type: beach
x: 31
y: 9
- type: beach
x: 31
y: 10
- type: beach
x: 31
y: 11
- type: beach
x: 31
y: 12
- type: beach
x: 31
y: 13
- type: beach
x: 31
y: 14
- type: beach
x: 31
y: 15
- type: beach
x: 31
y: 16
- type: beach
x: 31
y: 17
- type: beach-end
x: 31
y: 18
- type: shallow-water
x: 31
y: 19
- type: shallow-water
x: 31
y: 20
- type: shallow-water
x: 31
y: 21
- type: shallow-water
x: 31
y: 22
- type: shallow-water
x: 31
y: 23
- type: shallow-water
x: 31
y: 24
- type: shallow-water
x: 31
y: 25
- type: shallow-water
x: 31
y: 26
- type: shallow-water
x: 31
y: 27
- type: shallow-water
x: 31
y: 28
- type: medium-water
x: 31
y: 29
- type: medium-water
x: 31
y: 30
- type: medium-water
x: 31
y: 31
- type: medium-water
x: 31
y: 32
- type: medium-water
x: 31
y: 33
- type: medium-water
x: 31
y: 34
- type: beach
x: 32
y: 8
- type: beach
x: 32
y: 9
- type: beach
x: 32
y: 10
- type: beach
x: 32
y: 11
- type: beach
x: 32
y: 12
- type: beach
x: 32
y: 13
- type: beach
x: 32
y: 14
- type: beach
x: 32
y: 15
- type: beach
x: 32
y: 16
- type: beach
x: 32
y: 17
- type: beach-end
x: 32
y: 18
- type: shallow-water
x: 32
y: 19
- type: shallow-water
x: 32
y: 20
- type: shallow-water
x: 32
y: 21
- type: shallow-water
x: 32
y: 22
- type: shallow-water
x: 32
y: 23
- type: shallow-water
x: 32
y: 24
- type: shallow-water
x: 32
y: 25
- type: shallow-water
x: 32
y: 26
- type: shallow-water
x: 32
y: 27
- type: shallow-water
x: 32
y: 28
- type: medium-water
x: 32
y: 29
- type: medium-water
x: 32
y: 30
- type: medium-water
x: 32
y: 31
- type: medium-water
x: 32
y: 32
- type: medium-water
x: 32
y: 33
- type: medium-water
x: 32
y: 34
- type: beach
x: 33
y: 8
- type: beach
x: 33
y: 9
- type: beach
x: 33
y: 10
- type: beach
x: 33
y: 11
- type: beach
x: 33
y: 12
- type: beach
x: 33
y: 13
- type: beach
x: 33
y: 14
- type: beach
x: 33
y: 15
- type: beach
x: 33
y: 16
- type: beach
x: 33
y: 17
- type: beach-end
x: 33
y: 18
- type: shallow-water
x: 33
y: 19
- type: shallow-water
x: 33
y: 20
- type: shallow-water
x: 33
y: 21
- type: shallow-water
x: 33
y: 22
- type: shallow-water
x: 33
y: 23
- type: shallow-water
x: 33
y: 24
- type: shallow-water
x: 33
y: 25
- type: shallow-water
x: 33
y: 26
- type: shallow-water
x: 33
y: 27
- type: shallow-water
x: 33
y: 28
- type: medium-water
x: 33
y: 29
- type: medium-water
x: 33
y: 30
- type: medium-water
x: 33
y: 31
- type: medium-water
x: 33
y: 32
- type: medium-water
x: 33
y: 33
- type: medium-water
x: 33
y: 34
- type: beach
x: 34
y: 8
- type: beach
x: 34
y: 9
- type: beach
x: 34
y: 10
- type: beach
x: 34
y: 11
- type: beach
x: 34
y: 12
- type: beach
x: 34
y: 13
- type: beach
x: 34
y: 14
- type: beach
x: 34
y: 15
- type: beach
x: 34
y: 16
- type: beach
x: 34
y: 17
- type: beach-end
x: 34
y: 18
- type: shallow-water
x: 34
y: 19
- type: shallow-water
x: 34
y: 20
- type: shallow-water
x: 34
y: 21
- type: shallow-water
x: 34
y: 22
- type: shallow-water
x: 34
y: 23
- type: shallow-water
x: 34
y: 24
- type: shallow-water
x: 34
y: 25
- type: shallow-water
x: 34
y: 26
- type: shallow-water
x: 34
y: 27
- type: shallow-water
x: 34
y: 28
- type: medium-water
x: 34
y: 29
- type: medium-water
x: 34
y: 30
- type: medium-water
x: 34
y: 31
- type: medium-water
x: 34
y: 32
creatures:
- id: f01c0230-77c6-429b-b692-9c5cb3e2788a
type: bat
x: 1216.0
y: 1600.0
rotation: 0
- id: 3645ee58-8e56-468d-8793-3570cf6737c6
type: bridge
x: 448.0
y: 2112.0
rotation: 270
- id: 2b90aae0-9d35-4870-b6c8-b4b589525b7d
type: cage
x: 1088.0
y: 1984.0
rotation: 90
- id: 74b82521-e791-44c6-9938-d254729d194e
type: cannon
x: 704.0
y: 1856.0
rotation: 180
- id: 38c763f0-5edc-4e86-aa0b-c504df05c9a1
type: coconut
x: 2240.0
y: 1472.0
rotation: 90
- id: 7d891323-cd40-476f-a165-c907df033e72
type: coconut
x: 1472.0
y: 1728.0
rotation: 90
- id: 8506d897-635d-4041-8282-d83e688ad626
type: coconut
x: 1728.0
y: 1728.0
rotation: 90
- id: 3e10b285-3bd8-4f28-8310-0525fbf8fdc9
type: coconut
x: 2240.0
y: 1728.0
rotation: 90
- id: 78d5db64-3180-4053-86e0-73fb660b0157
type: coconut
x: 1984.0
y: 1472.0
rotation: 90
- id: bea5fc4a-4d35-40d8-913c-e2efb57ab9c2
type: coconut
x: 2368.0
y: 1984.0
rotation: 90
- id: 1fb87973-925b-4846-9ebe-92b18b2a1dc0
type: coconut
x: 1984.0
y: 1728.0
rotation: 90
- id: a863784d-697b-4b99-8c3d-5c56c1491cd7
type: coconut
x: 2112.0
y: 1984.0
rotation: 90
- id: 362d4d7c-7e73-4748-9502-ad46160640f1
type: crocodile
x: 4032.0
y: 2624.0
rotation: 90
- id: c1391af1-f05a-4f97-aab5-e25d34fdf5eb
type: crocodile
x: 4032.0
y: 3008.0
rotation: 90
- id: 8ad64362-74f9-4893-ab58-d359155ea153
type: damagedbridge
x: -64.0
y: 2112.0
rotation: 90
- id: 2a813a27-bb47-4e72-9610-8ba3c0fd3309
type: damagedbridge
x: 320.0
y: 2112.0
rotation: 90
- id: 8cb03397-28ab-4658-b9ba-8efd8d14c6d2
type: damagedbridge
x: 192.0
y: 2112.0
rotation: 90
- id: d978c875-7d14-43c5-9863-afcc4c5bcb75
type: damagedbridge
x: -192.0
y: 2112.0
rotation: 90
- id: ac4c1228-4a65-43a5-8dd6-43af69ff9bbc
type: damagedbridge
x: -320.0
y: 2112.0
rotation: 90
- id: 08825215-1603-40aa-ba20-bbf5ac6a6eba
type: damagedbridge
x: 64.0
y: 2112.0
rotation: 90
- id: c515d03c-b959-4ce7-8379-08d2b5d4bcaf
type: fullenglish
x: 1728.0
y: 1984.0
rotation: 90
- id: da635a9a-e3f6-4117-a1bf-f329aff769b9
type: lily
x: 4800.0
y: 2752.0
rotation: 90
- id: dd74263e-c654-4cd6-addb-0ebd361597ba
type: lily
x: 4800.0
y: 2880.0
rotation: 90
- id: 05f164fd-a163-4966-a220-7bac19ebfbac
type: lily
x: 3264.0
y: 2496.0
rotation: 90
- id: 72d6b478-2249-446e-a2c7-55c214a1e20e
type: lily
x: 4800.0
y: 2624.0
rotation: 90
- id: f27a0844-e446-4fcd-9f5f-68975a9d624a
type: lily
x: 3264.0
y: 2624.0
rotation: 90
- id: 0db0ea67-c9f9-46ab-bc74-931571a219fc
type: lily
x: 3264.0
y: 2368.0
rotation: 90
- id: 503e98ed-a8a7-496c-9a82-eb0256f746b0
type: monkey
x: 1216.0
y: 1216.0
rotation: 90
- id: c0876965-3c36-4a25-bf74-44478e2ed04a
type: monkey
x: 960.0
y: 1216.0
rotation: 90
- id: ccfd82d7-e552-484a-bbd5-006115efff93
type: monkey
x: 704.0
y: 1216.0
rotation: 90
- id: f68c91fb-0de2-43be-b901-eda3f939cfad
type: player
x: 1472.0
y: 1984.0
rotation: 90
- id: b95756a3-f79c-4469-a9a0-e681dac37055
type: stonewall
x: -64.0
y: 1856.0
rotation: 90
- id: ebfcadf9-01d2-4549-955b-a4cfe3b7733b
type: tree
x: 2240.0
y: 1088.0
rotation: 90
- id: 2eba9c32-db91-414e-be53-d5bf63cb58aa
type: tree
x: 1984.0
y: 1088.0
rotation: 90
- id: 55c10c85-c9e8-4087-85b0-f75a70d604ed
type: tree
x: 2112.0
y: 1088.0
rotation: 90
triggers:
- script: "if player$then weather DUSK"
tiles:
- x: 4
y: 17
properties:
name: A bridge too far
weather: SUNNY
background: MOUNTAINS
targetScore: 2
cheatTargetTime: 300.0
totalGold: 36
totalHealthExtensions: 1
tiles:
- type: checkerboard
x: -20
y: 1
- type: checkerboard
x: -20
y: 2
- type: checkerboard
x: -20
y: 3
- type: checkerboard
x: -20
y: 4
- type: checkerboard
x: -19
y: 1
- type: checkerboard
x: -19
y: 2
- type: checkerboard
x: -19
y: 3
- type: checkerboard
x: -19
y: 4
- type: checkerboard
x: -18
y: 1
- type: checkerboard
x: -18
y: 2
- type: checkerboard
x: -18
y: 3
- type: checkerboard
x: -18
y: 4
- type: checkerboard
x: -17
y: 1
- type: checkerboard
x: -17
y: 2
- type: checkerboard
x: -17
y: 3
- type: checkerboard
x: -17
y: 4
- type: cliff
x: -6
y: 12
- type: cliff
x: -6
y: 13
- type: cliff
x: -6
y: 14
- type: cliff
x: -6
y: 15
- type: cliff
x: -6
y: 16
- type: cliff
x: -6
y: 17
- type: cliff
x: -6
y: 18
- type: cliff
x: -6
y: 19
- type: cliff
x: -6
y: 20
- type: cliff
x: -6
y: 21
- type: cliff
x: -6
y: 22
- type: cliff
x: -6
y: 23
- type: cliff
x: -6
y: 24
- type: cliff
x: -6
y: 25
- type: cliff
x: -6
y: 26
- type: cliff
x: -6
y: 27
- type: cliff
x: -6
y: 28
- type: cliff
x: -6
y: 29
- type: cliff
x: -6
y: 30
- type: cliff
x: -6
y: 31
- type: cliff
x: -6
y: 32
- type: cliff
x: -6
y: 33
- type: cliff
x: -6
y: 34
- type: cliff
x: -6
y: 35
- type: cliff
x: -6
y: 36
- type: cliff
x: -6
y: 37
- type: cliff
x: -6
y: 38
- type: cliff
x: -6
y: 39
- type: cliff
x: -6
y: 40
- type: cliff
x: -5
y: 12
- type: cliff
x: -5
y: 13
- type: cliff
x: -5
y: 14
- type: cliff
x: -5
y: 15
- type: cliff
x: -5
y: 16
- type: cliff
x: -5
y: 17
- type: cliff
x: -5
y: 18
- type: cliff
x: -5
y: 19
- type: cliff
x: -5
y: 20
- type: cliff
x: -5
y: 21
- type: cliff
x: -5
y: 22
- type: cliff
x: -5
y: 23
- type: cliff
x: -5
y: 24
- type: cliff
x: -5
y: 25
- type: cliff
x: -5
y: 26
- type: cliff
x: -5
y: 27
- type: cliff
x: -5
y: 28
- type: cliff
x: -5
y: 29
- type: cliff
x: -5
y: 30
- type: cliff
x: -5
y: 31
- type: cliff
x: -5
y: 32
- type: cliff
x: -5
y: 33
- type: cliff
x: -5
y: 34
- type: cliff
x: -5
y: 35
- type: cliff
x: -5
y: 36
- type: cliff
x: -5
y: 37
- type: cliff
x: -5
y: 38
- type: cliff
x: -5
y: 39
- type: cliff
x: -5
y: 40
- type: cliff
x: -4
y: 12
- type: cliff
x: -4
y: 13
- type: cliff
x: -4
y: 14
- type: cliff
x: -4
y: 15
- type: cliff
x: -4
y: 16
- type: cliff
x: -4
y: 17
- type: cliff
x: -4
y: 18
- type: cliff
x: -4
y: 19
- type: cliff
x: -4
y: 20
- type: cliff
x: -4
y: 21
- type: cliff
x: -4
y: 22
- type: cliff
x: -4
y: 23
- type: cliff
x: -4
y: 24
- type: cliff
x: -4
y: 25
- type: cliff
x: -4
y: 26
- type: cliff
x: -4
y: 27
- type: cliff
x: -4
y: 28
- type: cliff
x: -4
y: 29
- type: cliff
x: -4
y: 30
- type: cliff
x: -4
y: 31
- type: cliff
x: -4
y: 32
- type: cliff
x: -4
y: 33
- type: cliff
x: -4
y: 34
- type: cliff
x: -4
y: 35
- type: cliff
x: -4
y: 36
- type: cliff
x: -4
y: 37
- type: cliff
x: -4
y: 38
- type: cliff
x: -1
y: -55
- type: cliff
x: -4
y: 39
- type: cliff
x: -1
y: -54
- type: cliff
x: -4
y: 40
- type: cliff
x: -1
y: -53
- type: cliff
x: -1
y: -52
- type: cliff
x: -1
y: -51
- type: cliff
x: -3
y: 12
- type: cliff
x: -1
y: -50
- type: cliff
x: -3
y: 13
- type: cliff
x: -1
y: -49
- type: cliff
x: -3
y: 14
- type: cliff
x: -1
y: -48
- type: cliff
x: -3
y: 15
- type: cliff
x: -1
y: -47
- type: cliff
x: -3
y: 16
- type: cliff
x: -1
y: -46
- type: cliff
x: -3
y: 17
- type: cliff
x: -1
y: -45
- type: cliff
x: -3
y: 18
- type: cliff
x: -1
y: -44
- type: cliff
x: -3
y: 19
- type: cliff
x: -1
y: -43
- type: cliff
x: -3
y: 20
- type: cliff
x: -1
y: -42
- type: cliff
x: -3
y: 21
- type: cliff
x: -1
y: -41
- type: cliff
x: -3
y: 22
- type: cliff
x: -1
y: -40
- type: cliff
x: -3
y: 23
- type: cliff
x: -1
y: -39
- type: cliff
x: -3
y: 24
- type: cliff
x: -1
y: -38
- type: cliff
x: -3
y: 25
- type: cliff
x: -1
y: -37
- type: cliff
x: -3
y: 26
- type: cliff
x: -1
y: -36
- type: cliff
x: -3
y: 27
- type: cliff
x: -1
y: -35
- type: cliff
x: -3
y: 28
- type: cliff
x: -1
y: -34
- type: cliff
x: -3
y: 29
- type: cliff
x: -1
y: -33
- type: cliff
x: -3
y: 30
- type: cliff
x: -1
y: -32
- type: cliff
x: -3
y: 31
- type: cliff
x: -1
y: -31
- type: cliff
x: -3
y: 32
- type: cliff
x: -1
y: -30
- type: cliff
x: -3
y: 33
- type: cliff
x: -1
y: -29
- type: cliff
x: -3
y: 34
- type: cliff
x: -1
y: -28
- type: cliff
x: -3
y: 35
- type: cliff
x: -1
y: -27
- type: cliff
x: -3
y: 36
- type: cliff
x: -1
y: -26
- type: cliff
x: -3
y: 37
- type: cliff
x: -1
y: -25
- type: cliff
x: -3
y: 38
- type: cliff
x: -1
y: -24
- type: cliff
x: 0
y: -55
- type: cliff
x: -3
y: 39
- type: cliff
x: -1
y: -23
- type: cliff
x: 0
y: -54
- type: cliff
x: -3
y: 40
- type: cliff
x: -1
y: -22
- type: cliff
x: 0
y: -53
- type: cliff
x: -1
y: -21
- type: cliff
x: 0
y: -52
- type: cliff
x: -1
y: -20
- type: cliff
x: 0
y: -51
- type: cliff
x: -2
y: 12
- type: cliff
x: -1
y: -19
- type: cliff
x: 0
y: -50
- type: cliff
x: -2
y: 13
- type: cliff
x: -1
y: -18
- type: cliff
x: 0
y: -49
- type: cliff
x: -2
y: 14
- type: cliff
x: -1
y: -17
- type: cliff
x: 0
y: -48
- type: cliff
x: -2
y: 15
- type: cliff
x: -1
y: -16
- type: cliff
x: 0
y: -47
- type: cliff
x: -2
y: 16
- type: cliff
x: -1
y: -15
- type: cliff
x: 0
y: -46
- type: cliff
x: -2
y: 17
- type: cliff
x: -1
y: -14
- type: cliff
x: 0
y: -45
- type: cliff
x: -2
y: 18
- type: cliff
x: -1
y: -13
- type: cliff
x: 0
y: -44
- type: cliff
x: -2
y: 19
- type: cliff
x: -1
y: -12
- type: cliff
x: 0
y: -43
- type: cliff
x: -2
y: 20
- type: cliff
x: -1
y: -11
- type: cliff
x: 0
y: -42
- type: cliff
x: -2
y: 21
- type: cliff
x: -1
y: -10
- type: cliff
x: 0
y: -41
- type: cliff
x: -2
y: 22
- type: cliff
x: -1
y: -9
- type: cliff
x: 0
y: -40
- type: cliff
x: -2
y: 23
- type: cliff
x: -1
y: -8
- type: cliff
x: 0
y: -39
- type: cliff
x: -2
y: 24
- type: cliff
x: -1
y: -7
- type: cliff
x: 0
y: -38
- type: cliff
x: -2
y: 25
- type: cliff
x: -1
y: -6
- type: cliff
x: 0
y: -37
- type: cliff
x: -2
y: 26
- type: cliff
x: -1
y: -5
- type: cliff
x: 0
y: -36
- type: cliff
x: -2
y: 27
- type: cliff
x: -1
y: -4
- type: cliff
x: 0
y: -35
- type: cliff
x: -2
y: 28
- type: cliff
x: -1
y: -3
- type: cliff
x: 0
y: -34
- type: cliff
x: -1
y: -2
- type: cliff
x: -2
y: 29
- type: cliff
x: 0
y: -33
- type: cliff
x: -1
y: -1
- type: cliff
x: -2
y: 30
- type: cliff
x: 0
y: -32
- type: cliff
x: -1
y: 0
- type: cliff
x: -2
y: 31
- type: cliff
x: 0
y: -31
- type: cliff
x: -1
y: 1
- type: cliff
x: -2
y: 32
- type: cliff
x: 0
y: -30
- type: cliff
x: -1
y: 2
- type: cliff
x: -2
y: 33
- type: cliff
x: 0
y: -29
- type: cliff
x: -1
y: 3
- type: cliff
x: -2
y: 34
- type: cliff
x: 0
y: -28
- type: cliff
x: -1
y: 4
- type: cliff
x: -2
y: 35
- type: cliff
x: 0
y: -27
- type: cliff
x: -1
y: 5
- type: cliff
x: -2
y: 36
- type: cliff
x: 0
y: -26
- type: cliff
x: -1
y: 6
- type: cliff
x: -2
y: 37
- type: cliff
x: 0
y: -25
- type: cliff
x: -1
y: 7
- type: cliff
x: -2
y: 38
- type: cliff
x: 0
y: -24
- type: cliff
x: 1
y: -55
- type: cliff
x: -1
y: 8
- type: cliff
x: -2
y: 39
- type: cliff
x: 0
y: -23
- type: cliff
x: 1
y: -54
- type: cliff
x: -1
y: 9
- type: cliff
x: -2
y: 40
- type: cliff
x: 0
y: -22
- type: cliff
x: 1
y: -53
- type: cliff
x: 0
y: -21
- type: cliff
x: -2
y: 41
- type: cliff
x: 1
y: -52
- type: cliff
x: 0
y: -20
- type: cliff
x: 1
y: -51
- type: cliff
x: -2
y: 42
- type: cliff
x: -1
y: 12
- type: cliff
x: 0
y: -19
- type: cliff
x: 1
y: -50
- type: cliff
x: -2
y: 43
- type: cliff
x: -1
y: 13
- type: cliff
x: 0
y: -18
- type: cliff
x: 1
y: -49
- type: cliff
x: -2
y: 44
- type: cliff
x: -1
y: 14
- type: cliff
x: 0
y: -17
- type: cliff
x: 1
y: -48
- type: cliff
x: -2
y: 45
- type: cliff
x: -1
y: 15
- type: cliff
x: 0
y: -16
- type: cliff
x: 1
y: -47
- type: cliff
x: -2
y: 46
- type: cliff
x: -1
y: 16
- type: cliff
x: 0
y: -15
- type: cliff
x: 1
y: -46
- type: cliff
x: -2
y: 47
- type: cliff
x: -1
y: 17
- type: cliff
x: 0
y: -14
- type: cliff
x: 1
y: -45
- type: cliff
x: -2
y: 48
- type: cliff
x: -1
y: 18
- type: cliff
x: 0
y: -13
- type: cliff
x: 1
y: -44
- type: cliff
x: -2
y: 49
- type: cliff
x: -1
y: 19
- type: cliff
x: 0
y: -12
- type: cliff
x: 1
y: -43
- type: cliff
x: -2
y: 50
- type: cliff
x: -1
y: 20
- type: cliff
x: 0
y: -11
- type: cliff
x: 1
y: -42
- type: cliff
x: -1
y: 21
- type: cliff
x: 0
y: -10
- type: cliff
x: 1
y: -41
- type: cliff
x: -1
y: 22
- type: cliff
x: 0
y: -9
- type: cliff
x: 1
y: -40
- type: cliff
x: -1
y: 23
- type: cliff
x: 0
y: -8
- type: cliff
x: 1
y: -39
- type: cliff
x: -1
y: 24
- type: cliff
x: 0
y: -7
- type: cliff
x: 1
y: -38
- type: cliff
x: -1
y: 25
- type: cliff
x: 0
y: -6
- type: cliff
x: 1
y: -37
- type: cliff
x: -1
y: 26
- type: cliff
x: 0
y: -5
- type: cliff
x: 1
y: -36
- type: cliff
x: -1
y: 27
- type: cliff
x: 0
y: -4
- type: cliff
x: 1
y: -35
- type: cliff
x: -1
y: 28
- type: cliff
x: 0
y: -3
- type: cliff
x: 1
y: -34
- type: cliff
x: 0
y: -2
- type: cliff
x: -1
y: 29
- type: cliff
x: 1
y: -33
- type: cliff
x: 0
y: -1
- type: cliff
x: -1
y: 30
- type: cliff
x: 1
y: -32
- type: cliff
x: 2
y: -63
- type: cliff
x: 0
y: 0
- type: cliff
x: -1
y: 31
- type: cliff
x: 1
y: -31
- type: cliff
x: 2
y: -62
- type: cliff
x: 0
y: 1
- type: cliff
x: -1
y: 32
- type: cliff
x: 1
y: -30
- type: cliff
x: 2
y: -61
- type: cliff
x: 0
y: 2
- type: cliff
x: -1
y: 33
- type: cliff
x: 1
y: -29
- type: cliff
x: 2
y: -60
- type: cliff
x: 0
y: 3
- type: cliff
x: -1
y: 34
- type: cliff
x: 1
y: -28
- type: cliff
x: 2
y: -59
- type: cliff
x: 0
y: 4
- type: cliff
x: -1
y: 35
- type: cliff
x: 1
y: -27
- type: cliff
x: 2
y: -58
- type: cliff
x: 0
y: 5
- type: cliff
x: -1
y: 36
- type: cliff
x: 1
y: -26
- type: cliff
x: 2
y: -57
- type: cliff
x: 0
y: 6
- type: cliff
x: -1
y: 37
- type: cliff
x: 1
y: -25
- type: cliff
x: 2
y: -56
- type: cliff
x: 0
y: 7
- type: cliff
x: -1
y: 38
- type: cliff
x: 1
y: -24
- type: cliff
x: 2
y: -55
- type: cliff
x: 0
y: 8
- type: cliff
x: -1
y: 39
- type: cliff
x: 1
y: -23
- type: cliff
x: 2
y: -54
- type: cliff
x: 0
y: 9
- type: cliff
x: -1
y: 40
- type: cliff
x: 1
y: -22
- type: cliff
x: 2
y: -53
- type: cliff
x: 0
y: 10
- type: cliff
x: 1
y: -21
- type: cliff
x: -1
y: 41
- type: cliff
x: 2
y: -52
- type: cliff
x: 0
y: 11
- type: cliff
x: 1
y: -20
- type: cliff
x: 2
y: -51
- type: cliff
x: -1
y: 42
- type: cliff
x: 0
y: 12
- type: cliff
x: 1
y: -19
- type: cliff
x: 2
y: -50
- type: cliff
x: -1
y: 43
- type: cliff
x: 0
y: 13
- type: cliff
x: 1
y: -18
- type: cliff
x: 2
y: -49
- type: cliff
x: -1
y: 44
- type: cliff
x: 0
y: 14
- type: cliff
x: 1
y: -17
- type: cliff
x: 2
y: -48
- type: cliff
x: -1
y: 45
- type: cliff
x: 0
y: 15
- type: cliff
x: 1
y: -16
- type: cliff
x: 2
y: -47
- type: cliff
x: -1
y: 46
- type: cliff
x: 0
y: 16
- type: cliff
x: 1
y: -15
- type: cliff
x: 2
y: -46
- type: cliff
x: -1
y: 47
- type: cliff
x: 0
y: 17
- type: cliff
x: 1
y: -14
- type: cliff
x: 2
y: -45
- type: cliff
x: -1
y: 48
- type: cliff
x: 0
y: 18
- type: cliff
x: 1
y: -13
- type: cliff
x: 2
y: -44
- type: cliff
x: -1
y: 49
- type: cliff
x: 0
y: 19
- type: cliff
x: 1
y: -12
- type: cliff
x: 2
y: -43
- type: cliff
x: -1
y: 50
- type: cliff
x: 0
y: 20
- type: cliff
x: 1
y: -11
- type: cliff
x: 2
y: -42
- type: cliff
x: 0
y: 21
- type: cliff
x: 1
y: -10
- type: cliff
x: 2
y: -41
- type: cliff
x: 0
y: 22
- type: cliff
x: 1
y: -9
- type: cliff
x: 2
y: -40
- type: cliff
x: 0
y: 23
- type: cliff
x: 1
y: -8
- type: cliff
x: 2
y: -39
- type: cliff
x: 0
y: 24
- type: cliff
x: 1
y: -7
- type: cliff
x: 2
y: -38
- type: cliff
x: 0
y: 25
- type: cliff
x: 1
y: -6
- type: cliff
x: 2
y: -37
- type: cliff
x: 0
y: 26
- type: cliff
x: 1
y: -5
- type: cliff
x: 2
y: -36
- type: cliff
x: 0
y: 27
- type: cliff
x: 1
y: -4
- type: cliff
x: 2
y: -35
- type: cliff
x: 0
y: 28
- type: cliff
x: 1
y: -3
- type: cliff
x: 2
y: -34
- type: cliff
x: 1
y: -2
- type: cliff
x: 0
y: 29
- type: cliff
x: 2
y: -33
- type: cliff
x: 1
y: -1
- type: cliff
x: 0
y: 30
- type: cliff
x: 2
y: -32
- type: cliff
x: 3
y: -63
- type: cliff
x: 1
y: 0
- type: cliff
x: 0
y: 31
- type: cliff
x: 2
y: -31
- type: cliff
x: 3
y: -62
- type: cliff
x: 1
y: 1
- type: cliff
x: 0
y: 32
- type: cliff
x: 2
y: -30
- type: cliff
x: 3
y: -61
- type: cliff
x: 1
y: 2
- type: cliff
x: 0
y: 33
- type: cliff
x: 2
y: -29
- type: cliff
x: 3
y: -60
- type: cliff
x: 1
y: 3
- type: cliff
x: 0
y: 34
- type: cliff
x: 2
y: -28
- type: cliff
x: 3
y: -59
- type: cliff
x: 1
y: 4
- type: cliff
x: 0
y: 35
- type: cliff
x: 2
y: -27
- type: cliff
x: 3
y: -58
- type: cliff
x: 1
y: 5
- type: cliff
x: 0
y: 36
- type: cliff
x: 2
y: -26
- type: cliff
x: 3
y: -57
- type: cliff
x: 1
y: 6
- type: cliff
x: 0
y: 37
- type: cliff
x: 2
y: -25
- type: cliff
x: 3
y: -56
- type: cliff
x: 1
y: 7
- type: cliff
x: 0
y: 38
- type: cliff
x: 2
y: -24
- type: cliff
x: 3
y: -55
- type: cliff
x: 1
y: 8
- type: cliff
x: 0
y: 39
- type: cliff
x: 2
y: -23
- type: cliff
x: 3
y: -54
- type: cliff
x: 1
y: 9
- type: cliff
x: 0
y: 40
- type: cliff
x: 2
y: -22
- type: cliff
x: 3
y: -53
- type: cliff
x: 1
y: 10
- type: cliff
x: 2
y: -21
- type: cliff
x: 0
y: 41
- type: cliff
x: 3
y: -52
- type: cliff
x: 1
y: 11
- type: cliff
x: 2
y: -20
- type: cliff
x: 3
y: -51
- type: cliff
x: 0
y: 42
- type: cliff
x: 1
y: 12
- type: cliff
x: 2
y: -19
- type: cliff
x: 3
y: -50
- type: cliff
x: 0
y: 43
- type: cliff
x: 1
y: 13
- type: cliff
x: 2
y: -18
- type: cliff
x: 3
y: -49
- type: cliff
x: 0
y: 44
- type: cliff
x: 1
y: 14
- type: cliff
x: 2
y: -17
- type: cliff
x: 3
y: -48
- type: cliff
x: 0
y: 45
- type: cliff
x: 1
y: 15
- type: cliff
x: 2
y: -16
- type: cliff
x: 3
y: -47
- type: cliff
x: 0
y: 46
- type: cliff
x: 1
y: 16
- type: cliff
x: 2
y: -15
- type: cliff
x: 3
y: -46
- type: cliff
x: 0
y: 47
- type: cliff
x: 1
y: 17
- type: cliff
x: 2
y: -14
- type: cliff
x: 3
y: -45
- type: cliff
x: 0
y: 48
- type: cliff
x: 1
y: 18
- type: cliff
x: 2
y: -13
- type: cliff
x: 3
y: -44
- type: cliff
x: 0
y: 49
- type: cliff
x: 1
y: 19
- type: cliff
x: 2
y: -12
- type: cliff
x: 3
y: -43
- type: cliff
x: 0
y: 50
- type: cliff
x: 1
y: 20
- type: cliff
x: 2
y: -11
- type: cliff
x: 3
y: -42
- type: cliff
x: 1
y: 21
- type: cliff
x: 2
y: -10
- type: cliff
x: 3
y: -41
- type: cliff
x: 1
y: 22
- type: cliff
x: 2
y: -9
- type: cliff
x: 3
y: -40
- type: cliff
x: 1
y: 23
- type: cliff
x: 2
y: -8
- type: cliff
x: 3
y: -39
- type: cliff
x: 1
y: 24
- type: cliff
x: 2
y: -7
- type: cliff
x: 3
y: -38
- type: cliff
x: 1
y: 25
- type: cliff
x: 2
y: -6
- type: cliff
x: 3
y: -37
- type: cliff
x: 1
y: 26
- type: cliff
x: 2
y: -5
- type: cliff
x: 3
y: -36
- type: cliff
x: 1
y: 27
- type: cliff
x: 2
y: -4
- type: cliff
x: 3
y: -35
- type: cliff
x: 2
y: -3
- type: mud
x: 1
y: 28
- type: cliff
x: 3
y: -34
- type: cliff
x: 2
y: -2
- type: mud
x: 1
y: 29
- type: cliff
x: 3
y: -33
- type: cliff
x: 2
y: -1
- type: mud
x: 1
y: 30
- type: cliff
x: 3
y: -32
- type: cliff
x: 4
y: -63
- type: cliff
x: 1
y: 31
- type: grass
x: 2
y: 0
- type: cliff
x: 3
y: -31
- type: cliff
x: 4
y: -62
- type: cliff
x: 1
y: 32
- type: grass
x: 2
y: 1
- type: cliff
x: 3
y: -30
- type: cliff
x: 4
y: -61
- type: cliff
x: 1
y: 33
- type: grass
x: 2
y: 2
- type: cliff
x: 3
y: -29
- type: cliff
x: 4
y: -60
- type: cliff
x: 1
y: 34
- type: grass
x: 2
y: 3
- type: cliff
x: 3
y: -28
- type: cliff
x: 4
y: -59
- type: cliff
x: 1
y: 35
- type: grass
x: 2
y: 4
- type: cliff
x: 3
y: -27
- type: cliff
x: 4
y: -58
- type: cliff
x: 2
y: 5
- type: cliff
x: 1
y: 36
- type: cliff
x: 3
y: -26
- type: cliff
x: 4
y: -57
- type: cliff
x: 2
y: 6
- type: cliff
x: 1
y: 37
- type: cliff
x: 3
y: -25
- type: cliff
x: 4
y: -56
- type: cliff
x: 2
y: 7
- type: cliff
x: 1
y: 38
- type: cliff
x: 3
y: -24
- type: cliff
x: 4
y: -55
- type: cliff
x: 2
y: 8
- type: cliff
x: 1
y: 39
- type: cliff
x: 3
y: -23
- type: cliff
x: 4
y: -54
- type: cliff
x: 2
y: 9
- type: cliff
x: 1
y: 40
- type: cliff
x: 3
y: -22
- type: cliff
x: 4
y: -53
- type: cliff
x: 2
y: 10
- type: cliff
x: 3
y: -21
- type: cliff
x: 1
y: 41
- type: cliff
x: 4
y: -52
- type: cliff
x: 2
y: 11
- type: cliff
x: 3
y: -20
- type: cliff
x: 4
y: -51
- type: cliff
x: 1
y: 42
- type: cliff
x: 2
y: 12
- type: cliff
x: 3
y: -19
- type: cliff
x: 4
y: -50
- type: cliff
x: 1
y: 43
- type: cliff
x: 2
y: 13
- type: cliff
x: 3
y: -18
- type: cliff
x: 4
y: -49
- type: cliff
x: 1
y: 44
- type: cliff
x: 2
y: 14
- type: cliff
x: 3
y: -17
- type: dirt
x: 4
y: -48
- type: cliff
x: 1
y: 45
- type: cliff
x: 2
y: 15
- type: cliff
x: 3
y: -16
- type: dirt
x: 4
y: -47
- type: cliff
x: 1
y: 46
- type: cliff
x: 2
y: 16
- type: cliff
x: 3
y: -15
- type: cliff
x: 4
y: -46
- type: cliff
x: 1
y: 47
- type: cliff
x: 2
y: 17
- type: cliff
x: 3
y: -14
- type: cliff
x: 4
y: -45
- type: cliff
x: 1
y: 48
- type: cliff
x: 2
y: 18
- type: cliff
x: 3
y: -13
- type: cliff
x: 4
y: -44
- type: cliff
x: 1
y: 49
- type: cliff
x: 3
y: -12
- type: grass
x: 2
y: 19
- type: cliff
x: 4
y: -43
- type: cliff
x: 1
y: 50
- type: cliff
x: 3
y: -11
- type: grass
x: 2
y: 20
- type: cliff
x: 4
y: -42
- type: cliff
x: 3
y: -10
- type: grass
x: 2
y: 21
- type: cliff
x: 4
y: -41
- type: cliff
x: 2
y: 22
- type: cliff
x: 3
y: -9
- type: cliff
x: 4
y: -40
- type: cliff
x: 2
y: 23
- type: cliff
x: 3
y: -8
- type: cliff
x: 4
y: -39
- type: cliff
x: 2
y: 24
- type: cliff
x: 3
y: -7
- type: cliff
x: 4
y: -38
- type: cliff
x: 2
y: 25
- type: cliff
x: 3
y: -6
- type: cliff
x: 4
y: -37
- type: cliff
x: 2
y: 26
- type: cliff
x: 3
y: -5
- type: cliff
x: 4
y: -36
- type: cliff
x: 3
y: -4
- type: mud
x: 2
y: 27
- type: cliff
x: 4
y: -35
- type: cliff
x: 3
y: -3
- type: mud
x: 2
y: 28
- type: cliff
x: 4
y: -34
- type: cliff
x: 3
y: -2
- type: mud
x: 2
y: 29
- type: cliff
x: 4
y: -33
- type: mud
x: 2
y: 30
- type: grass
x: 3
y: -1
- type: cliff
x: 4
y: -32
- type: cliff
x: 5
y: -63
- type: mud
x: 2
y: 31
- type: grass
x: 3
y: 0
- type: cliff
x: 4
y: -31
- type: cliff
x: 5
y: -62
- type: cliff
x: 2
y: 32
- type: grass
x: 3
y: 1
- type: cliff
x: 4
y: -30
- type: cliff
x: 5
y: -61
- type: cliff
x: 2
y: 33
- type: grass
x: 3
y: 2
- type: cliff
x: 4
y: -29
- type: cliff
x: 5
y: -60
- type: cliff
x: 2
y: 34
- type: grass
x: 3
y: 3
- type: cliff
x: 4
y: -28
- type: cliff
x: 5
y: -59
- type: cliff
x: 2
y: 35
- type: grass
x: 3
y: 4
- type: cliff
x: 4
y: -27
- type: cliff
x: 5
y: -58
- type: cliff
x: 2
y: 36
- type: grass
x: 3
y: 5
- type: cliff
x: 4
y: -26
- type: cliff
x: 5
y: -57
- type: cliff
x: 3
y: 6
- type: cliff
x: 2
y: 37
- type: cliff
x: 4
y: -25
- type: cliff
x: 5
y: -56
- type: cliff
x: 3
y: 7
- type: cliff
x: 2
y: 38
- type: cliff
x: 4
y: -24
- type: cliff
x: 5
y: -55
- type: cliff
x: 3
y: 8
- type: cliff
x: 2
y: 39
- type: cliff
x: 4
y: -23
- type: cliff
x: 5
y: -54
- type: cliff
x: 3
y: 9
- type: cliff
x: 2
y: 40
- type: cliff
x: 4
y: -22
- type: cliff
x: 5
y: -53
- type: cliff
x: 3
y: 10
- type: cliff
x: 4
y: -21
- type: cliff
x: 2
y: 41
- type: cliff
x: 5
y: -52
- type: cliff
x: 3
y: 11
- type: cliff
x: 4
y: -20
- type: cliff
x: 5
y: -51
- type: cliff
x: 2
y: 42
- type: cliff
x: 3
y: 12
- type: cliff
x: 4
y: -19
- type: cliff
x: 5
y: -50
- type: cliff
x: 2
y: 43
- type: cliff
x: 3
y: 13
- type: cliff
x: 4
y: -18
- type: cliff
x: 5
y: -49
- type: cliff
x: 2
y: 44
- type: cliff
x: 3
y: 14
- type: cliff
x: 4
y: -17
- type: dirt
x: 5
y: -48
- type: cliff
x: 2
y: 45
- type: cliff
x: 3
y: 15
- type: cliff
x: 4
y: -16
- type: dirt
x: 5
y: -47
- type: cliff
x: 2
y: 46
- type: cliff
x: 3
y: 16
- type: cliff
x: 4
y: -15
- type: cliff
x: 5
y: -46
- type: cliff
x: 2
y: 47
- type: cliff
x: 3
y: 17
- type: cliff
x: 4
y: -14
- type: cliff
x: 5
y: -45
- type: cliff
x: 2
y: 48
- type: cliff
x: 4
y: -13
- type: grass
x: 3
y: 18
- type: cliff
x: 5
y: -44
- type: cliff
x: 2
y: 49
- type: cliff
x: 4
y: -12
- type: grass
x: 3
y: 19
- type: cliff
x: 5
y: -43
- type: cliff
x: 2
y: 50
- type: cliff
x: 4
y: -11
- type: grass
x: 3
y: 20
- type: cliff
x: 5
y: -42
- type: cliff
x: 4
y: -10
- type: grass
x: 3
y: 21
- type: cliff
x: 5
y: -41
- type: cliff
x: 4
y: -9
- type: grass
x: 3
y: 22
- type: cliff
x: 5
y: -40
- type: cliff
x: 3
y: 23
- type: cliff
x: 4
y: -8
- type: cliff
x: 5
y: -39
- type: cliff
x: 3
y: 24
- type: cliff
x: 4
y: -7
- type: cliff
x: 5
y: -38
- type: cliff
x: 3
y: 25
- type: cliff
x: 4
y: -6
- type: cliff
x: 5
y: -37
- type: cliff
x: 3
y: 26
- type: cliff
x: 4
y: -5
- type: cliff
x: 5
y: -36
- type: cliff
x: 4
y: -4
- type: mud
x: 3
y: 27
- type: cliff
x: 5
y: -35
- type: cliff
x: 4
y: -3
- type: mud
x: 3
y: 28
- type: cliff
x: 5
y: -34
- type: mud
x: 3
y: 29
- type: grass
x: 4
y: -2
- type: cliff
x: 5
y: -33
- type: mud
x: 3
y: 30
- type: grass
x: 4
y: -1
- type: cliff
x: 5
y: -32
- type: cliff
x: 6
y: -63
- type: mud
x: 3
y: 31
- type: grass
x: 4
y: 0
- type: cliff
x: 5
y: -31
- type: cliff
x: 6
y: -62
- type: mud
x: 3
y: 32
- type: grass
x: 4
y: 1
- type: cliff
x: 5
y: -30
- type: cliff
x: 6
y: -61
- type: cliff
x: 3
y: 33
- type: grass
x: 4
y: 2
- type: cliff
x: 5
y: -29
- type: cliff
x: 6
y: -60
- type: cliff
x: 3
y: 34
- type: grass
x: 4
y: 3
- type: cliff
x: 5
y: -28
- type: cliff
x: 6
y: -59
- type: cliff
x: 3
y: 35
- type: grass
x: 4
y: 4
- type: cliff
x: 5
y: -27
- type: cliff
x: 6
y: -58
- type: cliff
x: 3
y: 36
- type: grass
x: 4
y: 5
- type: cliff
x: 5
y: -26
- type: cliff
x: 6
y: -57
- type: cliff
x: 3
y: 37
- type: grass
x: 4
y: 6
- type: cliff
x: 5
y: -25
- type: cliff
x: 6
y: -56
- type: cliff
x: 4
y: 7
- type: cliff
x: 3
y: 38
- type: cliff
x: 5
y: -24
- type: cliff
x: 6
y: -55
- type: cliff
x: 4
y: 8
- type: cliff
x: 3
y: 39
- type: grass
x: 5
y: -23
- type: cliff
x: 6
y: -54
- type: cliff
x: 4
y: 9
- type: cliff
x: 3
y: 40
- type: grass
x: 5
y: -22
- type: cliff
x: 6
y: -53
- type: cliff
x: 4
y: 10
- type: cliff
x: 5
y: -21
- type: cliff
x: 3
y: 41
- type: cliff
x: 6
y: -52
- type: cliff
x: 4
y: 11
- type: cliff
x: 5
y: -20
- type: cliff
x: 6
y: -51
- type: cliff
x: 3
y: 42
- type: cliff
x: 4
y: 12
- type: cliff
x: 5
y: -19
- type: cliff
x: 6
y: -50
- type: cliff
x: 3
y: 43
- type: cliff
x: 4
y: 13
- type: cliff
x: 5
y: -18
- type: cliff
x: 6
y: -49
- type: cliff
x: 3
y: 44
- type: cliff
x: 4
y: 14
- type: cliff
x: 5
y: -17
- type: dirt
x: 6
y: -48
- type: cliff
x: 3
y: 45
- type: cliff
x: 4
y: 15
- type: cliff
x: 5
y: -16
- type: dirt
x: 6
y: -47
- type: cliff
x: 3
y: 46
- type: cliff
x: 4
y: 16
- type: cliff
x: 5
y: -15
- type: cliff
x: 6
y: -46
- type: cliff
x: 3
y: 47
- type: cliff
x: 5
y: -14
- type: grass
x: 4
y: 17
- type: cliff
x: 6
y: -45
- type: cliff
x: 3
y: 48
- type: cliff
x: 5
y: -13
- type: grass
x: 4
y: 18
- type: cliff
x: 6
y: -44
- type: cliff
x: 3
y: 49
- type: grass
x: 4
y: 19
- type: cliff
x: 5
y: -12
- type: cliff
x: 6
y: -43
- type: cliff
x: 3
y: 50
- type: grass
x: 4
y: 20
- type: cliff
x: 5
y: -11
- type: cliff
x: 6
y: -42
- type: cliff
x: 7
y: -73
- type: grass
x: 4
y: 21
- type: cliff
x: 5
y: -10
- type: cliff
x: 6
y: -41
- type: cliff
x: 7
y: -72
- type: cliff
x: 5
y: -9
- type: grass
x: 4
y: 22
- type: cliff
x: 6
y: -40
- type: cliff
x: 7
y: -71
- type: cliff
x: 5
y: -8
- type: grass
x: 4
y: 23
- type: cliff
x: 6
y: -39
- type: cliff
x: 7
y: -70
- type: cliff
x: 4
y: 24
- type: cliff
x: 5
y: -7
- type: cliff
x: 6
y: -38
- type: cliff
x: 7
y: -69
- type: cliff
x: 4
y: 25
- type: cliff
x: 5
y: -6
- type: cliff
x: 6
y: -37
- type: cliff
x: 7
y: -68
- type: cliff
x: 4
y: 26
- type: cliff
x: 5
y: -5
- type: cliff
x: 6
y: -36
- type: cliff
x: 7
y: -67
- type: cliff
x: 5
y: -4
- type: mud
x: 4
y: 27
- type: cliff
x: 6
y: -35
- type: cliff
x: 7
y: -66
- type: mud
x: 4
y: 28
- type: grass
x: 5
y: -3
- type: cliff
x: 6
y: -34
- type: cliff
x: 7
y: -65
- type: mud
x: 4
y: 29
- type: grass
x: 5
y: -2
- type: cliff
x: 6
y: -33
- type: cliff
x: 7
y: -64
- type: mud
x: 4
y: 30
- type: grass
x: 5
y: -1
- type: grass
x: 6
y: -32
- type: cliff
x: 7
y: -63
- type: mud
x: 4
y: 31
- type: grass
x: 5
y: 0
- type: grass
x: 6
y: -31
- type: cliff
x: 7
y: -62
- type: mud
x: 4
y: 32
- type: grass
x: 5
y: 1
- type: grass
x: 6
y: -30
- type: cliff
x: 7
y: -61
- type: cliff
x: 4
y: 33
- type: grass
x: 5
y: 2
- type: grass
x: 6
y: -29
- type: cliff
x: 7
y: -60
- type: cliff
x: 4
y: 34
- type: grass
x: 5
y: 3
- type: grass
x: 6
y: -28
- type: cliff
x: 7
y: -59
- type: cliff
x: 4
y: 35
- type: grass
x: 5
y: 4
- type: grass
x: 6
y: -27
- type: cliff
x: 7
y: -58
- type: cliff
x: 4
y: 36
- type: grass
x: 5
y: 5
- type: grass
x: 6
y: -26
- type: cliff
x: 7
y: -57
- type: cliff
x: 4
y: 37
- type: grass
x: 5
y: 6
- type: grass
x: 6
y: -25
- type: cliff
x: 7
y: -56
- type: cliff
x: 4
y: 38
- type: grass
x: 5
y: 7
- type: grass
x: 6
y: -24
- type: cliff
x: 7
y: -55
- type: cliff
x: 5
y: 8
- type: cliff
x: 4
y: 39
- type: grass
x: 6
y: -23
- type: cliff
x: 7
y: -54
- type: cliff
x: 5
y: 9
- type: cliff
x: 4
y: 40
- type: grass
x: 6
y: -22
- type: cliff
x: 7
y: -53
- type: cliff
x: 5
y: 10
- type: grass
x: 6
y: -21
- type: cliff
x: 4
y: 41
- type: cliff
x: 7
y: -52
- type: cliff
x: 5
y: 11
- type: cliff
x: 6
y: -20
- type: cliff
x: 7
y: -51
- type: cliff
x: 4
y: 42
- type: cliff
x: 5
y: 12
- type: cliff
x: 6
y: -19
- type: cliff
x: 7
y: -50
- type: cliff
x: 4
y: 43
- type: cliff
x: 5
y: 13
- type: cliff
x: 6
y: -18
- type: cliff
x: 7
y: -49
- type: cliff
x: 4
y: 44
- type: cliff
x: 5
y: 14
- type: cliff
x: 6
y: -17
- type: dirt
x: 7
y: -48
- type: cliff
x: 4
y: 45
- type: cliff
x: 5
y: 15
- type: cliff
x: 6
y: -16
- type: dirt
x: 7
y: -47
- type: cliff
x: 4
y: 46
- type: cliff
x: 5
y: 16
- type: cliff
x: 6
y: -15
- type: cliff
x: 7
y: -46
- type: cliff
x: 4
y: 47
- type: cliff
x: 6
y: -14
- type: grass
x: 5
y: 17
- type: cliff
x: 7
y: -45
- type: cliff
x: 4
y: 48
- type: cliff
x: 6
y: -13
- type: grass
x: 5
y: 18
- type: cliff
x: 7
y: -44
- type: cliff
x: 4
y: 49
- type: grass
x: 5
y: 19
- type: cliff
x: 6
y: -12
- type: cliff
x: 7
y: -43
- type: cliff
x: 4
y: 50
- type: start
x: 5
y: 20
- type: cliff
x: 6
y: -11
- type: cliff
x: 7
y: -42
- type: cliff
x: 8
y: -73
- type: grass
x: 5
y: 21
- type: cliff
x: 6
y: -10
- type: cliff
x: 7
y: -41
- type: cliff
x: 8
y: -72
- type: cliff
x: 6
y: -9
- type: grass
x: 5
y: 22
- type: cliff
x: 7
y: -40
- type: cliff
x: 8
y: -71
- type: cliff
x: 6
y: -8
- type: cliff
x: 7
y: -39
- type: grass-path-corner
x: 5
y: 23
rotation: 90
- type: cliff
x: 8
y: -70
- type: cliff
x: 6
y: -7
- type: mud
x: 5
y: 24
- type: cliff
x: 7
y: -38
- type: cliff
x: 8
y: -69
- type: cliff
x: 6
y: -6
- type: mud
x: 5
y: 25
- type: cliff
x: 7
y: -37
- type: cliff
x: 8
y: -68
- type: cliff
x: 6
y: -5
- type: mud
x: 5
y: 26
- type: cliff
x: 7
y: -36
- type: cliff
x: 8
y: -67
- type: cliff
x: 6
y: -4
- type: mud
x: 5
y: 27
- type: cliff
x: 7
y: -35
- type: cliff
x: 8
y: -66
- type: mud
x: 5
y: 28
- type: grass
x: 6
y: -3
- type: cliff
x: 7
y: -34
- type: cliff
x: 8
y: -65
- type: mud
x: 5
y: 29
- type: grass
x: 6
y: -2
- type: grass
x: 7
y: -33
- type: cliff
x: 8
y: -64
- type: mud
x: 5
y: 30
- type: grass
x: 6
y: -1
- type: grass
x: 7
y: -32
- type: cliff
x: 8
y: -63
- type: mud
x: 5
y: 31
- type: grass
x: 6
y: 0
- type: grass
x: 7
y: -31
- type: cliff
x: 8
y: -62
- type: mud
x: 5
y: 32
- type: grass
x: 6
y: 1
- type: grass-path-small-end
x: 7
y: -30
rotation: 270
- type: cliff
x: 8
y: -61
- type: cliff
x: 5
y: 33
- type: grass
x: 6
y: 2
- type: grass-path-small
x: 7
y: -29
rotation: 90
- type: cliff
x: 8
y: -60
- type: cliff
x: 5
y: 34
- type: grass
x: 6
y: 3
- type: grass-path-small
x: 7
y: -28
rotation: 90
- type: cliff
x: 8
y: -59
- type: cliff
x: 5
y: 35
- type: grass
x: 6
y: 4
- type: grass-path-small
x: 7
y: -27
rotation: 90
- type: cliff
x: 8
y: -58
- type: cliff
x: 5
y: 36
- type: grass
x: 6
y: 5
- type: grass-path-small
x: 7
y: -26
rotation: 90
- type: cliff
x: 8
y: -57
- type: cliff
x: 5
y: 37
- type: grass
x: 6
y: 6
- type: grass-path-small-end
x: 7
y: -25
rotation: 90
- type: cliff
x: 8
y: -56
- type: cliff
x: 5
y: 38
- type: grass
x: 6
y: 7
- type: grass
x: 7
y: -24
- type: cliff
x: 8
y: -55
- type: cliff
x: 5
y: 39
- type: grass
x: 6
y: 8
- type: grass
x: 7
y: -23
- type: cliff
x: 8
y: -54
- type: cliff
x: 5
y: 40
- type: grass
x: 6
y: 9
- type: grass
x: 7
y: -22
- type: cliff
x: 8
y: -53
- type: grass
x: 6
y: 10
- type: grass
x: 7
y: -21
- type: cliff
x: 5
y: 41
- type: cliff
x: 8
y: -52
- type: cliff
x: 7
y: -20
- type: grass
x: 6
y: 11
- type: cliff
x: 8
y: -51
- type: cliff
x: 5
y: 42
- type: cliff
x: 7
y: -19
- type: grass
x: 6
y: 12
- type: cliff
x: 8
y: -50
- type: cliff
x: 5
y: 43
- type: cliff
x: 7
y: -18
- type: grass
x: 6
y: 13
- type: cliff
x: 8
y: -49
- type: cliff
x: 5
y: 44
- type: cliff
x: 7
y: -17
- type: grass
x: 6
y: 14
- type: dirt
x: 8
y: -48
- type: cliff
x: 5
y: 45
- type: cliff
x: 7
y: -16
- type: grass
x: 6
y: 15
- type: dirt
x: 8
y: -47
- type: cliff
x: 5
y: 46
- type: cliff
x: 7
y: -15
- type: grass
x: 6
y: 16
- type: cliff
x: 8
y: -46
- type: cliff
x: 5
y: 47
- type: cliff
x: 7
y: -14
- type: grass
x: 6
y: 17
- type: cliff
x: 8
y: -45
- type: cliff
x: 5
y: 48
- type: cliff
x: 7
y: -13
- type: grass
x: 6
y: 18
- type: cliff
x: 8
y: -44
- type: cliff
x: 5
y: 49
- type: grass
x: 6
y: 19
- type: cliff
x: 7
y: -12
- type: cliff
x: 8
y: -43
- type: cliff
x: 5
y: 50
- type: grass
x: 6
y: 20
- type: cliff
x: 7
y: -11
- type: dirt
x: 8
y: -42
- type: cliff
x: 9
y: -73
- type: grass
x: 6
y: 21
- type: cliff
x: 7
y: -10
- type: cliff
x: 8
y: -41
- type: cliff
x: 9
y: -72
- type: cliff
x: 7
y: -9
- type: grass
x: 6
y: 22
- type: cliff
x: 8
y: -40
- type: cliff
x: 9
y: -71
- type: cliff
x: 7
y: -8
- type: cliff
x: 8
y: -39
- type: grass-path-corner
x: 6
y: 23
rotation: 180
- type: cliff
x: 9
y: -70
- type: cliff
x: 7
y: -7
- type: mud
x: 6
y: 24
- type: dirt
x: 8
y: -38
- type: cliff
x: 9
y: -69
- type: cliff
x: 7
y: -6
- type: mud
x: 6
y: 25
- type: dirt
x: 8
y: -37
- type: cliff
x: 9
y: -68
- type: cliff
x: 7
y: -5
- type: mud
x: 6
y: 26
- type: cliff
x: 8
y: -36
- type: cliff
x: 9
y: -67
- type: cliff
x: 7
y: -4
- type: mud
x: 6
y: 27
- type: cliff
x: 8
y: -35
- type: cliff
x: 9
y: -66
- type: mud
x: 6
y: 28
- type: grass
x: 7
y: -3
- type: cliff
x: 8
y: -34
- type: cliff
x: 9
y: -65
- type: mud
x: 6
y: 29
- type: grass
x: 7
y: -2
- type: cliff
x: 8
y: -33
- type: cliff
x: 9
y: -64
- type: mud
x: 6
y: 30
- type: grass
x: 7
y: -1
- type: grass
x: 8
y: -32
- type: cliff
x: 9
y: -63
- type: mud
x: 6
y: 31
- type: grass
x: 7
y: 0
- type: grass
x: 8
y: -31
- type: cliff
x: 9
y: -62
- type: mud
x: 6
y: 32
- type: grass
x: 7
y: 1
- type: grass
x: 8
y: -30
- type: cliff
x: 9
y: -61
- type: cliff
x: 6
y: 33
- type: grass
x: 7
y: 2
- type: grass
x: 8
y: -29
- type: cliff
x: 9
y: -60
- type: cliff
x: 6
y: 34
- type: grass
x: 7
y: 3
- type: grass
x: 8
y: -28
- type: cliff
x: 9
y: -59
- type: cliff
x: 6
y: 35
- type: grass
x: 7
y: 4
- type: grass
x: 8
y: -27
- type: cliff
x: 9
y: -58
- type: cliff
x: 6
y: 36
- type: grass
x: 7
y: 5
- type: grass
x: 8
y: -26
- type: cliff
x: 9
y: -57
- type: cliff
x: 6
y: 37
- type: grass
x: 7
y: 6
- type: grass
x: 8
y: -25
- type: cliff
x: 9
y: -56
- type: cliff
x: 6
y: 38
- type: grass
x: 8
y: -24
- type: grass-path-corner
x: 7
y: 7
rotation: 90
- type: cliff
x: 9
y: -55
- type: cliff
x: 6
y: 39
- type: grass
x: 8
y: -23
- type: mud
x: 7
y: 8
- type: cliff
x: 9
y: -54
- type: cliff
x: 6
y: 40
- type: grass
x: 8
y: -22
- type: mud
x: 7
y: 9
- type: cliff
x: 9
y: -53
- type: grass
x: 8
y: -21
- type: mud
x: 7
y: 10
- type: cliff
x: 6
y: 41
- type: cliff
x: 9
y: -52
- type: cliff
x: 8
y: -20
- type: cliff
x: 9
y: -51
- type: mud
x: 7
y: 11
- type: cliff
x: 6
y: 42
- type: cliff
x: 8
y: -19
- type: cliff
x: 9
y: -50
- type: mud
x: 7
y: 12
- type: cliff
x: 6
y: 43
- type: cliff
x: 8
y: -18
- type: cliff
x: 9
y: -49
- type: mud
x: 7
y: 13
- type: cliff
x: 6
y: 44
- type: cliff
x: 8
y: -17
- type: mud
x: 7
y: 14
- type: dirt
x: 9
y: -48
- type: cliff
x: 6
y: 45
- type: cliff
x: 8
y: -16
- type: mud
x: 7
y: 15
- type: dirt
x: 9
y: -47
- type: cliff
x: 6
y: 46
- type: cliff
x: 8
y: -15
- type: cliff
x: 9
y: -46
- type: mud
x: 7
y: 16
- type: cliff
x: 6
y: 47
- type: cliff
x: 8
y: -14
- type: cliff
x: 9
y: -45
- type: grass-path-corner
x: 7
y: 17
- type: cliff
x: 6
y: 48
- type: cliff
x: 8
y: -13
- type: grass
x: 7
y: 18
- type: cliff
x: 9
y: -44
- type: cliff
x: 6
y: 49
- type: grass
x: 7
y: 19
- type: cliff
x: 8
y: -12
- type: cliff
x: 9
y: -43
- type: cliff
x: 6
y: 50
- type: grass
x: 7
y: 20
- type: cliff
x: 8
y: -11
- type: dirt
x: 9
y: -42
- type: cliff
x: 10
y: -73
- type: grass
x: 7
y: 21
- type: cliff
x: 8
y: -10
- type: cliff
x: 9
y: -41
- type: cliff
x: 10
y: -72
- type: cliff
x: 8
y: -9
- type: grass
x: 7
y: 22
- type: cliff
x: 9
y: -40
- type: cliff
x: 10
y: -71
- type: cliff
x: 8
y: -8
- type: grass
x: 7
y: 23
- type: cliff
x: 9
y: -39
- type: cliff
x: 10
y: -70
- type: cliff
x: 7
y: 24
- type: cliff
x: 8
y: -7
- type: dirt
x: 9
y: -38
- type: cliff
x: 10
y: -69
- type: cliff
x: 7
y: 25
- type: cliff
x: 8
y: -6
- type: dirt
x: 9
y: -37
- type: cliff
x: 10
y: -68
- type: cliff
x: 7
y: 26
- type: cliff
x: 8
y: -5
- type: cliff
x: 9
y: -36
- type: cliff
x: 10
y: -67
- type: cliff
x: 8
y: -4
- type: mud
x: 7
y: 27
- type: cliff
x: 9
y: -35
- type: cliff
x: 10
y: -66
- type: mud
x: 7
y: 28
- type: grass
x: 8
y: -3
- type: cliff
x: 9
y: -34
- type: cliff
x: 10
y: -65
- type: mud
x: 7
y: 29
- type: grass
x: 8
y: -2
- type: cliff
x: 9
y: -33
- type: cliff
x: 10
y: -64
- type: mud
x: 7
y: 30
- type: grass
x: 8
y: -1
- type: cliff
x: 9
y: -32
- type: cliff
x: 10
y: -63
- type: mud
x: 7
y: 31
- type: grass
x: 8
y: 0
- type: cliff
x: 9
y: -31
- type: cliff
x: 10
y: -62
- type: mud
x: 7
y: 32
- type: grass
x: 8
y: 1
- type: cliff
x: 9
y: -30
- type: cliff
x: 10
y: -61
- type: cliff
x: 7
y: 33
- type: grass
x: 8
y: 2
- type: cliff
x: 9
y: -29
- type: cliff
x: 10
y: -60
- type: cliff
x: 7
y: 34
- type: grass
x: 8
y: 3
- type: cliff
x: 9
y: -28
- type: cliff
x: 10
y: -59
- type: cliff
x: 7
y: 35
- type: grass
x: 8
y: 4
- type: cliff
x: 9
y: -27
- type: cliff
x: 10
y: -58
- type: cliff
x: 7
y: 36
- type: grass
x: 8
y: 5
- type: cliff
x: 9
y: -26
- type: cliff
x: 10
y: -57
- type: cliff
x: 7
y: 37
- type: grass
x: 8
y: 6
- type: cliff
x: 9
y: -25
- type: cliff
x: 10
y: -56
- type: cliff
x: 7
y: 38
- type: cliff
x: 9
y: -24
- type: grass-path-corner
x: 8
y: 7
rotation: 180
- type: cliff
x: 10
y: -55
- type: cliff
x: 7
y: 39
- type: grass
x: 9
y: -23
- type: mud
x: 8
y: 8
- type: cliff
x: 10
y: -54
- type: cliff
x: 7
y: 40
- type: grass
x: 9
y: -22
- type: mud
x: 8
y: 9
- type: cliff
x: 10
y: -53
- type: cliff
x: 9
y: -21
- type: mud
x: 8
y: 10
- type: cliff
x: 7
y: 41
- type: cliff
x: 10
y: -52
- type: cliff
x: 9
y: -20
- type: cliff
x: 10
y: -51
- type: mud
x: 8
y: 11
- type: cliff
x: 7
y: 42
- type: cliff
x: 9
y: -19
- type: cliff
x: 10
y: -50
- type: mud
x: 8
y: 12
- type: cliff
x: 7
y: 43
- type: cliff
x: 9
y: -18
- type: cliff
x: 10
y: -49
- type: mud
x: 8
y: 13
- type: cliff
x: 7
y: 44
- type: cliff
x: 9
y: -17
- type: mud
x: 8
y: 14
- type: dirt
x: 10
y: -48
- type: cliff
x: 7
y: 45
- type: cliff
x: 9
y: -16
- type: mud
x: 8
y: 15
- type: dirt
x: 10
y: -47
- type: cliff
x: 7
y: 46
- type: cliff
x: 9
y: -15
- type: cliff
x: 10
y: -46
- type: mud
x: 8
y: 16
- type: cliff
x: 7
y: 47
- type: cliff
x: 9
y: -14
- type: cliff
x: 10
y: -45
- type: grass-path-corner
x: 8
y: 17
rotation: 270
- type: cliff
x: 7
y: 48
- type: cliff
x: 9
y: -13
- type: grass
x: 8
y: 18
- type: cliff
x: 10
y: -44
- type: cliff
x: 7
y: 49
- type: grass
x: 8
y: 19
- type: cliff
x: 9
y: -12
- type: cliff
x: 10
y: -43
- type: cliff
x: 7
y: 50
- type: grass
x: 8
y: 20
- type: cliff
x: 9
y: -11
- type: dirt
x: 10
y: -42
- type: cliff
x: 11
y: -73
- type: grass
x: 8
y: 21
- type: cliff
x: 9
y: -10
- type: cliff
x: 10
y: -41
- type: cliff
x: 11
y: -72
- type: cliff
x: 9
y: -9
- type: grass
x: 8
y: 22
- type: cliff
x: 10
y: -40
- type: cliff
x: 11
y: -71
- type: cliff
x: 9
y: -8
- type: grass
x: 8
y: 23
- type: cliff
x: 10
y: -39
- type: cliff
x: 11
y: -70
- type: cliff
x: 8
y: 24
- type: cliff
x: 9
y: -7
- type: dirt
x: 10
y: -38
- type: cliff
x: 11
y: -69
- type: cliff
x: 8
y: 25
- type: cliff
x: 9
y: -6
- type: dirt
x: 10
y: -37
- type: cliff
x: 11
y: -68
- type: cliff
x: 8
y: 26
- type: cliff
x: 9
y: -5
- type: cliff
x: 10
y: -36
- type: cliff
x: 11
y: -67
- type: cliff
x: 9
y: -4
- type: mud
x: 8
y: 27
- type: cliff
x: 10
y: -35
- type: cliff
x: 11
y: -66
- type: mud
x: 8
y: 28
- type: grass
x: 9
y: -3
- type: cliff
x: 10
y: -34
- type: cliff
x: 11
y: -65
- type: mud
x: 8
y: 29
- type: grass
x: 9
y: -2
- type: cliff
x: 10
y: -33
- type: cliff
x: 11
y: -64
- type: mud
x: 8
y: 30
- type: grass
x: 9
y: -1
- type: cliff
x: 10
y: -32
- type: cliff
x: 11
y: -63
- type: mud
x: 8
y: 31
- type: grass
x: 9
y: 0
- type: cliff
x: 10
y: -31
- type: cliff
x: 11
y: -62
- type: mud
x: 8
y: 32
- type: grass
x: 9
y: 1
- type: cliff
x: 10
y: -30
- type: cliff
x: 11
y: -61
- type: cliff
x: 8
y: 33
- type: grass
x: 9
y: 2
- type: cliff
x: 10
y: -29
- type: cliff
x: 11
y: -60
- type: cliff
x: 8
y: 34
- type: grass
x: 9
y: 3
- type: cliff
x: 10
y: -28
- type: cliff
x: 11
y: -59
- type: cliff
x: 8
y: 35
- type: grass
x: 9
y: 4
- type: cliff
x: 10
y: -27
- type: cliff
x: 11
y: -58
- type: cliff
x: 8
y: 36
- type: grass
x: 9
y: 5
- type: cliff
x: 10
y: -26
- type: cliff
x: 11
y: -57
- type: cliff
x: 8
y: 37
- type: grass
x: 9
y: 6
- type: cliff
x: 10
y: -25
- type: cliff
x: 11
y: -56
- type: cliff
x: 8
y: 38
- type: grass
x: 9
y: 7
- type: cliff
x: 10
y: -24
- type: cliff
x: 11
y: -55
- type: cliff
x: 8
y: 39
- type: grass
x: 9
y: 8
- type: cliff
x: 10
y: -23
- type: cliff
x: 11
y: -54
- type: cliff
x: 8
y: 40
- type: grass
x: 9
y: 9
- type: cliff
x: 10
y: -22
- type: cliff
x: 11
y: -53
- type: cliff
x: 10
y: -21
- type: grass
x: 9
y: 10
- type: cliff
x: 8
y: 41
- type: cliff
x: 11
y: -52
- type: cliff
x: 10
y: -20
- type: grass
x: 9
y: 11
- type: cliff
x: 11
y: -51
- type: cliff
x: 8
y: 42
- type: cliff
x: 10
y: -19
- type: grass
x: 9
y: 12
- type: cliff
x: 11
y: -50
- type: cliff
x: 8
y: 43
- type: cliff
x: 10
y: -18
- type: grass
x: 9
y: 13
- type: cliff
x: 11
y: -49
- type: cliff
x: 8
y: 44
- type: cliff
x: 10
y: -17
- type: grass
x: 9
y: 14
- type: dirt
x: 11
y: -48
- type: cliff
x: 8
y: 45
- type: cliff
x: 10
y: -16
- type: grass
x: 9
y: 15
- type: dirt
x: 11
y: -47
- type: cliff
x: 8
y: 46
- type: cliff
x: 10
y: -15
- type: grass
x: 9
y: 16
- type: cliff
x: 11
y: -46
- type: cliff
x: 8
y: 47
- type: cliff
x: 10
y: -14
- type: grass
x: 9
y: 17
- type: cliff
x: 11
y: -45
- type: cliff
x: 8
y: 48
- type: cliff
x: 10
y: -13
- type: grass
x: 9
y: 18
- type: cliff
x: 11
y: -44
- type: cliff
x: 8
y: 49
- type: grass
x: 9
y: 19
- type: cliff
x: 10
y: -12
- type: cliff
x: 11
y: -43
- type: cliff
x: 8
y: 50
- type: grass
x: 9
y: 20
- type: cliff
x: 10
y: -11
- type: cliff
x: 11
y: -42
- type: cliff
x: 12
y: -73
- type: grass
x: 9
y: 21
- type: cliff
x: 10
y: -10
- type: cliff
x: 11
y: -41
- type: cliff
x: 12
y: -72
- type: cliff
x: 10
y: -9
- type: grass
x: 9
y: 22
- type: cliff
x: 11
y: -40
- type: cliff
x: 12
y: -71
- type: cliff
x: 10
y: -8
- type: grass
x: 9
y: 23
- type: cliff
x: 11
y: -39
- type: cliff
x: 12
y: -70
- type: cliff
x: 9
y: 24
- type: cliff
x: 10
y: -7
- type: cliff
x: 11
y: -38
- type: cliff
x: 12
y: -69
- type: cliff
x: 9
y: 25
- type: cliff
x: 10
y: -6
- type: cliff
x: 11
y: -37
- type: cliff
x: 12
y: -68
- type: cliff
x: 9
y: 26
- type: cliff
x: 10
y: -5
- type: cliff
x: 11
y: -36
- type: cliff
x: 12
y: -67
- type: cliff
x: 10
y: -4
- type: mud
x: 9
y: 27
- type: cliff
x: 11
y: -35
- type: cliff
x: 12
y: -66
- type: mud
x: 9
y: 28
- type: grass
x: 10
y: -3
- type: cliff
x: 11
y: -34
- type: cliff
x: 12
y: -65
- type: mud
x: 9
y: 29
- type: grass
x: 10
y: -2
- type: cliff
x: 11
y: -33
- type: cliff
x: 12
y: -64
- type: mud
x: 9
y: 30
- type: grass
x: 10
y: -1
- type: cliff
x: 11
y: -32
- type: cliff
x: 12
y: -63
- type: mud
x: 9
y: 31
- type: grass
x: 10
y: 0
- type: cliff
x: 11
y: -31
- type: cliff
x: 12
y: -62
- type: cliff
x: 9
y: 32
- type: grass
x: 10
y: 1
- type: cliff
x: 11
y: -30
- type: cliff
x: 12
y: -61
- type: cliff
x: 9
y: 33
- type: grass
x: 10
y: 2
- type: cliff
x: 11
y: -29
- type: cliff
x: 12
y: -60
- type: cliff
x: 9
y: 34
- type: grass
x: 10
y: 3
- type: cliff
x: 11
y: -28
- type: cliff
x: 12
y: -59
- type: cliff
x: 9
y: 35
- type: grass
x: 10
y: 4
- type: cliff
x: 11
y: -27
- type: cliff
x: 12
y: -58
- type: cliff
x: 9
y: 36
- type: grass
x: 10
y: 5
- type: cliff
x: 11
y: -26
- type: cliff
x: 12
y: -57
- type: cliff
x: 9
y: 37
- type: grass
x: 10
y: 6
- type: cliff
x: 11
y: -25
- type: cliff
x: 12
y: -56
- type: cliff
x: 9
y: 38
- type: grass
x: 10
y: 7
- type: cliff
x: 11
y: -24
- type: cliff
x: 12
y: -55
- type: cliff
x: 10
y: 8
- type: cliff
x: 9
y: 39
- type: cliff
x: 11
y: -23
- type: cliff
x: 12
y: -54
- type: cliff
x: 10
y: 9
- type: cliff
x: 9
y: 40
- type: cliff
x: 11
y: -22
- type: cliff
x: 12
y: -53
- type: cliff
x: 10
y: 10
- type: cliff
x: 11
y: -21
- type: cliff
x: 9
y: 41
- type: cliff
x: 12
y: -52
- type: cliff
x: 10
y: 11
- type: cliff
x: 11
y: -20
- type: cliff
x: 12
y: -51
- type: cliff
x: 9
y: 42
- type: cliff
x: 10
y: 12
- type: cliff
x: 11
y: -19
- type: cliff
x: 12
y: -50
- type: cliff
x: 9
y: 43
- type: cliff
x: 10
y: 13
- type: cliff
x: 11
y: -18
- type: cliff
x: 12
y: -49
- type: cliff
x: 9
y: 44
- type: cliff
x: 10
y: 14
- type: cliff
x: 11
y: -17
- type: dirt
x: 12
y: -48
- type: cliff
x: 9
y: 45
- type: cliff
x: 10
y: 15
- type: cliff
x: 11
y: -16
- type: dirt
x: 12
y: -47
- type: cliff
x: 9
y: 46
- type: cliff
x: 10
y: 16
- type: cliff
x: 11
y: -15
- type: cliff
x: 12
y: -46
- type: cliff
x: 9
y: 47
- type: cliff
x: 11
y: -14
- type: grass
x: 10
y: 17
- type: cliff
x: 12
y: -45
- type: cliff
x: 9
y: 48
- type: cliff
x: 11
y: -13
- type: grass
x: 10
y: 18
- type: cliff
x: 12
y: -44
- type: cliff
x: 9
y: 49
- type: grass
x: 10
y: 19
- type: cliff
x: 11
y: -12
- type: cliff
x: 12
y: -43
- type: cliff
x: 9
y: 50
- type: grass
x: 10
y: 20
- type: cliff
x: 11
y: -11
- type: cliff
x: 12
y: -42
- type: cliff
x: 13
y: -73
- type: grass
x: 10
y: 21
- type: cliff
x: 11
y: -10
- type: cliff
x: 12
y: -41
- type: cliff
x: 13
y: -72
- type: cliff
x: 11
y: -9
- type: grass
x: 10
y: 22
- type: cliff
x: 12
y: -40
- type: cliff
x: 13
y: -71
- type: cliff
x: 11
y: -8
- type: grass
x: 10
y: 23
- type: cliff
x: 12
y: -39
- type: cliff
x: 13
y: -70
- type: cliff
x: 10
y: 24
- type: cliff
x: 11
y: -7
- type: cliff
x: 12
y: -38
- type: cliff
x: 13
y: -69
- type: cliff
x: 10
y: 25
- type: cliff
x: 11
y: -6
- type: cliff
x: 12
y: -37
- type: cliff
x: 13
y: -68
- type: cliff
x: 10
y: 26
- type: cliff
x: 11
y: -5
- type: cliff
x: 12
y: -36
- type: cliff
x: 13
y: -67
- type: cliff
x: 10
y: 27
- type: cliff
x: 11
y: -4
- type: cliff
x: 12
y: -35
- type: cliff
x: 13
y: -66
- type: cliff
x: 11
y: -3
- type: mud
x: 10
y: 28
- type: cliff
x: 12
y: -34
- type: cliff
x: 13
y: -65
- type: mud
x: 10
y: 29
- type: grass
x: 11
y: -2
- type: cliff
x: 12
y: -33
- type: cliff
x: 13
y: -64
- type: mud
x: 10
y: 30
- type: grass
x: 11
y: -1
- type: cliff
x: 12
y: -32
- type: cliff
x: 13
y: -63
- type: cliff
x: 10
y: 31
- type: grass
x: 11
y: 0
- type: cliff
x: 12
y: -31
- type: cliff
x: 13
y: -62
- type: cliff
x: 10
y: 32
- type: grass
x: 11
y: 1
- type: cliff
x: 12
y: -30
- type: cliff
x: 13
y: -61
- type: cliff
x: 10
y: 33
- type: grass
x: 11
y: 2
- type: cliff
x: 12
y: -29
- type: cliff
x: 13
y: -60
- type: cliff
x: 10
y: 34
- type: grass
x: 11
y: 3
- type: cliff
x: 12
y: -28
- type: cliff
x: 13
y: -59
- type: cliff
x: 10
y: 35
- type: grass
x: 11
y: 4
- type: cliff
x: 12
y: -27
- type: cliff
x: 13
y: -58
- type: cliff
x: 10
y: 36
- type: grass
x: 11
y: 5
- type: cliff
x: 12
y: -26
- type: cliff
x: 13
y: -57
- type: cliff
x: 10
y: 37
- type: grass
x: 11
y: 6
- type: cliff
x: 12
y: -25
- type: cliff
x: 13
y: -56
- type: cliff
x: 11
y: 7
- type: cliff
x: 10
y: 38
- type: cliff
x: 12
y: -24
- type: cliff
x: 13
y: -55
- type: cliff
x: 11
y: 8
- type: cliff
x: 10
y: 39
- type: cliff
x: 12
y: -23
- type: cliff
x: 13
y: -54
- type: cliff
x: 11
y: 9
- type: cliff
x: 10
y: 40
- type: cliff
x: 12
y: -22
- type: cliff
x: 13
y: -53
- type: cliff
x: 11
y: 10
- type: cliff
x: 12
y: -21
- type: cliff
x: 10
y: 41
- type: cliff
x: 13
y: -52
- type: cliff
x: 11
y: 11
- type: cliff
x: 12
y: -20
- type: cliff
x: 13
y: -51
- type: cliff
x: 10
y: 42
- type: cliff
x: 11
y: 12
- type: cliff
x: 12
y: -19
- type: cliff
x: 13
y: -50
- type: cliff
x: 10
y: 43
- type: cliff
x: 11
y: 13
- type: cliff
x: 12
y: -18
- type: cliff
x: 13
y: -49
- type: cliff
x: 10
y: 44
- type: cliff
x: 11
y: 14
- type: cliff
x: 12
y: -17
- type: dirt
x: 13
y: -48
- type: cliff
x: 10
y: 45
- type: cliff
x: 11
y: 15
- type: cliff
x: 12
y: -16
- type: dirt
x: 13
y: -47
- type: cliff
x: 10
y: 46
- type: cliff
x: 11
y: 16
- type: cliff
x: 12
y: -15
- type: cliff
x: 13
y: -46
- type: cliff
x: 10
y: 47
- type: cliff
x: 12
y: -14
- type: grass
x: 11
y: 17
- type: cliff
x: 13
y: -45
- type: cliff
x: 10
y: 48
- type: cliff
x: 12
y: -13
- type: grass
x: 11
y: 18
- type: cliff
x: 13
y: -44
- type: cliff
x: 10
y: 49
- type: grass
x: 11
y: 19
- type: cliff
x: 12
y: -12
- type: cliff
x: 13
y: -43
- type: cliff
x: 10
y: 50
- type: grass
x: 11
y: 20
- type: cliff
x: 12
y: -11
- type: cliff
x: 13
y: -42
- type: cliff
x: 14
y: -73
- type: grass
x: 11
y: 21
- type: cliff
x: 12
y: -10
- type: cliff
x: 13
y: -41
- type: cliff
x: 14
y: -72
- type: cliff
x: 12
y: -9
- type: grass
x: 11
y: 22
- type: cliff
x: 13
y: -40
- type: cliff
x: 14
y: -71
- type: cliff
x: 12
y: -8
- type: grass
x: 11
y: 23
- type: cliff
x: 13
y: -39
- type: cliff
x: 14
y: -70
- type: cliff
x: 11
y: 24
- type: cliff
x: 12
y: -7
- type: cliff
x: 13
y: -38
- type: cliff
x: 14
y: -69
- type: cliff
x: 11
y: 25
- type: cliff
x: 12
y: -6
- type: cliff
x: 13
y: -37
- type: cliff
x: 14
y: -68
- type: cliff
x: 11
y: 26
- type: cliff
x: 12
y: -5
- type: cliff
x: 13
y: -36
- type: cliff
x: 14
y: -67
- type: cliff
x: 11
y: 27
- type: cliff
x: 12
y: -4
- type: cliff
x: 13
y: -35
- type: cliff
x: 14
y: -66
- type: cliff
x: 11
y: 28
- type: cliff
x: 12
y: -3
- type: cliff
x: 13
y: -34
- type: cliff
x: 14
y: -65
- type: cliff
x: 12
y: -2
- type: cliff
x: 11
y: 29
- type: cliff
x: 13
y: -33
- type: cliff
x: 14
y: -64
- type: cliff
x: 11
y: 30
- type: grass
x: 12
y: -1
- type: cliff
x: 13
y: -32
- type: cliff
x: 14
y: -63
- type: cliff
x: 11
y: 31
- type: grass
x: 12
y: 0
- type: cliff
x: 13
y: -31
- type: cliff
x: 14
y: -62
- type: cliff
x: 11
y: 32
- type: grass
x: 12
y: 1
- type: cliff
x: 13
y: -30
- type: cliff
x: 14
y: -61
- type: cliff
x: 11
y: 33
- type: grass
x: 12
y: 2
- type: cliff
x: 13
y: -29
- type: cliff
x: 14
y: -60
- type: cliff
x: 11
y: 34
- type: grass
x: 12
y: 3
- type: cliff
x: 13
y: -28
- type: cliff
x: 14
y: -59
- type: cliff
x: 11
y: 35
- type: grass
x: 12
y: 4
- type: cliff
x: 13
y: -27
- type: cliff
x: 14
y: -58
- type: cliff
x: 11
y: 36
- type: grass
x: 12
y: 5
- type: cliff
x: 13
y: -26
- type: cliff
x: 14
y: -57
- type: cliff
x: 12
y: 6
- type: cliff
x: 11
y: 37
- type: cliff
x: 13
y: -25
- type: cliff
x: 14
y: -56
- type: cliff
x: 12
y: 7
- type: cliff
x: 11
y: 38
- type: cliff
x: 13
y: -24
- type: cliff
x: 14
y: -55
- type: cliff
x: 12
y: 8
- type: cliff
x: 11
y: 39
- type: dirt
x: 13
y: -23
- type: cliff
x: 14
y: -54
- type: cliff
x: 12
y: 9
- type: cliff
x: 11
y: 40
- type: dirt
x: 13
y: -22
- type: cliff
x: 14
y: -53
- type: cliff
x: 12
y: 10
- type: cliff
x: 13
y: -21
- type: cliff
x: 11
y: 41
- type: cliff
x: 14
y: -52
- type: cliff
x: 12
y: 11
- type: cliff
x: 13
y: -20
- type: cliff
x: 14
y: -51
- type: cliff
x: 11
y: 42
- type: cliff
x: 12
y: 12
- type: cliff
x: 13
y: -19
- type: cliff
x: 14
y: -50
- type: cliff
x: 11
y: 43
- type: cliff
x: 12
y: 13
- type: cliff
x: 13
y: -18
- type: cliff
x: 14
y: -49
- type: cliff
x: 11
y: 44
- type: cliff
x: 12
y: 14
- type: cliff
x: 13
y: -17
- type: dirt
x: 14
y: -48
- type: cliff
x: 11
y: 45
- type: cliff
x: 12
y: 15
- type: cliff
x: 13
y: -16
- type: dirt
x: 14
y: -47
- type: cliff
x: 11
y: 46
- type: cliff
x: 12
y: 16
- type: cliff
x: 13
y: -15
- type: cliff
x: 14
y: -46
- type: cliff
x: 11
y: 47
- type: cliff
x: 12
y: 17
- type: cliff
x: 13
y: -14
- type: cliff
x: 14
y: -45
- type: cliff
x: 11
y: 48
- type: cliff
x: 13
y: -13
- type: grass
x: 12
y: 18
- type: cliff
x: 14
y: -44
- type: cliff
x: 11
y: 49
- type: cliff
x: 13
y: -12
- type: grass
x: 12
y: 19
- type: cliff
x: 14
y: -43
- type: cliff
x: 11
y: 50
- type: cliff
x: 13
y: -11
- type: grass
x: 12
y: 20
- type: cliff
x: 14
y: -42
- type: cliff
x: 15
y: -73
- type: cliff
x: 13
y: -10
- type: grass
x: 12
y: 21
- type: cliff
x: 14
y: -41
- type: cliff
x: 15
y: -72
- type: cliff
x: 13
y: -9
- type: grass
x: 12
y: 22
- type: cliff
x: 14
y: -40
- type: cliff
x: 15
y: -71
- type: cliff
x: 12
y: 23
- type: cliff
x: 13
y: -8
- type: cliff
x: 14
y: -39
- type: cliff
x: 15
y: -70
- type: cliff
x: 12
y: 24
- type: cliff
x: 13
y: -7
- type: cliff
x: 14
y: -38
- type: cliff
x: 15
y: -69
- type: cliff
x: 12
y: 25
- type: cliff
x: 13
y: -6
- type: cliff
x: 14
y: -37
- type: cliff
x: 15
y: -68
- type: cliff
x: 12
y: 26
- type: cliff
x: 13
y: -5
- type: cliff
x: 14
y: -36
- type: cliff
x: 15
y: -67
- type: cliff
x: 12
y: 27
- type: cliff
x: 13
y: -4
- type: cliff
x: 14
y: -35
- type: cliff
x: 15
y: -66
- type: cliff
x: 12
y: 28
- type: cliff
x: 13
y: -3
- type: cliff
x: 14
y: -34
- type: cliff
x: 15
y: -65
- type: cliff
x: 13
y: -2
- type: cliff
x: 12
y: 29
- type: cliff
x: 14
y: -33
- type: cliff
x: 15
y: -64
- type: cliff
x: 13
y: -1
- type: cliff
x: 12
y: 30
- type: cliff
x: 14
y: -32
- type: cliff
x: 15
y: -63
- type: cliff
x: 12
y: 31
- type: grass
x: 13
y: 0
- type: cliff
x: 14
y: -31
- type: cliff
x: 15
y: -62
- type: cliff
x: 12
y: 32
- type: grass
x: 13
y: 1
- type: cliff
x: 14
y: -30
- type: cliff
x: 15
y: -61
- type: cliff
x: 12
y: 33
- type: grass
x: 13
y: 2
- type: cliff
x: 14
y: -29
- type: cliff
x: 15
y: -60
- type: cliff
x: 12
y: 34
- type: grass
x: 13
y: 3
- type: cliff
x: 14
y: -28
- type: cliff
x: 15
y: -59
- type: cliff
x: 12
y: 35
- type: grass
x: 13
y: 4
- type: cliff
x: 14
y: -27
- type: cliff
x: 15
y: -58
- type: cliff
x: 13
y: 5
- type: cliff
x: 12
y: 36
- type: cliff
x: 14
y: -26
- type: cliff
x: 15
y: -57
- type: cliff
x: 13
y: 6
- type: cliff
x: 12
y: 37
- type: cliff
x: 14
y: -25
- type: cliff
x: 15
y: -56
- type: cliff
x: 13
y: 7
- type: cliff
x: 12
y: 38
- type: cliff
x: 14
y: -24
- type: cliff
x: 15
y: -55
- type: cliff
x: 13
y: 8
- type: cliff
x: 12
y: 39
- type: dirt
x: 14
y: -23
- type: cliff
x: 15
y: -54
- type: cliff
x: 13
y: 9
- type: cliff
x: 12
y: 40
- type: dirt
x: 14
y: -22
- type: cliff
x: 15
y: -53
- type: cliff
x: 13
y: 10
- type: cliff
x: 14
y: -21
- type: cliff
x: 12
y: 41
- type: cliff
x: 15
y: -52
- type: cliff
x: 13
y: 11
- type: cliff
x: 14
y: -20
- type: cliff
x: 15
y: -51
- type: cliff
x: 12
y: 42
- type: cliff
x: 13
y: 12
- type: cliff
x: 14
y: -19
- type: cliff
x: 15
y: -50
- type: cliff
x: 12
y: 43
- type: cliff
x: 13
y: 13
- type: cliff
x: 14
y: -18
- type: cliff
x: 15
y: -49
- type: cliff
x: 12
y: 44
- type: cliff
x: 13
y: 14
- type: cliff
x: 14
y: -17
- type: cliff
x: 15
y: -48
- type: cliff
x: 12
y: 45
- type: cliff
x: 13
y: 15
- type: cliff
x: 14
y: -16
- type: cliff
x: 15
y: -47
- type: cliff
x: 12
y: 46
- type: cliff
x: 13
y: 16
- type: cliff
x: 14
y: -15
- type: cliff
x: 15
y: -46
- type: cliff
x: 12
y: 47
- type: cliff
x: 13
y: 17
- type: cliff
x: 14
y: -14
- type: cliff
x: 15
y: -45
- type: cliff
x: 12
y: 48
- type: cliff
x: 13
y: 18
- type: cliff
x: 14
y: -13
- type: cliff
x: 15
y: -44
- type: cliff
x: 12
y: 49
- type: cliff
x: 14
y: -12
- type: grass
x: 13
y: 19
- type: cliff
x: 15
y: -43
- type: cliff
x: 12
y: 50
- type: cliff
x: 14
y: -11
- type: cliff
x: 15
y: -42
- type: grass-path-corner
x: 13
y: 20
rotation: 90
- type: cliff
x: 16
y: -73
- type: cliff
x: 14
y: -10
- type: cliff
x: 15
y: -41
- type: grass-path-corner
x: 13
y: 21
- type: cliff
x: 16
y: -72
- type: cliff
x: 13
y: 22
- type: cliff
x: 14
y: -9
- type: cliff
x: 15
y: -40
- type: cliff
x: 16
y: -71
- type: cliff
x: 13
y: 23
- type: cliff
x: 14
y: -8
- type: cliff
x: 15
y: -39
- type: cliff
x: 16
y: -70
- type: cliff
x: 13
y: 24
- type: cliff
x: 14
y: -7
- type: cliff
x: 15
y: -38
- type: cliff
x: 16
y: -69
- type: cliff
x: 13
y: 25
- type: cliff
x: 14
y: -6
- type: cliff
x: 15
y: -37
- type: cliff
x: 16
y: -68
- type: cliff
x: 13
y: 26
- type: cliff
x: 14
y: -5
- type: cliff
x: 15
y: -36
- type: cliff
x: 16
y: -67
- type: cliff
x: 13
y: 27
- type: cliff
x: 14
y: -4
- type: cliff
x: 15
y: -35
- type: cliff
x: 16
y: -66
- type: cliff
x: 13
y: 28
- type: cliff
x: 14
y: -3
- type: cliff
x: 15
y: -34
- type: cliff
x: 16
y: -65
- type: cliff
x: 14
y: -2
- type: cliff
x: 13
y: 29
- type: cliff
x: 15
y: -33
- type: cliff
x: 16
y: -64
- type: cliff
x: 14
y: -1
- type: cliff
x: 13
y: 30
- type: cliff
x: 15
y: -32
- type: cliff
x: 16
y: -63
- type: cliff
x: 14
y: 0
- type: cliff
x: 13
y: 31
- type: cliff
x: 15
y: -31
- type: cliff
x: 16
y: -62
- type: cliff
x: 14
y: 1
- type: cliff
x: 13
y: 32
- type: cliff
x: 15
y: -30
- type: cliff
x: 16
y: -61
- type: cliff
x: 14
y: 2
- type: cliff
x: 13
y: 33
- type: cliff
x: 15
y: -29
- type: cliff
x: 16
y: -60
- type: cliff
x: 14
y: 3
- type: cliff
x: 13
y: 34
- type: cliff
x: 15
y: -28
- type: cliff
x: 16
y: -59
- type: cliff
x: 14
y: 4
- type: cliff
x: 13
y: 35
- type: cliff
x: 15
y: -27
- type: cliff
x: 16
y: -58
- type: cliff
x: 14
y: 5
- type: cliff
x: 13
y: 36
- type: cliff
x: 15
y: -26
- type: cliff
x: 16
y: -57
- type: cliff
x: 14
y: 6
- type: cliff
x: 13
y: 37
- type: cliff
x: 15
y: -25
- type: cliff
x: 16
y: -56
- type: cliff
x: 14
y: 7
- type: cliff
x: 13
y: 38
- type: cliff
x: 15
y: -24
- type: cliff
x: 16
y: -55
- type: cliff
x: 14
y: 8
- type: cliff
x: 13
y: 39
- type: cliff
x: 15
y: -23
- type: cliff
x: 16
y: -54
- type: cliff
x: 14
y: 9
- type: cliff
x: 13
y: 40
- type: cliff
x: 15
y: -22
- type: cliff
x: 16
y: -53
- type: cliff
x: 14
y: 10
- type: cliff
x: 15
y: -21
- type: cliff
x: 13
y: 41
- type: cliff
x: 16
y: -52
- type: cliff
x: 14
y: 11
- type: cliff
x: 15
y: -20
- type: cliff
x: 16
y: -51
- type: cliff
x: 13
y: 42
- type: cliff
x: 14
y: 12
- type: cliff
x: 15
y: -19
- type: cliff
x: 16
y: -50
- type: cliff
x: 13
y: 43
- type: cliff
x: 14
y: 13
- type: cliff
x: 15
y: -18
- type: cliff
x: 16
y: -49
- type: cliff
x: 13
y: 44
- type: cliff
x: 14
y: 14
- type: cliff
x: 15
y: -17
- type: cliff
x: 16
y: -48
- type: cliff
x: 13
y: 45
- type: cliff
x: 14
y: 15
- type: cliff
x: 15
y: -16
- type: cliff
x: 16
y: -47
- type: cliff
x: 13
y: 46
- type: cliff
x: 14
y: 16
- type: cliff
x: 15
y: -15
- type: cliff
x: 16
y: -46
- type: cliff
x: 13
y: 47
- type: cliff
x: 14
y: 17
- type: cliff
x: 15
y: -14
- type: cliff
x: 16
y: -45
- type: cliff
x: 13
y: 48
- type: cliff
x: 14
y: 18
- type: cliff
x: 15
y: -13
- type: cliff
x: 16
y: -44
- type: cliff
x: 13
y: 49
- type: cliff
x: 14
y: 19
- type: cliff
x: 15
y: -12
- type: cliff
x: 16
y: -43
- type: cliff
x: 13
y: 50
- type: cliff
x: 15
y: -11
- type: mud
x: 14
y: 20
- type: cliff
x: 16
y: -42
- type: cliff
x: 17
y: -73
- type: cliff
x: 15
y: -10
- type: mud
x: 14
y: 21
- type: cliff
x: 16
y: -41
- type: cliff
x: 17
y: -72
- type: cliff
x: 14
y: 22
- type: cliff
x: 15
y: -9
- type: cliff
x: 16
y: -40
- type: grass
x: 17
y: -71
- type: cliff
x: 14
y: 23
- type: cliff
x: 15
y: -8
- type: cliff
x: 16
y: -39
- type: grass-path
x: 17
y: -70
rotation: 180
- type: cliff
x: 14
y: 24
- type: cliff
x: 15
y: -7
- type: cliff
x: 16
y: -38
- type: mud
x: 17
y: -69
- type: cliff
x: 14
y: 25
- type: cliff
x: 15
y: -6
- type: cliff
x: 16
y: -37
- type: mud
x: 17
y: -68
- type: cliff
x: 14
y: 26
- type: cliff
x: 15
y: -5
- type: cliff
x: 16
y: -36
- type: cliff
x: 17
y: -67
- type: cliff
x: 14
y: 27
- type: cliff
x: 15
y: -4
- type: cliff
x: 16
y: -35
- type: cliff
x: 17
y: -66
- type: cliff
x: 14
y: 28
- type: cliff
x: 15
y: -3
- type: cliff
x: 16
y: -34
- type: cliff
x: 17
y: -65
- type: cliff
x: 15
y: -2
- type: cliff
x: 14
y: 29
- type: cliff
x: 16
y: -33
- type: cliff
x: 17
y: -64
- type: cliff
x: 15
y: -1
- type: cliff
x: 14
y: 30
- type: cliff
x: 16
y: -32
- type: cliff
x: 17
y: -63
- type: cliff
x: 15
y: 0
- type: cliff
x: 14
y: 31
- type: cliff
x: 16
y: -31
- type: checkerboard
x: 17
y: -62
- type: cliff
x: 15
y: 1
- type: cliff
x: 14
y: 32
- type: cliff
x: 16
y: -30
- type: checkerboard
x: 17
y: -61
- type: cliff
x: 15
y: 2
- type: cliff
x: 14
y: 33
- type: cliff
x: 16
y: -29
- type: cliff
x: 17
y: -60
- type: cliff
x: 15
y: 3
- type: cliff
x: 14
y: 34
- type: cliff
x: 16
y: -28
- type: cliff
x: 17
y: -59
- type: cliff
x: 15
y: 4
- type: cliff
x: 14
y: 35
- type: cliff
x: 16
y: -27
- type: checkerboard
x: 17
y: -58
- type: cliff
x: 15
y: 5
- type: cliff
x: 14
y: 36
- type: cliff
x: 16
y: -26
- type: checkerboard
x: 17
y: -57
- type: cliff
x: 15
y: 6
- type: cliff
x: 14
y: 37
- type: cliff
x: 16
y: -25
- type: checkerboard
x: 17
y: -56
- type: cliff
x: 15
y: 7
- type: cliff
x: 14
y: 38
- type: cliff
x: 16
y: -24
- type: checkerboard
x: 17
y: -55
- type: cliff
x: 15
y: 8
- type: cliff
x: 14
y: 39
- type: cliff
x: 16
y: -23
- type: checkerboard
x: 17
y: -54
- type: cliff
x: 15
y: 9
- type: cliff
x: 14
y: 40
- type: cliff
x: 16
y: -22
- type: cliff
x: 17
y: -53
- type: cliff
x: 15
y: 10
- type: cliff
x: 16
y: -21
- type: cliff
x: 14
y: 41
- type: cliff
x: 17
y: -52
- type: cliff
x: 15
y: 11
- type: cliff
x: 16
y: -20
- type: cliff
x: 14
y: 42
- type: checkerboard
x: 17
y: -51
- type: cliff
x: 15
y: 12
- type: cliff
x: 16
y: -19
- type: cliff
x: 14
y: 43
- type: checkerboard
x: 17
y: -50
- type: cliff
x: 15
y: 13
- type: cliff
x: 16
y: -18
- type: cliff
x: 14
y: 44
- type: checkerboard
x: 17
y: -49
- type: cliff
x: 15
y: 14
- type: cliff
x: 16
y: -17
- type: cliff
x: 14
y: 45
- type: checkerboard
x: 17
y: -48
- type: cliff
x: 15
y: 15
- type: cliff
x: 16
y: -16
- type: cliff
x: 14
y: 46
- type: checkerboard
x: 17
y: -47
- type: cliff
x: 15
y: 16
- type: cliff
x: 16
y: -15
- type: cliff
x: 17
y: -46
- type: cliff
x: 14
y: 47
- type: cliff
x: 15
y: 17
- type: cliff
x: 16
y: -14
- type: cliff
x: 17
y: -45
- type: cliff
x: 14
y: 48
- type: cliff
x: 15
y: 18
- type: cliff
x: 16
y: -13
- type: cliff
x: 17
y: -44
- type: cliff
x: 14
y: 49
- type: cliff
x: 15
y: 19
- type: cliff
x: 16
y: -12
- type: cliff
x: 17
y: -43
- type: cliff
x: 14
y: 50
- type: cliff
x: 16
y: -11
- type: mud
x: 15
y: 20
- type: cliff
x: 17
y: -42
- type: cliff
x: 18
y: -73
- type: cliff
x: 16
y: -10
- type: mud
x: 15
y: 21
- type: cliff
x: 17
y: -41
- type: cliff
x: 18
y: -72
- type: cliff
x: 15
y: 22
- type: cliff
x: 16
y: -9
- type: cliff
x: 17
y: -40
- type: exit
x: 18
y: -71
- type: cliff
x: 15
y: 23
- type: cliff
x: 16
y: -8
- type: cliff
x: 17
y: -39
- type: grass-path
x: 18
y: -70
rotation: 180
- type: cliff
x: 15
y: 24
- type: cliff
x: 16
y: -7
- type: cliff
x: 17
y: -38
- type: mud
x: 18
y: -69
- type: cliff
x: 15
y: 25
- type: cliff
x: 16
y: -6
- type: cliff
x: 17
y: -37
- type: mud
x: 18
y: -68
- type: cliff
x: 15
y: 26
- type: cliff
x: 16
y: -5
- type: cliff
x: 17
y: -36
- type: cliff
x: 18
y: -67
- type: cliff
x: 15
y: 27
- type: cliff
x: 16
y: -4
- type: cliff
x: 17
y: -35
- type: cliff
x: 18
y: -66
- type: cliff
x: 15
y: 28
- type: cliff
x: 16
y: -3
- type: cliff
x: 17
y: -34
- type: cliff
x: 18
y: -65
- type: cliff
x: 16
y: -2
- type: cliff
x: 15
y: 29
- type: cliff
x: 17
y: -33
- type: cliff
x: 18
y: -64
- type: cliff
x: 16
y: -1
- type: cliff
x: 15
y: 30
- type: cliff
x: 17
y: -32
- type: cliff
x: 18
y: -63
- type: cliff
x: 16
y: 0
- type: cliff
x: 15
y: 31
- type: cliff
x: 17
y: -31
- type: checkerboard
x: 18
y: -62
- type: cliff
x: 16
y: 1
- type: cliff
x: 15
y: 32
- type: cliff
x: 17
y: -30
- type: checkerboard
x: 18
y: -61
- type: cliff
x: 16
y: 2
- type: cliff
x: 15
y: 33
- type: cliff
x: 17
y: -29
- type: cliff
x: 18
y: -60
- type: cliff
x: 16
y: 3
- type: cliff
x: 15
y: 34
- type: cliff
x: 17
y: -28
- type: cliff
x: 18
y: -59
- type: cliff
x: 16
y: 4
- type: cliff
x: 15
y: 35
- type: cliff
x: 17
y: -27
- type: checkerboard
x: 18
y: -58
- type: cliff
x: 16
y: 5
- type: cliff
x: 15
y: 36
- type: cliff
x: 17
y: -26
- type: checkerboard
x: 18
y: -57
- type: cliff
x: 16
y: 6
- type: cliff
x: 15
y: 37
- type: cliff
x: 17
y: -25
- type: checkerboard
x: 18
y: -56
- type: cliff
x: 16
y: 7
- type: cliff
x: 15
y: 38
- type: cliff
x: 17
y: -24
- type: checkerboard
x: 18
y: -55
- type: cliff
x: 16
y: 8
- type: cliff
x: 15
y: 39
- type: cliff
x: 17
y: -23
- type: checkerboard
x: 18
y: -54
- type: cliff
x: 16
y: 9
- type: cliff
x: 15
y: 40
- type: cliff
x: 17
y: -22
- type: cliff
x: 18
y: -53
- type: cliff
x: 16
y: 10
- type: cliff
x: 17
y: -21
- type: cliff
x: 15
y: 41
- type: cliff
x: 18
y: -52
- type: cliff
x: 16
y: 11
- type: cliff
x: 17
y: -20
- type: cliff
x: 15
y: 42
- type: checkerboard
x: 18
y: -51
- type: cliff
x: 16
y: 12
- type: cliff
x: 17
y: -19
- type: cliff
x: 15
y: 43
- type: checkerboard
x: 18
y: -50
- type: cliff
x: 16
y: 13
- type: cliff
x: 17
y: -18
- type: cliff
x: 15
y: 44
- type: checkerboard
x: 18
y: -49
- type: cliff
x: 16
y: 14
- type: cliff
x: 17
y: -17
- type: cliff
x: 15
y: 45
- type: checkerboard
x: 18
y: -48
- type: cliff
x: 16
y: 15
- type: cliff
x: 17
y: -16
- type: cliff
x: 15
y: 46
- type: checkerboard
x: 18
y: -47
- type: cliff
x: 16
y: 16
- type: cliff
x: 17
y: -15
- type: cliff
x: 18
y: -46
- type: cliff
x: 15
y: 47
- type: cliff
x: 16
y: 17
- type: cliff
x: 17
y: -14
- type: cliff
x: 18
y: -45
- type: cliff
x: 15
y: 48
- type: cliff
x: 16
y: 18
- type: cliff
x: 17
y: -13
- type: cliff
x: 18
y: -44
- type: cliff
x: 15
y: 49
- type: cliff
x: 16
y: 19
- type: cliff
x: 17
y: -12
- type: cliff
x: 18
y: -43
- type: cliff
x: 15
y: 50
- type: cliff
x: 17
y: -11
- type: mud
x: 16
y: 20
- type: cliff
x: 18
y: -42
- type: cliff
x: 19
y: -73
- type: cliff
x: 17
y: -10
- type: mud
x: 16
y: 21
- type: cliff
x: 18
y: -41
- type: cliff
x: 19
y: -72
- type: cliff
x: 16
y: 22
- type: cliff
x: 17
y: -9
- type: cliff
x: 18
y: -40
- type: cliff
x: 19
y: -71
- type: cliff
x: 16
y: 23
- type: cliff
x: 17
y: -8
- type: cliff
x: 18
y: -39
- type: cliff
x: 19
y: -70
- type: cliff
x: 16
y: 24
- type: cliff
x: 17
y: -7
- type: cliff
x: 18
y: -38
- type: cliff
x: 19
y: -69
- type: cliff
x: 16
y: 25
- type: cliff
x: 17
y: -6
- type: cliff
x: 18
y: -37
- type: cliff
x: 19
y: -68
- type: cliff
x: 16
y: 26
- type: cliff
x: 17
y: -5
- type: cliff
x: 18
y: -36
- type: cliff
x: 19
y: -67
- type: cliff
x: 16
y: 27
- type: cliff
x: 17
y: -4
- type: cliff
x: 18
y: -35
- type: cliff
x: 19
y: -66
- type: cliff
x: 16
y: 28
- type: cliff
x: 17
y: -3
- type: cliff
x: 18
y: -34
- type: cliff
x: 19
y: -65
- type: cliff
x: 17
y: -2
- type: cliff
x: 16
y: 29
- type: cliff
x: 18
y: -33
- type: cliff
x: 19
y: -64
- type: cliff
x: 17
y: -1
- type: cliff
x: 16
y: 30
- type: cliff
x: 18
y: -32
- type: cliff
x: 19
y: -63
- type: cliff
x: 17
y: 0
- type: cliff
x: 16
y: 31
- type: cliff
x: 18
y: -31
- type: cliff
x: 19
y: -62
- type: cliff
x: 17
y: 1
- type: cliff
x: 16
y: 32
- type: cliff
x: 18
y: -30
- type: cliff
x: 19
y: -61
- type: cliff
x: 17
y: 2
- type: cliff
x: 16
y: 33
- type: cliff
x: 18
y: -29
- type: cliff
x: 19
y: -60
- type: cliff
x: 17
y: 3
- type: cliff
x: 16
y: 34
- type: cliff
x: 18
y: -28
- type: cliff
x: 19
y: -59
- type: cliff
x: 17
y: 4
- type: cliff
x: 16
y: 35
- type: cliff
x: 18
y: -27
- type: cliff
x: 19
y: -58
- type: cliff
x: 17
y: 5
- type: cliff
x: 16
y: 36
- type: cliff
x: 18
y: -26
- type: cliff
x: 19
y: -57
- type: cliff
x: 17
y: 6
- type: cliff
x: 16
y: 37
- type: cliff
x: 18
y: -25
- type: cliff
x: 19
y: -56
- type: cliff
x: 17
y: 7
- type: cliff
x: 16
y: 38
- type: cliff
x: 18
y: -24
- type: cliff
x: 19
y: -55
- type: cliff
x: 17
y: 8
- type: cliff
x: 16
y: 39
- type: cliff
x: 18
y: -23
- type: cliff
x: 19
y: -54
- type: cliff
x: 17
y: 9
- type: cliff
x: 16
y: 40
- type: cliff
x: 18
y: -22
- type: cliff
x: 19
y: -53
- type: cliff
x: 17
y: 10
- type: cliff
x: 18
y: -21
- type: cliff
x: 16
y: 41
- type: cliff
x: 19
y: -52
- type: cliff
x: 17
y: 11
- type: cliff
x: 18
y: -20
- type: cliff
x: 16
y: 42
- type: cliff
x: 19
y: -51
- type: cliff
x: 17
y: 12
- type: cliff
x: 18
y: -19
- type: cliff
x: 16
y: 43
- type: cliff
x: 19
y: -50
- type: cliff
x: 17
y: 13
- type: cliff
x: 18
y: -18
- type: cliff
x: 16
y: 44
- type: cliff
x: 19
y: -49
- type: cliff
x: 17
y: 14
- type: cliff
x: 18
y: -17
- type: cliff
x: 16
y: 45
- type: cliff
x: 19
y: -48
- type: cliff
x: 17
y: 15
- type: cliff
x: 18
y: -16
- type: cliff
x: 16
y: 46
- type: cliff
x: 19
y: -47
- type: cliff
x: 17
y: 16
- type: cliff
x: 18
y: -15
- type: cliff
x: 16
y: 47
- type: cliff
x: 19
y: -46
- type: cliff
x: 17
y: 17
- type: cliff
x: 18
y: -14
- type: cliff
x: 16
y: 48
- type: cliff
x: 19
y: -45
- type: cliff
x: 17
y: 18
- type: cliff
x: 18
y: -13
- type: cliff
x: 19
y: -44
- type: cliff
x: 16
y: 49
- type: cliff
x: 18
y: -12
- type: mud
x: 17
y: 19
- type: cliff
x: 19
y: -43
- type: cliff
x: 16
y: 50
- type: cliff
x: 18
y: -11
- type: mud
x: 17
y: 20
- type: cliff
x: 19
y: -42
- type: cliff
x: 20
y: -73
- type: cliff
x: 18
y: -10
- type: mud
x: 17
y: 21
- type: cliff
x: 19
y: -41
- type: cliff
x: 20
y: -72
- type: cliff
x: 18
y: -9
- type: mud
x: 17
y: 22
- type: cliff
x: 19
y: -40
- type: cliff
x: 20
y: -71
- type: cliff
x: 17
y: 23
- type: cliff
x: 18
y: -8
- type: cliff
x: 19
y: -39
- type: cliff
x: 20
y: -70
- type: cliff
x: 17
y: 24
- type: cliff
x: 18
y: -7
- type: cliff
x: 19
y: -38
- type: cliff
x: 20
y: -69
- type: cliff
x: 17
y: 25
- type: cliff
x: 18
y: -6
- type: cliff
x: 19
y: -37
- type: cliff
x: 20
y: -68
- type: cliff
x: 17
y: 26
- type: cliff
x: 18
y: -5
- type: cliff
x: 19
y: -36
- type: cliff
x: 20
y: -67
- type: cliff
x: 17
y: 27
- type: cliff
x: 18
y: -4
- type: cliff
x: 19
y: -35
- type: cliff
x: 20
y: -66
- type: cliff
x: 17
y: 28
- type: cliff
x: 18
y: -3
- type: cliff
x: 19
y: -34
- type: cliff
x: 20
y: -65
- type: cliff
x: 18
y: -2
- type: cliff
x: 17
y: 29
- type: cliff
x: 19
y: -33
- type: cliff
x: 20
y: -64
- type: cliff
x: 18
y: -1
- type: cliff
x: 17
y: 30
- type: cliff
x: 19
y: -32
- type: cliff
x: 20
y: -63
- type: cliff
x: 18
y: 0
- type: cliff
x: 17
y: 31
- type: cliff
x: 19
y: -31
- type: cliff
x: 20
y: -62
- type: cliff
x: 18
y: 1
- type: cliff
x: 17
y: 32
- type: cliff
x: 19
y: -30
- type: cliff
x: 20
y: -61
- type: cliff
x: 18
y: 2
- type: cliff
x: 17
y: 33
- type: cliff
x: 19
y: -29
- type: cliff
x: 20
y: -60
- type: cliff
x: 18
y: 3
- type: cliff
x: 17
y: 34
- type: cliff
x: 19
y: -28
- type: cliff
x: 20
y: -59
- type: cliff
x: 18
y: 4
- type: cliff
x: 17
y: 35
- type: cliff
x: 19
y: -27
- type: cliff
x: 20
y: -58
- type: cliff
x: 18
y: 5
- type: cliff
x: 17
y: 36
- type: cliff
x: 19
y: -26
- type: cliff
x: 20
y: -57
- type: cliff
x: 18
y: 6
- type: cliff
x: 17
y: 37
- type: cliff
x: 19
y: -25
- type: cliff
x: 20
y: -56
- type: cliff
x: 18
y: 7
- type: cliff
x: 17
y: 38
- type: cliff
x: 19
y: -24
- type: cliff
x: 20
y: -55
- type: cliff
x: 18
y: 8
- type: cliff
x: 17
y: 39
- type: cliff
x: 19
y: -23
- type: cliff
x: 20
y: -54
- type: cliff
x: 18
y: 9
- type: cliff
x: 17
y: 40
- type: cliff
x: 19
y: -22
- type: cliff
x: 20
y: -53
- type: cliff
x: 18
y: 10
- type: cliff
x: 19
y: -21
- type: cliff
x: 17
y: 41
- type: cliff
x: 20
y: -52
- type: cliff
x: 18
y: 11
- type: cliff
x: 19
y: -20
- type: cliff
x: 20
y: -51
- type: cliff
x: 18
y: 12
- type: cliff
x: 19
y: -19
- type: cliff
x: 20
y: -50
- type: cliff
x: 18
y: 13
- type: cliff
x: 19
y: -18
- type: cliff
x: 20
y: -49
- type: cliff
x: 18
y: 14
- type: cliff
x: 19
y: -17
- type: cliff
x: 20
y: -48
- type: cliff
x: 18
y: 15
- type: cliff
x: 19
y: -16
- type: cliff
x: 20
y: -47
- type: cliff
x: 18
y: 16
- type: cliff
x: 19
y: -15
- type: cliff
x: 20
y: -46
- type: cliff
x: 18
y: 17
- type: cliff
x: 19
y: -14
- type: cliff
x: 20
y: -45
- type: cliff
x: 19
y: -13
- type: mud
x: 18
y: 18
- type: cliff
x: 20
y: -44
- type: cliff
x: 19
y: -12
- type: mud
x: 18
y: 19
- type: cliff
x: 20
y: -43
- type: cliff
x: 19
y: -11
- type: mud
x: 18
y: 20
- type: cliff
x: 20
y: -42
- type: cliff
x: 21
y: -73
- type: cliff
x: 19
y: -10
- type: mud
x: 18
y: 21
- type: cliff
x: 20
y: -41
- type: cliff
x: 21
y: -72
- type: cliff
x: 19
y: -9
- type: mud
x: 18
y: 22
- type: cliff
x: 20
y: -40
- type: cliff
x: 21
y: -71
- type: cliff
x: 19
y: -8
- type: mud
x: 18
y: 23
- type: cliff
x: 20
y: -39
- type: cliff
x: 21
y: -70
- type: cliff
x: 18
y: 24
- type: cliff
x: 19
y: -7
- type: cliff
x: 20
y: -38
- type: cliff
x: 21
y: -69
- type: cliff
x: 18
y: 25
- type: cliff
x: 19
y: -6
- type: cliff
x: 20
y: -37
- type: cliff
x: 21
y: -68
- type: cliff
x: 18
y: 26
- type: cliff
x: 19
y: -5
- type: cliff
x: 20
y: -36
- type: cliff
x: 21
y: -67
- type: cliff
x: 18
y: 27
- type: cliff
x: 19
y: -4
- type: cliff
x: 20
y: -35
- type: cliff
x: 21
y: -66
- type: cliff
x: 18
y: 28
- type: cliff
x: 19
y: -3
- type: cliff
x: 20
y: -34
- type: cliff
x: 21
y: -65
- type: cliff
x: 19
y: -2
- type: cliff
x: 18
y: 29
- type: cliff
x: 20
y: -33
- type: cliff
x: 21
y: -64
- type: cliff
x: 19
y: -1
- type: cliff
x: 18
y: 30
- type: cliff
x: 20
y: -32
- type: cliff
x: 21
y: -63
- type: cliff
x: 19
y: 0
- type: cliff
x: 18
y: 31
- type: cliff
x: 20
y: -31
- type: cliff
x: 21
y: -62
- type: cliff
x: 19
y: 1
- type: cliff
x: 18
y: 32
- type: cliff
x: 20
y: -30
- type: cliff
x: 21
y: -61
- type: cliff
x: 19
y: 2
- type: cliff
x: 18
y: 33
- type: cliff
x: 20
y: -29
- type: cliff
x: 21
y: -60
- type: cliff
x: 19
y: 3
- type: cliff
x: 18
y: 34
- type: cliff
x: 20
y: -28
- type: cliff
x: 21
y: -59
- type: cliff
x: 19
y: 4
- type: cliff
x: 18
y: 35
- type: cliff
x: 20
y: -27
- type: cliff
x: 21
y: -58
- type: cliff
x: 19
y: 5
- type: cliff
x: 18
y: 36
- type: cliff
x: 20
y: -26
- type: cliff
x: 21
y: -57
- type: cliff
x: 19
y: 6
- type: cliff
x: 18
y: 37
- type: cliff
x: 20
y: -25
- type: cliff
x: 21
y: -56
- type: cliff
x: 19
y: 7
- type: cliff
x: 18
y: 38
- type: cliff
x: 20
y: -24
- type: cliff
x: 21
y: -55
- type: cliff
x: 19
y: 8
- type: cliff
x: 18
y: 39
- type: cliff
x: 20
y: -23
- type: cliff
x: 21
y: -54
- type: cliff
x: 19
y: 9
- type: cliff
x: 18
y: 40
- type: cliff
x: 20
y: -22
- type: cliff
x: 21
y: -53
- type: cliff
x: 19
y: 10
- type: cliff
x: 20
y: -21
- type: cliff
x: 18
y: 41
- type: cliff
x: 21
y: -52
- type: cliff
x: 19
y: 11
- type: cliff
x: 20
y: -20
- type: cliff
x: 21
y: -51
- type: cliff
x: 19
y: 12
- type: cliff
x: 20
y: -19
- type: cliff
x: 21
y: -50
- type: cliff
x: 19
y: 13
- type: cliff
x: 20
y: -18
- type: cliff
x: 21
y: -49
- type: cliff
x: 19
y: 14
- type: cliff
x: 20
y: -17
- type: cliff
x: 21
y: -48
- type: cliff
x: 19
y: 15
- type: cliff
x: 20
y: -16
- type: cliff
x: 21
y: -47
- type: cliff
x: 19
y: 16
- type: cliff
x: 20
y: -15
- type: cliff
x: 21
y: -46
- type: cliff
x: 19
y: 17
- type: cliff
x: 20
y: -14
- type: cliff
x: 21
y: -45
- type: cliff
x: 20
y: -13
- type: mud
x: 19
y: 18
- type: cliff
x: 21
y: -44
- type: cliff
x: 20
y: -12
- type: mud
x: 19
y: 19
- type: cliff
x: 21
y: -43
- type: cliff
x: 20
y: -11
- type: mud
x: 19
y: 20
- type: cliff
x: 21
y: -42
- type: cliff
x: 22
y: -73
- type: cliff
x: 20
y: -10
- type: mud
x: 19
y: 21
- type: cliff
x: 21
y: -41
- type: cliff
x: 22
y: -72
- type: cliff
x: 20
y: -9
- type: mud
x: 19
y: 22
- type: cliff
x: 21
y: -40
- type: cliff
x: 22
y: -71
- type: cliff
x: 20
y: -8
- type: mud
x: 19
y: 23
- type: cliff
x: 21
y: -39
- type: cliff
x: 22
y: -70
- type: cliff
x: 19
y: 24
- type: cliff
x: 20
y: -7
- type: cliff
x: 21
y: -38
- type: cliff
x: 22
y: -69
- type: cliff
x: 19
y: 25
- type: cliff
x: 20
y: -6
- type: cliff
x: 21
y: -37
- type: cliff
x: 22
y: -68
- type: cliff
x: 19
y: 26
- type: cliff
x: 20
y: -5
- type: cliff
x: 21
y: -36
- type: cliff
x: 22
y: -67
- type: cliff
x: 19
y: 27
- type: cliff
x: 20
y: -4
- type: cliff
x: 21
y: -35
- type: cliff
x: 22
y: -66
- type: cliff
x: 19
y: 28
- type: cliff
x: 20
y: -3
- type: cliff
x: 21
y: -34
- type: cliff
x: 22
y: -65
- type: cliff
x: 20
y: -2
- type: cliff
x: 19
y: 29
- type: cliff
x: 21
y: -33
- type: cliff
x: 22
y: -64
- type: cliff
x: 20
y: -1
- type: cliff
x: 19
y: 30
- type: cliff
x: 21
y: -32
- type: cliff
x: 22
y: -63
- type: cliff
x: 20
y: 0
- type: cliff
x: 19
y: 31
- type: cliff
x: 21
y: -31
- type: cliff
x: 22
y: -62
- type: cliff
x: 20
y: 1
- type: cliff
x: 19
y: 32
- type: cliff
x: 21
y: -30
- type: cliff
x: 22
y: -61
- type: cliff
x: 20
y: 2
- type: cliff
x: 19
y: 33
- type: cliff
x: 21
y: -29
- type: cliff
x: 22
y: -60
- type: cliff
x: 20
y: 3
- type: cliff
x: 19
y: 34
- type: cliff
x: 21
y: -28
- type: cliff
x: 22
y: -59
- type: cliff
x: 20
y: 4
- type: cliff
x: 19
y: 35
- type: cliff
x: 21
y: -27
- type: cliff
x: 22
y: -58
- type: cliff
x: 20
y: 5
- type: cliff
x: 19
y: 36
- type: cliff
x: 21
y: -26
- type: cliff
x: 22
y: -57
- type: cliff
x: 20
y: 6
- type: cliff
x: 19
y: 37
- type: cliff
x: 21
y: -25
- type: cliff
x: 22
y: -56
- type: cliff
x: 20
y: 7
- type: cliff
x: 19
y: 38
- type: cliff
x: 21
y: -24
- type: cliff
x: 22
y: -55
- type: cliff
x: 20
y: 8
- type: cliff
x: 19
y: 39
- type: cliff
x: 21
y: -23
- type: cliff
x: 22
y: -54
- type: cliff
x: 20
y: 9
- type: cliff
x: 19
y: 40
- type: cliff
x: 21
y: -22
- type: cliff
x: 22
y: -53
- type: cliff
x: 20
y: 10
- type: cliff
x: 21
y: -21
- type: cliff
x: 19
y: 41
- type: cliff
x: 22
y: -52
- type: cliff
x: 20
y: 11
- type: cliff
x: 21
y: -20
- type: cliff
x: 22
y: -51
- type: cliff
x: 20
y: 12
- type: cliff
x: 21
y: -19
- type: cliff
x: 22
y: -50
- type: cliff
x: 20
y: 13
- type: cliff
x: 21
y: -18
- type: cliff
x: 22
y: -49
- type: cliff
x: 20
y: 14
- type: cliff
x: 21
y: -17
- type: cliff
x: 22
y: -48
- type: cliff
x: 20
y: 15
- type: cliff
x: 21
y: -16
- type: cliff
x: 22
y: -47
- type: cliff
x: 20
y: 16
- type: cliff
x: 21
y: -15
- type: cliff
x: 22
y: -46
- type: cliff
x: 20
y: 17
- type: cliff
x: 21
y: -14
- type: cliff
x: 22
y: -45
- type: cliff
x: 20
y: 18
- type: cliff
x: 21
y: -13
- type: cliff
x: 22
y: -44
- type: cliff
x: 21
y: -12
- type: mud
x: 20
y: 19
- type: cliff
x: 22
y: -43
- type: cliff
x: 21
y: -11
- type: mud
x: 20
y: 20
- type: cliff
x: 22
y: -42
- type: cliff
x: 23
y: -73
- type: cliff
x: 21
y: -10
- type: mud
x: 20
y: 21
- type: cliff
x: 22
y: -41
- type: cliff
x: 23
y: -72
- type: cliff
x: 21
y: -9
- type: mud
x: 20
y: 22
- type: cliff
x: 22
y: -40
- type: cliff
x: 23
y: -71
- type: cliff
x: 20
y: 23
- type: cliff
x: 21
y: -8
- type: cliff
x: 22
y: -39
- type: cliff
x: 23
y: -70
- type: cliff
x: 20
y: 24
- type: cliff
x: 21
y: -7
- type: cliff
x: 22
y: -38
- type: cliff
x: 23
y: -69
- type: cliff
x: 20
y: 25
- type: cliff
x: 21
y: -6
- type: cliff
x: 22
y: -37
- type: cliff
x: 23
y: -68
- type: cliff
x: 20
y: 26
- type: cliff
x: 21
y: -5
- type: cliff
x: 22
y: -36
- type: cliff
x: 23
y: -67
- type: cliff
x: 20
y: 27
- type: cliff
x: 21
y: -4
- type: cliff
x: 22
y: -35
- type: cliff
x: 23
y: -66
- type: cliff
x: 20
y: 28
- type: cliff
x: 21
y: -3
- type: cliff
x: 22
y: -34
- type: cliff
x: 23
y: -65
- type: cliff
x: 21
y: -2
- type: cliff
x: 20
y: 29
- type: cliff
x: 22
y: -33
- type: cliff
x: 23
y: -64
- type: cliff
x: 21
y: -1
- type: cliff
x: 20
y: 30
- type: cliff
x: 22
y: -32
- type: cliff
x: 23
y: -63
- type: cliff
x: 21
y: 0
- type: cliff
x: 20
y: 31
- type: cliff
x: 22
y: -31
- type: cliff
x: 23
y: -62
- type: cliff
x: 21
y: 1
- type: cliff
x: 20
y: 32
- type: cliff
x: 22
y: -30
- type: cliff
x: 23
y: -61
- type: cliff
x: 21
y: 2
- type: cliff
x: 20
y: 33
- type: cliff
x: 22
y: -29
- type: cliff
x: 23
y: -60
- type: cliff
x: 21
y: 3
- type: cliff
x: 20
y: 34
- type: cliff
x: 22
y: -28
- type: cliff
x: 23
y: -59
- type: cliff
x: 21
y: 4
- type: cliff
x: 20
y: 35
- type: cliff
x: 22
y: -27
- type: cliff
x: 23
y: -58
- type: cliff
x: 21
y: 5
- type: cliff
x: 20
y: 36
- type: cliff
x: 22
y: -26
- type: cliff
x: 23
y: -57
- type: cliff
x: 21
y: 6
- type: cliff
x: 20
y: 37
- type: cliff
x: 22
y: -25
- type: cliff
x: 23
y: -56
- type: cliff
x: 21
y: 7
- type: cliff
x: 20
y: 38
- type: cliff
x: 22
y: -24
- type: cliff
x: 23
y: -55
- type: cliff
x: 21
y: 8
- type: cliff
x: 20
y: 39
- type: cliff
x: 22
y: -23
- type: cliff
x: 23
y: -54
- type: cliff
x: 21
y: 9
- type: cliff
x: 20
y: 40
- type: cliff
x: 22
y: -22
- type: cliff
x: 23
y: -53
- type: cliff
x: 21
y: 10
- type: cliff
x: 22
y: -21
- type: cliff
x: 20
y: 41
- type: cliff
x: 23
y: -52
- type: cliff
x: 21
y: 11
- type: cliff
x: 22
y: -20
- type: cliff
x: 23
y: -51
- type: cliff
x: 21
y: 12
- type: cliff
x: 22
y: -19
- type: cliff
x: 23
y: -50
- type: cliff
x: 21
y: 13
- type: cliff
x: 22
y: -18
- type: cliff
x: 23
y: -49
- type: cliff
x: 21
y: 14
- type: cliff
x: 22
y: -17
- type: cliff
x: 23
y: -48
- type: cliff
x: 21
y: 15
- type: cliff
x: 22
y: -16
- type: cliff
x: 23
y: -47
- type: cliff
x: 21
y: 16
- type: cliff
x: 22
y: -15
- type: cliff
x: 23
y: -46
- type: cliff
x: 21
y: 17
- type: cliff
x: 22
y: -14
- type: cliff
x: 23
y: -45
- type: cliff
x: 21
y: 18
- type: cliff
x: 22
y: -13
- type: cliff
x: 23
y: -44
- type: cliff
x: 21
y: 19
- type: cliff
x: 22
y: -12
- type: cliff
x: 23
y: -43
- type: cliff
x: 22
y: -11
- type: mud
x: 21
y: 20
- type: cliff
x: 23
y: -42
- type: cliff
x: 24
y: -73
- type: cliff
x: 22
y: -10
- type: mud
x: 21
y: 21
- type: cliff
x: 23
y: -41
- type: cliff
x: 24
y: -72
- type: cliff
x: 21
y: 22
- type: cliff
x: 22
y: -9
- type: cliff
x: 23
y: -40
- type: cliff
x: 24
y: -71
- type: cliff
x: 21
y: 23
- type: cliff
x: 22
y: -8
- type: cliff
x: 23
y: -39
- type: cliff
x: 24
y: -70
- type: cliff
x: 21
y: 24
- type: cliff
x: 22
y: -7
- type: cliff
x: 23
y: -38
- type: cliff
x: 24
y: -69
- type: cliff
x: 21
y: 25
- type: cliff
x: 22
y: -6
- type: cliff
x: 23
y: -37
- type: cliff
x: 24
y: -68
- type: cliff
x: 21
y: 26
- type: cliff
x: 22
y: -5
- type: cliff
x: 23
y: -36
- type: cliff
x: 24
y: -67
- type: cliff
x: 21
y: 27
- type: cliff
x: 22
y: -4
- type: cliff
x: 23
y: -35
- type: cliff
x: 24
y: -66
- type: cliff
x: 21
y: 28
- type: cliff
x: 22
y: -3
- type: cliff
x: 23
y: -34
- type: cliff
x: 24
y: -65
- type: cliff
x: 22
y: -2
- type: cliff
x: 21
y: 29
- type: cliff
x: 23
y: -33
- type: cliff
x: 24
y: -64
- type: cliff
x: 22
y: -1
- type: cliff
x: 21
y: 30
- type: cliff
x: 23
y: -32
- type: cliff
x: 24
y: -63
- type: cliff
x: 22
y: 0
- type: cliff
x: 21
y: 31
- type: cliff
x: 23
y: -31
- type: cliff
x: 24
y: -62
- type: cliff
x: 22
y: 1
- type: cliff
x: 21
y: 32
- type: cliff
x: 23
y: -30
- type: cliff
x: 24
y: -61
- type: cliff
x: 22
y: 2
- type: cliff
x: 21
y: 33
- type: cliff
x: 23
y: -29
- type: cliff
x: 24
y: -60
- type: cliff
x: 22
y: 3
- type: cliff
x: 21
y: 34
- type: cliff
x: 23
y: -28
- type: cliff
x: 24
y: -59
- type: cliff
x: 22
y: 4
- type: cliff
x: 21
y: 35
- type: cliff
x: 23
y: -27
- type: cliff
x: 24
y: -58
- type: cliff
x: 22
y: 5
- type: cliff
x: 21
y: 36
- type: cliff
x: 23
y: -26
- type: cliff
x: 24
y: -57
- type: cliff
x: 22
y: 6
- type: cliff
x: 21
y: 37
- type: cliff
x: 23
y: -25
- type: cliff
x: 24
y: -56
- type: cliff
x: 22
y: 7
- type: cliff
x: 21
y: 38
- type: cliff
x: 23
y: -24
- type: cliff
x: 24
y: -55
- type: cliff
x: 22
y: 8
- type: cliff
x: 21
y: 39
- type: cliff
x: 23
y: -23
- type: cliff
x: 24
y: -54
- type: cliff
x: 22
y: 9
- type: cliff
x: 21
y: 40
- type: cliff
x: 23
y: -22
- type: cliff
x: 24
y: -53
- type: cliff
x: 22
y: 10
- type: cliff
x: 23
y: -21
- type: cliff
x: 21
y: 41
- type: cliff
x: 24
y: -52
- type: cliff
x: 22
y: 11
- type: cliff
x: 23
y: -20
- type: cliff
x: 24
y: -51
- type: cliff
x: 22
y: 12
- type: cliff
x: 23
y: -19
- type: cliff
x: 24
y: -50
- type: cliff
x: 22
y: 13
- type: cliff
x: 23
y: -18
- type: cliff
x: 24
y: -49
- type: cliff
x: 22
y: 14
- type: cliff
x: 23
y: -17
- type: cliff
x: 24
y: -48
- type: cliff
x: 22
y: 15
- type: cliff
x: 23
y: -16
- type: cliff
x: 24
y: -47
- type: cliff
x: 22
y: 16
- type: cliff
x: 23
y: -15
- type: cliff
x: 24
y: -46
- type: cliff
x: 22
y: 17
- type: cliff
x: 23
y: -14
- type: cliff
x: 24
y: -45
- type: cliff
x: 22
y: 18
- type: cliff
x: 23
y: -13
- type: cliff
x: 24
y: -44
- type: cliff
x: 22
y: 19
- type: cliff
x: 23
y: -12
- type: cliff
x: 24
y: -43
- type: cliff
x: 22
y: 20
- type: cliff
x: 23
y: -11
- type: cliff
x: 24
y: -42
- type: cliff
x: 25
y: -73
- type: cliff
x: 22
y: 21
- type: cliff
x: 23
y: -10
- type: cliff
x: 24
y: -41
- type: cliff
x: 25
y: -72
- type: cliff
x: 22
y: 22
- type: cliff
x: 23
y: -9
- type: cliff
x: 24
y: -40
- type: cliff
x: 25
y: -71
- type: cliff
x: 22
y: 23
- type: cliff
x: 23
y: -8
- type: cliff
x: 24
y: -39
- type: cliff
x: 25
y: -70
- type: cliff
x: 22
y: 24
- type: cliff
x: 23
y: -7
- type: cliff
x: 24
y: -38
- type: cliff
x: 25
y: -69
- type: cliff
x: 22
y: 25
- type: cliff
x: 23
y: -6
- type: cliff
x: 24
y: -37
- type: cliff
x: 25
y: -68
- type: cliff
x: 22
y: 26
- type: cliff
x: 23
y: -5
- type: cliff
x: 24
y: -36
- type: cliff
x: 25
y: -67
- type: cliff
x: 22
y: 27
- type: cliff
x: 23
y: -4
- type: cliff
x: 24
y: -35
- type: cliff
x: 25
y: -66
- type: cliff
x: 22
y: 28
- type: cliff
x: 23
y: -3
- type: cliff
x: 24
y: -34
- type: cliff
x: 25
y: -65
- type: cliff
x: 23
y: -2
- type: cliff
x: 22
y: 29
- type: cliff
x: 24
y: -33
- type: cliff
x: 25
y: -64
- type: cliff
x: 23
y: -1
- type: cliff
x: 22
y: 30
- type: cliff
x: 24
y: -32
- type: cliff
x: 25
y: -63
- type: cliff
x: 23
y: 0
- type: cliff
x: 22
y: 31
- type: cliff
x: 24
y: -31
- type: cliff
x: 25
y: -62
- type: cliff
x: 23
y: 1
- type: cliff
x: 22
y: 32
- type: cliff
x: 24
y: -30
- type: cliff
x: 25
y: -61
- type: cliff
x: 23
y: 2
- type: cliff
x: 22
y: 33
- type: cliff
x: 24
y: -29
- type: cliff
x: 25
y: -60
- type: cliff
x: 23
y: 3
- type: cliff
x: 22
y: 34
- type: cliff
x: 24
y: -28
- type: cliff
x: 25
y: -59
- type: cliff
x: 23
y: 4
- type: cliff
x: 22
y: 35
- type: cliff
x: 24
y: -27
- type: cliff
x: 25
y: -58
- type: cliff
x: 23
y: 5
- type: cliff
x: 22
y: 36
- type: cliff
x: 24
y: -26
- type: cliff
x: 25
y: -57
- type: cliff
x: 23
y: 6
- type: cliff
x: 22
y: 37
- type: cliff
x: 24
y: -25
- type: cliff
x: 25
y: -56
- type: cliff
x: 23
y: 7
- type: cliff
x: 22
y: 38
- type: cliff
x: 24
y: -24
- type: cliff
x: 25
y: -55
- type: cliff
x: 23
y: 8
- type: cliff
x: 22
y: 39
- type: cliff
x: 24
y: -23
- type: cliff
x: 25
y: -54
- type: cliff
x: 23
y: 9
- type: cliff
x: 22
y: 40
- type: cliff
x: 24
y: -22
- type: cliff
x: 25
y: -53
- type: cliff
x: 23
y: 10
- type: cliff
x: 24
y: -21
- type: cliff
x: 22
y: 41
- type: cliff
x: 25
y: -52
- type: cliff
x: 23
y: 11
- type: cliff
x: 24
y: -20
- type: cliff
x: 25
y: -51
- type: cliff
x: 23
y: 12
- type: cliff
x: 24
y: -19
- type: cliff
x: 25
y: -50
- type: cliff
x: 23
y: 13
- type: cliff
x: 24
y: -18
- type: cliff
x: 25
y: -49
- type: cliff
x: 23
y: 14
- type: cliff
x: 24
y: -17
- type: cliff
x: 25
y: -48
- type: cliff
x: 23
y: 15
- type: cliff
x: 24
y: -16
- type: cliff
x: 25
y: -47
- type: cliff
x: 23
y: 16
- type: cliff
x: 24
y: -15
- type: cliff
x: 25
y: -46
- type: cliff
x: 23
y: 17
- type: cliff
x: 24
y: -14
- type: cliff
x: 25
y: -45
- type: cliff
x: 23
y: 18
- type: cliff
x: 24
y: -13
- type: cliff
x: 25
y: -44
- type: cliff
x: 23
y: 19
- type: cliff
x: 24
y: -12
- type: cliff
x: 25
y: -43
- type: cliff
x: 23
y: 20
- type: cliff
x: 24
y: -11
- type: cliff
x: 25
y: -42
- type: cliff
x: 26
y: -73
- type: cliff
x: 23
y: 21
- type: cliff
x: 24
y: -10
- type: cliff
x: 25
y: -41
- type: cliff
x: 26
y: -72
- type: cliff
x: 23
y: 22
- type: cliff
x: 24
y: -9
- type: cliff
x: 25
y: -40
- type: cliff
x: 26
y: -71
- type: cliff
x: 23
y: 23
- type: cliff
x: 24
y: -8
- type: cliff
x: 25
y: -39
- type: cliff
x: 26
y: -70
- type: cliff
x: 23
y: 24
- type: cliff
x: 24
y: -7
- type: cliff
x: 25
y: -38
- type: cliff
x: 26
y: -69
- type: cliff
x: 23
y: 25
- type: cliff
x: 24
y: -6
- type: cliff
x: 25
y: -37
- type: cliff
x: 26
y: -68
- type: cliff
x: 23
y: 26
- type: cliff
x: 24
y: -5
- type: cliff
x: 25
y: -36
- type: cliff
x: 26
y: -67
- type: cliff
x: 23
y: 27
- type: cliff
x: 24
y: -4
- type: cliff
x: 25
y: -35
- type: cliff
x: 26
y: -66
- type: cliff
x: 23
y: 28
- type: cliff
x: 24
y: -3
- type: cliff
x: 25
y: -34
- type: cliff
x: 26
y: -65
- type: cliff
x: 24
y: -2
- type: cliff
x: 23
y: 29
- type: cliff
x: 25
y: -33
- type: cliff
x: 26
y: -64
- type: cliff
x: 24
y: -1
- type: cliff
x: 23
y: 30
- type: cliff
x: 25
y: -32
- type: cliff
x: 26
y: -63
- type: cliff
x: 24
y: 0
- type: cliff
x: 23
y: 31
- type: cliff
x: 25
y: -31
- type: cliff
x: 26
y: -62
- type: cliff
x: 24
y: 1
- type: cliff
x: 23
y: 32
- type: cliff
x: 25
y: -30
- type: cliff
x: 26
y: -61
- type: cliff
x: 24
y: 2
- type: cliff
x: 23
y: 33
- type: cliff
x: 25
y: -29
- type: cliff
x: 26
y: -60
- type: cliff
x: 24
y: 3
- type: cliff
x: 23
y: 34
- type: cliff
x: 25
y: -28
- type: cliff
x: 26
y: -59
- type: cliff
x: 24
y: 4
- type: cliff
x: 23
y: 35
- type: cliff
x: 25
y: -27
- type: cliff
x: 26
y: -58
- type: cliff
x: 24
y: 5
- type: cliff
x: 23
y: 36
- type: cliff
x: 25
y: -26
- type: cliff
x: 26
y: -57
- type: cliff
x: 24
y: 6
- type: cliff
x: 23
y: 37
- type: cliff
x: 25
y: -25
- type: cliff
x: 26
y: -56
- type: cliff
x: 24
y: 7
- type: cliff
x: 23
y: 38
- type: cliff
x: 25
y: -24
- type: cliff
x: 26
y: -55
- type: cliff
x: 24
y: 8
- type: cliff
x: 23
y: 39
- type: cliff
x: 25
y: -23
- type: cliff
x: 26
y: -54
- type: cliff
x: 24
y: 9
- type: cliff
x: 23
y: 40
- type: cliff
x: 25
y: -22
- type: cliff
x: 26
y: -53
- type: cliff
x: 24
y: 10
- type: cliff
x: 25
y: -21
- type: cliff
x: 23
y: 41
- type: cliff
x: 26
y: -52
- type: cliff
x: 24
y: 11
- type: cliff
x: 25
y: -20
- type: cliff
x: 26
y: -51
- type: cliff
x: 24
y: 12
- type: cliff
x: 25
y: -19
- type: cliff
x: 26
y: -50
- type: cliff
x: 24
y: 13
- type: cliff
x: 25
y: -18
- type: cliff
x: 26
y: -49
- type: cliff
x: 24
y: 14
- type: cliff
x: 25
y: -17
- type: cliff
x: 26
y: -48
- type: cliff
x: 24
y: 15
- type: cliff
x: 25
y: -16
- type: cliff
x: 26
y: -47
- type: cliff
x: 24
y: 16
- type: cliff
x: 25
y: -15
- type: cliff
x: 26
y: -46
- type: cliff
x: 24
y: 17
- type: cliff
x: 25
y: -14
- type: cliff
x: 26
y: -45
- type: cliff
x: 24
y: 18
- type: cliff
x: 25
y: -13
- type: cliff
x: 26
y: -44
- type: cliff
x: 24
y: 19
- type: cliff
x: 25
y: -12
- type: cliff
x: 26
y: -43
- type: cliff
x: 24
y: 20
- type: cliff
x: 25
y: -11
- type: cliff
x: 26
y: -42
- type: cliff
x: 27
y: -73
- type: cliff
x: 24
y: 21
- type: cliff
x: 25
y: -10
- type: cliff
x: 26
y: -41
- type: cliff
x: 27
y: -72
- type: cliff
x: 24
y: 22
- type: cliff
x: 25
y: -9
- type: cliff
x: 26
y: -40
- type: cliff
x: 27
y: -71
- type: cliff
x: 24
y: 23
- type: cliff
x: 25
y: -8
- type: cliff
x: 26
y: -39
- type: cliff
x: 27
y: -70
- type: cliff
x: 24
y: 24
- type: cliff
x: 25
y: -7
- type: cliff
x: 26
y: -38
- type: cliff
x: 27
y: -69
- type: cliff
x: 24
y: 25
- type: cliff
x: 25
y: -6
- type: cliff
x: 26
y: -37
- type: cliff
x: 27
y: -68
- type: cliff
x: 24
y: 26
- type: cliff
x: 25
y: -5
- type: cliff
x: 26
y: -36
- type: cliff
x: 27
y: -67
- type: cliff
x: 24
y: 27
- type: cliff
x: 25
y: -4
- type: cliff
x: 26
y: -35
- type: cliff
x: 27
y: -66
- type: cliff
x: 24
y: 28
- type: cliff
x: 25
y: -3
- type: cliff
x: 26
y: -34
- type: cliff
x: 27
y: -65
- type: cliff
x: 25
y: -2
- type: cliff
x: 24
y: 29
- type: cliff
x: 26
y: -33
- type: cliff
x: 27
y: -64
- type: cliff
x: 25
y: -1
- type: cliff
x: 24
y: 30
- type: cliff
x: 26
y: -32
- type: cliff
x: 27
y: -63
- type: cliff
x: 25
y: 0
- type: cliff
x: 24
y: 31
- type: cliff
x: 26
y: -31
- type: cliff
x: 27
y: -62
- type: cliff
x: 25
y: 1
- type: cliff
x: 24
y: 32
- type: cliff
x: 26
y: -30
- type: cliff
x: 27
y: -61
- type: cliff
x: 25
y: 2
- type: cliff
x: 24
y: 33
- type: cliff
x: 26
y: -29
- type: cliff
x: 27
y: -60
- type: cliff
x: 25
y: 3
- type: cliff
x: 24
y: 34
- type: cliff
x: 26
y: -28
- type: cliff
x: 27
y: -59
- type: cliff
x: 25
y: 4
- type: cliff
x: 24
y: 35
- type: cliff
x: 26
y: -27
- type: cliff
x: 27
y: -58
- type: cliff
x: 25
y: 5
- type: cliff
x: 24
y: 36
- type: cliff
x: 26
y: -26
- type: cliff
x: 27
y: -57
- type: cliff
x: 25
y: 6
- type: cliff
x: 24
y: 37
- type: cliff
x: 26
y: -25
- type: cliff
x: 27
y: -56
- type: cliff
x: 25
y: 7
- type: cliff
x: 24
y: 38
- type: cliff
x: 26
y: -24
- type: cliff
x: 27
y: -55
- type: cliff
x: 25
y: 8
- type: cliff
x: 24
y: 39
- type: cliff
x: 26
y: -23
- type: cliff
x: 27
y: -54
- type: cliff
x: 25
y: 9
- type: cliff
x: 24
y: 40
- type: cliff
x: 26
y: -22
- type: cliff
x: 27
y: -53
- type: cliff
x: 25
y: 10
- type: cliff
x: 26
y: -21
- type: cliff
x: 24
y: 41
- type: cliff
x: 27
y: -52
- type: cliff
x: 25
y: 11
- type: cliff
x: 26
y: -20
- type: cliff
x: 27
y: -51
- type: cliff
x: 25
y: 12
- type: cliff
x: 26
y: -19
- type: cliff
x: 27
y: -50
- type: cliff
x: 25
y: 13
- type: cliff
x: 26
y: -18
- type: cliff
x: 27
y: -49
- type: cliff
x: 25
y: 14
- type: cliff
x: 26
y: -17
- type: cliff
x: 27
y: -48
- type: cliff
x: 25
y: 15
- type: cliff
x: 26
y: -16
- type: cliff
x: 27
y: -47
- type: cliff
x: 25
y: 16
- type: cliff
x: 26
y: -15
- type: cliff
x: 27
y: -46
- type: cliff
x: 25
y: 17
- type: cliff
x: 26
y: -14
- type: cliff
x: 27
y: -45
- type: cliff
x: 25
y: 18
- type: cliff
x: 26
y: -13
- type: cliff
x: 27
y: -44
- type: cliff
x: 25
y: 19
- type: cliff
x: 26
y: -12
- type: cliff
x: 27
y: -43
- type: cliff
x: 25
y: 20
- type: cliff
x: 26
y: -11
- type: cliff
x: 27
y: -42
- type: cliff
x: 28
y: -73
- type: cliff
x: 25
y: 21
- type: cliff
x: 26
y: -10
- type: cliff
x: 27
y: -41
- type: cliff
x: 28
y: -72
- type: cliff
x: 25
y: 22
- type: cliff
x: 26
y: -9
- type: cliff
x: 27
y: -40
- type: cliff
x: 28
y: -71
- type: cliff
x: 25
y: 23
- type: cliff
x: 26
y: -8
- type: cliff
x: 27
y: -39
- type: cliff
x: 28
y: -70
- type: cliff
x: 25
y: 24
- type: cliff
x: 26
y: -7
- type: cliff
x: 27
y: -38
- type: cliff
x: 28
y: -69
- type: cliff
x: 25
y: 25
- type: cliff
x: 26
y: -6
- type: cliff
x: 27
y: -37
- type: cliff
x: 28
y: -68
- type: cliff
x: 25
y: 26
- type: cliff
x: 26
y: -5
- type: cliff
x: 27
y: -36
- type: cliff
x: 28
y: -67
- type: cliff
x: 25
y: 27
- type: cliff
x: 26
y: -4
- type: cliff
x: 27
y: -35
- type: cliff
x: 28
y: -66
- type: cliff
x: 25
y: 28
- type: cliff
x: 26
y: -3
- type: cliff
x: 27
y: -34
- type: cliff
x: 28
y: -65
- type: cliff
x: 26
y: -2
- type: cliff
x: 25
y: 29
- type: cliff
x: 27
y: -33
- type: cliff
x: 28
y: -64
- type: cliff
x: 26
y: -1
- type: cliff
x: 25
y: 30
- type: cliff
x: 27
y: -32
- type: cliff
x: 28
y: -63
- type: cliff
x: 26
y: 0
- type: cliff
x: 25
y: 31
- type: cliff
x: 27
y: -31
- type: cliff
x: 28
y: -62
- type: cliff
x: 26
y: 1
- type: cliff
x: 25
y: 32
- type: cliff
x: 27
y: -30
- type: cliff
x: 28
y: -61
- type: cliff
x: 26
y: 2
- type: cliff
x: 25
y: 33
- type: cliff
x: 27
y: -29
- type: cliff
x: 28
y: -60
- type: cliff
x: 26
y: 3
- type: cliff
x: 25
y: 34
- type: cliff
x: 27
y: -28
- type: cliff
x: 28
y: -59
- type: cliff
x: 26
y: 4
- type: cliff
x: 25
y: 35
- type: cliff
x: 27
y: -27
- type: cliff
x: 28
y: -58
- type: cliff
x: 26
y: 5
- type: cliff
x: 25
y: 36
- type: cliff
x: 27
y: -26
- type: cliff
x: 28
y: -57
- type: cliff
x: 26
y: 6
- type: cliff
x: 25
y: 37
- type: cliff
x: 27
y: -25
- type: cliff
x: 28
y: -56
- type: cliff
x: 26
y: 7
- type: cliff
x: 25
y: 38
- type: cliff
x: 27
y: -24
- type: cliff
x: 28
y: -55
- type: cliff
x: 26
y: 8
- type: cliff
x: 25
y: 39
- type: cliff
x: 27
y: -23
- type: cliff
x: 28
y: -54
- type: cliff
x: 26
y: 9
- type: cliff
x: 25
y: 40
- type: cliff
x: 27
y: -22
- type: cliff
x: 28
y: -53
- type: cliff
x: 26
y: 10
- type: cliff
x: 27
y: -21
- type: cliff
x: 25
y: 41
- type: cliff
x: 28
y: -52
- type: cliff
x: 26
y: 11
- type: cliff
x: 27
y: -20
- type: cliff
x: 28
y: -51
- type: cliff
x: 26
y: 12
- type: cliff
x: 27
y: -19
- type: cliff
x: 28
y: -50
- type: cliff
x: 26
y: 13
- type: cliff
x: 27
y: -18
- type: cliff
x: 28
y: -49
- type: cliff
x: 26
y: 14
- type: cliff
x: 27
y: -17
- type: cliff
x: 28
y: -48
- type: cliff
x: 26
y: 15
- type: cliff
x: 27
y: -16
- type: cliff
x: 28
y: -47
- type: cliff
x: 26
y: 16
- type: cliff
x: 27
y: -15
- type: cliff
x: 28
y: -46
- type: cliff
x: 26
y: 17
- type: cliff
x: 27
y: -14
- type: cliff
x: 28
y: -45
- type: cliff
x: 26
y: 18
- type: cliff
x: 27
y: -13
- type: cliff
x: 28
y: -44
- type: cliff
x: 26
y: 19
- type: cliff
x: 27
y: -12
- type: cliff
x: 28
y: -43
- type: cliff
x: 26
y: 20
- type: cliff
x: 27
y: -11
- type: cliff
x: 28
y: -42
- type: cliff
x: 29
y: -73
- type: cliff
x: 26
y: 21
- type: cliff
x: 27
y: -10
- type: cliff
x: 28
y: -41
- type: cliff
x: 29
y: -72
- type: cliff
x: 26
y: 22
- type: cliff
x: 27
y: -9
- type: cliff
x: 28
y: -40
- type: cliff
x: 29
y: -71
- type: cliff
x: 26
y: 23
- type: cliff
x: 27
y: -8
- type: cliff
x: 28
y: -39
- type: cliff
x: 29
y: -70
- type: cliff
x: 26
y: 24
- type: cliff
x: 27
y: -7
- type: cliff
x: 28
y: -38
- type: cliff
x: 29
y: -69
- type: cliff
x: 26
y: 25
- type: cliff
x: 27
y: -6
- type: cliff
x: 28
y: -37
- type: cliff
x: 29
y: -68
- type: cliff
x: 26
y: 26
- type: cliff
x: 27
y: -5
- type: cliff
x: 28
y: -36
- type: cliff
x: 29
y: -67
- type: cliff
x: 26
y: 27
- type: cliff
x: 27
y: -4
- type: cliff
x: 28
y: -35
- type: cliff
x: 29
y: -66
- type: cliff
x: 26
y: 28
- type: cliff
x: 27
y: -3
- type: cliff
x: 28
y: -34
- type: cliff
x: 29
y: -65
- type: cliff
x: 26
y: 29
- type: cliff
x: 27
y: -2
- type: cliff
x: 28
y: -33
- type: cliff
x: 29
y: -64
- type: cliff
x: 27
y: -1
- type: cliff
x: 26
y: 30
- type: cliff
x: 28
y: -32
- type: cliff
x: 29
y: -63
- type: cliff
x: 27
y: 0
- type: cliff
x: 26
y: 31
- type: cliff
x: 28
y: -31
- type: cliff
x: 29
y: -62
- type: cliff
x: 27
y: 1
- type: cliff
x: 26
y: 32
- type: cliff
x: 28
y: -30
- type: cliff
x: 29
y: -61
- type: cliff
x: 27
y: 2
- type: cliff
x: 26
y: 33
- type: cliff
x: 28
y: -29
- type: cliff
x: 29
y: -60
- type: cliff
x: 27
y: 3
- type: cliff
x: 26
y: 34
- type: cliff
x: 28
y: -28
- type: cliff
x: 29
y: -59
- type: cliff
x: 27
y: 4
- type: cliff
x: 26
y: 35
- type: cliff
x: 28
y: -27
- type: cliff
x: 29
y: -58
- type: cliff
x: 27
y: 5
- type: cliff
x: 26
y: 36
- type: cliff
x: 28
y: -26
- type: cliff
x: 29
y: -57
- type: cliff
x: 27
y: 6
- type: cliff
x: 26
y: 37
- type: cliff
x: 28
y: -25
- type: cliff
x: 29
y: -56
- type: cliff
x: 27
y: 7
- type: cliff
x: 26
y: 38
- type: cliff
x: 28
y: -24
- type: cliff
x: 29
y: -55
- type: cliff
x: 27
y: 8
- type: cliff
x: 26
y: 39
- type: cliff
x: 28
y: -23
- type: cliff
x: 29
y: -54
- type: cliff
x: 27
y: 9
- type: cliff
x: 26
y: 40
- type: cliff
x: 28
y: -22
- type: cliff
x: 29
y: -53
- type: cliff
x: 27
y: 10
- type: cliff
x: 28
y: -21
- type: cliff
x: 26
y: 41
- type: cliff
x: 29
y: -52
- type: cliff
x: 27
y: 11
- type: cliff
x: 28
y: -20
- type: cliff
x: 29
y: -51
- type: cliff
x: 27
y: 12
- type: cliff
x: 28
y: -19
- type: cliff
x: 29
y: -50
- type: cliff
x: 27
y: 13
- type: cliff
x: 28
y: -18
- type: cliff
x: 29
y: -49
- type: cliff
x: 27
y: 14
- type: cliff
x: 28
y: -17
- type: cliff
x: 29
y: -48
- type: cliff
x: 27
y: 15
- type: cliff
x: 28
y: -16
- type: cliff
x: 29
y: -47
- type: cliff
x: 27
y: 16
- type: cliff
x: 28
y: -15
- type: cliff
x: 29
y: -46
- type: cliff
x: 27
y: 17
- type: cliff
x: 28
y: -14
- type: cliff
x: 29
y: -45
- type: cliff
x: 27
y: 18
- type: cliff
x: 28
y: -13
- type: cliff
x: 29
y: -44
- type: cliff
x: 27
y: 19
- type: cliff
x: 28
y: -12
- type: cliff
x: 29
y: -43
- type: cliff
x: 27
y: 20
- type: cliff
x: 28
y: -11
- type: cliff
x: 29
y: -42
- type: cliff
x: 27
y: 21
- type: cliff
x: 28
y: -10
- type: cliff
x: 29
y: -41
- type: cliff
x: 27
y: 22
- type: cliff
x: 28
y: -9
- type: cliff
x: 29
y: -40
- type: cliff
x: 27
y: 23
- type: cliff
x: 28
y: -8
- type: cliff
x: 29
y: -39
- type: cliff
x: 27
y: 24
- type: cliff
x: 28
y: -7
- type: cliff
x: 29
y: -38
- type: cliff
x: 27
y: 25
- type: cliff
x: 28
y: -6
- type: cliff
x: 29
y: -37
- type: cliff
x: 27
y: 26
- type: cliff
x: 28
y: -5
- type: cliff
x: 29
y: -36
- type: cliff
x: 27
y: 27
- type: cliff
x: 28
y: -4
- type: cliff
x: 29
y: -35
- type: cliff
x: 27
y: 28
- type: cliff
x: 28
y: -3
- type: cliff
x: 29
y: -34
- type: cliff
x: 27
y: 29
- type: cliff
x: 28
y: -2
- type: cliff
x: 29
y: -33
- type: cliff
x: 28
y: -1
- type: cliff
x: 27
y: 30
- type: cliff
x: 29
y: -32
- type: cliff
x: 28
y: 0
- type: cliff
x: 27
y: 31
- type: cliff
x: 29
y: -31
- type: cliff
x: 30
y: -62
- type: cliff
x: 28
y: 1
- type: cliff
x: 27
y: 32
- type: cliff
x: 29
y: -30
- type: cliff
x: 30
y: -61
- type: cliff
x: 28
y: 2
- type: cliff
x: 27
y: 33
- type: cliff
x: 29
y: -29
- type: cliff
x: 30
y: -60
- type: cliff
x: 28
y: 3
- type: cliff
x: 27
y: 34
- type: cliff
x: 29
y: -28
- type: cliff
x: 30
y: -59
- type: cliff
x: 28
y: 4
- type: cliff
x: 27
y: 35
- type: cliff
x: 29
y: -27
- type: cliff
x: 30
y: -58
- type: cliff
x: 28
y: 5
- type: cliff
x: 27
y: 36
- type: cliff
x: 29
y: -26
- type: cliff
x: 30
y: -57
- type: cliff
x: 28
y: 6
- type: cliff
x: 27
y: 37
- type: cliff
x: 29
y: -25
- type: cliff
x: 30
y: -56
- type: cliff
x: 28
y: 7
- type: cliff
x: 27
y: 38
- type: cliff
x: 29
y: -24
- type: cliff
x: 30
y: -55
- type: cliff
x: 28
y: 8
- type: cliff
x: 27
y: 39
- type: cliff
x: 29
y: -23
- type: cliff
x: 30
y: -54
- type: cliff
x: 28
y: 9
- type: cliff
x: 27
y: 40
- type: cliff
x: 29
y: -22
- type: cliff
x: 30
y: -53
- type: cliff
x: 28
y: 10
- type: cliff
x: 29
y: -21
- type: cliff
x: 27
y: 41
- type: cliff
x: 30
y: -52
- type: cliff
x: 28
y: 11
- type: cliff
x: 29
y: -20
- type: cliff
x: 30
y: -51
- type: cliff
x: 28
y: 12
- type: cliff
x: 29
y: -19
- type: cliff
x: 30
y: -50
- type: cliff
x: 28
y: 13
- type: cliff
x: 29
y: -18
- type: cliff
x: 30
y: -49
- type: cliff
x: 28
y: 14
- type: cliff
x: 29
y: -17
- type: cliff
x: 30
y: -48
- type: cliff
x: 28
y: 15
- type: cliff
x: 29
y: -16
- type: cliff
x: 30
y: -47
- type: cliff
x: 28
y: 16
- type: cliff
x: 29
y: -15
- type: cliff
x: 30
y: -46
- type: cliff
x: 28
y: 17
- type: cliff
x: 29
y: -14
- type: cliff
x: 30
y: -45
- type: cliff
x: 28
y: 18
- type: cliff
x: 29
y: -13
- type: cliff
x: 30
y: -44
- type: cliff
x: 28
y: 19
- type: cliff
x: 29
y: -12
- type: cliff
x: 30
y: -43
- type: cliff
x: 28
y: 20
- type: cliff
x: 29
y: -11
- type: cliff
x: 30
y: -42
- type: cliff
x: 28
y: 21
- type: cliff
x: 29
y: -10
- type: cliff
x: 30
y: -41
- type: cliff
x: 28
y: 22
- type: cliff
x: 29
y: -9
- type: cliff
x: 30
y: -40
- type: cliff
x: 28
y: 23
- type: cliff
x: 29
y: -8
- type: cliff
x: 30
y: -39
- type: cliff
x: 28
y: 24
- type: cliff
x: 29
y: -7
- type: cliff
x: 30
y: -38
- type: cliff
x: 28
y: 25
- type: cliff
x: 29
y: -6
- type: cliff
x: 30
y: -37
- type: cliff
x: 28
y: 26
- type: cliff
x: 29
y: -5
- type: cliff
x: 30
y: -36
- type: cliff
x: 28
y: 27
- type: cliff
x: 29
y: -4
- type: cliff
x: 30
y: -35
- type: cliff
x: 28
y: 28
- type: cliff
x: 29
y: -3
- type: cliff
x: 30
y: -34
- type: cliff
x: 28
y: 29
- type: cliff
x: 29
y: -2
- type: cliff
x: 30
y: -33
- type: cliff
x: 29
y: -1
- type: cliff
x: 28
y: 30
- type: cliff
x: 30
y: -32
- type: cliff
x: 29
y: 0
- type: cliff
x: 28
y: 31
- type: cliff
x: 30
y: -31
- type: cliff
x: 31
y: -62
- type: cliff
x: 29
y: 1
- type: cliff
x: 28
y: 32
- type: cliff
x: 30
y: -30
- type: cliff
x: 31
y: -61
- type: cliff
x: 29
y: 2
- type: cliff
x: 28
y: 33
- type: cliff
x: 30
y: -29
- type: cliff
x: 31
y: -60
- type: cliff
x: 29
y: 3
- type: cliff
x: 28
y: 34
- type: cliff
x: 30
y: -28
- type: cliff
x: 31
y: -59
- type: cliff
x: 29
y: 4
- type: cliff
x: 28
y: 35
- type: cliff
x: 30
y: -27
- type: cliff
x: 31
y: -58
- type: cliff
x: 29
y: 5
- type: cliff
x: 28
y: 36
- type: cliff
x: 30
y: -26
- type: cliff
x: 31
y: -57
- type: cliff
x: 29
y: 6
- type: cliff
x: 28
y: 37
- type: cliff
x: 30
y: -25
- type: cliff
x: 31
y: -56
- type: cliff
x: 29
y: 7
- type: cliff
x: 28
y: 38
- type: cliff
x: 30
y: -24
- type: cliff
x: 31
y: -55
- type: cliff
x: 29
y: 8
- type: cliff
x: 28
y: 39
- type: cliff
x: 30
y: -23
- type: cliff
x: 31
y: -54
- type: cliff
x: 29
y: 9
- type: cliff
x: 28
y: 40
- type: cliff
x: 30
y: -22
- type: cliff
x: 31
y: -53
- type: cliff
x: 29
y: 10
- type: cliff
x: 30
y: -21
- type: cliff
x: 28
y: 41
- type: cliff
x: 31
y: -52
- type: cliff
x: 29
y: 11
- type: cliff
x: 30
y: -20
- type: cliff
x: 31
y: -51
- type: cliff
x: 29
y: 12
- type: cliff
x: 30
y: -19
- type: cliff
x: 31
y: -50
- type: cliff
x: 29
y: 13
- type: cliff
x: 30
y: -18
- type: cliff
x: 31
y: -49
- type: cliff
x: 29
y: 14
- type: cliff
x: 30
y: -17
- type: cliff
x: 31
y: -48
- type: cliff
x: 29
y: 15
- type: cliff
x: 30
y: -16
- type: cliff
x: 31
y: -47
- type: cliff
x: 29
y: 16
- type: cliff
x: 30
y: -15
- type: cliff
x: 31
y: -46
- type: cliff
x: 29
y: 17
- type: cliff
x: 30
y: -14
- type: cliff
x: 31
y: -45
- type: cliff
x: 29
y: 18
- type: cliff
x: 30
y: -13
- type: cliff
x: 31
y: -44
- type: cliff
x: 29
y: 19
- type: cliff
x: 30
y: -12
- type: cliff
x: 31
y: -43
- type: cliff
x: 29
y: 20
- type: cliff
x: 30
y: -11
- type: cliff
x: 31
y: -42
- type: cliff
x: 29
y: 21
- type: cliff
x: 30
y: -10
- type: cliff
x: 31
y: -41
- type: cliff
x: 29
y: 22
- type: cliff
x: 30
y: -9
- type: cliff
x: 31
y: -40
- type: cliff
x: 29
y: 23
- type: cliff
x: 30
y: -8
- type: cliff
x: 31
y: -39
- type: cliff
x: 29
y: 24
- type: cliff
x: 30
y: -7
- type: cliff
x: 31
y: -38
- type: cliff
x: 29
y: 25
- type: cliff
x: 30
y: -6
- type: cliff
x: 31
y: -37
- type: cliff
x: 29
y: 26
- type: cliff
x: 30
y: -5
- type: cliff
x: 31
y: -36
- type: cliff
x: 29
y: 27
- type: cliff
x: 30
y: -4
- type: cliff
x: 31
y: -35
- type: cliff
x: 29
y: 28
- type: cliff
x: 30
y: -3
- type: cliff
x: 31
y: -34
- type: cliff
x: 29
y: 29
- type: cliff
x: 30
y: -2
- type: cliff
x: 31
y: -33
- type: cliff
x: 30
y: -1
- type: cliff
x: 29
y: 30
- type: cliff
x: 31
y: -32
- type: cliff
x: 30
y: 0
- type: cliff
x: 29
y: 31
- type: cliff
x: 31
y: -31
- type: cliff
x: 32
y: -62
- type: cliff
x: 30
y: 1
- type: cliff
x: 29
y: 32
- type: cliff
x: 31
y: -30
- type: cliff
x: 32
y: -61
- type: cliff
x: 30
y: 2
- type: cliff
x: 29
y: 33
- type: cliff
x: 31
y: -29
- type: cliff
x: 32
y: -60
- type: cliff
x: 30
y: 3
- type: cliff
x: 29
y: 34
- type: cliff
x: 31
y: -28
- type: cliff
x: 32
y: -59
- type: cliff
x: 30
y: 4
- type: cliff
x: 29
y: 35
- type: cliff
x: 31
y: -27
- type: cliff
x: 32
y: -58
- type: cliff
x: 30
y: 5
- type: cliff
x: 29
y: 36
- type: cliff
x: 31
y: -26
- type: cliff
x: 32
y: -57
- type: cliff
x: 30
y: 6
- type: cliff
x: 29
y: 37
- type: cliff
x: 31
y: -25
- type: cliff
x: 32
y: -56
- type: cliff
x: 30
y: 7
- type: cliff
x: 29
y: 38
- type: cliff
x: 31
y: -24
- type: cliff
x: 32
y: -55
- type: cliff
x: 30
y: 8
- type: cliff
x: 29
y: 39
- type: cliff
x: 31
y: -23
- type: cliff
x: 32
y: -54
- type: cliff
x: 30
y: 9
- type: cliff
x: 29
y: 40
- type: cliff
x: 31
y: -22
- type: cliff
x: 32
y: -53
- type: cliff
x: 30
y: 10
- type: cliff
x: 31
y: -21
- type: cliff
x: 29
y: 41
- type: cliff
x: 32
y: -52
- type: cliff
x: 30
y: 11
- type: cliff
x: 31
y: -20
- type: cliff
x: 32
y: -51
- type: cliff
x: 30
y: 12
- type: cliff
x: 31
y: -19
- type: cliff
x: 32
y: -50
- type: cliff
x: 30
y: 13
- type: cliff
x: 31
y: -18
- type: cliff
x: 32
y: -49
- type: cliff
x: 30
y: 14
- type: cliff
x: 31
y: -17
- type: cliff
x: 32
y: -48
- type: cliff
x: 30
y: 15
- type: cliff
x: 31
y: -16
- type: cliff
x: 32
y: -47
- type: cliff
x: 30
y: 16
- type: cliff
x: 31
y: -15
- type: cliff
x: 32
y: -46
- type: cliff
x: 30
y: 17
- type: cliff
x: 31
y: -14
- type: cliff
x: 32
y: -45
- type: cliff
x: 30
y: 18
- type: cliff
x: 31
y: -13
- type: cliff
x: 32
y: -44
- type: cliff
x: 30
y: 19
- type: cliff
x: 31
y: -12
- type: cliff
x: 32
y: -43
- type: cliff
x: 30
y: 20
- type: cliff
x: 31
y: -11
- type: cliff
x: 32
y: -42
- type: cliff
x: 30
y: 21
- type: cliff
x: 31
y: -10
- type: cliff
x: 32
y: -41
- type: cliff
x: 30
y: 22
- type: cliff
x: 31
y: -9
- type: cliff
x: 32
y: -40
- type: cliff
x: 30
y: 23
- type: cliff
x: 31
y: -8
- type: cliff
x: 32
y: -39
- type: cliff
x: 30
y: 24
- type: cliff
x: 31
y: -7
- type: cliff
x: 32
y: -38
- type: cliff
x: 30
y: 25
- type: cliff
x: 31
y: -6
- type: cliff
x: 32
y: -37
- type: cliff
x: 30
y: 26
- type: cliff
x: 31
y: -5
- type: cliff
x: 32
y: -36
- type: cliff
x: 30
y: 27
- type: cliff
x: 31
y: -4
- type: cliff
x: 32
y: -35
- type: cliff
x: 30
y: 28
- type: cliff
x: 31
y: -3
- type: cliff
x: 32
y: -34
- type: cliff
x: 30
y: 29
- type: cliff
x: 31
y: -2
- type: cliff
x: 32
y: -33
- type: cliff
x: 31
y: -1
- type: cliff
x: 30
y: 30
- type: cliff
x: 32
y: -32
- type: cliff
x: 31
y: 0
- type: cliff
x: 30
y: 31
- type: cliff
x: 32
y: -31
- type: cliff
x: 33
y: -62
- type: cliff
x: 31
y: 1
- type: cliff
x: 30
y: 32
- type: cliff
x: 32
y: -30
- type: cliff
x: 33
y: -61
- type: cliff
x: 31
y: 2
- type: cliff
x: 30
y: 33
- type: cliff
x: 32
y: -29
- type: cliff
x: 33
y: -60
- type: cliff
x: 31
y: 3
- type: cliff
x: 30
y: 34
- type: cliff
x: 32
y: -28
- type: cliff
x: 33
y: -59
- type: cliff
x: 31
y: 4
- type: cliff
x: 30
y: 35
- type: cliff
x: 32
y: -27
- type: cliff
x: 33
y: -58
- type: cliff
x: 31
y: 5
- type: cliff
x: 30
y: 36
- type: cliff
x: 32
y: -26
- type: cliff
x: 33
y: -57
- type: cliff
x: 31
y: 6
- type: cliff
x: 30
y: 37
- type: cliff
x: 32
y: -25
- type: cliff
x: 33
y: -56
- type: cliff
x: 31
y: 7
- type: cliff
x: 30
y: 38
- type: cliff
x: 32
y: -24
- type: cliff
x: 33
y: -55
- type: cliff
x: 31
y: 8
- type: cliff
x: 30
y: 39
- type: cliff
x: 32
y: -23
- type: cliff
x: 33
y: -54
- type: cliff
x: 31
y: 9
- type: cliff
x: 30
y: 40
- type: cliff
x: 32
y: -22
- type: cliff
x: 33
y: -53
- type: cliff
x: 31
y: 10
- type: cliff
x: 32
y: -21
- type: cliff
x: 30
y: 41
- type: cliff
x: 33
y: -52
- type: cliff
x: 31
y: 11
- type: cliff
x: 32
y: -20
- type: cliff
x: 33
y: -51
- type: cliff
x: 31
y: 12
- type: cliff
x: 32
y: -19
- type: cliff
x: 33
y: -50
- type: cliff
x: 31
y: 13
- type: cliff
x: 32
y: -18
- type: cliff
x: 33
y: -49
- type: cliff
x: 31
y: 14
- type: cliff
x: 32
y: -17
- type: cliff
x: 33
y: -48
- type: cliff
x: 31
y: 15
- type: cliff
x: 32
y: -16
- type: cliff
x: 33
y: -47
- type: cliff
x: 31
y: 16
- type: cliff
x: 32
y: -15
- type: cliff
x: 33
y: -46
- type: cliff
x: 31
y: 17
- type: cliff
x: 32
y: -14
- type: cliff
x: 33
y: -45
- type: cliff
x: 31
y: 18
- type: cliff
x: 32
y: -13
- type: cliff
x: 33
y: -44
- type: cliff
x: 31
y: 19
- type: cliff
x: 32
y: -12
- type: cliff
x: 33
y: -43
- type: cliff
x: 31
y: 20
- type: cliff
x: 32
y: -11
- type: cliff
x: 33
y: -42
- type: cliff
x: 31
y: 21
- type: cliff
x: 32
y: -10
- type: cliff
x: 33
y: -41
- type: cliff
x: 31
y: 22
- type: cliff
x: 32
y: -9
- type: cliff
x: 33
y: -40
- type: cliff
x: 31
y: 23
- type: cliff
x: 32
y: -8
- type: cliff
x: 33
y: -39
- type: cliff
x: 31
y: 24
- type: cliff
x: 32
y: -7
- type: cliff
x: 33
y: -38
- type: cliff
x: 31
y: 25
- type: cliff
x: 32
y: -6
- type: cliff
x: 33
y: -37
- type: cliff
x: 31
y: 26
- type: cliff
x: 32
y: -5
- type: cliff
x: 33
y: -36
- type: cliff
x: 31
y: 27
- type: cliff
x: 32
y: -4
- type: cliff
x: 33
y: -35
- type: cliff
x: 31
y: 28
- type: cliff
x: 32
y: -3
- type: cliff
x: 33
y: -34
- type: cliff
x: 31
y: 29
- type: cliff
x: 32
y: -2
- type: cliff
x: 33
y: -33
- type: cliff
x: 32
y: -1
- type: cliff
x: 31
y: 30
- type: cliff
x: 33
y: -32
- type: cliff
x: 32
y: 0
- type: cliff
x: 31
y: 31
- type: cliff
x: 33
y: -31
- type: cliff
x: 34
y: -62
- type: cliff
x: 32
y: 1
- type: cliff
x: 31
y: 32
- type: cliff
x: 33
y: -30
- type: cliff
x: 34
y: -61
- type: cliff
x: 32
y: 2
- type: cliff
x: 31
y: 33
- type: cliff
x: 33
y: -29
- type: cliff
x: 34
y: -60
- type: cliff
x: 32
y: 3
- type: cliff
x: 31
y: 34
- type: cliff
x: 33
y: -28
- type: cliff
x: 34
y: -59
- type: cliff
x: 32
y: 4
- type: cliff
x: 31
y: 35
- type: cliff
x: 33
y: -27
- type: cliff
x: 34
y: -58
- type: cliff
x: 32
y: 5
- type: cliff
x: 31
y: 36
- type: cliff
x: 33
y: -26
- type: cliff
x: 34
y: -57
- type: cliff
x: 32
y: 6
- type: cliff
x: 31
y: 37
- type: cliff
x: 33
y: -25
- type: cliff
x: 34
y: -56
- type: cliff
x: 32
y: 7
- type: cliff
x: 31
y: 38
- type: cliff
x: 33
y: -24
- type: cliff
x: 34
y: -55
- type: cliff
x: 32
y: 8
- type: cliff
x: 31
y: 39
- type: cliff
x: 33
y: -23
- type: cliff
x: 34
y: -54
- type: cliff
x: 32
y: 9
- type: cliff
x: 31
y: 40
- type: cliff
x: 33
y: -22
- type: cliff
x: 34
y: -53
- type: cliff
x: 32
y: 10
- type: cliff
x: 33
y: -21
- type: cliff
x: 31
y: 41
- type: cliff
x: 34
y: -52
- type: cliff
x: 32
y: 11
- type: cliff
x: 33
y: -20
- type: cliff
x: 34
y: -51
- type: cliff
x: 32
y: 12
- type: cliff
x: 33
y: -19
- type: cliff
x: 34
y: -50
- type: cliff
x: 32
y: 13
- type: cliff
x: 33
y: -18
- type: cliff
x: 34
y: -49
- type: cliff
x: 32
y: 14
- type: cliff
x: 33
y: -17
- type: cliff
x: 34
y: -48
- type: cliff
x: 32
y: 15
- type: cliff
x: 33
y: -16
- type: cliff
x: 34
y: -47
- type: cliff
x: 32
y: 16
- type: cliff
x: 33
y: -15
- type: cliff
x: 34
y: -46
- type: cliff
x: 32
y: 17
- type: cliff
x: 33
y: -14
- type: cliff
x: 34
y: -45
- type: cliff
x: 32
y: 18
- type: cliff
x: 33
y: -13
- type: cliff
x: 34
y: -44
- type: cliff
x: 32
y: 19
- type: cliff
x: 33
y: -12
- type: cliff
x: 34
y: -43
- type: cliff
x: 32
y: 20
- type: cliff
x: 33
y: -11
- type: cliff
x: 34
y: -42
- type: cliff
x: 32
y: 21
- type: cliff
x: 33
y: -10
- type: cliff
x: 34
y: -41
- type: cliff
x: 32
y: 22
- type: cliff
x: 33
y: -9
- type: cliff
x: 34
y: -40
- type: cliff
x: 32
y: 23
- type: cliff
x: 33
y: -8
- type: cliff
x: 34
y: -39
- type: cliff
x: 32
y: 24
- type: cliff
x: 33
y: -7
- type: cliff
x: 34
y: -38
- type: cliff
x: 32
y: 25
- type: cliff
x: 33
y: -6
- type: cliff
x: 34
y: -37
- type: cliff
x: 32
y: 26
- type: cliff
x: 33
y: -5
- type: cliff
x: 34
y: -36
- type: cliff
x: 32
y: 27
- type: cliff
x: 33
y: -4
- type: cliff
x: 34
y: -35
- type: cliff
x: 32
y: 28
- type: cliff
x: 33
y: -3
- type: cliff
x: 34
y: -34
- type: cliff
x: 32
y: 29
- type: cliff
x: 33
y: -2
- type: cliff
x: 34
y: -33
- type: cliff
x: 33
y: -1
- type: cliff
x: 32
y: 30
- type: cliff
x: 34
y: -32
- type: cliff
x: 33
y: 0
- type: cliff
x: 32
y: 31
- type: cliff
x: 34
y: -31
- type: cliff
x: 35
y: -62
- type: cliff
x: 33
y: 1
- type: cliff
x: 32
y: 32
- type: cliff
x: 34
y: -30
- type: cliff
x: 35
y: -61
- type: cliff
x: 33
y: 2
- type: cliff
x: 32
y: 33
- type: cliff
x: 34
y: -29
- type: cliff
x: 35
y: -60
- type: cliff
x: 33
y: 3
- type: cliff
x: 32
y: 34
- type: cliff
x: 34
y: -28
- type: cliff
x: 35
y: -59
- type: cliff
x: 33
y: 4
- type: cliff
x: 32
y: 35
- type: cliff
x: 34
y: -27
- type: cliff
x: 35
y: -58
- type: cliff
x: 33
y: 5
- type: cliff
x: 32
y: 36
- type: cliff
x: 34
y: -26
- type: cliff
x: 35
y: -57
- type: cliff
x: 33
y: 6
- type: cliff
x: 32
y: 37
- type: cliff
x: 34
y: -25
- type: cliff
x: 35
y: -56
- type: cliff
x: 33
y: 7
- type: cliff
x: 32
y: 38
- type: cliff
x: 34
y: -24
- type: cliff
x: 35
y: -55
- type: cliff
x: 33
y: 8
- type: cliff
x: 32
y: 39
- type: cliff
x: 34
y: -23
- type: cliff
x: 35
y: -54
- type: cliff
x: 33
y: 9
- type: cliff
x: 32
y: 40
- type: cliff
x: 34
y: -22
- type: cliff
x: 35
y: -53
- type: cliff
x: 33
y: 10
- type: cliff
x: 34
y: -21
- type: cliff
x: 32
y: 41
- type: cliff
x: 35
y: -52
- type: cliff
x: 33
y: 11
- type: cliff
x: 34
y: -20
- type: cliff
x: 35
y: -51
- type: cliff
x: 33
y: 12
- type: cliff
x: 34
y: -19
- type: cliff
x: 35
y: -50
- type: cliff
x: 33
y: 13
- type: cliff
x: 34
y: -18
- type: cliff
x: 35
y: -49
- type: cliff
x: 33
y: 14
- type: cliff
x: 34
y: -17
- type: cliff
x: 35
y: -48
- type: cliff
x: 33
y: 15
- type: cliff
x: 34
y: -16
- type: cliff
x: 35
y: -47
- type: cliff
x: 33
y: 16
- type: cliff
x: 34
y: -15
- type: cliff
x: 35
y: -46
- type: cliff
x: 33
y: 17
- type: cliff
x: 34
y: -14
- type: cliff
x: 35
y: -45
- type: cliff
x: 33
y: 18
- type: cliff
x: 34
y: -13
- type: cliff
x: 35
y: -44
- type: cliff
x: 33
y: 19
- type: cliff
x: 34
y: -12
- type: cliff
x: 35
y: -43
- type: cliff
x: 33
y: 20
- type: cliff
x: 34
y: -11
- type: cliff
x: 35
y: -42
- type: cliff
x: 33
y: 21
- type: cliff
x: 34
y: -10
- type: cliff
x: 35
y: -41
- type: cliff
x: 33
y: 22
- type: cliff
x: 34
y: -9
- type: cliff
x: 35
y: -40
- type: cliff
x: 33
y: 23
- type: cliff
x: 34
y: -8
- type: cliff
x: 35
y: -39
- type: cliff
x: 33
y: 24
- type: cliff
x: 34
y: -7
- type: cliff
x: 35
y: -38
- type: cliff
x: 33
y: 25
- type: cliff
x: 34
y: -6
- type: cliff
x: 35
y: -37
- type: cliff
x: 33
y: 26
- type: cliff
x: 34
y: -5
- type: cliff
x: 35
y: -36
- type: cliff
x: 33
y: 27
- type: cliff
x: 34
y: -4
- type: cliff
x: 35
y: -35
- type: cliff
x: 33
y: 28
- type: cliff
x: 34
y: -3
- type: cliff
x: 35
y: -34
- type: cliff
x: 33
y: 29
- type: cliff
x: 34
y: -2
- type: cliff
x: 35
y: -33
- type: cliff
x: 34
y: -1
- type: cliff
x: 33
y: 30
- type: cliff
x: 35
y: -32
- type: cliff
x: 34
y: 0
- type: cliff
x: 33
y: 31
- type: cliff
x: 35
y: -31
- type: cliff
x: 36
y: -62
- type: cliff
x: 34
y: 1
- type: cliff
x: 33
y: 32
- type: cliff
x: 35
y: -30
- type: cliff
x: 36
y: -61
- type: cliff
x: 34
y: 2
- type: cliff
x: 33
y: 33
- type: cliff
x: 35
y: -29
- type: cliff
x: 36
y: -60
- type: cliff
x: 34
y: 3
- type: cliff
x: 33
y: 34
- type: cliff
x: 35
y: -28
- type: cliff
x: 36
y: -59
- type: cliff
x: 34
y: 4
- type: cliff
x: 33
y: 35
- type: cliff
x: 35
y: -27
- type: cliff
x: 36
y: -58
- type: cliff
x: 34
y: 5
- type: cliff
x: 33
y: 36
- type: cliff
x: 35
y: -26
- type: cliff
x: 36
y: -57
- type: cliff
x: 34
y: 6
- type: cliff
x: 33
y: 37
- type: cliff
x: 35
y: -25
- type: cliff
x: 36
y: -56
- type: cliff
x: 34
y: 7
- type: cliff
x: 33
y: 38
- type: cliff
x: 35
y: -24
- type: cliff
x: 36
y: -55
- type: cliff
x: 34
y: 8
- type: cliff
x: 33
y: 39
- type: cliff
x: 35
y: -23
- type: cliff
x: 36
y: -54
- type: cliff
x: 34
y: 9
- type: cliff
x: 33
y: 40
- type: cliff
x: 35
y: -22
- type: cliff
x: 36
y: -53
- type: cliff
x: 34
y: 10
- type: cliff
x: 35
y: -21
- type: cliff
x: 33
y: 41
- type: cliff
x: 36
y: -52
- type: cliff
x: 34
y: 11
- type: cliff
x: 35
y: -20
- type: cliff
x: 36
y: -51
- type: cliff
x: 34
y: 12
- type: cliff
x: 35
y: -19
- type: cliff
x: 36
y: -50
- type: cliff
x: 34
y: 13
- type: cliff
x: 35
y: -18
- type: cliff
x: 36
y: -49
- type: cliff
x: 34
y: 14
- type: cliff
x: 35
y: -17
- type: cliff
x: 36
y: -48
- type: cliff
x: 34
y: 15
- type: cliff
x: 35
y: -16
- type: cliff
x: 36
y: -47
- type: cliff
x: 34
y: 16
- type: cliff
x: 35
y: -15
- type: cliff
x: 36
y: -46
- type: cliff
x: 34
y: 17
- type: cliff
x: 35
y: -14
- type: cliff
x: 36
y: -45
- type: cliff
x: 34
y: 18
- type: cliff
x: 35
y: -13
- type: cliff
x: 36
y: -44
- type: cliff
x: 34
y: 19
- type: cliff
x: 35
y: -12
- type: cliff
x: 36
y: -43
- type: cliff
x: 34
y: 20
- type: cliff
x: 35
y: -11
- type: cliff
x: 36
y: -42
- type: cliff
x: 34
y: 21
- type: cliff
x: 35
y: -10
- type: cliff
x: 36
y: -41
- type: cliff
x: 34
y: 22
- type: cliff
x: 35
y: -9
- type: cliff
x: 36
y: -40
- type: cliff
x: 34
y: 23
- type: cliff
x: 35
y: -8
- type: cliff
x: 36
y: -39
- type: cliff
x: 34
y: 24
- type: cliff
x: 35
y: -7
- type: cliff
x: 36
y: -38
- type: cliff
x: 34
y: 25
- type: cliff
x: 35
y: -6
- type: cliff
x: 36
y: -37
- type: cliff
x: 34
y: 26
- type: cliff
x: 35
y: -5
- type: cliff
x: 36
y: -36
- type: cliff
x: 34
y: 27
- type: cliff
x: 35
y: -4
- type: cliff
x: 36
y: -35
- type: cliff
x: 34
y: 28
- type: cliff
x: 35
y: -3
- type: cliff
x: 36
y: -34
- type: cliff
x: 34
y: 29
- type: cliff
x: 35
y: -2
- type: cliff
x: 36
y: -33
- type: cliff
x: 35
y: -1
- type: cliff
x: 34
y: 30
- type: cliff
x: 36
y: -32
- type: cliff
x: 35
y: 0
- type: cliff
x: 34
y: 31
- type: cliff
x: 36
y: -31
- type: cliff
x: 37
y: -62
- type: cliff
x: 35
y: 1
- type: cliff
x: 34
y: 32
- type: cliff
x: 36
y: -30
- type: cliff
x: 37
y: -61
- type: cliff
x: 35
y: 2
- type: cliff
x: 34
y: 33
- type: cliff
x: 36
y: -29
- type: cliff
x: 37
y: -60
- type: cliff
x: 35
y: 3
- type: cliff
x: 34
y: 34
- type: cliff
x: 36
y: -28
- type: cliff
x: 37
y: -59
- type: cliff
x: 35
y: 4
- type: cliff
x: 34
y: 35
- type: cliff
x: 36
y: -27
- type: cliff
x: 37
y: -58
- type: cliff
x: 35
y: 5
- type: cliff
x: 34
y: 36
- type: cliff
x: 36
y: -26
- type: cliff
x: 37
y: -57
- type: cliff
x: 35
y: 6
- type: cliff
x: 34
y: 37
- type: cliff
x: 36
y: -25
- type: cliff
x: 37
y: -56
- type: cliff
x: 35
y: 7
- type: cliff
x: 34
y: 38
- type: cliff
x: 36
y: -24
- type: cliff
x: 37
y: -55
- type: cliff
x: 35
y: 8
- type: cliff
x: 34
y: 39
- type: cliff
x: 36
y: -23
- type: cliff
x: 37
y: -54
- type: cliff
x: 35
y: 9
- type: cliff
x: 34
y: 40
- type: cliff
x: 36
y: -22
- type: cliff
x: 37
y: -53
- type: cliff
x: 35
y: 10
- type: cliff
x: 36
y: -21
- type: cliff
x: 34
y: 41
- type: cliff
x: 37
y: -52
- type: cliff
x: 35
y: 11
- type: cliff
x: 36
y: -20
- type: cliff
x: 37
y: -51
- type: cliff
x: 35
y: 12
- type: cliff
x: 36
y: -19
- type: cliff
x: 37
y: -50
- type: cliff
x: 35
y: 13
- type: cliff
x: 36
y: -18
- type: cliff
x: 37
y: -49
- type: cliff
x: 35
y: 14
- type: cliff
x: 36
y: -17
- type: cliff
x: 37
y: -48
- type: cliff
x: 35
y: 15
- type: cliff
x: 36
y: -16
- type: cliff
x: 37
y: -47
- type: cliff
x: 35
y: 16
- type: cliff
x: 36
y: -15
- type: cliff
x: 37
y: -46
- type: cliff
x: 35
y: 17
- type: cliff
x: 36
y: -14
- type: cliff
x: 37
y: -45
- type: cliff
x: 35
y: 18
- type: cliff
x: 36
y: -13
- type: cliff
x: 37
y: -44
- type: cliff
x: 35
y: 19
- type: cliff
x: 36
y: -12
- type: cliff
x: 37
y: -43
- type: cliff
x: 35
y: 20
- type: cliff
x: 36
y: -11
- type: cliff
x: 37
y: -42
- type: cliff
x: 35
y: 21
- type: cliff
x: 36
y: -10
- type: cliff
x: 37
y: -41
- type: cliff
x: 35
y: 22
- type: cliff
x: 36
y: -9
- type: cliff
x: 37
y: -40
- type: cliff
x: 35
y: 23
- type: cliff
x: 36
y: -8
- type: cliff
x: 37
y: -39
- type: cliff
x: 35
y: 24
- type: cliff
x: 36
y: -7
- type: cliff
x: 37
y: -38
- type: cliff
x: 35
y: 25
- type: cliff
x: 36
y: -6
- type: cliff
x: 37
y: -37
- type: cliff
x: 35
y: 26
- type: cliff
x: 36
y: -5
- type: cliff
x: 37
y: -36
- type: cliff
x: 35
y: 27
- type: cliff
x: 36
y: -4
- type: cliff
x: 37
y: -35
- type: cliff
x: 35
y: 28
- type: cliff
x: 36
y: -3
- type: cliff
x: 37
y: -34
- type: cliff
x: 35
y: 29
- type: cliff
x: 36
y: -2
- type: cliff
x: 37
y: -33
- type: cliff
x: 36
y: -1
- type: cliff
x: 35
y: 30
- type: cliff
x: 37
y: -32
- type: cliff
x: 36
y: 0
- type: cliff
x: 35
y: 31
- type: cliff
x: 37
y: -31
- type: cliff
x: 38
y: -62
- type: cliff
x: 36
y: 1
- type: cliff
x: 35
y: 32
- type: cliff
x: 37
y: -30
- type: cliff
x: 38
y: -61
- type: cliff
x: 36
y: 2
- type: cliff
x: 35
y: 33
- type: cliff
x: 37
y: -29
- type: cliff
x: 38
y: -60
- type: cliff
x: 36
y: 3
- type: cliff
x: 35
y: 34
- type: cliff
x: 37
y: -28
- type: cliff
x: 38
y: -59
- type: cliff
x: 36
y: 4
- type: cliff
x: 35
y: 35
- type: cliff
x: 37
y: -27
- type: cliff
x: 38
y: -58
- type: cliff
x: 36
y: 5
- type: cliff
x: 35
y: 36
- type: cliff
x: 37
y: -26
- type: cliff
x: 38
y: -57
- type: cliff
x: 36
y: 6
- type: cliff
x: 35
y: 37
- type: cliff
x: 37
y: -25
- type: cliff
x: 38
y: -56
- type: cliff
x: 36
y: 7
- type: cliff
x: 35
y: 38
- type: cliff
x: 37
y: -24
- type: cliff
x: 38
y: -55
- type: cliff
x: 36
y: 8
- type: cliff
x: 35
y: 39
- type: cliff
x: 37
y: -23
- type: cliff
x: 38
y: -54
- type: cliff
x: 36
y: 9
- type: cliff
x: 35
y: 40
- type: cliff
x: 37
y: -22
- type: cliff
x: 38
y: -53
- type: cliff
x: 36
y: 10
- type: cliff
x: 37
y: -21
- type: cliff
x: 35
y: 41
- type: cliff
x: 38
y: -52
- type: cliff
x: 36
y: 11
- type: cliff
x: 37
y: -20
- type: cliff
x: 38
y: -51
- type: cliff
x: 36
y: 12
- type: cliff
x: 37
y: -19
- type: cliff
x: 38
y: -50
- type: cliff
x: 36
y: 13
- type: cliff
x: 37
y: -18
- type: cliff
x: 38
y: -49
- type: cliff
x: 36
y: 14
- type: cliff
x: 37
y: -17
- type: cliff
x: 38
y: -48
- type: cliff
x: 36
y: 15
- type: cliff
x: 37
y: -16
- type: cliff
x: 38
y: -47
- type: cliff
x: 36
y: 16
- type: cliff
x: 37
y: -15
- type: cliff
x: 38
y: -46
- type: cliff
x: 36
y: 17
- type: cliff
x: 37
y: -14
- type: cliff
x: 38
y: -45
- type: cliff
x: 36
y: 18
- type: cliff
x: 37
y: -13
- type: cliff
x: 38
y: -44
- type: cliff
x: 36
y: 19
- type: cliff
x: 37
y: -12
- type: cliff
x: 38
y: -43
- type: cliff
x: 36
y: 20
- type: cliff
x: 37
y: -11
- type: cliff
x: 38
y: -42
- type: cliff
x: 36
y: 21
- type: cliff
x: 37
y: -10
- type: cliff
x: 38
y: -41
- type: cliff
x: 36
y: 22
- type: cliff
x: 37
y: -9
- type: cliff
x: 38
y: -40
- type: cliff
x: 36
y: 23
- type: cliff
x: 37
y: -8
- type: cliff
x: 38
y: -39
- type: cliff
x: 36
y: 24
- type: cliff
x: 37
y: -7
- type: cliff
x: 38
y: -38
- type: cliff
x: 36
y: 25
- type: cliff
x: 37
y: -6
- type: cliff
x: 38
y: -37
- type: cliff
x: 36
y: 26
- type: cliff
x: 37
y: -5
- type: cliff
x: 38
y: -36
- type: cliff
x: 36
y: 27
- type: cliff
x: 37
y: -4
- type: cliff
x: 38
y: -35
- type: cliff
x: 36
y: 28
- type: cliff
x: 37
y: -3
- type: cliff
x: 38
y: -34
- type: cliff
x: 36
y: 29
- type: cliff
x: 37
y: -2
- type: cliff
x: 38
y: -33
- type: cliff
x: 37
y: -1
- type: cliff
x: 36
y: 30
- type: cliff
x: 38
y: -32
- type: cliff
x: 37
y: 0
- type: cliff
x: 36
y: 31
- type: cliff
x: 38
y: -31
- type: cliff
x: 37
y: 1
- type: cliff
x: 36
y: 32
- type: cliff
x: 38
y: -30
- type: cliff
x: 37
y: 2
- type: cliff
x: 36
y: 33
- type: cliff
x: 38
y: -29
- type: cliff
x: 37
y: 3
- type: cliff
x: 36
y: 34
- type: cliff
x: 38
y: -28
- type: cliff
x: 37
y: 4
- type: cliff
x: 36
y: 35
- type: cliff
x: 38
y: -27
- type: cliff
x: 37
y: 5
- type: cliff
x: 36
y: 36
- type: cliff
x: 38
y: -26
- type: cliff
x: 37
y: 6
- type: cliff
x: 36
y: 37
- type: cliff
x: 38
y: -25
- type: cliff
x: 37
y: 7
- type: cliff
x: 36
y: 38
- type: cliff
x: 38
y: -24
- type: cliff
x: 37
y: 8
- type: cliff
x: 36
y: 39
- type: cliff
x: 38
y: -23
- type: cliff
x: 37
y: 9
- type: cliff
x: 36
y: 40
- type: cliff
x: 38
y: -22
- type: cliff
x: 37
y: 10
- type: cliff
x: 38
y: -21
- type: cliff
x: 36
y: 41
- type: cliff
x: 37
y: 11
- type: cliff
x: 38
y: -20
- type: cliff
x: 37
y: 12
- type: cliff
x: 38
y: -19
- type: cliff
x: 37
y: 13
- type: cliff
x: 38
y: -18
- type: cliff
x: 37
y: 14
- type: cliff
x: 38
y: -17
- type: cliff
x: 37
y: 15
- type: cliff
x: 38
y: -16
- type: cliff
x: 37
y: 16
- type: cliff
x: 38
y: -15
- type: cliff
x: 37
y: 17
- type: cliff
x: 38
y: -14
- type: cliff
x: 37
y: 18
- type: cliff
x: 38
y: -13
- type: cliff
x: 39
y: -44
- type: cliff
x: 37
y: 19
- type: cliff
x: 38
y: -12
- type: cliff
x: 39
y: -43
- type: cliff
x: 37
y: 20
- type: cliff
x: 38
y: -11
- type: cliff
x: 39
y: -42
- type: cliff
x: 37
y: 21
- type: cliff
x: 38
y: -10
- type: cliff
x: 39
y: -41
- type: cliff
x: 37
y: 22
- type: cliff
x: 38
y: -9
- type: cliff
x: 39
y: -40
- type: cliff
x: 37
y: 23
- type: cliff
x: 38
y: -8
- type: cliff
x: 39
y: -39
- type: cliff
x: 37
y: 24
- type: cliff
x: 38
y: -7
- type: cliff
x: 39
y: -38
- type: cliff
x: 37
y: 25
- type: cliff
x: 38
y: -6
- type: cliff
x: 39
y: -37
- type: cliff
x: 37
y: 26
- type: cliff
x: 38
y: -5
- type: cliff
x: 39
y: -36
- type: cliff
x: 37
y: 27
- type: cliff
x: 38
y: -4
- type: cliff
x: 39
y: -35
- type: cliff
x: 37
y: 28
- type: cliff
x: 38
y: -3
- type: cliff
x: 39
y: -34
- type: cliff
x: 37
y: 29
- type: cliff
x: 38
y: -2
- type: cliff
x: 39
y: -33
- type: cliff
x: 38
y: -1
- type: cliff
x: 37
y: 30
- type: cliff
x: 39
y: -32
- type: cliff
x: 38
y: 0
- type: cliff
x: 37
y: 31
- type: cliff
x: 39
y: -31
- type: cliff
x: 38
y: 1
- type: cliff
x: 37
y: 32
- type: cliff
x: 39
y: -30
- type: cliff
x: 38
y: 2
- type: cliff
x: 37
y: 33
- type: cliff
x: 39
y: -29
- type: cliff
x: 38
y: 3
- type: cliff
x: 37
y: 34
- type: cliff
x: 39
y: -28
- type: cliff
x: 38
y: 4
- type: cliff
x: 37
y: 35
- type: cliff
x: 39
y: -27
- type: cliff
x: 38
y: 5
- type: cliff
x: 37
y: 36
- type: cliff
x: 39
y: -26
- type: cliff
x: 38
y: 6
- type: cliff
x: 37
y: 37
- type: cliff
x: 39
y: -25
- type: cliff
x: 38
y: 7
- type: cliff
x: 37
y: 38
- type: cliff
x: 39
y: -24
- type: cliff
x: 38
y: 8
- type: cliff
x: 37
y: 39
- type: cliff
x: 39
y: -23
- type: cliff
x: 38
y: 9
- type: cliff
x: 37
y: 40
- type: cliff
x: 39
y: -22
- type: cliff
x: 38
y: 10
- type: cliff
x: 39
y: -21
- type: cliff
x: 37
y: 41
- type: cliff
x: 38
y: 11
- type: cliff
x: 39
y: -20
- type: cliff
x: 38
y: 12
- type: cliff
x: 39
y: -19
- type: cliff
x: 38
y: 13
- type: cliff
x: 39
y: -18
- type: cliff
x: 38
y: 14
- type: cliff
x: 39
y: -17
- type: cliff
x: 38
y: 15
- type: cliff
x: 39
y: -16
- type: cliff
x: 38
y: 16
- type: cliff
x: 39
y: -15
- type: cliff
x: 38
y: 17
- type: cliff
x: 39
y: -14
- type: cliff
x: 38
y: 18
- type: cliff
x: 39
y: -13
- type: cliff
x: 40
y: -44
- type: cliff
x: 38
y: 19
- type: cliff
x: 39
y: -12
- type: cliff
x: 40
y: -43
- type: cliff
x: 38
y: 20
- type: cliff
x: 39
y: -11
- type: cliff
x: 40
y: -42
- type: cliff
x: 38
y: 21
- type: cliff
x: 39
y: -10
- type: cliff
x: 40
y: -41
- type: cliff
x: 38
y: 22
- type: cliff
x: 39
y: -9
- type: cliff
x: 40
y: -40
- type: cliff
x: 38
y: 23
- type: cliff
x: 39
y: -8
- type: cliff
x: 40
y: -39
- type: cliff
x: 38
y: 24
- type: cliff
x: 39
y: -7
- type: cliff
x: 40
y: -38
- type: cliff
x: 38
y: 25
- type: cliff
x: 39
y: -6
- type: cliff
x: 40
y: -37
- type: cliff
x: 38
y: 26
- type: cliff
x: 39
y: -5
- type: cliff
x: 40
y: -36
- type: cliff
x: 38
y: 27
- type: cliff
x: 39
y: -4
- type: cliff
x: 40
y: -35
- type: cliff
x: 38
y: 28
- type: cliff
x: 39
y: -3
- type: cliff
x: 40
y: -34
- type: cliff
x: 38
y: 29
- type: cliff
x: 39
y: -2
- type: cliff
x: 40
y: -33
- type: cliff
x: 39
y: -1
- type: cliff
x: 38
y: 30
- type: cliff
x: 40
y: -32
- type: cliff
x: 39
y: 0
- type: cliff
x: 38
y: 31
- type: cliff
x: 40
y: -31
- type: cliff
x: 39
y: 1
- type: cliff
x: 38
y: 32
- type: cliff
x: 40
y: -30
- type: cliff
x: 39
y: 2
- type: cliff
x: 38
y: 33
- type: cliff
x: 40
y: -29
- type: cliff
x: 39
y: 3
- type: cliff
x: 38
y: 34
- type: cliff
x: 40
y: -28
- type: cliff
x: 39
y: 4
- type: cliff
x: 38
y: 35
- type: cliff
x: 40
y: -27
- type: cliff
x: 39
y: 5
- type: cliff
x: 38
y: 36
- type: cliff
x: 40
y: -26
- type: cliff
x: 39
y: 6
- type: cliff
x: 38
y: 37
- type: cliff
x: 40
y: -25
- type: cliff
x: 39
y: 7
- type: cliff
x: 38
y: 38
- type: cliff
x: 40
y: -24
- type: cliff
x: 39
y: 8
- type: cliff
x: 38
y: 39
- type: cliff
x: 40
y: -23
- type: cliff
x: 39
y: 9
- type: cliff
x: 38
y: 40
- type: cliff
x: 40
y: -22
- type: cliff
x: 39
y: 10
- type: cliff
x: 40
y: -21
- type: cliff
x: 38
y: 41
- type: cliff
x: 39
y: 11
- type: cliff
x: 40
y: -20
- type: cliff
x: 39
y: 12
- type: cliff
x: 40
y: -19
- type: cliff
x: 39
y: 13
- type: cliff
x: 40
y: -18
- type: cliff
x: 39
y: 14
- type: cliff
x: 40
y: -17
- type: cliff
x: 39
y: 15
- type: cliff
x: 40
y: -16
- type: cliff
x: 39
y: 16
- type: cliff
x: 40
y: -15
- type: cliff
x: 39
y: 17
- type: cliff
x: 40
y: -14
- type: cliff
x: 39
y: 18
- type: cliff
x: 40
y: -13
- type: cliff
x: 41
y: -44
- type: cliff
x: 39
y: 19
- type: cliff
x: 40
y: -12
- type: cliff
x: 41
y: -43
- type: cliff
x: 39
y: 20
- type: cliff
x: 40
y: -11
- type: cliff
x: 41
y: -42
- type: cliff
x: 39
y: 21
- type: cliff
x: 40
y: -10
- type: cliff
x: 41
y: -41
- type: cliff
x: 39
y: 22
- type: cliff
x: 40
y: -9
- type: cliff
x: 41
y: -40
- type: cliff
x: 39
y: 23
- type: cliff
x: 40
y: -8
- type: cliff
x: 41
y: -39
- type: cliff
x: 39
y: 24
- type: cliff
x: 40
y: -7
- type: cliff
x: 41
y: -38
- type: cliff
x: 39
y: 25
- type: cliff
x: 40
y: -6
- type: cliff
x: 41
y: -37
- type: cliff
x: 39
y: 26
- type: cliff
x: 40
y: -5
- type: cliff
x: 41
y: -36
- type: cliff
x: 39
y: 27
- type: cliff
x: 40
y: -4
- type: cliff
x: 41
y: -35
- type: cliff
x: 39
y: 28
- type: cliff
x: 40
y: -3
- type: cliff
x: 41
y: -34
- type: cliff
x: 39
y: 29
- type: cliff
x: 40
y: -2
- type: cliff
x: 41
y: -33
- type: cliff
x: 40
y: -1
- type: cliff
x: 39
y: 30
- type: cliff
x: 41
y: -32
- type: cliff
x: 40
y: 0
- type: cliff
x: 39
y: 31
- type: cliff
x: 41
y: -31
- type: cliff
x: 40
y: 1
- type: cliff
x: 39
y: 32
- type: cliff
x: 41
y: -30
- type: cliff
x: 40
y: 2
- type: cliff
x: 39
y: 33
- type: cliff
x: 41
y: -29
- type: cliff
x: 40
y: 3
- type: cliff
x: 39
y: 34
- type: cliff
x: 41
y: -28
- type: cliff
x: 40
y: 4
- type: cliff
x: 39
y: 35
- type: cliff
x: 41
y: -27
- type: cliff
x: 40
y: 5
- type: cliff
x: 39
y: 36
- type: cliff
x: 41
y: -26
- type: cliff
x: 40
y: 6
- type: cliff
x: 39
y: 37
- type: cliff
x: 41
y: -25
- type: cliff
x: 40
y: 7
- type: cliff
x: 39
y: 38
- type: cliff
x: 41
y: -24
- type: cliff
x: 40
y: 8
- type: cliff
x: 39
y: 39
- type: cliff
x: 41
y: -23
- type: cliff
x: 40
y: 9
- type: cliff
x: 39
y: 40
- type: cliff
x: 41
y: -22
- type: cliff
x: 40
y: 10
- type: cliff
x: 41
y: -21
- type: cliff
x: 39
y: 41
- type: cliff
x: 40
y: 11
- type: cliff
x: 41
y: -20
- type: cliff
x: 40
y: 12
- type: cliff
x: 41
y: -19
- type: cliff
x: 40
y: 13
- type: cliff
x: 41
y: -18
- type: cliff
x: 40
y: 14
- type: cliff
x: 41
y: -17
- type: cliff
x: 40
y: 15
- type: cliff
x: 41
y: -16
- type: cliff
x: 40
y: 16
- type: cliff
x: 41
y: -15
- type: cliff
x: 40
y: 17
- type: cliff
x: 41
y: -14
- type: cliff
x: 40
y: 18
- type: cliff
x: 41
y: -13
- type: cliff
x: 40
y: 19
- type: cliff
x: 41
y: -12
- type: cliff
x: 40
y: 20
- type: cliff
x: 41
y: -11
- type: cliff
x: 40
y: 21
- type: cliff
x: 41
y: -10
- type: cliff
x: 40
y: 22
- type: cliff
x: 41
y: -9
- type: cliff
x: 40
y: 23
- type: cliff
x: 41
y: -8
- type: cliff
x: 40
y: 24
- type: cliff
x: 41
y: -7
- type: cliff
x: 40
y: 25
- type: cliff
x: 41
y: -6
- type: cliff
x: 40
y: 26
- type: cliff
x: 41
y: -5
- type: cliff
x: 40
y: 27
- type: cliff
x: 41
y: -4
- type: cliff
x: 40
y: 28
- type: cliff
x: 41
y: -3
- type: cliff
x: 40
y: 29
- type: cliff
x: 41
y: -2
- type: cliff
x: 41
y: -1
- type: cliff
x: 41
y: 0
- type: cliff
x: 41
y: 1
- type: cliff
x: 41
y: 2
- type: cliff
x: 41
y: 3
- type: cliff
x: 41
y: 4
- type: cliff
x: 41
y: 5
- type: cliff
x: 41
y: 6
- type: cliff
x: 41
y: 7
- type: cliff
x: 41
y: 8
- type: cliff
x: 41
y: 9
- type: cliff
x: 41
y: 10
- type: cliff
x: 42
y: -21
- type: cliff
x: 41
y: 11
- type: cliff
x: 42
y: -20
- type: cliff
x: 41
y: 12
- type: cliff
x: 42
y: -19
- type: cliff
x: 41
y: 13
- type: cliff
x: 42
y: -18
- type: cliff
x: 41
y: 14
- type: cliff
x: 42
y: -17
- type: cliff
x: 41
y: 15
- type: cliff
x: 42
y: -16
- type: cliff
x: 41
y: 16
- type: cliff
x: 42
y: -15
- type: cliff
x: 41
y: 17
- type: cliff
x: 42
y: -14
- type: cliff
x: 41
y: 18
- type: cliff
x: 42
y: -13
- type: cliff
x: 41
y: 19
- type: cliff
x: 42
y: -12
- type: cliff
x: 41
y: 20
- type: cliff
x: 42
y: -11
- type: cliff
x: 41
y: 21
- type: cliff
x: 42
y: -10
- type: cliff
x: 41
y: 22
- type: cliff
x: 42
y: -9
- type: cliff
x: 41
y: 23
- type: cliff
x: 42
y: -8
- type: cliff
x: 41
y: 24
- type: cliff
x: 42
y: -7
- type: cliff
x: 41
y: 25
- type: cliff
x: 42
y: -6
- type: cliff
x: 41
y: 26
- type: cliff
x: 42
y: -5
- type: cliff
x: 41
y: 27
- type: cliff
x: 42
y: -4
- type: cliff
x: 41
y: 28
- type: cliff
x: 42
y: -3
- type: cliff
x: 41
y: 29
- type: cliff
x: 42
y: -2
- type: cliff
x: 42
y: -1
- type: cliff
x: 42
y: 0
- type: cliff
x: 42
y: 1
- type: cliff
x: 42
y: 2
- type: cliff
x: 42
y: 3
- type: cliff
x: 42
y: 4
- type: cliff
x: 42
y: 5
- type: cliff
x: 42
y: 6
- type: cliff
x: 42
y: 7
- type: cliff
x: 42
y: 8
- type: cliff
x: 42
y: 9
- type: cliff
x: 42
y: 10
- type: cliff
x: 42
y: 11
- type: cliff
x: 42
y: 12
- type: cliff
x: 42
y: 13
- type: cliff
x: 42
y: 14
- type: cliff
x: 42
y: 15
- type: cliff
x: 42
y: 16
- type: cliff
x: 42
y: 17
- type: cliff
x: 42
y: 18
- type: cliff
x: 42
y: 19
- type: cliff
x: 42
y: 20
- type: cliff
x: 42
y: 21
- type: cliff
x: 42
y: 22
- type: cliff
x: 42
y: 23
- type: cliff
x: 42
y: 24
- type: cliff
x: 42
y: 25
- type: cliff
x: 42
y: 26
- type: cliff
x: 42
y: 27
- type: cliff
x: 42
y: 28
- type: cliff
x: 43
y: -3
- type: cliff
x: 42
y: 29
- type: cliff
x: 43
y: -2
- type: cliff
x: 43
y: -1
- type: cliff
x: 43
y: 0
- type: cliff
x: 43
y: 1
- type: cliff
x: 43
y: 2
- type: cliff
x: 43
y: 3
- type: cliff
x: 43
y: 4
- type: cliff
x: 43
y: 5
- type: cliff
x: 43
y: 6
- type: cliff
x: 43
y: 7
creatures:
- id: d1f5ba70-e47b-47c1-8430-6d1a7eb00d58
type: banana
x: 1088.0
y: 2368.0
rotation: 90
- id: 953b53f2-4ca8-4faf-b644-c15d97dc44cf
type: bananabox
x: 960.0
y: -2880.0
rotation: 90
- id: 6faebc9e-9dee-45d1-aa6d-109943dce246
type: bat
x: 448.0
y: -5568.0
rotation: 0
- id: 14932ac0-be45-4cb5-aa26-fa57ebe259fe
type: bat
x: 1984.0
y: -8128.0
rotation: 0
- id: 7f9c414a-b102-4339-aa94-c2dfa4a22ef8
type: bat
x: 448.0
y: 1984.0
rotation: 0
- id: dbd09d0b-efd9-4f76-9dde-e0c5222b6e49
type: bat
x: 576.0
y: -1216.0
rotation: 0
- id: a0d9006e-3a15-434b-a9b7-4e81ca445da0
type: bat
x: 576.0
y: -704.0
rotation: 0
- id: 51941d32-3efd-4bee-8576-6413d8e4ff46
type: bat
x: 704.0
y: 1600.0
rotation: 0
- id: dfa1fc5e-510b-40d1-921e-0674f268f590
type: bat
x: 1984.0
y: -7616.0
rotation: 0
- id: ea96852b-9b73-44cb-8370-d6a6e4ac86c2
type: bat
x: 448.0
y: -5056.0
rotation: 0
- id: 38d0edb3-df4c-4d86-b31f-96b255780685
type: bat
x: 1728.0
y: -8512.0
rotation: 0
- id: 461b159e-852c-4955-bbb7-1ce4b372e778
type: beaver
x: -2112.0
y: 448.0
rotation: 90
- id: 9e7b7a9b-af4d-4a6a-ab3c-507a8306ad63
type: beaver
x: -2496.0
y: 448.0
rotation: 90
- id: b4fbb70c-c8a8-470d-8139-284ecf651d7e
type: beaver
x: -2240.0
y: 448.0
rotation: 90
- id: fab0c9df-ec4d-4d5f-8351-7e93cf6a697b
type: beaver
x: -2368.0
y: 448.0
rotation: 90
- id: 1531a578-c98f-4c04-9d92-22d3f15bf348
type: bigbeaver
x: -2368.0
y: 320.0
rotation: 90
- id: f3f5bbf9-e5ed-4529-867d-651733e5d8b7
type: bigbeaver
x: 1216.0
y: -5312.0
rotation: 90
- id: 5fed2578-ec54-465b-a39a-deee0a87b214
type: bigbeaver
x: 2368.0
y: 2752.0
rotation: 90
- id: 86871964-6b72-4c4d-a5a1-29fdcf72fa6b
type: bigbeaver
x: -2496.0
y: 320.0
rotation: 90
- id: e5968235-635d-4de1-a1b5-a44cd72d8f99
type: biggold
x: 832.0
y: 4672.0
rotation: 0
- id: 28d87038-0695-4d55-a086-31287fd266d7
type: biggold
x: 832.0
y: 4800.0
rotation: 0
- id: fdacd10c-501f-41de-bc9c-1b771eae6804
type: bridge
x: 960.0
y: -5056.0
rotation: 0
- id: 3272daef-3461-4b66-ac0b-02cd2616176d
type: bridge
x: 960.0
y: -1344.0
rotation: 0
- id: dad9408d-6a6c-4c38-b0b7-2e5ffe4b7291
type: bridge
x: 960.0
y: -5568.0
rotation: 0
- id: 64e974e4-47df-4bec-91d0-c41f684b41f1
type: bridge
x: 960.0
y: -4800.0
rotation: 0
- id: f85d2018-6f76-41da-9cc1-4928e6a761f4
type: bridge
x: 960.0
y: -704.0
rotation: 0
- id: e5aac548-5319-4da4-923f-597c4493edf9
type: bridge
x: 960.0
y: -5824.0
rotation: 0
- id: 6bef2c5c-a3d7-4c72-90d1-5b3423cea04a
type: bridge
x: 960.0
y: -2112.0
rotation: 0
- id: 5488d583-26cd-4579-bffa-ee7de931d076
type: bridge
x: 960.0
y: -5440.0
rotation: 0
- id: de69e4a8-ffc2-4770-8c4c-d4cbe73eb95b
type: bridge
x: 832.0
y: 4800.0
rotation: 0
- id: 10ec8d98-f347-4869-b5b3-4825670c8e53
type: bridge
x: 960.0
y: -2496.0
rotation: 0
- id: 15cf3549-8cb1-43e5-8748-ffb52177dac4
type: bridge
x: 960.0
y: -4288.0
rotation: 0
- id: 7e66548b-f67a-416d-af51-53600a334954
type: bridge
x: 960.0
y: -1728.0
rotation: 0
- id: ab616e87-deba-4278-bf95-2bfa613a98cc
type: bridge
x: 960.0
y: -1088.0
rotation: 0
- id: 86c4ee36-982b-40e1-92d8-e56ef2f9a997
type: bridge
x: 960.0
y: -1856.0
rotation: 0
- id: 69465cfe-a01f-4a87-a385-b1fdcccfe371
type: bridge
x: 960.0
y: -5312.0
rotation: 0
- id: a6e12b19-e988-4e41-bd57-eb41d05ca57d
type: bridge
x: 960.0
y: -448.0
rotation: 0
- id: 9f5a596e-8dbe-4055-a2ba-da7ce2d596d9
type: bridge
x: 960.0
y: -1216.0
rotation: 0
- id: a3b52018-2590-43ec-bd39-6620302f33f2
type: bridge
x: 960.0
y: -2368.0
rotation: 0
- id: 9ee576c6-cdd8-410b-b562-d6979e45b267
type: bridge
x: 960.0
y: -832.0
rotation: 0
- id: 044c00d4-1d71-4cd9-ac6d-db1205190611
type: bridge
x: 832.0
y: 4928.0
rotation: 0
- id: 48e5f172-d01a-418b-bb8d-101f8a903c60
type: bridge
x: 960.0
y: -1600.0
rotation: 0
- id: f5b4a9a9-b95f-482d-b0d6-607168535af3
type: bridge
x: 960.0
y: -4544.0
rotation: 0
- id: f783afd8-f0b6-44eb-b42d-442847e5168b
type: bridge
x: 832.0
y: 4672.0
rotation: 0
- id: 93a9576e-347f-4757-8051-40d49c1a0805
type: bridge
x: 960.0
y: -4416.0
rotation: 0
- id: 1463e04a-378b-4a6b-b734-3eef32007369
type: bridge
x: 960.0
y: -960.0
rotation: 0
- id: ce1440a3-71b3-44ea-9db4-c4809d467417
type: bridge
x: 960.0
y: -576.0
rotation: 0
- id: 20e4afc5-7a54-4afe-bb77-da5b8725d61a
type: bridge
x: 832.0
y: 4544.0
rotation: 0
- id: 6354fe63-d3ff-4a19-aa75-7ff0b2c74830
type: bridge
x: 960.0
y: -2240.0
rotation: 0
- id: abf4085e-e9a1-4ba0-8f0f-c2fb57622e97
type: bridge
x: 960.0
y: -4928.0
rotation: 0
- id: 0a42b00b-febe-4d1d-bd89-872a7640d6a6
type: bridge
x: 960.0
y: -5696.0
rotation: 0
- id: 3548d30b-1532-41e4-829e-dc4612dfc12c
type: bridge
x: 832.0
y: 4416.0
rotation: 0
- id: 2b76f9cf-b331-4900-93fe-092816a2df2e
type: bridge
x: 960.0
y: -1472.0
rotation: 0
- id: 08bae05c-7bf1-4c30-8c87-555f7a467f6d
type: bridge
x: 832.0
y: 4288.0
rotation: 0
- id: cf45d823-d063-43ac-99b9-b05e80166cba
type: bridge
x: 960.0
y: -4672.0
rotation: 0
- id: 1c168c86-2094-459f-a5b3-f47dbd40f4e1
type: bridge
x: 960.0
y: -1984.0
rotation: 0
- id: efce7851-dd0c-4e31-84fc-e1ab0d888f33
type: cage
x: 1216.0
y: 2624.0
rotation: 90
- id: b6337890-3dfd-441f-84ff-a1126a32b6bc
type: cannon
x: 2368.0
y: -7360.0
rotation: 270
- id: 9e978bf3-529c-45df-bc80-d1aa875aae6f
type: cannon
x: 2240.0
y: -6464.0
rotation: 270
- id: 9b7bef56-1d68-4287-a1a4-2054418a5564
type: cannon
x: 1856.0
y: -6080.0
rotation: 0
- id: 115cbecd-0de0-4dc2-bb07-60add781fcd4
type: cannon
x: 2240.0
y: -7872.0
rotation: 270
- id: 7fb38c65-60b3-4920-9b75-bd67a219b6c6
type: coconut
x: 704.0
y: 3264.0
rotation: 90
- id: 1e15edfa-2f28-4d92-be99-8b503325b350
type: coconut
x: 1216.0
y: -4800.0
rotation: 90
- id: 449b9342-eff7-4a91-9623-5d996e81b4a5
type: coconut
x: 1344.0
y: 2752.0
rotation: 90
- id: 706b0bba-3a6a-48b3-aabd-bb93b59eb09e
type: coconut
x: 1344.0
y: -4800.0
rotation: 90
- id: 02507633-0a2a-47fc-a713-1c53b97f64fb
type: coconut
x: 832.0
y: 2496.0
rotation: 90
- id: 769f4fb6-e286-453e-811d-36b0c5641e7d
type: damagedbridge
x: 1472.0
y: -4544.0
rotation: 0
- id: 86762d56-f344-4c30-aed1-1dae33cba260
type: damagedbridge
x: 1472.0
y: -4928.0
rotation: 0
- id: a26ece26-1403-4a4f-8679-0c36e14ad784
type: damagedbridge
x: 1472.0
y: -4672.0
rotation: 0
- id: c5528d10-1c8d-452b-a62f-597e791b8536
type: damagedbridge
x: 1472.0
y: -5696.0
rotation: 0
- id: 70a552fe-b691-4fb7-b119-dd0229e28c3d
type: damagedbridge
x: 1472.0
y: -5440.0
rotation: 0
- id: 0f65e433-584a-4477-9d3d-707e48cc9000
type: damagedbridge
x: 1472.0
y: -5312.0
rotation: 0
- id: b70912c1-dd1d-41fc-8c50-dae666d437b9
type: damagedbridge
x: 1472.0
y: -5568.0
rotation: 0
- id: 6a89036d-b86b-4380-b3ca-369acbc33994
type: damagedbridge
x: 1472.0
y: -5056.0
rotation: 0
- id: 98bf7e8f-4063-4245-9088-eb62758aa719
type: damagedbridge
x: 1472.0
y: -4800.0
rotation: 0
- id: 0dbc4895-08ad-46b5-b924-07a36a2c1c71
type: damagedbridge
x: 1472.0
y: -5184.0
rotation: 0
- id: 2d0afddc-a82c-4671-988d-87a60cf4bad5
type: door
x: 1088.0
y: 2112.0
rotation: 90
- id: c7a9d293-72cd-4014-acd8-440714cb69c0
type: fence
x: 704.0
y: -5952.0
rotation: 90
- id: d948fe77-5929-4ecd-acfb-5824c1424320
type: fence
x: 576.0
y: -5952.0
rotation: 90
- id: dc170698-606c-4b6e-9d82-a7bef249d6e5
type: fence
x: 1216.0
y: -5952.0
rotation: 90
- id: 571ad256-3493-4aac-9427-7745ff8804b8
type: fence
x: 1088.0
y: -5952.0
rotation: 90
- id: 71a30401-90d4-49e8-b41c-bd4f2eba408c
type: fence
x: 832.0
y: -5952.0
rotation: 90
- id: 54177b22-b2e8-48c0-8fe0-823daa30da3c
type: gate
x: 960.0
y: -5952.0
rotation: 90
- id: 219f12f0-0e0c-4ea1-aa6b-a4f191be90e9
type: gold
x: 960.0
y: 1728.0
rotation: 90
- id: 300069b2-ea44-4147-96d2-4938af8104ae
type: gold
x: 960.0
y: -192.0
rotation: 90
- id: 5359fb94-ef18-4d36-8043-ea29f5c17930
type: gold
x: 2240.0
y: -6336.0
rotation: 90
- id: 4ba60d59-ac55-4f01-807e-9ae882d8870e
type: gold
x: 1600.0
y: -6080.0
rotation: 90
- id: f0077e73-4c05-4690-b059-ee367687730f
type: gold
x: 2240.0
y: -6080.0
rotation: 90
- id: a32a5f69-0c05-4de4-82c3-0915672d1054
type: gold
x: 960.0
y: -64.0
rotation: 90
- id: 00e48622-1233-4f3c-b295-ed4a48a5d1f4
type: gold
x: 960.0
y: 64.0
rotation: 90
- id: 54b65ad8-610b-47ad-9212-6eee3bca0e9d
type: gold
x: 1472.0
y: -6080.0
rotation: 90
- id: 711313fa-f354-4066-a465-d903d3ba5c6a
type: gold
x: 1088.0
y: 1600.0
rotation: 90
- id: 59aa82b0-9f56-41e4-870c-1ec789c24a25
type: gold
x: 2240.0
y: -6976.0
rotation: 90
- id: b2c6f94e-356b-4d49-a463-8bee7056fffe
type: gold
x: 2240.0
y: -6848.0
rotation: 90
- id: 0a56f704-8660-4911-b124-ff6f8186fe75
type: gold
x: 1344.0
y: -6080.0
rotation: 90
- id: b8f4c470-1cba-457a-b484-e6c628f03844
type: gold
x: 2240.0
y: -7104.0
rotation: 90
- id: ed0bb9fc-0757-4213-8ba5-4d8f10b616ed
type: gold
x: 960.0
y: 1472.0
rotation: 90
- id: fc82a4d4-f6cf-4bef-9f3e-3c985dfc40fc
type: gold
x: 2240.0
y: -6208.0
rotation: 90
- id: 2914db53-e02f-4cc7-9999-7ee99d71f970
type: gold
x: 1088.0
y: 1856.0
rotation: 90
- id: 3a72eb34-dc7d-4c8b-a528-05dcd4222156
type: monkey
x: 960.0
y: 448.0
rotation: 90
- id: 05769c0b-0f74-475a-a876-6d1e7b5bb657
type: monkey
x: 960.0
y: -3648.0
rotation: 90
- id: 9e3135ed-b73c-4435-92f6-b049da6396ab
type: player
x: 704.0
y: 2624.0
rotation: 90
- id: 6a071f81-a4cc-43d6-accc-9fe1939b8a05
type: pole
x: 1600.0
y: -5952.0
rotation: 90
- id: 702117eb-3545-4a45-9a56-a94a05755c91
type: pole
x: 2368.0
y: -7872.0
rotation: 90
- id: 45e62751-bce9-4669-8b13-e089b1289a08
type: pole
x: 2240.0
y: -8896.0
rotation: 90
- id: 5f55e9c9-3f1d-45d3-ac67-6df24aee5396
type: pole
x: 832.0
y: -2624.0
rotation: 90
- id: 6177da90-8a5f-4271-b391-fb2a9939ca82
type: pole
x: 832.0
y: -320.0
rotation: 90
- id: 54de81be-6c68-48cf-a6bb-be04a21783bc
type: pole
x: 1088.0
y: -2624.0
rotation: 90
- id: 2cd59b2f-60b0-40bd-b4b0-20046c7bb3ed
type: pole
x: 1344.0
y: -5952.0
rotation: 90
- id: 5c63ca0d-df0a-48a1-8e4f-4994bffde8f9
type: pole
x: 832.0
y: -5952.0
rotation: 90
- id: 1c2c4364-acb6-4522-9e7a-61a3cbd213b8
type: pole
x: 1088.0
y: -320.0
rotation: 90
- id: 182a8a27-1216-4d82-aa67-a721de680dc4
type: pole
x: 2240.0
y: -7360.0
rotation: 90
- id: 86bfdeff-65aa-4cdd-ac05-00eef8903301
type: stonewall
x: 1472.0
y: -192.0
rotation: 90
- id: e409cfa5-35be-49c2-81d8-6fa8571a42e2
type: stonewall
x: 192.0
y: 3648.0
rotation: 90
- id: 33c7db0e-71af-4657-b0d3-59c6e491eece
type: stonewall
x: 1984.0
y: 2624.0
rotation: 90
- id: 255ee3ce-b48d-4d2d-a396-15012f4ba254
type: stonewall
x: 320.0
y: 2624.0
rotation: 90
- id: 67de2e6f-458f-4e1f-b73e-5e4c26ed3d59
type: stonewall
x: 832.0
y: 1472.0
rotation: 90
- id: b3aef37b-bac1-4d0f-b82a-9ad77aff001c
type: stonewall
x: 2752.0
y: 2624.0
rotation: 90
- id: 128afd0c-ea3a-47b0-8174-566b49be3fbc
type: stonewall
x: 576.0
y: 192.0
rotation: 90
- id: 3251f7f3-be4c-4e89-9ef3-c3d0548bb7d1
type: stonewall
x: 2624.0
y: 2880.0
rotation: 90
- id: 147586b4-1f7d-4900-b853-9768c4a4683d
type: stonewall
x: 1216.0
y: 1728.0
rotation: 90
- id: 32bd2516-5cfd-4076-8f54-24e8c83e9999
type: stonewall
x: 448.0
y: 2368.0
rotation: 90
- id: b592f1af-d3c1-4aeb-9408-b1886c6345be
type: stonewall
x: 832.0
y: 1216.0
rotation: 90
- id: f0ac3ef5-3db7-4418-9069-7bde200a012a
type: stonewall
x: 576.0
y: 4160.0
rotation: 90
- id: 29d0b2b1-2f72-4114-b169-eb3c02de8c0b
type: stonewall
x: 1216.0
y: 4032.0
rotation: 90
- id: 3db6de1d-3f50-40e4-8dc2-cf28f6f56597
type: stonewall
x: 1472.0
y: 576.0
rotation: 90
- id: 11e8a8af-966f-4f5b-a9de-b80431a325c8
type: stonewall
x: 576.0
y: 2368.0
rotation: 90
- id: 34c31150-a37e-4f3d-a548-d55eb15ebb6b
type: stonewall
x: 1344.0
y: 3648.0
rotation: 90
- id: 37745f93-3f4a-4b2a-94fe-25474cb54070
type: stonewall
x: 320.0
y: 3648.0
rotation: 90
- id: 1e44a6dc-de27-4d76-93c6-0ca1f8761eb5
type: switch
x: 1216.0
y: -4672.0
rotation: 90
- id: 91493373-3c1f-4f23-8adc-b22428743e3b
type: tophat
x: 832.0
y: 4928.0
rotation: 0
- id: c10784d5-841b-4f5f-8e08-078a78367726
type: tree
x: 320.0
y: 576.0
rotation: 90
- id: a968ad82-65f0-4fbd-bacc-0db34458f787
type: tree
x: 320.0
y: 448.0
rotation: 90
- id: 727766d5-4c58-497e-998b-c2db996b59ab
type: tree
x: 2240.0
y: 2880.0
rotation: 90
- id: bf586aac-8d49-47ce-ae53-59bedf4385c7
type: tree
x: 704.0
y: 4160.0
rotation: 90
- id: 28a2578f-c12a-4bab-b0e1-5479217e6a50
type: tree
x: 1728.0
y: 2496.0
rotation: 90
- id: ed013272-ecb2-4cc5-8b71-918ccfeac20f
type: tree
x: 320.0
y: 192.0
rotation: 90
- id: 8a7dc7f0-46b8-41c5-afe2-e95580c7b09e
type: tree
x: 448.0
y: 2496.0
rotation: 90
- id: 375d2dbe-c6ef-4fbb-9f63-6a839fc477bb
type: tree
x: 192.0
y: 3904.0
rotation: 90
- id: b2ba54d7-5603-41d4-b5e5-d7e03af54762
type: tree
x: 1600.0
y: 2880.0
rotation: 90
- id: d54570e4-c58c-4725-8d6c-efd6c55c82c7
type: tree
x: 704.0
y: 704.0
rotation: 90
- id: 910d25ac-c620-48a6-9135-87deb05d0cbc
type: tree
x: 448.0
y: 3520.0
rotation: 90
- id: 7a2dd83f-0073-4c16-a4e7-ccd0d38c17e2
type: tree
x: 1728.0
y: 576.0
rotation: 90
- id: 7c8be267-2630-4eab-8c1d-4093feb10e72
type: tree
x: 576.0
y: 832.0
rotation: 90
- id: 5884da8e-a86c-42a6-a4a6-5f9a506b09ad
type: tree
x: 448.0
y: -64.0
rotation: 90
- id: ed9bf7ac-4b99-452b-91e2-6d54e8e402ea
type: tree
x: 2496.0
y: 3008.0
rotation: 90
- id: dc6f3b37-ae1e-4618-b187-8f6647053cfe
type: tree
x: 1344.0
y: 2240.0
rotation: 90
- id: b1b120ad-1c89-474d-a5c3-9a389ce2cf97
type: tree
x: 1728.0
y: 192.0
rotation: 90
- id: a664896c-2a25-4654-b2fb-283eb5e5923f
type: tree
x: 832.0
y: 1088.0
rotation: 90
- id: f5b04bdd-3241-4398-9573-774c172380c4
type: tree
x: 1088.0
y: 3520.0
rotation: 90
- id: 13f36519-885a-463b-a766-32fd41ab52c9
type: tree
x: 2496.0
y: 2496.0
rotation: 90
- id: 8573cce6-b490-48bd-aaf0-d4999fc12465
type: tree
x: 576.0
y: 3008.0
rotation: 90
- id: 6ac533e1-2dc2-4e41-a5b4-085280a5d19c
type: tree
x: 832.0
y: 1344.0
rotation: 90
- id: 30207b32-83ae-4dea-9220-b572390d7b8c
type: tree
x: 448.0
y: 2880.0
rotation: 90
- id: 0be57666-acd5-4c39-82d3-cae3143be1eb
type: tree
x: 1600.0
y: 320.0
rotation: 90
- id: 7b11fa55-589a-4318-b2eb-9bf41e0ae34e
type: tree
x: 1472.0
y: 2368.0
rotation: 90
- id: 20c37d10-9af9-4ab1-b2d2-17f9f4bed8ce
type: tree
x: 2240.0
y: 2496.0
rotation: 90
- id: a73228ae-bd6e-4b8e-8046-0ebb39147a5e
type: tree
x: 576.0
y: -64.0
rotation: 90
- id: 3eb2c1e9-b1c4-437f-a8e2-d500e92e23e3
type: tree
x: 1472.0
y: -64.0
rotation: 90
- id: 8795e547-cb3e-4fb1-a04e-05d6b52de80e
type: tree
x: 832.0
y: 1856.0
rotation: 90
- id: c0f7d598-1d47-4317-9e3c-ff459afc905d
type: tree
x: 704.0
y: 960.0
rotation: 90
- id: 8287bdb2-7cf2-46cc-afb7-e8564c74ea67
type: tree
x: 1600.0
y: 2368.0
rotation: 90
- id: 60b9c580-a458-4698-bd4a-2d69a5df94f8
type: tree
x: 1472.0
y: 704.0
rotation: 90
- id: 94234aea-7169-41d3-a59a-0c723c7a58f4
type: tree
x: 2368.0
y: 2368.0
rotation: 90
- id: b1686433-c57c-4c21-9d8f-18c73771631e
type: tree
x: 1344.0
y: 3008.0
rotation: 90
- id: ccdd30f2-af84-4e74-a8df-b67624d92a8d
type: tree
x: 1216.0
y: 1856.0
rotation: 90
- id: ad5338e8-339f-4b20-add5-b70c6fd88f22
type: tree
x: 2752.0
y: 2752.0
rotation: 90
- id: f4626c44-26c7-48bc-aebe-aab8ce8811fe
type: tree
x: 1216.0
y: 3904.0
rotation: 90
- id: abbe93c4-7398-424b-b48f-bd61b4133f79
type: tree
x: 1216.0
y: 1216.0
rotation: 90
- id: 22c38952-d770-4464-bf93-c7ad3bfb386e
type: tree
x: 1216.0
y: -320.0
rotation: 90
- id: 1fd81e3c-7ce0-4af4-b775-8e0529e9565e
type: tree
x: 704.0
y: -192.0
rotation: 90
- id: 2be716e6-727f-4ec4-8109-c2d230661b3b
type: tree
x: 1216.0
y: 1600.0
rotation: 90
- id: 88645113-2914-479c-9405-c4c126acb4a9
type: tree
x: 320.0
y: 2752.0
rotation: 90
- id: 3058bd47-ada1-409a-acc7-f0a2368d198b
type: tree
x: 576.0
y: 2240.0
rotation: 90
- id: 325d3d6b-db47-43c7-922a-55f342bf3387
type: tree
x: 1344.0
y: 3776.0
rotation: 90
- id: e213f8d7-9644-4a5b-b7e9-9853440ba032
type: tree
x: 448.0
y: 64.0
rotation: 90
- id: b154e939-d2ae-466c-90e6-3c699edfc59f
type: tree
x: 2624.0
y: 2496.0
rotation: 90
- id: bc593f11-3c75-45b0-af8d-009a98dd102e
type: tree
x: 832.0
y: 1728.0
rotation: 90
- id: 7c18077b-a405-4c30-8aef-94abeb38f95b
type: tree
x: 448.0
y: 704.0
rotation: 90
- id: 271e0ff9-7517-438a-b2b1-2ad7e12aec47
type: tree
x: 1344.0
y: 960.0
rotation: 90
- id: e94974e4-c4cd-49d8-996b-61300c34a9ac
type: tree
x: 704.0
y: 2240.0
rotation: 90
- id: fbc04b8f-ebdb-4d87-8359-1b779291d32c
type: tree
x: 320.0
y: 3776.0
rotation: 90
- id: d4ad9a7c-842c-418c-8316-beb983daa6a7
type: tree
x: 1344.0
y: -320.0
rotation: 90
- id: eca3efe8-450a-40b8-bb51-4c2e57dc07e7
type: tree
x: 448.0
y: 4032.0
rotation: 90
- id: f980a495-cb07-440c-804d-22ce47c8c494
type: tree
x: 2368.0
y: 2880.0
rotation: 90
- id: 5f26ab1e-b5d1-48ad-811b-4a9b3db9ceb6
type: tree
x: 1216.0
y: 1344.0
rotation: 90
- id: cef5dc4b-db59-4cfb-a8e1-9e7ece1f484a
type: tree
x: 1600.0
y: 64.0
rotation: 90
- id: b43a417a-33d5-4397-9c43-80525a6866a5
type: tree
x: 1088.0
y: 4160.0
rotation: 90
- id: a630a858-fbac-412b-b9fe-f6ff5ea9e2b7
type: tree
x: 960.0
y: 4160.0
rotation: 90
- id: 909962cc-95c5-482e-9626-14ad336aa7af
type: tree
x: 1472.0
y: 832.0
rotation: 90
- id: c3e0b022-df53-45b7-8aab-307ddd5062c7
type: tucan
x: 1216.0
y: -2240.0
rotation: 180
- id: 5baf22f6-fd34-4ae1-acc3-d0cfa9b6dbcf
type: tucan
x: 1216.0
y: -1600.0
rotation: 180
- id: b56e79a5-0531-4d43-80ac-4938c3770d1d
type: tucan
x: 1728.0
y: -2880.0
rotation: 180
- id: ae8edee0-4736-4f71-9808-da6b32ae6525
type: tucan
x: 704.0
y: -1984.0
rotation: 0
- id: db4c610a-71ef-483c-847f-8f7f0345ebbc
type: woodenwall
x: 832.0
y: 2112.0
rotation: 90
- id: 87a47c62-cb5e-420d-93a0-8fe45cbc55a6
type: woodenwall
x: 960.0
y: 2112.0
rotation: 90
- id: 28901b9b-5db1-46ae-8ff8-dca2a17cd7e6
type: woodenwall
x: 1216.0
y: 2112.0
rotation: 90
triggers:
- script: "if dead$then spawn banana 7 -25"
tiles:
- x: 7
y: -23
- script: "if player$then teleport 86871964-6b72-4c4d-a5a1-29fdcf72fa6b 4 3$then teleport 1531a578-c98f-4c04-9d92-22d3f15bf348 10 3$then teleport 9e7b7a9b-af4d-4a6a-ab3c-507a8306ad63 3 4$then teleport fab0c9df-ec4d-4d5f-8351-7e93cf6a697b 5 4$then teleport b4fbb70c-c8a8-470d-8139-284ecf651d7e 7 4$then teleport 461b159e-852c-4955-bbb7-1ce4b372e778 11 4$then path 86871964-6b72-4c4d-a5a1-29fdcf72fa6b 7 -12$then path 1531a578-c98f-4c04-9d92-22d3f15bf348 7 -12$then path 9e7b7a9b-af4d-4a6a-ab3c-507a8306ad63 7 -12$then path fab0c9df-ec4d-4d5f-8351-7e93cf6a697b 7 -12$then path b4fbb70c-c8a8-470d-8139-284ecf651d7e 7 -12$then path 461b159e-852c-4955-bbb7-1ce4b372e778 7 -12$then camera 7 4"
tiles:
- x: 7
y: -3
- script: "if dead$then spawn key"
tiles:
- x: 18
y: 21
- script: "if player$then state 54177b22-b2e8-48c0-8fe0-823daa30da3c open$permanent"
tiles:
- x: 9
y: -37
properties:
name: Clock island
weather: SUNNY
background: MOUNTAINS
targetScore: 4
cheatTargetTime: 300.0
totalGold: 20
totalHealthExtensions: 1
tiles:
- type: shallow-water
x: -21
y: -8
- type: shallow-water
x: -21
y: -7
- type: shallow-water
x: -21
y: -6
- type: shallow-water
x: -21
y: -5
- type: shallow-water
x: -21
y: -4
- type: shallow-water
x: -21
y: -3
- type: shallow-water
x: -21
y: -2
- type: shallow-water
x: -21
y: -1
- type: shallow-water
x: -21
y: 0
- type: shallow-water
x: -21
y: 1
- type: shallow-water
x: -21
y: 2
- type: shallow-water
x: -21
y: 3
- type: shallow-water
x: -21
y: 4
- type: shallow-water
x: -21
y: 5
- type: shallow-water
x: -21
y: 6
- type: shallow-water
x: -21
y: 7
- type: shallow-water
x: -21
y: 8
- type: shallow-water
x: -21
y: 9
- type: shallow-water
x: -21
y: 10
- type: shallow-water
x: -21
y: 11
- type: shallow-water
x: -21
y: 12
- type: shallow-water
x: -21
y: 13
- type: shallow-water
x: -21
y: 14
- type: shallow-water
x: -21
y: 15
- type: shallow-water
x: -21
y: 16
- type: shallow-water
x: -21
y: 17
- type: shallow-water
x: -21
y: 18
- type: shallow-water
x: -21
y: 19
- type: shallow-water
x: -21
y: 20
- type: shallow-water
x: -21
y: 21
- type: shallow-water
x: -21
y: 22
- type: shallow-water
x: -21
y: 23
- type: shallow-water
x: -20
y: -8
- type: shallow-water
x: -21
y: 24
- type: shallow-water
x: -20
y: -7
- type: shallow-water
x: -21
y: 25
- type: shallow-water
x: -20
y: -6
- type: shallow-water
x: -21
y: 26
- type: shallow-water
x: -20
y: -5
- type: shallow-water
x: -21
y: 27
- type: shallow-water
x: -20
y: -4
- type: shallow-water
x: -21
y: 28
- type: shallow-water
x: -20
y: -3
- type: shallow-water
x: -21
y: 29
- type: shallow-water
x: -20
y: -2
- type: shallow-water
x: -21
y: 30
- type: shallow-water
x: -20
y: -1
- type: shallow-water
x: -20
y: 0
- type: shallow-water
x: -21
y: 31
- type: shallow-water
x: -20
y: 1
- type: shallow-water
x: -21
y: 32
- type: shallow-water
x: -20
y: 2
- type: shallow-water
x: -20
y: 3
- type: shallow-water
x: -20
y: 4
- type: shallow-water
x: -20
y: 5
- type: shallow-water
x: -20
y: 6
- type: shallow-water
x: -20
y: 7
- type: shallow-water
x: -20
y: 8
- type: shallow-water
x: -20
y: 9
- type: shallow-water
x: -20
y: 10
- type: shallow-water
x: -20
y: 11
- type: shallow-water
x: -20
y: 12
- type: shallow-water
x: -20
y: 13
- type: shallow-water
x: -20
y: 14
- type: shallow-water
x: -20
y: 15
- type: shallow-water
x: -20
y: 16
- type: shallow-water
x: -20
y: 17
- type: shallow-water
x: -20
y: 18
- type: shallow-water
x: -20
y: 19
- type: shallow-water
x: -20
y: 20
- type: shallow-water
x: -20
y: 21
- type: shallow-water
x: -20
y: 22
- type: shallow-water
x: -20
y: 23
- type: shallow-water
x: -19
y: -8
- type: shallow-water
x: -20
y: 24
- type: shallow-water
x: -19
y: -7
- type: shallow-water
x: -20
y: 25
- type: shallow-water
x: -19
y: -6
- type: shallow-water
x: -20
y: 26
- type: shallow-water
x: -19
y: -5
- type: shallow-water
x: -20
y: 27
- type: shallow-water
x: -19
y: -4
- type: shallow-water
x: -20
y: 28
- type: shallow-water
x: -19
y: -3
- type: shallow-water
x: -20
y: 29
- type: shallow-water
x: -19
y: -2
- type: shallow-water
x: -20
y: 30
- type: shallow-water
x: -19
y: -1
- type: shallow-water
x: -20
y: 31
- type: shallow-water
x: -19
y: 0
- type: shallow-water
x: -20
y: 32
- type: shallow-water
x: -19
y: 1
- type: shallow-water
x: -19
y: 2
- type: shallow-water
x: -19
y: 3
- type: shallow-water
x: -19
y: 4
- type: shallow-water
x: -19
y: 5
- type: shallow-water
x: -19
y: 6
- type: shallow-water
x: -19
y: 7
- type: shallow-water
x: -19
y: 8
- type: shallow-water
x: -19
y: 9
- type: shallow-water
x: -19
y: 10
- type: shallow-water
x: -19
y: 11
- type: shallow-water
x: -19
y: 12
- type: shallow-water
x: -19
y: 13
- type: shallow-water
x: -19
y: 14
- type: shallow-water
x: -19
y: 15
- type: shallow-water
x: -19
y: 16
- type: shallow-water
x: -19
y: 17
- type: shallow-water
x: -19
y: 18
- type: shallow-water
x: -19
y: 19
- type: shallow-water
x: -19
y: 20
- type: shallow-water
x: -19
y: 21
- type: shallow-water
x: -19
y: 22
- type: shallow-water
x: -18
y: -8
- type: shallow-water
x: -19
y: 23
- type: shallow-water
x: -18
y: -7
- type: shallow-water
x: -19
y: 24
- type: shallow-water
x: -18
y: -6
- type: shallow-water
x: -19
y: 25
- type: shallow-water
x: -18
y: -5
- type: shallow-water
x: -19
y: 26
- type: shallow-water
x: -18
y: -4
- type: shallow-water
x: -19
y: 27
- type: shallow-water
x: -18
y: -3
- type: shallow-water
x: -19
y: 28
- type: shallow-water
x: -18
y: -2
- type: shallow-water
x: -19
y: 29
- type: shallow-water
x: -18
y: -1
- type: shallow-water
x: -19
y: 30
- type: shallow-water
x: -19
y: 31
- type: shallow-water
x: -18
y: 0
- type: shallow-water
x: -19
y: 32
- type: shallow-water
x: -18
y: 1
- type: shallow-water
x: -18
y: 2
- type: shallow-water
x: -18
y: 3
- type: shallow-water
x: -18
y: 4
- type: shallow-water
x: -18
y: 5
- type: shallow-water
x: -18
y: 6
- type: shallow-water
x: -18
y: 7
- type: shallow-water
x: -18
y: 8
- type: shallow-water
x: -18
y: 9
- type: shallow-water
x: -18
y: 10
- type: shallow-water
x: -18
y: 11
- type: shallow-water
x: -18
y: 12
- type: shallow-water
x: -18
y: 13
- type: shallow-water
x: -18
y: 14
- type: shallow-water
x: -18
y: 15
- type: shallow-water
x: -18
y: 16
- type: shallow-water
x: -18
y: 17
- type: shallow-water
x: -18
y: 18
- type: shallow-water
x: -18
y: 19
- type: shallow-water
x: -18
y: 20
- type: shallow-water
x: -18
y: 21
- type: shallow-water
x: -18
y: 22
- type: shallow-water
x: -18
y: 23
- type: shallow-water
x: -17
y: -8
- type: shallow-water
x: -18
y: 24
- type: shallow-water
x: -17
y: -7
- type: shallow-water
x: -18
y: 25
- type: shallow-water
x: -17
y: -6
- type: shallow-water
x: -18
y: 26
- type: shallow-water
x: -17
y: -5
- type: shallow-water
x: -18
y: 27
- type: shallow-water
x: -17
y: -4
- type: shallow-water
x: -18
y: 28
- type: shallow-water
x: -17
y: -3
- type: shallow-water
x: -18
y: 29
- type: shallow-water
x: -17
y: -2
- type: shallow-water
x: -18
y: 30
- type: shallow-water
x: -17
y: -1
- type: shallow-water
x: -18
y: 31
- type: shallow-water
x: -17
y: 0
- type: shallow-water
x: -18
y: 32
- type: shallow-water
x: -17
y: 1
- type: shallow-water
x: -17
y: 2
- type: shallow-water
x: -17
y: 3
- type: shallow-water
x: -17
y: 4
- type: shallow-water
x: -17
y: 5
- type: shallow-water
x: -17
y: 6
- type: shallow-water
x: -17
y: 7
- type: shallow-water
x: -17
y: 8
- type: shallow-water
x: -17
y: 9
- type: shallow-water
x: -17
y: 10
- type: shallow-water
x: -17
y: 11
- type: shallow-water
x: -17
y: 12
- type: shallow-water
x: -17
y: 13
- type: shallow-water
x: -17
y: 14
- type: shallow-water
x: -17
y: 15
- type: shallow-water
x: -17
y: 16
- type: shallow-water
x: -17
y: 17
- type: shallow-water
x: -17
y: 18
- type: shallow-water
x: -17
y: 19
- type: shallow-water
x: -17
y: 20
- type: shallow-water
x: -17
y: 21
- type: shallow-water
x: -17
y: 22
- type: shallow-water
x: -17
y: 23
- type: shallow-water
x: -16
y: -8
- type: shallow-water
x: -17
y: 24
- type: shallow-water
x: -16
y: -7
- type: shallow-water
x: -17
y: 25
- type: shallow-water
x: -16
y: -6
- type: shallow-water
x: -17
y: 26
- type: shallow-water
x: -16
y: -5
- type: shallow-water
x: -17
y: 27
- type: shallow-water
x: -16
y: -4
- type: shallow-water
x: -17
y: 28
- type: shallow-water
x: -16
y: -3
- type: shallow-water
x: -17
y: 29
- type: shallow-water
x: -16
y: -2
- type: shallow-water
x: -17
y: 30
- type: shallow-water
x: -16
y: -1
- type: shallow-water
x: -16
y: 0
- type: shallow-water
x: -17
y: 31
- type: shallow-water
x: -16
y: 1
- type: shallow-water
x: -17
y: 32
- type: shallow-water
x: -16
y: 2
- type: shallow-water
x: -16
y: 3
- type: shallow-water
x: -16
y: 4
- type: shallow-water
x: -16
y: 5
- type: shallow-water
x: -16
y: 6
- type: shallow-water
x: -16
y: 7
- type: shallow-water
x: -16
y: 8
- type: shallow-water
x: -16
y: 9
- type: shallow-water
x: -16
y: 10
- type: shallow-water
x: -16
y: 11
- type: shallow-water
x: -16
y: 12
- type: shallow-water
x: -16
y: 13
- type: shallow-water
x: -16
y: 14
- type: shallow-water
x: -16
y: 15
- type: shallow-water
x: -16
y: 16
- type: shallow-water
x: -16
y: 17
- type: shallow-water
x: -16
y: 18
- type: shallow-water
x: -16
y: 19
- type: shallow-water
x: -16
y: 20
- type: shallow-water
x: -16
y: 21
- type: shallow-water
x: -16
y: 22
- type: shallow-water
x: -16
y: 23
- type: shallow-water
x: -15
y: -8
- type: shallow-water
x: -16
y: 24
- type: shallow-water
x: -15
y: -7
- type: shallow-water
x: -16
y: 25
- type: shallow-water
x: -15
y: -6
- type: shallow-water
x: -16
y: 26
- type: shallow-water
x: -15
y: -5
- type: shallow-water
x: -16
y: 27
- type: shallow-water
x: -15
y: -4
- type: shallow-water
x: -16
y: 28
- type: shallow-water
x: -15
y: -3
- type: shallow-water
x: -16
y: 29
- type: shallow-water
x: -15
y: -2
- type: shallow-water
x: -16
y: 30
- type: shallow-water
x: -15
y: -1
- type: shallow-water
x: -16
y: 31
- type: shallow-water
x: -15
y: 0
- type: shallow-water
x: -16
y: 32
- type: shallow-water
x: -15
y: 1
- type: shallow-water
x: -15
y: 2
- type: shallow-water
x: -15
y: 3
- type: shallow-water
x: -15
y: 4
- type: shallow-water
x: -15
y: 5
- type: shallow-water
x: -15
y: 6
- type: shallow-water
x: -15
y: 7
- type: shallow-water
x: -15
y: 8
- type: shallow-water
x: -15
y: 9
- type: shallow-water
x: -15
y: 10
- type: shallow-water
x: -15
y: 11
- type: shallow-water
x: -15
y: 12
- type: shallow-water
x: -15
y: 13
- type: shallow-water
x: -15
y: 14
- type: shallow-water
x: -15
y: 15
- type: shallow-water
x: -15
y: 16
- type: shallow-water
x: -15
y: 17
- type: shallow-water
x: -15
y: 18
- type: shallow-water
x: -15
y: 19
- type: shallow-water
x: -15
y: 20
- type: shallow-water
x: -15
y: 21
- type: shallow-water
x: -15
y: 22
- type: shallow-water
x: -14
y: -8
- type: shallow-water
x: -15
y: 23
- type: shallow-water
x: -14
y: -7
- type: shallow-water
x: -15
y: 24
- type: shallow-water
x: -14
y: -6
- type: shallow-water
x: -15
y: 25
- type: shallow-water
x: -14
y: -5
- type: shallow-water
x: -15
y: 26
- type: shallow-water
x: -14
y: -4
- type: shallow-water
x: -15
y: 27
- type: shallow-water
x: -14
y: -3
- type: shallow-water
x: -15
y: 28
- type: shallow-water
x: -14
y: -2
- type: shallow-water
x: -15
y: 29
- type: shallow-water
x: -14
y: -1
- type: shallow-water
x: -15
y: 30
- type: shallow-water
x: -14
y: 0
- type: shallow-water
x: -15
y: 31
- type: shallow-water
x: -14
y: 1
- type: shallow-water
x: -15
y: 32
- type: shallow-water
x: -14
y: 2
- type: shallow-water
x: -14
y: 3
- type: shallow-water
x: -14
y: 4
- type: shallow-water
x: -14
y: 5
- type: shallow-water
x: -14
y: 6
- type: shallow-water
x: -14
y: 7
- type: shallow-water
x: -14
y: 8
- type: shallow-water
x: -14
y: 9
- type: shallow-water
x: -14
y: 10
- type: shallow-water
x: -14
y: 11
- type: shallow-water
x: -14
y: 12
- type: shallow-water
x: -14
y: 13
- type: shallow-water
x: -14
y: 14
- type: shallow-water
x: -14
y: 15
- type: shallow-water
x: -14
y: 16
- type: shallow-water
x: -14
y: 17
- type: shallow-water
x: -14
y: 18
- type: shallow-water
x: -14
y: 19
- type: shallow-water
x: -14
y: 20
- type: shallow-water
x: -14
y: 21
- type: shallow-water
x: -14
y: 22
- type: shallow-water
x: -14
y: 23
- type: shallow-water
x: -13
y: -8
- type: shallow-water
x: -14
y: 24
- type: shallow-water
x: -13
y: -7
- type: shallow-water
x: -14
y: 25
- type: shallow-water
x: -13
y: -6
- type: shallow-water
x: -14
y: 26
- type: shallow-water
x: -13
y: -5
- type: shallow-water
x: -14
y: 27
- type: shallow-water
x: -13
y: -4
- type: shallow-water
x: -14
y: 28
- type: shallow-water
x: -13
y: -3
- type: shallow-water
x: -14
y: 29
- type: shallow-water
x: -13
y: -2
- type: shallow-water
x: -14
y: 30
- type: shallow-water
x: -13
y: -1
- type: shallow-water
x: -13
y: 0
- type: shallow-water
x: -14
y: 31
- type: shallow-water
x: -13
y: 1
- type: shallow-water
x: -14
y: 32
- type: shallow-water
x: -13
y: 2
- type: shallow-water
x: -14
y: 33
- type: shallow-water
x: -13
y: 3
- type: shallow-water
x: -14
y: 34
- type: shallow-water
x: -13
y: 4
- type: shallow-water
x: -14
y: 35
- type: shallow-water
x: -13
y: 5
- type: shallow-water
x: -14
y: 36
- type: shallow-water
x: -13
y: 6
- type: shallow-water
x: -14
y: 37
- type: shallow-water
x: -13
y: 7
- type: shallow-water
x: -14
y: 38
- type: shallow-water
x: -13
y: 8
- type: shallow-water
x: -14
y: 39
- type: shallow-water
x: -13
y: 9
- type: shallow-water
x: -14
y: 40
- type: shallow-water
x: -14
y: 41
- type: shallow-water
x: -13
y: 10
- type: shallow-water
x: -13
y: 11
- type: shallow-water
x: -13
y: 12
- type: shallow-water
x: -13
y: 13
- type: shallow-water
x: -13
y: 14
- type: shallow-water
x: -13
y: 15
- type: shallow-water
x: -13
y: 16
- type: shallow-water
x: -13
y: 17
- type: shallow-water
x: -13
y: 18
- type: shallow-water
x: -13
y: 19
- type: shallow-water
x: -13
y: 20
- type: shallow-water
x: -13
y: 21
- type: shallow-water
x: -13
y: 22
- type: shallow-water
x: -13
y: 23
- type: shallow-water
x: -12
y: -8
- type: shallow-water
x: -13
y: 24
- type: shallow-water
x: -12
y: -7
- type: shallow-water
x: -13
y: 25
- type: shallow-water
x: -12
y: -6
- type: shallow-water
x: -13
y: 26
- type: shallow-water
x: -12
y: -5
- type: shallow-water
x: -13
y: 27
- type: shallow-water
x: -12
y: -4
- type: shallow-water
x: -13
y: 28
- type: shallow-water
x: -12
y: -3
- type: shallow-water
x: -13
y: 29
- type: shallow-water
x: -12
y: -2
- type: shallow-water
x: -13
y: 30
- type: shallow-water
x: -12
y: -1
- type: shallow-water
x: -13
y: 31
- type: shallow-water
x: -12
y: 0
- type: shallow-water
x: -13
y: 32
- type: shallow-water
x: -12
y: 1
- type: shallow-water
x: -13
y: 33
- type: shallow-water
x: -12
y: 2
- type: shallow-water
x: -13
y: 34
- type: shallow-water
x: -12
y: 3
- type: shallow-water
x: -13
y: 35
- type: shallow-water
x: -12
y: 4
- type: shallow-water
x: -13
y: 36
- type: shallow-water
x: -12
y: 5
- type: shallow-water
x: -13
y: 37
- type: shallow-water
x: -12
y: 6
- type: shallow-water
x: -13
y: 38
- type: shallow-water
x: -12
y: 7
- type: shallow-water
x: -13
y: 39
- type: shallow-water
x: -12
y: 8
- type: shallow-water
x: -13
y: 40
- type: shallow-water
x: -12
y: 9
- type: shallow-water
x: -13
y: 41
- type: shallow-water
x: -11
y: -21
- type: shallow-water
x: -12
y: 10
- type: shallow-water
x: -11
y: -20
- type: shallow-water
x: -12
y: 11
- type: shallow-water
x: -11
y: -19
- type: shallow-water
x: -12
y: 12
- type: shallow-water
x: -11
y: -18
- type: shallow-water
x: -12
y: 13
- type: shallow-water
x: -11
y: -17
- type: shallow-water
x: -12
y: 14
- type: shallow-water
x: -11
y: -16
- type: shallow-water
x: -12
y: 15
- type: shallow-water
x: -11
y: -15
- type: shallow-water
x: -12
y: 16
- type: shallow-water
x: -11
y: -14
- type: shallow-water
x: -12
y: 17
- type: shallow-water
x: -11
y: -13
- type: shallow-water
x: -12
y: 18
- type: shallow-water
x: -11
y: -12
- type: shallow-water
x: -12
y: 19
- type: shallow-water
x: -11
y: -11
- type: shallow-water
x: -12
y: 20
- type: shallow-water
x: -11
y: -10
- type: shallow-water
x: -12
y: 21
- type: shallow-water
x: -12
y: 22
- type: shallow-water
x: -11
y: -9
- type: shallow-water
x: -12
y: 23
- type: shallow-water
x: -11
y: -8
- type: shallow-water
x: -12
y: 24
- type: shallow-water
x: -11
y: -7
- type: shallow-water
x: -12
y: 25
- type: shallow-water
x: -11
y: -6
- type: shallow-water
x: -12
y: 26
- type: shallow-water
x: -11
y: -5
- type: shallow-water
x: -12
y: 27
- type: shallow-water
x: -11
y: -4
- type: shallow-water
x: -12
y: 28
- type: shallow-water
x: -11
y: -3
- type: shallow-water
x: -12
y: 29
- type: shallow-water
x: -11
y: -2
- type: shallow-water
x: -12
y: 30
- type: shallow-water
x: -11
y: -1
- type: shallow-water
x: -11
y: 0
- type: shallow-water
x: -12
y: 31
- type: shallow-water
x: -11
y: 1
- type: shallow-water
x: -12
y: 32
- type: shallow-water
x: -11
y: 2
- type: shallow-water
x: -12
y: 33
- type: shallow-water
x: -11
y: 3
- type: shallow-water
x: -12
y: 34
- type: shallow-water
x: -11
y: 4
- type: shallow-water
x: -12
y: 35
- type: shallow-water
x: -11
y: 5
- type: shallow-water
x: -12
y: 36
- type: shallow-water
x: -11
y: 6
- type: shallow-water
x: -12
y: 37
- type: shallow-water
x: -11
y: 7
- type: shallow-water
x: -12
y: 38
- type: shallow-water
x: -11
y: 8
- type: shallow-water
x: -12
y: 39
- type: shallow-water
x: -11
y: 9
- type: shallow-water
x: -12
y: 40
- type: shallow-water
x: -10
y: -21
- type: shallow-water
x: -12
y: 41
- type: shallow-water
x: -11
y: 10
- type: shallow-water
x: -10
y: -20
- type: shallow-water
x: -11
y: 11
- type: shallow-water
x: -10
y: -19
- type: shallow-water
x: -11
y: 12
- type: shallow-water
x: -10
y: -18
- type: shallow-water
x: -11
y: 13
- type: shallow-water
x: -10
y: -17
- type: shallow-water
x: -11
y: 14
- type: shallow-water
x: -10
y: -16
- type: shallow-water
x: -11
y: 15
- type: shallow-water
x: -10
y: -15
- type: shallow-water
x: -11
y: 16
- type: shallow-water
x: -10
y: -14
- type: shallow-water
x: -11
y: 17
- type: shallow-water
x: -10
y: -13
- type: shallow-water
x: -11
y: 18
- type: shallow-water
x: -10
y: -12
- type: shallow-water
x: -11
y: 19
- type: shallow-water
x: -10
y: -11
- type: shallow-water
x: -11
y: 20
- type: shallow-water
x: -10
y: -10
- type: shallow-water
x: -11
y: 21
- type: shallow-water
x: -10
y: -9
- type: shallow-water
x: -11
y: 22
- type: shallow-water
x: -10
y: -8
- type: shallow-water
x: -11
y: 23
- type: shallow-water
x: -10
y: -7
- type: shallow-water
x: -11
y: 24
- type: shallow-water
x: -10
y: -6
- type: shallow-water
x: -11
y: 25
- type: shallow-water
x: -10
y: -5
- type: shallow-water
x: -11
y: 26
- type: shallow-water
x: -10
y: -4
- type: shallow-water
x: -11
y: 27
- type: shallow-water
x: -10
y: -3
- type: shallow-water
x: -11
y: 28
- type: shallow-water
x: -10
y: -2
- type: shallow-water
x: -11
y: 29
- type: shallow-water
x: -10
y: -1
- type: shallow-water
x: -11
y: 30
- type: shallow-water
x: -10
y: 0
- type: shallow-water
x: -11
y: 31
- type: shallow-water
x: -10
y: 1
- type: shallow-water
x: -11
y: 32
- type: shallow-water
x: -10
y: 2
- type: shallow-water
x: -11
y: 33
- type: shallow-water
x: -10
y: 3
- type: shallow-water
x: -11
y: 34
- type: shallow-water
x: -10
y: 4
- type: shallow-water
x: -11
y: 35
- type: shallow-water
x: -10
y: 5
- type: shallow-water
x: -11
y: 36
- type: shallow-water
x: -10
y: 6
- type: shallow-water
x: -11
y: 37
- type: shallow-water
x: -10
y: 7
- type: shallow-water
x: -11
y: 38
- type: shallow-water
x: -10
y: 8
- type: shallow-water
x: -11
y: 39
- type: shallow-water
x: -10
y: 9
- type: shallow-water
x: -11
y: 40
- type: shallow-water
x: -10
y: 10
- type: shallow-water
x: -9
y: -21
- type: shallow-water
x: -11
y: 41
- type: shallow-water
x: -10
y: 11
- type: shallow-water
x: -9
y: -20
- type: shallow-water
x: -10
y: 12
- type: shallow-water
x: -9
y: -19
- type: shallow-water
x: -10
y: 13
- type: shallow-water
x: -9
y: -18
- type: shallow-water
x: -10
y: 14
- type: shallow-water
x: -9
y: -17
- type: shallow-water
x: -10
y: 15
- type: shallow-water
x: -9
y: -16
- type: shallow-water
x: -10
y: 16
- type: shallow-water
x: -9
y: -15
- type: shallow-water
x: -10
y: 17
- type: shallow-water
x: -9
y: -14
- type: shallow-water
x: -10
y: 18
- type: shallow-water
x: -9
y: -13
- type: shallow-water
x: -10
y: 19
- type: shallow-water
x: -9
y: -12
- type: shallow-water
x: -10
y: 20
- type: shallow-water
x: -9
y: -11
- type: shallow-water
x: -10
y: 21
- type: shallow-water
x: -9
y: -10
- type: shallow-water
x: -10
y: 22
- type: shallow-water
x: -9
y: -9
- type: shallow-water
x: -10
y: 23
- type: shallow-water
x: -9
y: -8
- type: shallow-water
x: -10
y: 24
- type: shallow-water
x: -9
y: -7
- type: shallow-water
x: -10
y: 25
- type: shallow-water
x: -9
y: -6
- type: shallow-water
x: -10
y: 26
- type: shallow-water
x: -9
y: -5
- type: shallow-water
x: -10
y: 27
- type: shallow-water
x: -9
y: -4
- type: shallow-water
x: -10
y: 28
- type: shallow-water
x: -9
y: -3
- type: shallow-water
x: -10
y: 29
- type: shallow-water
x: -9
y: -2
- type: shallow-water
x: -10
y: 30
- type: shallow-water
x: -9
y: -1
- type: shallow-water
x: -10
y: 31
- type: shallow-water
x: -9
y: 0
- type: shallow-water
x: -10
y: 32
- type: shallow-water
x: -9
y: 1
- type: shallow-water
x: -10
y: 33
- type: shallow-water
x: -9
y: 2
- type: shallow-water
x: -10
y: 34
- type: shallow-water
x: -9
y: 3
- type: shallow-water
x: -10
y: 35
- type: shallow-water
x: -9
y: 4
- type: shallow-water
x: -10
y: 36
- type: shallow-water
x: -9
y: 5
- type: shallow-water
x: -10
y: 37
- type: shallow-water
x: -9
y: 6
- type: shallow-water
x: -10
y: 38
- type: shallow-water
x: -9
y: 7
- type: shallow-water
x: -10
y: 39
- type: shallow-water
x: -9
y: 8
- type: shallow-water
x: -10
y: 40
- type: shallow-water
x: -9
y: 9
- type: shallow-water
x: -10
y: 41
- type: shallow-water
x: -8
y: -21
- type: shallow-water
x: -9
y: 10
- type: shallow-water
x: -8
y: -20
- type: shallow-water
x: -9
y: 11
- type: shallow-water
x: -8
y: -19
- type: shallow-water
x: -9
y: 12
- type: shallow-water
x: -8
y: -18
- type: shallow-water
x: -9
y: 13
- type: shallow-water
x: -8
y: -17
- type: shallow-water
x: -9
y: 14
- type: shallow-water
x: -8
y: -16
- type: shallow-water
x: -9
y: 15
- type: shallow-water
x: -8
y: -15
- type: shallow-water
x: -9
y: 16
- type: shallow-water
x: -8
y: -14
- type: shallow-water
x: -9
y: 17
- type: shallow-water
x: -8
y: -13
- type: shallow-water
x: -9
y: 18
- type: shallow-water
x: -8
y: -12
- type: shallow-water
x: -9
y: 19
- type: shallow-water
x: -8
y: -11
- type: shallow-water
x: -9
y: 20
- type: shallow-water
x: -8
y: -10
- type: shallow-water
x: -9
y: 21
- type: shallow-water
x: -8
y: -9
- type: shallow-water
x: -9
y: 22
- type: shallow-water
x: -8
y: -8
- type: shallow-water
x: -9
y: 23
- type: shallow-water
x: -8
y: -7
- type: shallow-water
x: -9
y: 24
- type: shallow-water
x: -8
y: -6
- type: shallow-water
x: -9
y: 25
- type: shallow-water
x: -8
y: -5
- type: shallow-water
x: -9
y: 26
- type: shallow-water
x: -8
y: -4
- type: shallow-water
x: -9
y: 27
- type: shallow-water
x: -8
y: -3
- type: shallow-water
x: -9
y: 28
- type: shallow-water
x: -8
y: -2
- type: shallow-water
x: -9
y: 29
- type: shallow-water
x: -8
y: -1
- type: shallow-water
x: -9
y: 30
- type: shallow-water
x: -8
y: 0
- type: shallow-water
x: -9
y: 31
- type: shallow-water
x: -8
y: 1
- type: shallow-water
x: -9
y: 32
- type: shallow-water
x: -8
y: 2
- type: shallow-water
x: -9
y: 33
- type: shallow-water
x: -8
y: 3
- type: shallow-water
x: -9
y: 34
- type: shallow-water
x: -8
y: 4
- type: shallow-water
x: -9
y: 35
- type: shallow-water
x: -8
y: 5
- type: shallow-water
x: -9
y: 36
- type: shallow-water
x: -8
y: 6
- type: shallow-water
x: -9
y: 37
- type: shallow-water
x: -8
y: 7
- type: shallow-water
x: -9
y: 38
- type: shallow-water
x: -8
y: 8
- type: shallow-water
x: -9
y: 39
- type: shallow-water
x: -8
y: 9
- type: shallow-water
x: -9
y: 40
- type: shallow-water
x: -7
y: -21
- type: shallow-water
x: -8
y: 10
- type: shallow-water
x: -9
y: 41
- type: shallow-water
x: -7
y: -20
- type: shallow-water
x: -8
y: 11
- type: shallow-water
x: -7
y: -19
- type: shallow-water
x: -8
y: 12
- type: shallow-water
x: -7
y: -18
- type: shallow-water
x: -8
y: 13
- type: shallow-water
x: -7
y: -17
- type: shallow-water
x: -8
y: 14
- type: shallow-water
x: -7
y: -16
- type: shallow-water
x: -8
y: 15
- type: shallow-water
x: -7
y: -15
- type: shallow-water
x: -8
y: 16
- type: shallow-water
x: -7
y: -14
- type: shallow-water
x: -8
y: 17
- type: shallow-water
x: -7
y: -13
- type: shallow-water
x: -8
y: 18
- type: shallow-water
x: -7
y: -12
- type: shallow-water
x: -8
y: 19
- type: shallow-water
x: -7
y: -11
- type: shallow-water
x: -8
y: 20
- type: shallow-water
x: -7
y: -10
- type: shallow-water
x: -8
y: 21
- type: shallow-water
x: -7
y: -9
- type: shallow-water
x: -8
y: 22
- type: shallow-water
x: -7
y: -8
- type: shallow-water
x: -8
y: 23
- type: shallow-water
x: -7
y: -7
- type: shallow-water
x: -8
y: 24
- type: shallow-water
x: -7
y: -6
- type: shallow-water
x: -8
y: 25
- type: shallow-water
x: -7
y: -5
- type: shallow-water
x: -8
y: 26
- type: shallow-water
x: -7
y: -4
- type: shallow-water
x: -8
y: 27
- type: shallow-water-reef
x: -7
y: -3
- type: shallow-water
x: -8
y: 28
- type: shallow-water-reef
x: -7
y: -2
- type: shallow-water
x: -8
y: 29
- type: shallow-water-reef
x: -7
y: -1
- type: shallow-water
x: -8
y: 30
- type: shallow-water-reef
x: -7
y: 0
- type: shallow-water
x: -8
y: 31
- type: shallow-water-reef
x: -7
y: 1
- type: shallow-water
x: -8
y: 32
- type: shallow-water-reef
x: -7
y: 2
- type: shallow-water
x: -8
y: 33
- type: shallow-water-reef
x: -7
y: 3
- type: shallow-water
x: -8
y: 34
- type: shallow-water-reef
x: -7
y: 4
- type: shallow-water
x: -8
y: 35
- type: shallow-water-reef
x: -7
y: 5
- type: shallow-water
x: -8
y: 36
- type: shallow-water-reef
x: -7
y: 6
- type: shallow-water
x: -8
y: 37
- type: shallow-water-reef
x: -7
y: 7
- type: shallow-water
x: -8
y: 38
- type: shallow-water-reef
x: -7
y: 8
- type: shallow-water
x: -8
y: 39
- type: shallow-water-reef
x: -7
y: 9
- type: shallow-water
x: -8
y: 40
- type: shallow-water
x: -6
y: -21
- type: shallow-water-reef
x: -7
y: 10
- type: shallow-water
x: -8
y: 41
- type: shallow-water
x: -6
y: -20
- type: shallow-water-reef
x: -7
y: 11
- type: shallow-water
x: -6
y: -19
- type: shallow-water-reef
x: -7
y: 12
- type: shallow-water
x: -6
y: -18
- type: shallow-water-reef
x: -7
y: 13
- type: shallow-water
x: -6
y: -17
- type: shallow-water-reef
x: -7
y: 14
- type: shallow-water
x: -6
y: -16
- type: shallow-water-reef
x: -7
y: 15
- type: shallow-water
x: -6
y: -15
- type: shallow-water-reef
x: -7
y: 16
- type: shallow-water
x: -6
y: -14
- type: shallow-water-reef
x: -7
y: 17
- type: shallow-water
x: -6
y: -13
- type: shallow-water-reef
x: -7
y: 18
- type: shallow-water
x: -6
y: -12
- type: shallow-water-reef
x: -7
y: 19
- type: shallow-water
x: -6
y: -11
- type: shallow-water-reef
x: -7
y: 20
- type: shallow-water
x: -6
y: -10
- type: shallow-water-reef
x: -7
y: 21
- type: shallow-water
x: -6
y: -9
- type: shallow-water-reef
x: -7
y: 22
- type: shallow-water
x: -6
y: -8
- type: shallow-water-reef
x: -7
y: 23
- type: shallow-water
x: -6
y: -7
- type: shallow-water
x: -7
y: 24
- type: shallow-water
x: -6
y: -6
- type: shallow-water
x: -7
y: 25
- type: shallow-water
x: -6
y: -5
- type: shallow-water
x: -7
y: 26
- type: shallow-water
x: -6
y: -4
- type: shallow-water
x: -7
y: 27
- type: shallow-water-reef
x: -6
y: -3
- type: shallow-water
x: -7
y: 28
- type: shallow-water
x: -6
y: -2
- type: shallow-water
x: -7
y: 29
- type: shallow-water
x: -6
y: -1
- type: shallow-water
x: -7
y: 30
- type: shallow-water
x: -7
y: 31
- type: shallow-water
x: -6
y: 0
- type: shallow-water
x: -7
y: 32
- type: shallow-water
x: -6
y: 1
- type: shallow-water
x: -7
y: 33
- type: shallow-water
x: -6
y: 2
- type: shallow-water
x: -7
y: 34
- type: shallow-water
x: -6
y: 3
- type: shallow-water
x: -7
y: 35
- type: shallow-water
x: -6
y: 4
- type: shallow-water
x: -7
y: 36
- type: shallow-water
x: -6
y: 5
- type: shallow-water
x: -7
y: 37
- type: shallow-water
x: -6
y: 6
- type: shallow-water
x: -7
y: 38
- type: shallow-water
x: -6
y: 7
- type: shallow-water
x: -7
y: 39
- type: shallow-water
x: -6
y: 8
- type: shallow-water
x: -7
y: 40
- type: shallow-water-reef
x: -6
y: 9
- type: shallow-water
x: -5
y: -21
- type: shallow-water
x: -6
y: 10
- type: shallow-water
x: -7
y: 41
- type: shallow-water
x: -5
y: -20
- type: shallow-water
x: -6
y: 11
- type: shallow-water
x: -5
y: -19
- type: shallow-water
x: -6
y: 12
- type: shallow-water
x: -5
y: -18
- type: shallow-water
x: -6
y: 13
- type: shallow-water
x: -5
y: -17
- type: shallow-water
x: -6
y: 14
- type: shallow-water
x: -5
y: -16
- type: shallow-water
x: -6
y: 15
- type: shallow-water
x: -5
y: -15
- type: shallow-water
x: -6
y: 16
- type: shallow-water
x: -5
y: -14
- type: shallow-water
x: -6
y: 17
- type: shallow-water
x: -5
y: -13
- type: shallow-water
x: -6
y: 18
- type: shallow-water
x: -5
y: -12
- type: shallow-water
x: -6
y: 19
- type: shallow-water
x: -5
y: -11
- type: shallow-water
x: -6
y: 20
- type: shallow-water
x: -5
y: -10
- type: shallow-water
x: -6
y: 21
- type: shallow-water
x: -5
y: -9
- type: shallow-water
x: -6
y: 22
- type: shallow-water
x: -5
y: -8
- type: shallow-water-reef
x: -6
y: 23
- type: shallow-water
x: -5
y: -7
- type: shallow-water
x: -6
y: 24
- type: shallow-water
x: -5
y: -6
- type: shallow-water
x: -6
y: 25
- type: shallow-water
x: -5
y: -5
- type: shallow-water
x: -6
y: 26
- type: shallow-water
x: -5
y: -4
- type: shallow-water
x: -6
y: 27
- type: shallow-water-reef
x: -5
y: -3
- type: shallow-water
x: -6
y: 28
- type: shallow-water
x: -5
y: -2
- type: shallow-water
x: -6
y: 29
- type: shallow-water
x: -5
y: -1
- type: shallow-water
x: -6
y: 30
- type: shallow-water
x: -5
y: 0
- type: shallow-water
x: -6
y: 31
- type: shallow-water
x: -5
y: 1
- type: shallow-water
x: -6
y: 32
- type: shallow-water
x: -5
y: 2
- type: shallow-water
x: -6
y: 33
- type: shallow-water
x: -5
y: 3
- type: shallow-water
x: -6
y: 34
- type: shallow-water
x: -5
y: 4
- type: shallow-water
x: -6
y: 35
- type: shallow-water
x: -5
y: 5
- type: shallow-water
x: -6
y: 36
- type: shallow-water
x: -5
y: 6
- type: shallow-water
x: -6
y: 37
- type: shallow-water
x: -5
y: 7
- type: shallow-water
x: -6
y: 38
- type: shallow-water
x: -5
y: 8
- type: shallow-water
x: -6
y: 39
- type: shallow-water-reef
x: -5
y: 9
- type: shallow-water
x: -6
y: 40
- type: shallow-water
x: -6
y: 41
- type: shallow-water
x: -4
y: -21
- type: shallow-water
x: -5
y: 10
- type: shallow-water
x: -4
y: -20
- type: shallow-water
x: -5
y: 11
- type: shallow-water
x: -4
y: -19
- type: shallow-water
x: -5
y: 12
- type: shallow-water
x: -4
y: -18
- type: shallow-water
x: -5
y: 13
- type: shallow-water
x: -4
y: -17
- type: shallow-water
x: -5
y: 14
- type: shallow-water
x: -4
y: -16
- type: shallow-water
x: -5
y: 15
- type: shallow-water
x: -4
y: -15
- type: shallow-water
x: -5
y: 16
- type: shallow-water
x: -4
y: -14
- type: shallow-water
x: -5
y: 17
- type: shallow-water
x: -4
y: -13
- type: shallow-water
x: -5
y: 18
- type: shallow-water
x: -4
y: -12
- type: shallow-water
x: -5
y: 19
- type: shallow-water
x: -4
y: -11
- type: shallow-water
x: -5
y: 20
- type: shallow-water
x: -4
y: -10
- type: shallow-water
x: -5
y: 21
- type: shallow-water
x: -4
y: -9
- type: shallow-water
x: -5
y: 22
- type: shallow-water
x: -4
y: -8
- type: shallow-water-reef
x: -5
y: 23
- type: shallow-water
x: -4
y: -7
- type: shallow-water
x: -5
y: 24
- type: shallow-water
x: -4
y: -6
- type: shallow-water
x: -5
y: 25
- type: shallow-water
x: -4
y: -5
- type: shallow-water
x: -5
y: 26
- type: shallow-water
x: -4
y: -4
- type: shallow-water
x: -5
y: 27
- type: shallow-water-reef
x: -4
y: -3
- type: shallow-water
x: -5
y: 28
- type: shallow-water
x: -4
y: -2
- type: shallow-water
x: -5
y: 29
- type: shallow-water
x: -4
y: -1
- type: shallow-water
x: -5
y: 30
- type: shallow-water
x: -4
y: 0
- type: shallow-water
x: -5
y: 31
- type: beach
x: -4
y: 1
- type: shallow-water
x: -5
y: 32
- type: beach
x: -4
y: 2
- type: shallow-water
x: -5
y: 33
- type: beach-end
x: -4
y: 3
- type: shallow-water
x: -5
y: 34
- type: shallow-water
x: -4
y: 4
- type: shallow-water
x: -5
y: 35
- type: shallow-water
x: -4
y: 5
- type: shallow-water
x: -5
y: 36
- type: shallow-water
x: -4
y: 6
- type: shallow-water
x: -5
y: 37
- type: shallow-water
x: -4
y: 7
- type: shallow-water
x: -5
y: 38
- type: shallow-water
x: -4
y: 8
- type: shallow-water
x: -5
y: 39
- type: shallow-water-reef
x: -4
y: 9
- type: shallow-water
x: -5
y: 40
- type: shallow-water
x: -3
y: -21
- type: shallow-water
x: -4
y: 10
- type: shallow-water
x: -5
y: 41
- type: shallow-water
x: -3
y: -20
- type: shallow-water
x: -4
y: 11
- type: shallow-water
x: -3
y: -19
- type: shallow-water
x: -4
y: 12
- type: shallow-water
x: -3
y: -18
- type: shallow-water
x: -4
y: 13
- type: shallow-water
x: -3
y: -17
- type: shallow-water
x: -4
y: 14
- type: shallow-water
x: -3
y: -16
- type: shallow-water
x: -4
y: 15
- type: shallow-water
x: -3
y: -15
- type: shallow-water
x: -4
y: 16
- type: shallow-water
x: -3
y: -14
- type: shallow-water
x: -4
y: 17
- type: shallow-water
x: -3
y: -13
- type: shallow-water
x: -4
y: 18
- type: shallow-water
x: -3
y: -12
- type: shallow-water
x: -4
y: 19
- type: shallow-water
x: -3
y: -11
- type: shallow-water
x: -4
y: 20
- type: shallow-water
x: -3
y: -10
- type: shallow-water
x: -4
y: 21
- type: shallow-water
x: -3
y: -9
- type: shallow-water
x: -4
y: 22
- type: shallow-water
x: -3
y: -8
- type: shallow-water-reef
x: -4
y: 23
- type: shallow-water
x: -3
y: -7
- type: shallow-water
x: -4
y: 24
- type: shallow-water
x: -3
y: -6
- type: shallow-water
x: -4
y: 25
- type: shallow-water
x: -3
y: -5
- type: shallow-water
x: -4
y: 26
- type: shallow-water
x: -3
y: -4
- type: shallow-water
x: -4
y: 27
- type: shallow-water-reef
x: -3
y: -3
- type: shallow-water
x: -4
y: 28
- type: shallow-water
x: -3
y: -2
- type: shallow-water
x: -4
y: 29
- type: shallow-water
x: -3
y: -1
- type: shallow-water
x: -4
y: 30
- type: shallow-water
x: -4
y: 31
- type: beach
x: -3
y: 0
- type: shallow-water
x: -4
y: 32
- type: grass
x: -3
y: 1
- type: shallow-water
x: -4
y: 33
- type: grass
x: -3
y: 2
- type: shallow-water
x: -4
y: 34
- type: grass-end
x: -3
y: 3
- type: shallow-water
x: -4
y: 35
- type: beach-end
x: -3
y: 4
- type: shallow-water
x: -4
y: 36
- type: shallow-water
x: -3
y: 5
- type: shallow-water
x: -4
y: 37
- type: shallow-water
x: -3
y: 6
- type: shallow-water
x: -4
y: 38
- type: shallow-water
x: -3
y: 7
- type: shallow-water
x: -4
y: 39
- type: shallow-water
x: -3
y: 8
- type: shallow-water
x: -4
y: 40
- type: shallow-water-reef
x: -3
y: 9
- type: shallow-water
x: -3
y: 10
- type: shallow-water
x: -4
y: 41
- type: shallow-water
x: -2
y: -21
- type: shallow-water
x: -3
y: 11
- type: shallow-water
x: -2
y: -20
- type: shallow-water
x: -3
y: 12
- type: shallow-water
x: -2
y: -19
- type: shallow-water
x: -3
y: 13
- type: shallow-water
x: -2
y: -18
- type: shallow-water
x: -3
y: 14
- type: shallow-water
x: -2
y: -17
- type: shallow-water
x: -3
y: 15
- type: shallow-water
x: -2
y: -16
- type: shallow-water
x: -3
y: 16
- type: shallow-water
x: -2
y: -15
- type: shallow-water
x: -3
y: 17
- type: shallow-water
x: -2
y: -14
- type: shallow-water
x: -3
y: 18
- type: shallow-water
x: -2
y: -13
- type: shallow-water
x: -3
y: 19
- type: shallow-water
x: -2
y: -12
- type: shallow-water
x: -3
y: 20
- type: shallow-water
x: -2
y: -11
- type: shallow-water
x: -3
y: 21
- type: shallow-water
x: -2
y: -10
- type: shallow-water
x: -2
y: -9
- type: shallow-water
x: -3
y: 22
- type: shallow-water
x: -2
y: -8
- type: shallow-water-reef
x: -3
y: 23
- type: shallow-water
x: -2
y: -7
- type: shallow-water
x: -3
y: 24
- type: shallow-water
x: -2
y: -6
- type: shallow-water
x: -3
y: 25
- type: shallow-water
x: -2
y: -5
- type: shallow-water
x: -3
y: 26
- type: shallow-water
x: -2
y: -4
- type: shallow-water
x: -3
y: 27
- type: shallow-water-reef
x: -2
y: -3
- type: shallow-water
x: -3
y: 28
- type: shallow-water
x: -2
y: -2
- type: shallow-water
x: -3
y: 29
- type: shallow-water
x: -2
y: -1
- type: shallow-water
x: -3
y: 30
- type: beach
x: -2
y: 0
- type: shallow-water
x: -3
y: 31
- type: grass
x: -2
y: 1
- type: shallow-water
x: -3
y: 32
- type: grass
x: -2
y: 2
- type: shallow-water
x: -3
y: 33
- type: beach
x: -2
y: 3
- type: shallow-water
x: -3
y: 34
- type: beach-end
x: -2
y: 4
- type: shallow-water
x: -3
y: 35
- type: shallow-water
x: -2
y: 5
- type: shallow-water
x: -3
y: 36
- type: shallow-water
x: -2
y: 6
- type: shallow-water
x: -3
y: 37
- type: shallow-water
x: -2
y: 7
- type: shallow-water
x: -3
y: 38
- type: shallow-water
x: -2
y: 8
- type: shallow-water
x: -3
y: 39
- type: shallow-water-reef
x: -2
y: 9
- type: shallow-water
x: -3
y: 40
- type: shallow-water
x: -1
y: -21
- type: shallow-water
x: -2
y: 10
- type: shallow-water
x: -3
y: 41
- type: shallow-water
x: -1
y: -20
- type: shallow-water
x: -2
y: 11
- type: shallow-water
x: -2
y: 12
- type: shallow-water
x: -1
y: -19
- type: shallow-water
x: -2
y: 13
- type: shallow-water
x: -1
y: -18
- type: shallow-water
x: -2
y: 14
- type: shallow-water
x: -1
y: -17
- type: shallow-water
x: -2
y: 15
- type: shallow-water
x: -1
y: -16
- type: shallow-water
x: -2
y: 16
- type: shallow-water
x: -1
y: -15
- type: shallow-water
x: -2
y: 17
- type: shallow-water
x: -1
y: -14
- type: shallow-water
x: -2
y: 18
- type: shallow-water
x: -1
y: -13
- type: shallow-water
x: -2
y: 19
- type: shallow-water
x: -1
y: -12
- type: shallow-water
x: -2
y: 20
- type: shallow-water
x: -1
y: -11
- type: shallow-water
x: -2
y: 21
- type: shallow-water
x: -1
y: -10
- type: shallow-water
x: -2
y: 22
- type: shallow-water
x: -1
y: -9
- type: shallow-water-reef
x: -2
y: 23
- type: shallow-water
x: -1
y: -8
- type: shallow-water
x: -2
y: 24
- type: shallow-water
x: -1
y: -7
- type: shallow-water
x: -2
y: 25
- type: shallow-water
x: -1
y: -6
- type: shallow-water
x: -2
y: 26
- type: shallow-water
x: -1
y: -5
- type: shallow-water
x: -2
y: 27
- type: shallow-water
x: -1
y: -4
- type: shallow-water
x: -2
y: 28
- type: shallow-water-reef
x: -1
y: -3
- type: shallow-water
x: -2
y: 29
- type: shallow-water
x: -1
y: -2
- type: shallow-water
x: -2
y: 30
- type: shallow-water
x: -1
y: -1
- type: shallow-water
x: -2
y: 31
- type: shallow-water
x: -1
y: 0
- type: shallow-water
x: -2
y: 32
- type: beach
x: -1
y: 1
- type: shallow-water
x: -2
y: 33
- type: beach
x: -1
y: 2
- type: shallow-water
x: -2
y: 34
- type: beach-end
x: -1
y: 3
- type: shallow-water
x: -2
y: 35
- type: shallow-water
x: -1
y: 4
- type: shallow-water
x: -2
y: 36
- type: shallow-water
x: -1
y: 5
- type: shallow-water
x: -2
y: 37
- type: shallow-water
x: -1
y: 6
- type: shallow-water
x: -2
y: 38
- type: shallow-water
x: -1
y: 7
- type: shallow-water
x: -2
y: 39
- type: shallow-water
x: -1
y: 8
- type: shallow-water
x: -2
y: 40
- type: shallow-water-reef
x: -1
y: 9
- type: shallow-water
x: -2
y: 41
- type: shallow-water
x: 0
y: -21
- type: shallow-water
x: -1
y: 10
- type: shallow-water
x: 0
y: -20
- type: shallow-water
x: -1
y: 11
- type: shallow-water
x: 0
y: -19
- type: shallow-water
x: -1
y: 12
- type: shallow-water
x: 0
y: -18
- type: shallow-water
x: -1
y: 13
- type: shallow-water
x: 0
y: -17
- type: shallow-water
x: -1
y: 14
- type: shallow-water
x: 0
y: -16
- type: shallow-water
x: -1
y: 15
- type: shallow-water
x: 0
y: -15
- type: shallow-water
x: -1
y: 16
- type: shallow-water
x: 0
y: -14
- type: shallow-water
x: -1
y: 17
- type: shallow-water
x: 0
y: -13
- type: shallow-water
x: -1
y: 18
- type: shallow-water
x: 0
y: -12
- type: shallow-water
x: -1
y: 19
- type: shallow-water
x: 0
y: -11
- type: shallow-water
x: -1
y: 20
- type: shallow-water
x: 0
y: -10
- type: shallow-water
x: -1
y: 21
- type: shallow-water
x: 0
y: -9
- type: shallow-water
x: -1
y: 22
- type: shallow-water
x: 0
y: -8
- type: shallow-water-reef
x: -1
y: 23
- type: shallow-water
x: 0
y: -7
- type: shallow-water
x: -1
y: 24
- type: shallow-water
x: 0
y: -6
- type: shallow-water
x: -1
y: 25
- type: shallow-water
x: 0
y: -5
- type: shallow-water
x: -1
y: 26
- type: shallow-water
x: 0
y: -4
- type: shallow-water
x: -1
y: 27
- type: shallow-water-reef
x: 0
y: -3
- type: shallow-water
x: -1
y: 28
- type: shallow-water
x: 0
y: -2
- type: shallow-water
x: -1
y: 29
- type: shallow-water
x: 0
y: -1
- type: shallow-water
x: -1
y: 30
- type: shallow-water
x: 0
y: 0
- type: shallow-water
x: -1
y: 31
- type: shallow-water
x: 0
y: 1
- type: shallow-water
x: -1
y: 32
- type: shallow-water
x: 0
y: 2
- type: shallow-water
x: -1
y: 33
- type: shallow-water
x: 0
y: 3
- type: shallow-water
x: -1
y: 34
- type: shallow-water
x: 0
y: 4
- type: shallow-water
x: -1
y: 35
- type: shallow-water
x: 0
y: 5
- type: shallow-water
x: -1
y: 36
- type: shallow-water
x: 0
y: 6
- type: shallow-water
x: -1
y: 37
- type: shallow-water
x: 0
y: 7
- type: shallow-water
x: -1
y: 38
- type: shallow-water
x: 0
y: 8
- type: shallow-water
x: -1
y: 39
- type: shallow-water-reef
x: 0
y: 9
- type: shallow-water
x: -1
y: 40
- type: shallow-water
x: 0
y: 10
- type: shallow-water
x: 1
y: -21
- type: shallow-water
x: -1
y: 41
- type: shallow-water
x: 0
y: 11
- type: shallow-water
x: 1
y: -20
- type: shallow-water
x: 0
y: 12
- type: shallow-water
x: 1
y: -19
- type: shallow-water
x: 0
y: 13
- type: shallow-water
x: 1
y: -18
- type: shallow-water
x: 0
y: 14
- type: shallow-water
x: 1
y: -17
- type: shallow-water
x: 0
y: 15
- type: shallow-water
x: 1
y: -16
- type: shallow-water
x: 0
y: 16
- type: shallow-water
x: 1
y: -15
- type: shallow-water
x: 0
y: 17
- type: shallow-water
x: 1
y: -14
- type: shallow-water
x: 0
y: 18
- type: shallow-water
x: 1
y: -13
- type: shallow-water
x: 0
y: 19
- type: shallow-water
x: 1
y: -12
- type: shallow-water
x: 0
y: 20
- type: shallow-water
x: 1
y: -11
- type: shallow-water
x: 0
y: 21
- type: shallow-water
x: 1
y: -10
- type: shallow-water
x: 0
y: 22
- type: shallow-water
x: 1
y: -9
- type: shallow-water-reef
x: 0
y: 23
- type: shallow-water
x: 1
y: -8
- type: shallow-water
x: 0
y: 24
- type: shallow-water
x: 1
y: -7
- type: shallow-water
x: 0
y: 25
- type: shallow-water
x: 1
y: -6
- type: shallow-water
x: 0
y: 26
- type: shallow-water
x: 1
y: -5
- type: shallow-water
x: 0
y: 27
- type: shallow-water
x: 1
y: -4
- type: shallow-water
x: 0
y: 28
- type: shallow-water-reef
x: 1
y: -3
- type: shallow-water
x: 0
y: 29
- type: shallow-water
x: 1
y: -2
- type: shallow-water
x: 0
y: 30
- type: shallow-water
x: 1
y: -1
- type: shallow-water
x: 0
y: 31
- type: shallow-water
x: 1
y: 0
- type: shallow-water
x: 0
y: 32
- type: shallow-water
x: 1
y: 1
- type: shallow-water
x: 0
y: 33
- type: shallow-water
x: 1
y: 2
- type: shallow-water
x: 0
y: 34
- type: shallow-water
x: 1
y: 3
- type: shallow-water
x: 0
y: 35
- type: shallow-water
x: 1
y: 4
- type: shallow-water
x: 0
y: 36
- type: shallow-water
x: 1
y: 5
- type: shallow-water
x: 0
y: 37
- type: shallow-water
x: 1
y: 6
- type: shallow-water
x: 0
y: 38
- type: shallow-water
x: 1
y: 7
- type: shallow-water
x: 0
y: 39
- type: shallow-water
x: 1
y: 8
- type: shallow-water
x: 0
y: 40
- type: beach
x: 1
y: 9
- type: shallow-water
x: 2
y: -21
- type: shallow-water
x: 0
y: 41
- type: beach
x: 1
y: 10
- type: shallow-water
x: 2
y: -20
- type: beach
x: 1
y: 11
- type: shallow-water
x: 2
y: -19
- type: beach
x: 1
y: 12
- type: shallow-water
x: 2
y: -18
- type: beach
x: 1
y: 13
- type: shallow-water
x: 2
y: -17
- type: shallow-water
x: 1
y: 14
- type: shallow-water
x: 2
y: -16
- type: shallow-water
x: 1
y: 15
- type: shallow-water
x: 2
y: -15
- type: shallow-water
x: 1
y: 16
- type: shallow-water
x: 2
y: -14
- type: shallow-water
x: 1
y: 17
- type: shallow-water
x: 2
y: -13
- type: shallow-water
x: 1
y: 18
- type: shallow-water
x: 2
y: -12
- type: shallow-water
x: 1
y: 19
- type: shallow-water
x: 2
y: -11
- type: shallow-water
x: 1
y: 20
- type: shallow-water
x: 2
y: -10
- type: shallow-water
x: 1
y: 21
- type: shallow-water
x: 2
y: -9
- type: shallow-water
x: 1
y: 22
- type: shallow-water
x: 2
y: -8
- type: shallow-water-reef
x: 1
y: 23
- type: shallow-water
x: 2
y: -7
- type: shallow-water
x: 1
y: 24
- type: shallow-water
x: 2
y: -6
- type: shallow-water
x: 1
y: 25
- type: shallow-water
x: 2
y: -5
- type: shallow-water
x: 1
y: 26
- type: shallow-water
x: 2
y: -4
- type: shallow-water
x: 1
y: 27
- type: shallow-water-reef
x: 2
y: -3
- type: shallow-water
x: 1
y: 28
- type: shallow-water
x: 2
y: -2
- type: shallow-water
x: 1
y: 29
- type: shallow-water
x: 2
y: -1
- type: shallow-water
x: 1
y: 30
- type: shallow-water
x: 2
y: 0
- type: shallow-water
x: 1
y: 31
- type: shallow-water
x: 2
y: 1
- type: shallow-water
x: 1
y: 32
- type: shallow-water
x: 2
y: 2
- type: shallow-water
x: 1
y: 33
- type: shallow-water
x: 2
y: 3
- type: shallow-water
x: 1
y: 34
- type: shallow-water
x: 2
y: 4
- type: shallow-water
x: 1
y: 35
- type: shallow-water
x: 2
y: 5
- type: shallow-water
x: 1
y: 36
- type: shallow-water
x: 2
y: 6
- type: shallow-water
x: 1
y: 37
- type: beach
x: 2
y: 7
- type: shallow-water
x: 1
y: 38
- type: beach
x: 2
y: 8
- type: shallow-water
x: 1
y: 39
- type: beach
x: 2
y: 9
- type: shallow-water
x: 1
y: 40
- type: shallow-water
x: 3
y: -21
- type: beach
x: 2
y: 10
- type: shallow-water
x: 1
y: 41
- type: shallow-water
x: 3
y: -20
- type: beach
x: 2
y: 11
- type: shallow-water
x: 3
y: -19
- type: beach
x: 2
y: 12
- type: shallow-water
x: 3
y: -18
- type: beach
x: 2
y: 13
- type: shallow-water
x: 3
y: -17
- type: shallow-water
x: 2
y: 14
- type: shallow-water
x: 3
y: -16
- type: shallow-water
x: 2
y: 15
- type: shallow-water
x: 3
y: -15
- type: shallow-water
x: 2
y: 16
- type: shallow-water
x: 3
y: -14
- type: shallow-water
x: 2
y: 17
- type: shallow-water
x: 3
y: -13
- type: shallow-water
x: 2
y: 18
- type: shallow-water
x: 3
y: -12
- type: shallow-water
x: 2
y: 19
- type: shallow-water
x: 3
y: -11
- type: shallow-water
x: 2
y: 20
- type: shallow-water
x: 3
y: -10
- type: shallow-water
x: 2
y: 21
- type: shallow-water
x: 3
y: -9
- type: shallow-water
x: 2
y: 22
- type: shallow-water
x: 3
y: -8
- type: shallow-water-reef
x: 2
y: 23
- type: shallow-water
x: 3
y: -7
- type: shallow-water
x: 2
y: 24
- type: shallow-water
x: 3
y: -6
- type: shallow-water
x: 2
y: 25
- type: shallow-water
x: 3
y: -5
- type: shallow-water
x: 2
y: 26
- type: shallow-water
x: 3
y: -4
- type: shallow-water
x: 2
y: 27
- type: shallow-water-reef
x: 3
y: -3
- type: shallow-water
x: 2
y: 28
- type: shallow-water
x: 3
y: -2
- type: shallow-water
x: 2
y: 29
- type: shallow-water
x: 3
y: -1
- type: shallow-water
x: 2
y: 30
- type: shallow-water
x: 2
y: 31
- type: shallow-water
x: 3
y: 0
- type: shallow-water
x: 2
y: 32
- type: shallow-water
x: 3
y: 1
- type: shallow-water
x: 2
y: 33
- type: shallow-water
x: 3
y: 2
- type: shallow-water
x: 2
y: 34
- type: shallow-water
x: 3
y: 3
- type: shallow-water
x: 2
y: 35
- type: shallow-water
x: 3
y: 4
- type: shallow-water
x: 2
y: 36
- type: beach
x: 3
y: 5
- type: shallow-water
x: 2
y: 37
- type: beach
x: 3
y: 6
- type: shallow-water
x: 2
y: 38
- type: beach
x: 3
y: 7
- type: shallow-water
x: 2
y: 39
- type: beach
x: 3
y: 8
- type: shallow-water
x: 2
y: 40
- type: beach
x: 3
y: 9
- type: beach
x: 3
y: 10
- type: shallow-water
x: 2
y: 41
- type: shallow-water
x: 4
y: -21
- type: beach
x: 3
y: 11
- type: shallow-water
x: 4
y: -20
- type: beach
x: 3
y: 12
- type: shallow-water
x: 4
y: -19
- type: beach
x: 3
y: 13
- type: shallow-water
x: 4
y: -18
- type: beach
x: 3
y: 14
- type: shallow-water
x: 4
y: -17
- type: beach
x: 3
y: 15
- type: shallow-water
x: 4
y: -16
- type: beach
x: 3
y: 16
- type: shallow-water
x: 4
y: -15
- type: beach
x: 3
y: 17
- type: shallow-water
x: 4
y: -14
- type: beach
x: 3
y: 18
- type: shallow-water
x: 4
y: -13
- type: beach-end
x: 3
y: 19
- type: shallow-water
x: 4
y: -12
- type: shallow-water
x: 3
y: 20
- type: shallow-water
x: 4
y: -11
- type: shallow-water
x: 3
y: 21
- type: shallow-water
x: 4
y: -10
- type: shallow-water
x: 4
y: -9
- type: shallow-water
x: 3
y: 22
- type: shallow-water
x: 4
y: -8
- type: shallow-water-reef
x: 3
y: 23
- type: shallow-water
x: 4
y: -7
- type: shallow-water
x: 3
y: 24
- type: shallow-water
x: 4
y: -6
- type: shallow-water
x: 3
y: 25
- type: shallow-water
x: 4
y: -5
- type: shallow-water
x: 3
y: 26
- type: shallow-water
x: 4
y: -4
- type: shallow-water
x: 3
y: 27
- type: shallow-water-reef
x: 4
y: -3
- type: shallow-water
x: 3
y: 28
- type: shallow-water
x: 4
y: -2
- type: shallow-water
x: 3
y: 29
- type: shallow-water
x: 4
y: -1
- type: shallow-water
x: 3
y: 30
- type: shallow-water
x: 4
y: 0
- type: shallow-water
x: 3
y: 31
- type: shallow-water
x: 4
y: 1
- type: shallow-water
x: 3
y: 32
- type: shallow-water
x: 4
y: 2
- type: shallow-water
x: 3
y: 33
- type: beach
x: 4
y: 3
- type: shallow-water
x: 3
y: 34
- type: shallow-water
x: 3
y: 35
- type: beach
x: 4
y: 4
- type: beach
x: 4
y: 5
- type: shallow-water
x: 3
y: 36
- type: beach
x: 4
y: 6
- type: shallow-water
x: 3
y: 37
- type: beach
x: 4
y: 7
- type: shallow-water
x: 3
y: 38
- type: beach
x: 4
y: 8
- type: shallow-water
x: 3
y: 39
- type: beach
x: 4
y: 9
- type: shallow-water
x: 3
y: 40
- type: shallow-water
x: 5
y: -21
- type: beach
x: 4
y: 10
- type: shallow-water
x: 3
y: 41
- type: shallow-water
x: 5
y: -20
- type: beach
x: 4
y: 11
- type: shallow-water
x: 5
y: -19
- type: beach
x: 4
y: 12
- type: shallow-water
x: 5
y: -18
- type: beach
x: 4
y: 13
- type: shallow-water
x: 5
y: -17
- type: beach
x: 4
y: 14
- type: shallow-water
x: 5
y: -16
- type: beach
x: 4
y: 15
- type: shallow-water
x: 5
y: -15
- type: grass
x: 4
y: 16
- type: shallow-water
x: 5
y: -14
- type: grass
x: 4
y: 17
- type: shallow-water
x: 5
y: -13
- type: grass-end
x: 4
y: 18
- type: shallow-water
x: 5
y: -12
- type: beach-end
x: 4
y: 19
- type: shallow-water
x: 5
y: -11
- type: shallow-water
x: 4
y: 20
- type: shallow-water
x: 5
y: -10
- type: shallow-water
x: 4
y: 21
- type: shallow-water
x: 4
y: 22
- type: shallow-water
x: 5
y: -9
- type: shallow-water-reef
x: 4
y: 23
- type: shallow-water
x: 5
y: -8
- type: shallow-water
x: 4
y: 24
- type: shallow-water
x: 5
y: -7
- type: shallow-water
x: 4
y: 25
- type: shallow-water
x: 5
y: -6
- type: shallow-water
x: 4
y: 26
- type: shallow-water
x: 5
y: -5
- type: shallow-water
x: 4
y: 27
- type: shallow-water
x: 5
y: -4
- type: shallow-water
x: 4
y: 28
- type: shallow-water-reef
x: 5
y: -3
- type: shallow-water
x: 4
y: 29
- type: shallow-water
x: 5
y: -2
- type: shallow-water
x: 4
y: 30
- type: shallow-water
x: 5
y: -1
- type: shallow-water
x: 5
y: 0
- type: shallow-water
x: 4
y: 31
- type: shallow-water
x: 5
y: 1
- type: shallow-water
x: 4
y: 32
- type: shallow-water
x: 5
y: 2
- type: shallow-water
x: 4
y: 33
- type: beach
x: 5
y: 3
- type: shallow-water
x: 4
y: 34
- type: beach
x: 5
y: 4
- type: shallow-water
x: 4
y: 35
- type: beach
x: 5
y: 5
- type: shallow-water
x: 4
y: 36
- type: grass
x: 5
y: 6
- type: shallow-water
x: 4
y: 37
- type: grass
x: 5
y: 7
- type: shallow-water
x: 4
y: 38
- type: grass
x: 5
y: 8
- type: shallow-water
x: 4
y: 39
- type: grass-end
x: 5
y: 9
- type: shallow-water
x: 4
y: 40
- type: shallow-water
x: 4
y: 41
- type: shallow-water
x: 6
y: -21
- type: beach
x: 5
y: 10
- type: shallow-water
x: 6
y: -20
- type: beach
x: 5
y: 11
- type: shallow-water
x: 6
y: -19
- type: beach
x: 5
y: 12
- type: shallow-water
x: 6
y: -18
- type: beach
x: 5
y: 13
- type: shallow-water
x: 6
y: -17
- type: grass
x: 5
y: 14
- type: shallow-water
x: 6
y: -16
- type: grass
x: 5
y: 15
- type: shallow-water
x: 6
y: -15
- type: start
x: 5
y: 16
- type: shallow-water
x: 6
y: -14
- type: grass
x: 5
y: 17
- type: shallow-water
x: 6
y: -13
- type: grass-end
x: 5
y: 18
- type: shallow-water
x: 6
y: -12
- type: beach-end
x: 5
y: 19
- type: shallow-water
x: 6
y: -11
- type: shallow-water
x: 5
y: 20
- type: shallow-water
x: 6
y: -10
- type: shallow-water
x: 5
y: 21
- type: shallow-water
x: 6
y: -9
- type: shallow-water
x: 5
y: 22
- type: shallow-water
x: 6
y: -8
- type: shallow-water-reef
x: 5
y: 23
- type: shallow-water
x: 6
y: -7
- type: shallow-water
x: 5
y: 24
- type: shallow-water
x: 6
y: -6
- type: shallow-water
x: 5
y: 25
- type: shallow-water
x: 6
y: -5
- type: shallow-water
x: 5
y: 26
- type: shallow-water
x: 6
y: -4
- type: shallow-water
x: 5
y: 27
- type: shallow-water-reef
x: 6
y: -3
- type: shallow-water
x: 5
y: 28
- type: shallow-water
x: 6
y: -2
- type: shallow-water
x: 5
y: 29
- type: shallow-water
x: 6
y: -1
- type: shallow-water
x: 5
y: 30
- type: shallow-water
x: 6
y: 0
- type: shallow-water
x: 5
y: 31
- type: shallow-water
x: 6
y: 1
- type: shallow-water
x: 5
y: 32
- type: shallow-water
x: 6
y: 2
- type: shallow-water
x: 5
y: 33
- type: beach
x: 6
y: 3
- type: shallow-water
x: 5
y: 34
- type: beach
x: 6
y: 4
- type: shallow-water
x: 5
y: 35
- type: beach
x: 6
y: 5
- type: shallow-water
x: 5
y: 36
- type: grass
x: 6
y: 6
- type: shallow-water
x: 5
y: 37
- type: grass
x: 6
y: 7
- type: shallow-water
x: 5
y: 38
- type: grass
x: 6
y: 8
- type: shallow-water
x: 5
y: 39
- type: grass
x: 6
y: 9
- type: shallow-water
x: 5
y: 40
- type: shallow-water
x: 7
y: -21
- type: grass
x: 6
y: 10
- type: shallow-water
x: 5
y: 41
- type: shallow-water
x: 7
y: -20
- type: exit
x: 6
y: 11
- type: shallow-water
x: 7
y: -19
- type: grass
x: 6
y: 12
- type: shallow-water
x: 7
y: -18
- type: grass
x: 6
y: 13
- type: shallow-water
x: 7
y: -17
- type: grass
x: 6
y: 14
- type: shallow-water
x: 7
y: -16
- type: grass
x: 6
y: 15
- type: shallow-water
x: 7
y: -15
- type: grass
x: 6
y: 16
- type: shallow-water
x: 7
y: -14
- type: grass
x: 6
y: 17
- type: shallow-water
x: 7
y: -13
- type: grass-end
x: 6
y: 18
- type: shallow-water
x: 7
y: -12
- type: beach-end
x: 6
y: 19
- type: shallow-water
x: 7
y: -11
- type: shallow-water
x: 6
y: 20
- type: shallow-water
x: 7
y: -10
- type: shallow-water
x: 6
y: 21
- type: shallow-water
x: 7
y: -9
- type: shallow-water
x: 6
y: 22
- type: shallow-water
x: 7
y: -8
- type: shallow-water-reef
x: 6
y: 23
- type: shallow-water
x: 7
y: -7
- type: shallow-water
x: 6
y: 24
- type: shallow-water
x: 7
y: -6
- type: shallow-water
x: 6
y: 25
- type: shallow-water
x: 7
y: -5
- type: shallow-water
x: 6
y: 26
- type: shallow-water
x: 7
y: -4
- type: shallow-water
x: 6
y: 27
- type: shallow-water-reef
x: 7
y: -3
- type: shallow-water
x: 6
y: 28
- type: shallow-water
x: 7
y: -2
- type: shallow-water
x: 6
y: 29
- type: shallow-water
x: 7
y: -1
- type: shallow-water
x: 6
y: 30
- type: shallow-water
x: 7
y: 0
- type: shallow-water
x: 6
y: 31
- type: shallow-water
x: 7
y: 1
- type: shallow-water
x: 6
y: 32
- type: shallow-water
x: 7
y: 2
- type: shallow-water
x: 6
y: 33
- type: beach
x: 7
y: 3
- type: shallow-water
x: 6
y: 34
- type: beach
x: 7
y: 4
- type: shallow-water
x: 6
y: 35
- type: beach
x: 7
y: 5
- type: shallow-water
x: 6
y: 36
- type: grass
x: 7
y: 6
- type: shallow-water
x: 6
y: 37
- type: grass
x: 7
y: 7
- type: shallow-water
x: 6
y: 38
- type: grass
x: 7
y: 8
- type: shallow-water
x: 6
y: 39
- type: grass
x: 7
y: 9
- type: shallow-water
x: 6
y: 40
- type: grass
x: 7
y: 10
- type: shallow-water
x: 8
y: -21
- type: shallow-water
x: 6
y: 41
- type: shallow-water
x: 8
y: -20
- type: grass
x: 7
y: 11
- type: shallow-water
x: 8
y: -19
- type: grass
x: 7
y: 12
- type: shallow-water
x: 8
y: -18
- type: grass
x: 7
y: 13
- type: shallow-water
x: 8
y: -17
- type: grass
x: 7
y: 14
- type: shallow-water
x: 8
y: -16
- type: grass
x: 7
y: 15
- type: shallow-water
x: 8
y: -15
- type: grass
x: 7
y: 16
- type: shallow-water
x: 8
y: -14
- type: grass-end
x: 7
y: 17
- type: shallow-water
x: 8
y: -13
- type: beach
x: 7
y: 18
- type: shallow-water
x: 8
y: -12
- type: beach
x: 7
y: 19
- type: shallow-water
x: 8
y: -11
- type: beach-end
x: 7
y: 20
- type: shallow-water
x: 8
y: -10
- type: shallow-water
x: 7
y: 21
- type: shallow-water
x: 8
y: -9
- type: shallow-water
x: 7
y: 22
- type: shallow-water
x: 8
y: -8
- type: shallow-water-reef
x: 7
y: 23
- type: shallow-water
x: 8
y: -7
- type: shallow-water
x: 7
y: 24
- type: shallow-water
x: 8
y: -6
- type: shallow-water
x: 7
y: 25
- type: shallow-water
x: 8
y: -5
- type: shallow-water
x: 7
y: 26
- type: shallow-water
x: 8
y: -4
- type: shallow-water
x: 7
y: 27
- type: shallow-water-reef
x: 8
y: -3
- type: shallow-water
x: 7
y: 28
- type: shallow-water
x: 8
y: -2
- type: shallow-water
x: 7
y: 29
- type: shallow-water
x: 8
y: -1
- type: shallow-water
x: 7
y: 30
- type: shallow-water
x: 7
y: 31
- type: shallow-water
x: 8
y: 0
- type: shallow-water
x: 7
y: 32
- type: shallow-water
x: 8
y: 1
- type: shallow-water
x: 7
y: 33
- type: shallow-water
x: 8
y: 2
- type: shallow-water
x: 7
y: 34
- type: beach
x: 8
y: 3
- type: shallow-water
x: 7
y: 35
- type: beach
x: 8
y: 4
- type: shallow-water
x: 7
y: 36
- type: beach
x: 8
y: 5
- type: shallow-water
x: 7
y: 37
- type: grass
x: 8
y: 6
- type: shallow-water
x: 7
y: 38
- type: grass
x: 8
y: 7
- type: shallow-water
x: 7
y: 39
- type: grass
x: 8
y: 8
- type: shallow-water
x: 7
y: 40
- type: grass
x: 8
y: 9
- type: grass
x: 8
y: 10
- type: shallow-water
x: 9
y: -21
- type: shallow-water
x: 7
y: 41
- type: grass
x: 8
y: 11
- type: shallow-water
x: 9
y: -20
- type: grass
x: 8
y: 12
- type: shallow-water
x: 9
y: -19
- type: grass
x: 8
y: 13
- type: shallow-water
x: 9
y: -18
- type: grass
x: 8
y: 14
- type: shallow-water
x: 9
y: -17
- type: grass
x: 8
y: 15
- type: shallow-water
x: 9
y: -16
- type: grass-end
x: 8
y: 16
- type: shallow-water
x: 9
y: -15
- type: beach
x: 8
y: 17
- type: shallow-water
x: 9
y: -14
- type: beach
x: 8
y: 18
- type: shallow-water
x: 9
y: -13
- type: beach
x: 8
y: 19
- type: shallow-water
x: 9
y: -12
- type: beach-end
x: 8
y: 20
- type: shallow-water
x: 9
y: -11
- type: shallow-water
x: 8
y: 21
- type: shallow-water
x: 9
y: -10
- type: shallow-water
x: 8
y: 22
- type: shallow-water
x: 9
y: -9
- type: shallow-water-reef
x: 8
y: 23
- type: shallow-water
x: 9
y: -8
- type: shallow-water
x: 8
y: 24
- type: shallow-water
x: 9
y: -7
- type: shallow-water
x: 8
y: 25
- type: shallow-water
x: 9
y: -6
- type: shallow-water
x: 8
y: 26
- type: shallow-water
x: 9
y: -5
- type: shallow-water
x: 8
y: 27
- type: shallow-water
x: 9
y: -4
- type: shallow-water
x: 8
y: 28
- type: shallow-water-reef
x: 9
y: -3
- type: shallow-water
x: 8
y: 29
- type: shallow-water
x: 9
y: -2
- type: shallow-water
x: 8
y: 30
- type: shallow-water
x: 9
y: -1
- type: shallow-water
x: 8
y: 31
- type: shallow-water
x: 9
y: 0
- type: shallow-water
x: 8
y: 32
- type: shallow-water
x: 9
y: 1
- type: shallow-water
x: 8
y: 33
- type: beach
x: 9
y: 2
- type: shallow-water
x: 8
y: 34
- type: beach
x: 9
y: 3
- type: shallow-water
x: 8
y: 35
- type: beach
x: 9
y: 4
- type: shallow-water
x: 8
y: 36
- type: beach
x: 9
y: 5
- type: shallow-water
x: 8
y: 37
- type: grass
x: 9
y: 6
- type: shallow-water
x: 8
y: 38
- type: grass
x: 9
y: 7
- type: shallow-water
x: 8
y: 39
- type: grass
x: 9
y: 8
- type: shallow-water
x: 8
y: 40
- type: grass
x: 9
y: 9
- type: shallow-water
x: 8
y: 41
- type: shallow-water
x: 10
y: -21
- type: grass
x: 9
y: 10
- type: shallow-water
x: 10
y: -20
- type: grass
x: 9
y: 11
- type: shallow-water
x: 10
y: -19
- type: grass
x: 9
y: 12
- type: shallow-water
x: 10
y: -18
- type: grass
x: 9
y: 13
- type: shallow-water
x: 10
y: -17
- type: grass
x: 9
y: 14
- type: shallow-water
x: 10
y: -16
- type: grass
x: 9
y: 15
- type: shallow-water
x: 10
y: -15
- type: grass-end
x: 9
y: 16
- type: shallow-water
x: 10
y: -14
- type: beach
x: 9
y: 17
- type: shallow-water
x: 10
y: -13
- type: beach
x: 9
y: 18
- type: shallow-water
x: 10
y: -12
- type: beach
x: 9
y: 19
- type: shallow-water
x: 10
y: -11
- type: beach-end
x: 9
y: 20
- type: shallow-water
x: 10
y: -10
- type: shallow-water
x: 9
y: 21
- type: shallow-water
x: 10
y: -9
- type: shallow-water
x: 9
y: 22
- type: shallow-water
x: 10
y: -8
- type: shallow-water-reef
x: 9
y: 23
- type: shallow-water
x: 10
y: -7
- type: shallow-water
x: 9
y: 24
- type: shallow-water
x: 10
y: -6
- type: shallow-water
x: 9
y: 25
- type: shallow-water
x: 10
y: -5
- type: shallow-water
x: 9
y: 26
- type: shallow-water
x: 10
y: -4
- type: shallow-water
x: 9
y: 27
- type: shallow-water-reef
x: 10
y: -3
- type: shallow-water
x: 9
y: 28
- type: shallow-water
x: 10
y: -2
- type: shallow-water
x: 9
y: 29
- type: shallow-water
x: 10
y: -1
- type: shallow-water
x: 9
y: 30
- type: shallow-water
x: 10
y: 0
- type: shallow-water
x: 9
y: 31
- type: shallow-water
x: 10
y: 1
- type: shallow-water
x: 9
y: 32
- type: beach
x: 10
y: 2
- type: shallow-water
x: 9
y: 33
- type: beach
x: 10
y: 3
- type: shallow-water
x: 9
y: 34
- type: beach
x: 10
y: 4
- type: shallow-water
x: 9
y: 35
- type: beach
x: 10
y: 5
- type: shallow-water
x: 9
y: 36
- type: grass
x: 10
y: 6
- type: shallow-water
x: 9
y: 37
- type: grass
x: 10
y: 7
- type: shallow-water
x: 9
y: 38
- type: grass
x: 10
y: 8
- type: shallow-water
x: 9
y: 39
- type: grass
x: 10
y: 9
- type: shallow-water
x: 9
y: 40
- type: shallow-water
x: 11
y: -21
- type: grass
x: 10
y: 10
- type: shallow-water
x: 9
y: 41
- type: shallow-water
x: 11
y: -20
- type: grass
x: 10
y: 11
- type: shallow-water
x: 11
y: -19
- type: grass
x: 10
y: 12
- type: shallow-water
x: 11
y: -18
- type: grass
x: 10
y: 13
- type: shallow-water
x: 11
y: -17
- type: grass
x: 10
y: 14
- type: shallow-water
x: 11
y: -16
- type: grass
x: 10
y: 15
- type: shallow-water
x: 11
y: -15
- type: grass-end
x: 10
y: 16
- type: shallow-water
x: 11
y: -14
- type: beach
x: 10
y: 17
- type: shallow-water
x: 11
y: -13
- type: beach
x: 10
y: 18
- type: shallow-water
x: 11
y: -12
- type: beach
x: 10
y: 19
- type: shallow-water
x: 11
y: -11
- type: shallow-water
x: 10
y: 20
- type: shallow-water
x: 11
y: -10
- type: shallow-water
x: 10
y: 21
- type: shallow-water
x: 11
y: -9
- type: shallow-water
x: 10
y: 22
- type: shallow-water
x: 11
y: -8
- type: shallow-water-reef
x: 10
y: 23
- type: shallow-water
x: 11
y: -7
- type: shallow-water
x: 10
y: 24
- type: shallow-water
x: 11
y: -6
- type: shallow-water
x: 10
y: 25
- type: shallow-water
x: 11
y: -5
- type: shallow-water
x: 10
y: 26
- type: shallow-water
x: 11
y: -4
- type: shallow-water
x: 10
y: 27
- type: shallow-water-reef
x: 11
y: -3
- type: shallow-water
x: 10
y: 28
- type: shallow-water
x: 11
y: -2
- type: shallow-water
x: 10
y: 29
- type: shallow-water
x: 11
y: -1
- type: shallow-water
x: 10
y: 30
- type: shallow-water
x: 10
y: 31
- type: shallow-water
x: 11
y: 0
- type: shallow-water
x: 10
y: 32
- type: shallow-water
x: 11
y: 1
- type: shallow-water
x: 10
y: 33
- type: beach
x: 11
y: 2
- type: shallow-water
x: 10
y: 34
- type: beach
x: 11
y: 3
- type: shallow-water
x: 10
y: 35
- type: beach
x: 11
y: 4
- type: shallow-water
x: 10
y: 36
- type: beach
x: 11
y: 5
- type: shallow-water
x: 10
y: 37
- type: grass
x: 11
y: 6
- type: shallow-water
x: 10
y: 38
- type: grass
x: 11
y: 7
- type: shallow-water
x: 10
y: 39
- type: grass
x: 11
y: 8
- type: shallow-water
x: 10
y: 40
- type: grass
x: 11
y: 9
- type: grass
x: 11
y: 10
- type: shallow-water
x: 10
y: 41
- type: shallow-water
x: 12
y: -21
- type: grass
x: 11
y: 11
- type: shallow-water
x: 12
y: -20
- type: grass
x: 11
y: 12
- type: shallow-water
x: 12
y: -19
- type: grass
x: 11
y: 13
- type: shallow-water
x: 12
y: -18
- type: grass
x: 11
y: 14
- type: shallow-water
x: 12
y: -17
- type: grass
x: 11
y: 15
- type: shallow-water
x: 12
y: -16
- type: grass-end
x: 11
y: 16
- type: shallow-water
x: 12
y: -15
- type: beach
x: 11
y: 17
- type: shallow-water
x: 12
y: -14
- type: beach
x: 11
y: 18
- type: shallow-water
x: 12
y: -13
- type: beach
x: 11
y: 19
- type: shallow-water
x: 12
y: -12
- type: beach-end
x: 11
y: 20
- type: shallow-water
x: 12
y: -11
- type: shallow-water
x: 11
y: 21
- type: shallow-water
x: 12
y: -10
- type: shallow-water
x: 11
y: 22
- type: shallow-water
x: 12
y: -9
- type: shallow-water-reef
x: 11
y: 23
- type: shallow-water
x: 12
y: -8
- type: shallow-water
x: 11
y: 24
- type: shallow-water
x: 12
y: -7
- type: shallow-water
x: 11
y: 25
- type: shallow-water
x: 12
y: -6
- type: shallow-water
x: 11
y: 26
- type: shallow-water
x: 12
y: -5
- type: shallow-water
x: 11
y: 27
- type: shallow-water
x: 12
y: -4
- type: shallow-water
x: 11
y: 28
- type: shallow-water-reef
x: 12
y: -3
- type: shallow-water
x: 11
y: 29
- type: shallow-water
x: 12
y: -2
- type: shallow-water
x: 11
y: 30
- type: shallow-water
x: 12
y: -1
- type: shallow-water
x: 12
y: 0
- type: shallow-water
x: 11
y: 31
- type: shallow-water
x: 12
y: 1
- type: shallow-water
x: 11
y: 32
- type: beach
x: 12
y: 2
- type: shallow-water
x: 11
y: 33
- type: beach
x: 12
y: 3
- type: shallow-water
x: 11
y: 34
- type: beach
x: 12
y: 4
- type: shallow-water
x: 11
y: 35
- type: beach
x: 12
y: 5
- type: shallow-water
x: 11
y: 36
- type: grass
x: 12
y: 6
- type: shallow-water
x: 11
y: 37
- type: grass
x: 12
y: 7
- type: shallow-water
x: 11
y: 38
- type: grass
x: 12
y: 8
- type: shallow-water
x: 11
y: 39
- type: grass
x: 12
y: 9
- type: shallow-water
x: 11
y: 40
- type: shallow-water
x: 11
y: 41
- type: grass
x: 12
y: 10
- type: shallow-water
x: 13
y: -21
- type: grass
x: 12
y: 11
- type: shallow-water
x: 13
y: -20
- type: grass
x: 12
y: 12
- type: shallow-water
x: 13
y: -19
- type: grass
x: 12
y: 13
- type: shallow-water
x: 13
y: -18
- type: grass
x: 12
y: 14
- type: shallow-water
x: 13
y: -17
- type: grass-end
x: 12
y: 15
- type: shallow-water
x: 13
y: -16
- type: beach
x: 12
y: 16
- type: shallow-water
x: 13
y: -15
- type: beach
x: 12
y: 17
- type: shallow-water
x: 13
y: -14
- type: beach
x: 12
y: 18
- type: shallow-water
x: 13
y: -13
- type: beach-end
x: 12
y: 19
- type: shallow-water
x: 13
y: -12
- type: shallow-water
x: 12
y: 20
- type: shallow-water
x: 13
y: -11
- type: shallow-water
x: 12
y: 21
- type: shallow-water
x: 13
y: -10
- type: shallow-water
x: 13
y: -9
- type: shallow-water
x: 12
y: 22
- type: shallow-water
x: 13
y: -8
- type: shallow-water-reef
x: 12
y: 23
- type: shallow-water
x: 13
y: -7
- type: shallow-water
x: 12
y: 24
- type: shallow-water
x: 13
y: -6
- type: shallow-water
x: 12
y: 25
- type: shallow-water
x: 13
y: -5
- type: shallow-water
x: 12
y: 26
- type: shallow-water
x: 13
y: -4
- type: shallow-water
x: 12
y: 27
- type: shallow-water-reef
x: 13
y: -3
- type: shallow-water
x: 12
y: 28
- type: shallow-water
x: 13
y: -2
- type: shallow-water
x: 12
y: 29
- type: shallow-water
x: 13
y: -1
- type: shallow-water
x: 12
y: 30
- type: shallow-water
x: 13
y: 0
- type: shallow-water
x: 12
y: 31
- type: shallow-water
x: 13
y: 1
- type: shallow-water
x: 12
y: 32
- type: beach
x: 13
y: 2
- type: shallow-water
x: 12
y: 33
- type: beach
x: 13
y: 3
- type: shallow-water
x: 12
y: 34
- type: beach
x: 13
y: 4
- type: shallow-water
x: 12
y: 35
- type: grass
x: 13
y: 5
- type: shallow-water
x: 12
y: 36
- type: grass
x: 13
y: 6
- type: shallow-water
x: 12
y: 37
- type: grass
x: 13
y: 7
- type: shallow-water
x: 12
y: 38
- type: grass
x: 13
y: 8
- type: shallow-water
x: 12
y: 39
- type: grass
x: 13
y: 9
- type: shallow-water
x: 12
y: 40
- type: shallow-water
x: 14
y: -21
- type: grass
x: 13
y: 10
- type: shallow-water
x: 12
y: 41
- type: shallow-water
x: 14
y: -20
- type: grass
x: 13
y: 11
- type: shallow-water
x: 14
y: -19
- type: grass
x: 13
y: 12
- type: shallow-water
x: 14
y: -18
- type: grass
x: 13
y: 13
- type: shallow-water
x: 14
y: -17
- type: grass
x: 13
y: 14
- type: shallow-water
x: 14
y: -16
- type: beach
x: 13
y: 15
- type: shallow-water
x: 14
y: -15
- type: beach
x: 13
y: 16
- type: shallow-water
x: 14
y: -14
- type: beach
x: 13
y: 17
- type: shallow-water
x: 14
y: -13
- type: beach
x: 13
y: 18
- type: shallow-water
x: 14
y: -12
- type: beach-end
x: 13
y: 19
- type: shallow-water
x: 14
y: -11
- type: shallow-water
x: 13
y: 20
- type: shallow-water
x: 14
y: -10
- type: shallow-water
x: 13
y: 21
- type: shallow-water
x: 14
y: -9
- type: shallow-water
x: 13
y: 22
- type: shallow-water
x: 14
y: -8
- type: shallow-water-reef
x: 13
y: 23
- type: shallow-water
x: 14
y: -7
- type: shallow-water
x: 13
y: 24
- type: shallow-water
x: 14
y: -6
- type: shallow-water
x: 13
y: 25
- type: shallow-water
x: 14
y: -5
- type: shallow-water
x: 13
y: 26
- type: shallow-water
x: 14
y: -4
- type: shallow-water
x: 13
y: 27
- type: shallow-water-reef
x: 14
y: -3
- type: shallow-water
x: 13
y: 28
- type: shallow-water
x: 14
y: -2
- type: shallow-water
x: 13
y: 29
- type: shallow-water
x: 14
y: -1
- type: shallow-water
x: 13
y: 30
- type: shallow-water
x: 14
y: 0
- type: shallow-water
x: 13
y: 31
- type: shallow-water
x: 14
y: 1
- type: shallow-water
x: 13
y: 32
- type: beach
x: 14
y: 2
- type: shallow-water
x: 13
y: 33
- type: beach
x: 14
y: 3
- type: shallow-water
x: 13
y: 34
- type: beach
x: 14
y: 4
- type: shallow-water
x: 13
y: 35
- type: grass
x: 14
y: 5
- type: shallow-water
x: 13
y: 36
- type: grass
x: 14
y: 6
- type: shallow-water
x: 13
y: 37
- type: grass
x: 14
y: 7
- type: shallow-water
x: 13
y: 38
- type: grass
x: 14
y: 8
- type: shallow-water
x: 13
y: 39
- type: grass
x: 14
y: 9
- type: shallow-water
x: 13
y: 40
- type: shallow-water
x: 15
y: -21
- type: grass
x: 14
y: 10
- type: shallow-water
x: 13
y: 41
- type: shallow-water
x: 15
y: -20
- type: grass
x: 14
y: 11
- type: shallow-water
x: 15
y: -19
- type: grass
x: 14
y: 12
- type: shallow-water
x: 15
y: -18
- type: grass
x: 14
y: 13
- type: shallow-water
x: 15
y: -17
- type: grass
x: 14
y: 14
- type: shallow-water
x: 15
y: -16
- type: grass-end
x: 14
y: 15
- type: shallow-water
x: 15
y: -15
- type: beach
x: 14
y: 16
- type: shallow-water
x: 15
y: -14
- type: beach
x: 14
y: 17
- type: shallow-water
x: 15
y: -13
- type: beach-end
x: 14
y: 18
- type: shallow-water
x: 15
y: -12
- type: shallow-water
x: 14
y: 19
- type: shallow-water
x: 15
y: -11
- type: shallow-water
x: 14
y: 20
- type: shallow-water
x: 15
y: -10
- type: shallow-water
x: 14
y: 21
- type: shallow-water
x: 15
y: -9
- type: shallow-water
x: 14
y: 22
- type: shallow-water
x: 15
y: -8
- type: shallow-water-reef
x: 14
y: 23
- type: shallow-water
x: 15
y: -7
- type: shallow-water
x: 14
y: 24
- type: shallow-water
x: 15
y: -6
- type: shallow-water
x: 14
y: 25
- type: shallow-water
x: 15
y: -5
- type: shallow-water
x: 14
y: 26
- type: shallow-water
x: 15
y: -4
- type: shallow-water
x: 14
y: 27
- type: shallow-water-reef
x: 15
y: -3
- type: shallow-water
x: 14
y: 28
- type: shallow-water
x: 15
y: -2
- type: shallow-water
x: 14
y: 29
- type: shallow-water
x: 15
y: -1
- type: shallow-water
x: 14
y: 30
- type: shallow-water
x: 15
y: 0
- type: shallow-water
x: 14
y: 31
- type: shallow-water
x: 15
y: 1
- type: shallow-water
x: 14
y: 32
- type: beach
x: 15
y: 2
- type: shallow-water
x: 14
y: 33
- type: beach
x: 15
y: 3
- type: shallow-water
x: 14
y: 34
- type: beach
x: 15
y: 4
- type: shallow-water
x: 14
y: 35
- type: grass
x: 15
y: 5
- type: shallow-water
x: 14
y: 36
- type: grass
x: 15
y: 6
- type: shallow-water
x: 14
y: 37
- type: grass
x: 15
y: 7
- type: shallow-water
x: 14
y: 38
- type: grass
x: 15
y: 8
- type: shallow-water
x: 14
y: 39
- type: grass
x: 15
y: 9
- type: shallow-water
x: 14
y: 40
- type: grass
x: 15
y: 10
- type: shallow-water
x: 14
y: 41
- type: shallow-water
x: 16
y: -21
- type: grass
x: 15
y: 11
- type: shallow-water
x: 16
y: -20
- type: grass
x: 15
y: 12
- type: shallow-water
x: 16
y: -19
- type: beach
x: 15
y: 13
- type: shallow-water
x: 16
y: -18
- type: beach
x: 15
y: 14
- type: shallow-water
x: 16
y: -17
- type: beach
x: 15
y: 15
- type: shallow-water
x: 16
y: -16
- type: beach
x: 15
y: 16
- type: shallow-water
x: 16
y: -15
- type: beach
x: 15
y: 17
- type: shallow-water
x: 16
y: -14
- type: beach-end
x: 15
y: 18
- type: shallow-water
x: 16
y: -13
- type: shallow-water
x: 15
y: 19
- type: shallow-water
x: 16
y: -12
- type: shallow-water
x: 15
y: 20
- type: shallow-water
x: 16
y: -11
- type: shallow-water
x: 15
y: 21
- type: shallow-water
x: 16
y: -10
- type: shallow-water
x: 15
y: 22
- type: shallow-water
x: 16
y: -9
- type: shallow-water-reef
x: 15
y: 23
- type: shallow-water
x: 16
y: -8
- type: shallow-water
x: 15
y: 24
- type: shallow-water
x: 16
y: -7
- type: shallow-water
x: 15
y: 25
- type: shallow-water
x: 16
y: -6
- type: shallow-water
x: 15
y: 26
- type: shallow-water
x: 16
y: -5
- type: shallow-water
x: 15
y: 27
- type: shallow-water
x: 16
y: -4
- type: shallow-water
x: 15
y: 28
- type: shallow-water-reef
x: 16
y: -3
- type: shallow-water
x: 15
y: 29
- type: shallow-water
x: 16
y: -2
- type: shallow-water
x: 15
y: 30
- type: shallow-water
x: 16
y: -1
- type: shallow-water
x: 15
y: 31
- type: shallow-water
x: 16
y: 0
- type: shallow-water
x: 15
y: 32
- type: shallow-water
x: 16
y: 1
- type: shallow-water
x: 15
y: 33
- type: beach
x: 16
y: 2
- type: shallow-water
x: 15
y: 34
- type: beach
x: 16
y: 3
- type: shallow-water
x: 15
y: 35
- type: beach
x: 16
y: 4
- type: shallow-water
x: 15
y: 36
- type: beach
x: 16
y: 5
- type: shallow-water
x: 15
y: 37
- type: grass
x: 16
y: 6
- type: shallow-water
x: 15
y: 38
- type: grass
x: 16
y: 7
- type: shallow-water
x: 15
y: 39
- type: grass-end
x: 16
y: 8
- type: shallow-water
x: 15
y: 40
- type: beach
x: 16
y: 9
- type: shallow-water
x: 15
y: 41
- type: shallow-water
x: 17
y: -21
- type: beach
x: 16
y: 10
- type: shallow-water
x: 17
y: -20
- type: beach
x: 16
y: 11
- type: shallow-water
x: 17
y: -19
- type: beach
x: 16
y: 12
- type: shallow-water
x: 17
y: -18
- type: beach
x: 16
y: 13
- type: shallow-water
x: 17
y: -17
- type: beach
x: 16
y: 14
- type: shallow-water
x: 17
y: -16
- type: beach
x: 16
y: 15
- type: shallow-water
x: 17
y: -15
- type: beach
x: 16
y: 16
- type: shallow-water
x: 17
y: -14
- type: beach
x: 16
y: 17
- type: shallow-water
x: 17
y: -13
- type: beach-end
x: 16
y: 18
- type: shallow-water
x: 17
y: -12
- type: shallow-water
x: 16
y: 19
- type: shallow-water
x: 17
y: -11
- type: shallow-water
x: 16
y: 20
- type: shallow-water
x: 17
y: -10
- type: shallow-water
x: 16
y: 21
- type: shallow-water
x: 17
y: -9
- type: shallow-water
x: 16
y: 22
- type: shallow-water
x: 17
y: -8
- type: shallow-water-reef
x: 16
y: 23
- type: shallow-water
x: 17
y: -7
- type: shallow-water
x: 16
y: 24
- type: shallow-water
x: 17
y: -6
- type: shallow-water
x: 16
y: 25
- type: shallow-water
x: 17
y: -5
- type: shallow-water
x: 16
y: 26
- type: shallow-water
x: 17
y: -4
- type: shallow-water
x: 16
y: 27
- type: shallow-water-reef
x: 17
y: -3
- type: shallow-water
x: 16
y: 28
- type: shallow-water
x: 17
y: -2
- type: shallow-water
x: 16
y: 29
- type: shallow-water
x: 17
y: -1
- type: shallow-water
x: 16
y: 30
- type: shallow-water
x: 17
y: 0
- type: shallow-water
x: 16
y: 31
- type: shallow-water
x: 17
y: 1
- type: shallow-water
x: 16
y: 32
- type: shallow-water
x: 17
y: 2
- type: shallow-water
x: 16
y: 33
- type: shallow-water
x: 17
y: 3
- type: shallow-water
x: 16
y: 34
- type: beach
x: 17
y: 4
- type: shallow-water
x: 16
y: 35
- type: beach
x: 17
y: 5
- type: shallow-water
x: 16
y: 36
- type: beach
x: 17
y: 6
- type: shallow-water
x: 16
y: 37
- type: beach
x: 17
y: 7
- type: shallow-water
x: 16
y: 38
- type: beach
x: 17
y: 8
- type: shallow-water
x: 16
y: 39
- type: beach
x: 17
y: 9
- type: shallow-water
x: 16
y: 40
- type: beach
x: 17
y: 10
- type: shallow-water
x: 16
y: 41
- type: shallow-water
x: 18
y: -21
- type: beach
x: 17
y: 11
- type: shallow-water
x: 18
y: -20
- type: beach
x: 17
y: 12
- type: shallow-water
x: 18
y: -19
- type: beach-end
x: 17
y: 13
- type: shallow-water
x: 18
y: -18
- type: shallow-water
x: 17
y: 14
- type: shallow-water
x: 18
y: -17
- type: shallow-water
x: 17
y: 15
- type: shallow-water
x: 18
y: -16
- type: shallow-water
x: 17
y: 16
- type: shallow-water
x: 18
y: -15
- type: shallow-water
x: 17
y: 17
- type: shallow-water
x: 18
y: -14
- type: shallow-water
x: 17
y: 18
- type: shallow-water
x: 18
y: -13
- type: shallow-water
x: 17
y: 19
- type: shallow-water
x: 18
y: -12
- type: shallow-water
x: 17
y: 20
- type: shallow-water
x: 18
y: -11
- type: shallow-water
x: 17
y: 21
- type: shallow-water
x: 18
y: -10
- type: shallow-water
x: 18
y: -9
- type: shallow-water
x: 17
y: 22
- type: shallow-water
x: 18
y: -8
- type: shallow-water-reef
x: 17
y: 23
- type: shallow-water
x: 18
y: -7
- type: shallow-water
x: 17
y: 24
- type: shallow-water
x: 18
y: -6
- type: shallow-water
x: 17
y: 25
- type: shallow-water
x: 18
y: -5
- type: shallow-water
x: 17
y: 26
- type: shallow-water
x: 18
y: -4
- type: shallow-water
x: 17
y: 27
- type: shallow-water-reef
x: 18
y: -3
- type: shallow-water
x: 17
y: 28
- type: shallow-water
x: 18
y: -2
- type: shallow-water
x: 17
y: 29
- type: shallow-water
x: 18
y: -1
- type: shallow-water
x: 17
y: 30
- type: shallow-water
x: 17
y: 31
- type: shallow-water
x: 18
y: 0
- type: shallow-water
x: 17
y: 32
- type: shallow-water
x: 18
y: 1
- type: shallow-water
x: 17
y: 33
- type: shallow-water
x: 18
y: 2
- type: shallow-water
x: 17
y: 34
- type: shallow-water
x: 18
y: 3
- type: shallow-water
x: 17
y: 35
- type: shallow-water
x: 18
y: 4
- type: shallow-water
x: 17
y: 36
- type: shallow-water
x: 18
y: 5
- type: shallow-water
x: 17
y: 37
- type: beach
x: 18
y: 6
- type: shallow-water
x: 17
y: 38
- type: beach
x: 18
y: 7
- type: shallow-water
x: 17
y: 39
- type: beach
x: 18
y: 8
- type: shallow-water
x: 17
y: 40
- type: beach
x: 18
y: 9
- type: shallow-water
x: 18
y: 10
- type: shallow-water
x: 17
y: 41
- type: shallow-water
x: 19
y: -21
- type: shallow-water
x: 18
y: 11
- type: shallow-water
x: 19
y: -20
- type: shallow-water
x: 18
y: 12
- type: shallow-water
x: 19
y: -19
- type: shallow-water
x: 18
y: 13
- type: shallow-water
x: 19
y: -18
- type: shallow-water
x: 18
y: 14
- type: shallow-water
x: 19
y: -17
- type: shallow-water
x: 18
y: 15
- type: shallow-water
x: 19
y: -16
- type: shallow-water
x: 18
y: 16
- type: shallow-water
x: 19
y: -15
- type: shallow-water
x: 18
y: 17
- type: shallow-water
x: 19
y: -14
- type: shallow-water
x: 18
y: 18
- type: shallow-water
x: 19
y: -13
- type: shallow-water
x: 18
y: 19
- type: shallow-water
x: 19
y: -12
- type: shallow-water
x: 18
y: 20
- type: shallow-water
x: 19
y: -11
- type: shallow-water
x: 18
y: 21
- type: shallow-water
x: 19
y: -10
- type: shallow-water
x: 19
y: -9
- type: shallow-water
x: 18
y: 22
- type: shallow-water
x: 19
y: -8
- type: shallow-water-reef
x: 18
y: 23
- type: shallow-water
x: 19
y: -7
- type: shallow-water
x: 18
y: 24
- type: shallow-water
x: 19
y: -6
- type: shallow-water
x: 18
y: 25
- type: shallow-water
x: 19
y: -5
- type: shallow-water
x: 18
y: 26
- type: shallow-water
x: 19
y: -4
- type: shallow-water
x: 18
y: 27
- type: shallow-water-reef
x: 19
y: -3
- type: shallow-water
x: 18
y: 28
- type: shallow-water
x: 19
y: -2
- type: shallow-water
x: 18
y: 29
- type: shallow-water
x: 19
y: -1
- type: shallow-water
x: 18
y: 30
- type: shallow-water
x: 18
y: 31
- type: shallow-water
x: 19
y: 0
- type: shallow-water
x: 18
y: 32
- type: shallow-water
x: 19
y: 1
- type: shallow-water
x: 18
y: 33
- type: shallow-water
x: 19
y: 2
- type: shallow-water
x: 18
y: 34
- type: shallow-water
x: 19
y: 3
- type: shallow-water
x: 18
y: 35
- type: shallow-water
x: 19
y: 4
- type: shallow-water
x: 18
y: 36
- type: shallow-water
x: 19
y: 5
- type: shallow-water
x: 18
y: 37
- type: shallow-water
x: 19
y: 6
- type: shallow-water
x: 18
y: 38
- type: shallow-water
x: 19
y: 7
- type: shallow-water
x: 18
y: 39
- type: shallow-water
x: 19
y: 8
- type: shallow-water
x: 18
y: 40
- type: shallow-water-reef
x: 19
y: 9
- type: shallow-water
x: 19
y: 10
- type: shallow-water
x: 18
y: 41
- type: shallow-water
x: 20
y: -21
- type: shallow-water
x: 19
y: 11
- type: shallow-water
x: 20
y: -20
- type: shallow-water
x: 19
y: 12
- type: shallow-water
x: 20
y: -19
- type: shallow-water
x: 19
y: 13
- type: shallow-water
x: 20
y: -18
- type: shallow-water
x: 19
y: 14
- type: shallow-water
x: 20
y: -17
- type: shallow-water
x: 19
y: 15
- type: shallow-water
x: 20
y: -16
- type: shallow-water
x: 19
y: 16
- type: shallow-water
x: 20
y: -15
- type: shallow-water
x: 19
y: 17
- type: shallow-water
x: 20
y: -14
- type: shallow-water
x: 19
y: 18
- type: shallow-water
x: 20
y: -13
- type: shallow-water
x: 19
y: 19
- type: shallow-water
x: 20
y: -12
- type: shallow-water
x: 19
y: 20
- type: shallow-water
x: 20
y: -11
- type: shallow-water
x: 19
y: 21
- type: shallow-water
x: 20
y: -10
- type: shallow-water
x: 19
y: 22
- type: shallow-water
x: 20
y: -9
- type: shallow-water-reef
x: 19
y: 23
- type: shallow-water
x: 20
y: -8
- type: shallow-water
x: 19
y: 24
- type: shallow-water
x: 20
y: -7
- type: shallow-water
x: 19
y: 25
- type: shallow-water
x: 20
y: -6
- type: shallow-water
x: 19
y: 26
- type: shallow-water
x: 20
y: -5
- type: shallow-water
x: 19
y: 27
- type: shallow-water
x: 20
y: -4
- type: shallow-water
x: 19
y: 28
- type: shallow-water-reef
x: 20
y: -3
- type: shallow-water
x: 19
y: 29
- type: shallow-water
x: 20
y: -2
- type: shallow-water
x: 19
y: 30
- type: shallow-water
x: 20
y: -1
- type: shallow-water
x: 19
y: 31
- type: shallow-water
x: 20
y: 0
- type: shallow-water
x: 19
y: 32
- type: shallow-water
x: 20
y: 1
- type: shallow-water
x: 19
y: 33
- type: shallow-water
x: 20
y: 2
- type: shallow-water
x: 19
y: 34
- type: shallow-water
x: 20
y: 3
- type: shallow-water
x: 19
y: 35
- type: shallow-water
x: 20
y: 4
- type: shallow-water
x: 19
y: 36
- type: shallow-water
x: 20
y: 5
- type: shallow-water
x: 19
y: 37
- type: shallow-water
x: 20
y: 6
- type: shallow-water
x: 19
y: 38
- type: shallow-water
x: 20
y: 7
- type: shallow-water
x: 19
y: 39
- type: shallow-water
x: 20
y: 8
- type: shallow-water
x: 19
y: 40
- type: shallow-water-reef
x: 20
y: 9
- type: shallow-water
x: 21
y: -21
- type: shallow-water
x: 19
y: 41
- type: shallow-water
x: 20
y: 10
- type: shallow-water
x: 21
y: -20
- type: shallow-water
x: 20
y: 11
- type: shallow-water
x: 21
y: -19
- type: shallow-water
x: 20
y: 12
- type: shallow-water
x: 21
y: -18
- type: shallow-water
x: 20
y: 13
- type: shallow-water
x: 21
y: -17
- type: shallow-water
x: 20
y: 14
- type: shallow-water
x: 21
y: -16
- type: shallow-water
x: 20
y: 15
- type: shallow-water
x: 21
y: -15
- type: shallow-water
x: 20
y: 16
- type: shallow-water
x: 21
y: -14
- type: shallow-water
x: 20
y: 17
- type: shallow-water
x: 21
y: -13
- type: shallow-water
x: 20
y: 18
- type: shallow-water
x: 21
y: -12
- type: shallow-water
x: 20
y: 19
- type: shallow-water
x: 21
y: -11
- type: shallow-water
x: 20
y: 20
- type: shallow-water
x: 21
y: -10
- type: shallow-water
x: 20
y: 21
- type: shallow-water
x: 20
y: 22
- type: shallow-water
x: 21
y: -9
- type: shallow-water-reef
x: 20
y: 23
- type: shallow-water
x: 21
y: -8
- type: shallow-water
x: 20
y: 24
- type: shallow-water
x: 21
y: -7
- type: shallow-water
x: 20
y: 25
- type: shallow-water
x: 21
y: -6
- type: shallow-water
x: 20
y: 26
- type: shallow-water
x: 21
y: -5
- type: shallow-water
x: 20
y: 27
- type: shallow-water
x: 21
y: -4
- type: shallow-water
x: 20
y: 28
- type: shallow-water-reef
x: 21
y: -3
- type: shallow-water
x: 20
y: 29
- type: shallow-water
x: 21
y: -2
- type: shallow-water
x: 20
y: 30
- type: shallow-water
x: 21
y: -1
- type: shallow-water
x: 21
y: 0
- type: shallow-water
x: 20
y: 31
- type: shallow-water
x: 21
y: 1
- type: shallow-water
x: 20
y: 32
- type: shallow-water
x: 21
y: 2
- type: shallow-water
x: 20
y: 33
- type: shallow-water
x: 21
y: 3
- type: shallow-water
x: 20
y: 34
- type: shallow-water
x: 21
y: 4
- type: shallow-water
x: 20
y: 35
- type: shallow-water
x: 21
y: 5
- type: shallow-water
x: 20
y: 36
- type: shallow-water
x: 21
y: 6
- type: shallow-water
x: 20
y: 37
- type: shallow-water
x: 21
y: 7
- type: shallow-water
x: 20
y: 38
- type: shallow-water
x: 21
y: 8
- type: shallow-water
x: 20
y: 39
- type: shallow-water-reef
x: 21
y: 9
- type: shallow-water
x: 20
y: 40
- type: shallow-water
x: 22
y: -21
- type: shallow-water
x: 20
y: 41
- type: shallow-water
x: 21
y: 10
- type: shallow-water
x: 22
y: -20
- type: shallow-water
x: 21
y: 11
- type: shallow-water
x: 22
y: -19
- type: shallow-water
x: 21
y: 12
- type: shallow-water
x: 22
y: -18
- type: shallow-water
x: 21
y: 13
- type: shallow-water
x: 22
y: -17
- type: shallow-water
x: 21
y: 14
- type: shallow-water
x: 22
y: -16
- type: shallow-water
x: 21
y: 15
- type: shallow-water
x: 22
y: -15
- type: shallow-water
x: 21
y: 16
- type: shallow-water
x: 22
y: -14
- type: shallow-water
x: 21
y: 17
- type: shallow-water
x: 22
y: -13
- type: shallow-water
x: 21
y: 18
- type: shallow-water
x: 22
y: -12
- type: shallow-water
x: 21
y: 19
- type: shallow-water
x: 22
y: -11
- type: shallow-water
x: 21
y: 20
- type: shallow-water
x: 22
y: -10
- type: shallow-water
x: 21
y: 21
- type: shallow-water
x: 21
y: 22
- type: shallow-water
x: 22
y: -9
- type: shallow-water-reef
x: 21
y: 23
- type: shallow-water
x: 22
y: -8
- type: shallow-water
x: 21
y: 24
- type: shallow-water
x: 22
y: -7
- type: shallow-water
x: 21
y: 25
- type: shallow-water
x: 22
y: -6
- type: shallow-water
x: 21
y: 26
- type: shallow-water
x: 22
y: -5
- type: shallow-water
x: 21
y: 27
- type: shallow-water
x: 22
y: -4
- type: shallow-water
x: 21
y: 28
- type: shallow-water-reef
x: 22
y: -3
- type: shallow-water
x: 21
y: 29
- type: shallow-water
x: 22
y: -2
- type: shallow-water
x: 21
y: 30
- type: shallow-water
x: 22
y: -1
- type: shallow-water
x: 21
y: 31
- type: shallow-water
x: 22
y: 0
- type: shallow-water
x: 21
y: 32
- type: shallow-water
x: 22
y: 1
- type: shallow-water
x: 21
y: 33
- type: shallow-water
x: 22
y: 2
- type: shallow-water
x: 21
y: 34
- type: shallow-water
x: 22
y: 3
- type: shallow-water
x: 21
y: 35
- type: shallow-water
x: 22
y: 4
- type: shallow-water
x: 21
y: 36
- type: shallow-water
x: 22
y: 5
- type: shallow-water
x: 21
y: 37
- type: shallow-water
x: 22
y: 6
- type: shallow-water
x: 21
y: 38
- type: shallow-water
x: 22
y: 7
- type: shallow-water
x: 21
y: 39
- type: shallow-water
x: 22
y: 8
- type: shallow-water
x: 21
y: 40
- type: shallow-water-reef
x: 22
y: 9
- type: shallow-water
x: 23
y: -21
- type: shallow-water
x: 21
y: 41
- type: shallow-water
x: 22
y: 10
- type: shallow-water
x: 23
y: -20
- type: shallow-water
x: 22
y: 11
- type: shallow-water
x: 23
y: -19
- type: shallow-water
x: 22
y: 12
- type: shallow-water
x: 23
y: -18
- type: shallow-water
x: 22
y: 13
- type: shallow-water
x: 23
y: -17
- type: shallow-water
x: 22
y: 14
- type: shallow-water
x: 23
y: -16
- type: shallow-water
x: 22
y: 15
- type: shallow-water
x: 23
y: -15
- type: shallow-water
x: 22
y: 16
- type: shallow-water
x: 23
y: -14
- type: shallow-water
x: 22
y: 17
- type: shallow-water
x: 23
y: -13
- type: shallow-water
x: 22
y: 18
- type: shallow-water
x: 23
y: -12
- type: shallow-water
x: 22
y: 19
- type: shallow-water
x: 23
y: -11
- type: shallow-water
x: 22
y: 20
- type: shallow-water
x: 23
y: -10
- type: shallow-water
x: 22
y: 21
- type: shallow-water
x: 23
y: -9
- type: shallow-water
x: 22
y: 22
- type: shallow-water
x: 23
y: -8
- type: shallow-water-reef
x: 22
y: 23
- type: shallow-water
x: 23
y: -7
- type: shallow-water
x: 22
y: 24
- type: shallow-water
x: 23
y: -6
- type: shallow-water
x: 22
y: 25
- type: shallow-water
x: 23
y: -5
- type: shallow-water
x: 22
y: 26
- type: shallow-water
x: 23
y: -4
- type: shallow-water
x: 22
y: 27
- type: shallow-water-reef
x: 23
y: -3
- type: shallow-water
x: 22
y: 28
- type: shallow-water
x: 23
y: -2
- type: shallow-water
x: 22
y: 29
- type: shallow-water
x: 23
y: -1
- type: shallow-water
x: 22
y: 30
- type: shallow-water
x: 23
y: 0
- type: shallow-water
x: 22
y: 31
- type: shallow-water
x: 23
y: 1
- type: shallow-water
x: 22
y: 32
- type: shallow-water
x: 23
y: 2
- type: shallow-water
x: 22
y: 33
- type: shallow-water
x: 23
y: 3
- type: shallow-water
x: 22
y: 34
- type: shallow-water
x: 23
y: 4
- type: shallow-water
x: 22
y: 35
- type: shallow-water
x: 23
y: 5
- type: shallow-water
x: 22
y: 36
- type: shallow-water
x: 23
y: 6
- type: shallow-water
x: 22
y: 37
- type: shallow-water
x: 23
y: 7
- type: shallow-water
x: 22
y: 38
- type: shallow-water
x: 23
y: 8
- type: shallow-water
x: 22
y: 39
- type: shallow-water-reef
x: 23
y: 9
- type: shallow-water
x: 22
y: 40
- type: shallow-water
x: 23
y: 10
- type: shallow-water
x: 24
y: -21
- type: shallow-water
x: 22
y: 41
- type: shallow-water
x: 23
y: 11
- type: shallow-water
x: 24
y: -20
- type: shallow-water
x: 23
y: 12
- type: shallow-water
x: 24
y: -19
- type: shallow-water
x: 23
y: 13
- type: shallow-water
x: 24
y: -18
- type: shallow-water
x: 23
y: 14
- type: shallow-water
x: 24
y: -17
- type: shallow-water
x: 23
y: 15
- type: shallow-water
x: 24
y: -16
- type: shallow-water
x: 23
y: 16
- type: shallow-water
x: 24
y: -15
- type: shallow-water
x: 23
y: 17
- type: shallow-water
x: 24
y: -14
- type: shallow-water
x: 23
y: 18
- type: shallow-water
x: 24
y: -13
- type: shallow-water
x: 23
y: 19
- type: shallow-water
x: 24
y: -12
- type: shallow-water
x: 23
y: 20
- type: shallow-water
x: 24
y: -11
- type: shallow-water
x: 23
y: 21
- type: shallow-water
x: 24
y: -10
- type: shallow-water
x: 23
y: 22
- type: shallow-water
x: 24
y: -9
- type: shallow-water-reef
x: 23
y: 23
- type: shallow-water
x: 24
y: -8
- type: shallow-water
x: 23
y: 24
- type: shallow-water
x: 24
y: -7
- type: shallow-water
x: 23
y: 25
- type: shallow-water
x: 24
y: -6
- type: shallow-water
x: 23
y: 26
- type: shallow-water
x: 24
y: -5
- type: shallow-water
x: 23
y: 27
- type: shallow-water
x: 24
y: -4
- type: shallow-water
x: 23
y: 28
- type: shallow-water-reef
x: 24
y: -3
- type: shallow-water
x: 23
y: 29
- type: shallow-water
x: 24
y: -2
- type: shallow-water
x: 23
y: 30
- type: shallow-water
x: 24
y: -1
- type: shallow-water
x: 24
y: 0
- type: shallow-water
x: 23
y: 31
- type: shallow-water
x: 24
y: 1
- type: shallow-water
x: 23
y: 32
- type: shallow-water
x: 24
y: 2
- type: shallow-water
x: 23
y: 33
- type: shallow-water
x: 24
y: 3
- type: shallow-water
x: 23
y: 34
- type: shallow-water
x: 24
y: 4
- type: shallow-water
x: 23
y: 35
- type: shallow-water
x: 24
y: 5
- type: shallow-water
x: 23
y: 36
- type: shallow-water
x: 24
y: 6
- type: shallow-water
x: 23
y: 37
- type: shallow-water
x: 24
y: 7
- type: shallow-water
x: 23
y: 38
- type: shallow-water
x: 24
y: 8
- type: shallow-water
x: 23
y: 39
- type: shallow-water-reef
x: 24
y: 9
- type: shallow-water
x: 23
y: 40
- type: shallow-water
x: 25
y: -21
- type: shallow-water
x: 23
y: 41
- type: shallow-water
x: 24
y: 10
- type: shallow-water
x: 25
y: -20
- type: shallow-water
x: 24
y: 11
- type: shallow-water
x: 25
y: -19
- type: shallow-water
x: 24
y: 12
- type: shallow-water
x: 25
y: -18
- type: shallow-water
x: 24
y: 13
- type: shallow-water
x: 25
y: -17
- type: shallow-water
x: 24
y: 14
- type: shallow-water
x: 25
y: -16
- type: shallow-water
x: 24
y: 15
- type: shallow-water
x: 25
y: -15
- type: shallow-water
x: 24
y: 16
- type: shallow-water
x: 25
y: -14
- type: shallow-water
x: 24
y: 17
- type: shallow-water
x: 25
y: -13
- type: shallow-water
x: 24
y: 18
- type: shallow-water
x: 25
y: -12
- type: shallow-water
x: 24
y: 19
- type: shallow-water
x: 25
y: -11
- type: shallow-water
x: 24
y: 20
- type: shallow-water
x: 25
y: -10
- type: shallow-water
x: 24
y: 21
- type: shallow-water
x: 24
y: 22
- type: shallow-water
x: 25
y: -9
- type: shallow-water-reef
x: 24
y: 23
- type: shallow-water
x: 25
y: -8
- type: shallow-water
x: 24
y: 24
- type: shallow-water
x: 25
y: -7
- type: shallow-water
x: 24
y: 25
- type: shallow-water
x: 25
y: -6
- type: shallow-water
x: 24
y: 26
- type: shallow-water
x: 25
y: -5
- type: shallow-water
x: 24
y: 27
- type: shallow-water
x: 25
y: -4
- type: shallow-water
x: 24
y: 28
- type: shallow-water-reef
x: 25
y: -3
- type: shallow-water
x: 24
y: 29
- type: shallow-water
x: 25
y: -2
- type: shallow-water
x: 24
y: 30
- type: shallow-water
x: 25
y: -1
- type: shallow-water
x: 24
y: 31
- type: shallow-water
x: 25
y: 0
- type: shallow-water
x: 24
y: 32
- type: shallow-water
x: 25
y: 1
- type: shallow-water
x: 24
y: 33
- type: shallow-water
x: 25
y: 2
- type: shallow-water
x: 24
y: 34
- type: shallow-water
x: 25
y: 3
- type: shallow-water
x: 24
y: 35
- type: shallow-water
x: 25
y: 4
- type: shallow-water
x: 24
y: 36
- type: shallow-water
x: 25
y: 5
- type: shallow-water
x: 24
y: 37
- type: shallow-water
x: 25
y: 6
- type: shallow-water
x: 24
y: 38
- type: shallow-water
x: 25
y: 7
- type: shallow-water
x: 24
y: 39
- type: shallow-water
x: 25
y: 8
- type: shallow-water
x: 24
y: 40
- type: shallow-water-reef
x: 25
y: 9
- type: shallow-water
x: 24
y: 41
- type: shallow-water
x: 25
y: 10
- type: shallow-water
x: 26
y: -21
- type: shallow-water
x: 25
y: 11
- type: shallow-water
x: 26
y: -20
- type: shallow-water
x: 25
y: 12
- type: shallow-water
x: 26
y: -19
- type: shallow-water
x: 25
y: 13
- type: shallow-water
x: 26
y: -18
- type: shallow-water
x: 25
y: 14
- type: shallow-water
x: 26
y: -17
- type: shallow-water
x: 25
y: 15
- type: shallow-water
x: 26
y: -16
- type: shallow-water
x: 25
y: 16
- type: shallow-water
x: 26
y: -15
- type: shallow-water
x: 25
y: 17
- type: shallow-water
x: 26
y: -14
- type: shallow-water
x: 25
y: 18
- type: shallow-water
x: 26
y: -13
- type: shallow-water
x: 25
y: 19
- type: shallow-water
x: 26
y: -12
- type: shallow-water
x: 25
y: 20
- type: shallow-water
x: 26
y: -11
- type: shallow-water
x: 25
y: 21
- type: shallow-water
x: 26
y: -10
- type: shallow-water
x: 25
y: 22
- type: shallow-water
x: 26
y: -9
- type: shallow-water-reef
x: 25
y: 23
- type: shallow-water
x: 26
y: -8
- type: shallow-water
x: 25
y: 24
- type: shallow-water
x: 26
y: -7
- type: shallow-water
x: 25
y: 25
- type: shallow-water
x: 26
y: -6
- type: shallow-water
x: 25
y: 26
- type: shallow-water
x: 26
y: -5
- type: shallow-water
x: 25
y: 27
- type: shallow-water
x: 26
y: -4
- type: shallow-water
x: 25
y: 28
- type: shallow-water-reef
x: 26
y: -3
- type: shallow-water
x: 25
y: 29
- type: shallow-water-reef
x: 26
y: -2
- type: shallow-water
x: 25
y: 30
- type: shallow-water-reef
x: 26
y: -1
- type: shallow-water-reef
x: 26
y: 0
- type: shallow-water
x: 25
y: 31
- type: shallow-water-reef
x: 26
y: 1
- type: shallow-water
x: 25
y: 32
- type: shallow-water-reef
x: 26
y: 2
- type: shallow-water
x: 25
y: 33
- type: shallow-water-reef
x: 26
y: 3
- type: shallow-water
x: 25
y: 34
- type: shallow-water-reef
x: 26
y: 4
- type: shallow-water
x: 25
y: 35
- type: shallow-water-reef
x: 26
y: 5
- type: shallow-water
x: 25
y: 36
- type: shallow-water-reef
x: 26
y: 6
- type: shallow-water
x: 25
y: 37
- type: shallow-water-reef
x: 26
y: 7
- type: shallow-water
x: 25
y: 38
- type: shallow-water-reef
x: 26
y: 8
- type: shallow-water
x: 25
y: 39
- type: shallow-water-reef
x: 26
y: 9
- type: shallow-water
x: 25
y: 40
- type: shallow-water
x: 25
y: 41
- type: shallow-water
x: 27
y: -21
- type: shallow-water-reef
x: 26
y: 10
- type: shallow-water
x: 27
y: -20
- type: shallow-water-reef
x: 26
y: 11
- type: shallow-water
x: 27
y: -19
- type: shallow-water-reef
x: 26
y: 12
- type: shallow-water
x: 27
y: -18
- type: shallow-water-reef
x: 26
y: 13
- type: shallow-water
x: 27
y: -17
- type: shallow-water-reef
x: 26
y: 14
- type: shallow-water
x: 27
y: -16
- type: shallow-water-reef
x: 26
y: 15
- type: shallow-water
x: 27
y: -15
- type: shallow-water-reef
x: 26
y: 16
- type: shallow-water
x: 27
y: -14
- type: shallow-water-reef
x: 26
y: 17
- type: shallow-water
x: 27
y: -13
- type: shallow-water-reef
x: 26
y: 18
- type: shallow-water
x: 27
y: -12
- type: shallow-water-reef
x: 26
y: 19
- type: shallow-water
x: 27
y: -11
- type: shallow-water-reef
x: 26
y: 20
- type: shallow-water
x: 27
y: -10
- type: shallow-water-reef
x: 26
y: 21
- type: shallow-water
x: 27
y: -9
- type: shallow-water-reef
x: 26
y: 22
- type: shallow-water
x: 27
y: -8
- type: shallow-water-reef
x: 26
y: 23
- type: shallow-water
x: 27
y: -7
- type: shallow-water
x: 26
y: 24
- type: shallow-water
x: 27
y: -6
- type: shallow-water
x: 26
y: 25
- type: shallow-water
x: 27
y: -5
- type: shallow-water
x: 26
y: 26
- type: shallow-water
x: 27
y: -4
- type: shallow-water
x: 26
y: 27
- type: shallow-water
x: 27
y: -3
- type: shallow-water
x: 26
y: 28
- type: shallow-water
x: 27
y: -2
- type: shallow-water
x: 26
y: 29
- type: shallow-water
x: 27
y: -1
- type: shallow-water
x: 26
y: 30
- type: shallow-water
x: 27
y: 0
- type: shallow-water
x: 26
y: 31
- type: shallow-water
x: 27
y: 1
- type: shallow-water
x: 26
y: 32
- type: shallow-water
x: 27
y: 2
- type: shallow-water
x: 26
y: 33
- type: shallow-water
x: 27
y: 3
- type: shallow-water
x: 26
y: 34
- type: shallow-water
x: 27
y: 4
- type: shallow-water
x: 26
y: 35
- type: shallow-water
x: 27
y: 5
- type: shallow-water
x: 26
y: 36
- type: shallow-water
x: 27
y: 6
- type: shallow-water
x: 26
y: 37
- type: shallow-water
x: 27
y: 7
- type: shallow-water
x: 26
y: 38
- type: shallow-water
x: 27
y: 8
- type: shallow-water
x: 26
y: 39
- type: shallow-water
x: 27
y: 9
- type: shallow-water
x: 26
y: 40
- type: shallow-water
x: 27
y: 10
- type: shallow-water
x: 28
y: -21
- type: shallow-water
x: 26
y: 41
- type: shallow-water
x: 27
y: 11
- type: shallow-water
x: 28
y: -20
- type: shallow-water
x: 27
y: 12
- type: shallow-water
x: 28
y: -19
- type: shallow-water
x: 27
y: 13
- type: shallow-water
x: 28
y: -18
- type: shallow-water
x: 27
y: 14
- type: shallow-water
x: 28
y: -17
- type: shallow-water
x: 27
y: 15
- type: shallow-water
x: 28
y: -16
- type: shallow-water
x: 27
y: 16
- type: shallow-water
x: 28
y: -15
- type: shallow-water
x: 27
y: 17
- type: shallow-water
x: 28
y: -14
- type: shallow-water
x: 27
y: 18
- type: shallow-water
x: 28
y: -13
- type: shallow-water
x: 27
y: 19
- type: shallow-water
x: 28
y: -12
- type: shallow-water
x: 27
y: 20
- type: shallow-water
x: 28
y: -11
- type: shallow-water
x: 27
y: 21
- type: shallow-water
x: 28
y: -10
- type: shallow-water
x: 27
y: 22
- type: shallow-water
x: 28
y: -9
- type: shallow-water
x: 27
y: 23
- type: shallow-water
x: 28
y: -8
- type: shallow-water
x: 27
y: 24
- type: shallow-water
x: 28
y: -7
- type: shallow-water
x: 27
y: 25
- type: shallow-water
x: 28
y: -6
- type: shallow-water
x: 27
y: 26
- type: shallow-water
x: 28
y: -5
- type: shallow-water
x: 27
y: 27
- type: shallow-water
x: 28
y: -4
- type: shallow-water
x: 27
y: 28
- type: shallow-water
x: 28
y: -3
- type: shallow-water
x: 27
y: 29
- type: shallow-water
x: 28
y: -2
- type: shallow-water
x: 27
y: 30
- type: shallow-water
x: 28
y: -1
- type: shallow-water
x: 27
y: 31
- type: shallow-water
x: 28
y: 0
- type: shallow-water
x: 27
y: 32
- type: shallow-water
x: 28
y: 1
- type: shallow-water
x: 27
y: 33
- type: shallow-water
x: 28
y: 2
- type: shallow-water
x: 27
y: 34
- type: shallow-water
x: 28
y: 3
- type: shallow-water
x: 27
y: 35
- type: shallow-water
x: 28
y: 4
- type: shallow-water
x: 27
y: 36
- type: shallow-water
x: 28
y: 5
- type: shallow-water
x: 27
y: 37
- type: shallow-water
x: 28
y: 6
- type: shallow-water
x: 27
y: 38
- type: shallow-water
x: 28
y: 7
- type: shallow-water
x: 27
y: 39
- type: shallow-water
x: 28
y: 8
- type: shallow-water
x: 27
y: 40
- type: shallow-water
x: 28
y: 9
- type: shallow-water
x: 27
y: 41
- type: shallow-water
x: 28
y: 10
- type: shallow-water
x: 29
y: -21
- type: shallow-water
x: 28
y: 11
- type: shallow-water
x: 29
y: -20
- type: shallow-water
x: 28
y: 12
- type: shallow-water
x: 29
y: -19
- type: shallow-water
x: 28
y: 13
- type: shallow-water
x: 29
y: -18
- type: shallow-water
x: 28
y: 14
- type: shallow-water
x: 29
y: -17
- type: shallow-water
x: 28
y: 15
- type: shallow-water
x: 29
y: -16
- type: shallow-water
x: 28
y: 16
- type: shallow-water
x: 29
y: -15
- type: shallow-water
x: 28
y: 17
- type: shallow-water
x: 29
y: -14
- type: shallow-water
x: 28
y: 18
- type: shallow-water
x: 29
y: -13
- type: shallow-water
x: 28
y: 19
- type: shallow-water
x: 29
y: -12
- type: shallow-water
x: 28
y: 20
- type: shallow-water
x: 29
y: -11
- type: shallow-water
x: 28
y: 21
- type: shallow-water
x: 29
y: -10
- type: shallow-water
x: 28
y: 22
- type: shallow-water
x: 29
y: -9
- type: shallow-water
x: 28
y: 23
- type: shallow-water
x: 29
y: -8
- type: shallow-water
x: 28
y: 24
- type: shallow-water
x: 29
y: -7
- type: shallow-water
x: 28
y: 25
- type: shallow-water
x: 29
y: -6
- type: shallow-water
x: 28
y: 26
- type: shallow-water
x: 29
y: -5
- type: shallow-water
x: 28
y: 27
- type: shallow-water
x: 29
y: -4
- type: shallow-water
x: 28
y: 28
- type: shallow-water
x: 29
y: -3
- type: shallow-water
x: 28
y: 29
- type: shallow-water
x: 29
y: -2
- type: shallow-water
x: 28
y: 30
- type: shallow-water
x: 29
y: -1
- type: shallow-water
x: 28
y: 31
- type: shallow-water
x: 29
y: 0
- type: shallow-water
x: 28
y: 32
- type: shallow-water
x: 29
y: 1
- type: shallow-water
x: 28
y: 33
- type: shallow-water
x: 29
y: 2
- type: shallow-water
x: 28
y: 34
- type: shallow-water
x: 29
y: 3
- type: shallow-water
x: 28
y: 35
- type: shallow-water
x: 29
y: 4
- type: shallow-water
x: 28
y: 36
- type: shallow-water
x: 29
y: 5
- type: shallow-water
x: 28
y: 37
- type: shallow-water
x: 29
y: 6
- type: shallow-water
x: 28
y: 38
- type: shallow-water
x: 29
y: 7
- type: shallow-water
x: 28
y: 39
- type: shallow-water
x: 29
y: 8
- type: shallow-water
x: 28
y: 40
- type: shallow-water
x: 29
y: 9
- type: shallow-water
x: 28
y: 41
- type: shallow-water
x: 30
y: -21
- type: shallow-water
x: 29
y: 10
- type: shallow-water
x: 30
y: -20
- type: shallow-water
x: 29
y: 11
- type: shallow-water
x: 30
y: -19
- type: shallow-water
x: 29
y: 12
- type: shallow-water
x: 30
y: -18
- type: shallow-water
x: 29
y: 13
- type: shallow-water
x: 30
y: -17
- type: shallow-water
x: 29
y: 14
- type: shallow-water
x: 30
y: -16
- type: shallow-water
x: 29
y: 15
- type: shallow-water
x: 30
y: -15
- type: shallow-water
x: 29
y: 16
- type: shallow-water
x: 30
y: -14
- type: shallow-water
x: 29
y: 17
- type: shallow-water
x: 30
y: -13
- type: shallow-water
x: 29
y: 18
- type: shallow-water
x: 30
y: -12
- type: shallow-water
x: 29
y: 19
- type: shallow-water
x: 30
y: -11
- type: shallow-water
x: 29
y: 20
- type: shallow-water
x: 30
y: -10
- type: shallow-water
x: 29
y: 21
- type: shallow-water
x: 29
y: 22
- type: shallow-water
x: 30
y: -9
- type: shallow-water
x: 29
y: 23
- type: shallow-water
x: 30
y: -8
- type: shallow-water
x: 29
y: 24
- type: shallow-water
x: 30
y: -7
- type: shallow-water
x: 29
y: 25
- type: shallow-water
x: 30
y: -6
- type: shallow-water
x: 29
y: 26
- type: shallow-water
x: 30
y: -5
- type: shallow-water
x: 29
y: 27
- type: shallow-water
x: 30
y: -4
- type: shallow-water
x: 29
y: 28
- type: shallow-water
x: 30
y: -3
- type: shallow-water
x: 29
y: 29
- type: shallow-water
x: 30
y: -2
- type: shallow-water
x: 29
y: 30
- type: shallow-water
x: 30
y: -1
- type: shallow-water
x: 30
y: 0
- type: shallow-water
x: 29
y: 31
- type: shallow-water
x: 30
y: 1
- type: shallow-water
x: 29
y: 32
- type: shallow-water
x: 30
y: 2
- type: shallow-water
x: 29
y: 33
- type: shallow-water
x: 30
y: 3
- type: shallow-water
x: 29
y: 34
- type: shallow-water
x: 30
y: 4
- type: shallow-water
x: 29
y: 35
- type: shallow-water
x: 30
y: 5
- type: shallow-water
x: 29
y: 36
- type: shallow-water
x: 30
y: 6
- type: shallow-water
x: 29
y: 37
- type: shallow-water
x: 30
y: 7
- type: shallow-water
x: 29
y: 38
- type: shallow-water
x: 30
y: 8
- type: shallow-water
x: 29
y: 39
- type: shallow-water
x: 30
y: 9
- type: shallow-water
x: 29
y: 40
- type: shallow-water
x: 29
y: 41
- type: shallow-water
x: 31
y: -21
- type: shallow-water
x: 30
y: 10
- type: shallow-water
x: 31
y: -20
- type: shallow-water
x: 30
y: 11
- type: shallow-water
x: 31
y: -19
- type: shallow-water
x: 30
y: 12
- type: shallow-water
x: 31
y: -18
- type: shallow-water
x: 30
y: 13
- type: shallow-water
x: 31
y: -17
- type: shallow-water
x: 30
y: 14
- type: shallow-water
x: 31
y: -16
- type: shallow-water
x: 30
y: 15
- type: shallow-water
x: 31
y: -15
- type: shallow-water
x: 30
y: 16
- type: shallow-water
x: 31
y: -14
- type: shallow-water
x: 30
y: 17
- type: shallow-water
x: 31
y: -13
- type: shallow-water
x: 30
y: 18
- type: shallow-water
x: 31
y: -12
- type: shallow-water
x: 30
y: 19
- type: shallow-water
x: 31
y: -11
- type: shallow-water
x: 30
y: 20
- type: shallow-water
x: 31
y: -10
- type: shallow-water
x: 30
y: 21
- type: shallow-water
x: 30
y: 22
- type: shallow-water
x: 31
y: -9
- type: shallow-water
x: 30
y: 23
- type: shallow-water
x: 31
y: -8
- type: shallow-water
x: 30
y: 24
- type: shallow-water
x: 31
y: -7
- type: shallow-water
x: 30
y: 25
- type: shallow-water
x: 31
y: -6
- type: shallow-water
x: 30
y: 26
- type: shallow-water
x: 31
y: -5
- type: shallow-water
x: 30
y: 27
- type: shallow-water
x: 31
y: -4
- type: shallow-water
x: 30
y: 28
- type: shallow-water
x: 31
y: -3
- type: shallow-water
x: 30
y: 29
- type: shallow-water
x: 31
y: -2
- type: shallow-water
x: 30
y: 30
- type: shallow-water
x: 31
y: -1
- type: shallow-water
x: 30
y: 31
- type: shallow-water
x: 31
y: 0
- type: shallow-water
x: 30
y: 32
- type: shallow-water
x: 31
y: 1
- type: shallow-water
x: 30
y: 33
- type: shallow-water
x: 31
y: 2
- type: shallow-water
x: 30
y: 34
- type: shallow-water
x: 31
y: 3
- type: shallow-water
x: 30
y: 35
- type: shallow-water
x: 31
y: 4
- type: shallow-water
x: 30
y: 36
- type: shallow-water
x: 31
y: 5
- type: shallow-water
x: 30
y: 37
- type: shallow-water
x: 31
y: 6
- type: shallow-water
x: 30
y: 38
- type: shallow-water
x: 31
y: 7
- type: shallow-water
x: 30
y: 39
- type: shallow-water
x: 31
y: 8
- type: shallow-water
x: 30
y: 40
- type: shallow-water
x: 31
y: 9
- type: shallow-water
x: 32
y: -21
- type: shallow-water
x: 30
y: 41
- type: shallow-water
x: 31
y: 10
- type: shallow-water
x: 32
y: -20
- type: shallow-water
x: 31
y: 11
- type: shallow-water
x: 32
y: -19
- type: shallow-water
x: 31
y: 12
- type: shallow-water
x: 32
y: -18
- type: shallow-water
x: 31
y: 13
- type: shallow-water
x: 32
y: -17
- type: shallow-water
x: 31
y: 14
- type: shallow-water
x: 32
y: -16
- type: shallow-water
x: 31
y: 15
- type: shallow-water
x: 32
y: -15
- type: shallow-water
x: 31
y: 16
- type: shallow-water
x: 32
y: -14
- type: shallow-water
x: 31
y: 17
- type: shallow-water
x: 32
y: -13
- type: shallow-water
x: 31
y: 18
- type: shallow-water
x: 32
y: -12
- type: shallow-water
x: 31
y: 19
- type: shallow-water
x: 32
y: -11
- type: shallow-water
x: 31
y: 20
- type: shallow-water
x: 32
y: -10
- type: shallow-water
x: 31
y: 21
- type: shallow-water
x: 32
y: -9
- type: shallow-water
x: 31
y: 22
- type: shallow-water
x: 32
y: -8
- type: shallow-water
x: 31
y: 23
- type: shallow-water
x: 32
y: -7
- type: shallow-water
x: 31
y: 24
- type: shallow-water
x: 32
y: -6
- type: shallow-water
x: 31
y: 25
- type: shallow-water
x: 32
y: -5
- type: shallow-water
x: 31
y: 26
- type: shallow-water
x: 32
y: -4
- type: shallow-water
x: 31
y: 27
- type: shallow-water
x: 32
y: -3
- type: shallow-water
x: 31
y: 28
- type: shallow-water
x: 32
y: -2
- type: shallow-water
x: 31
y: 29
- type: shallow-water
x: 32
y: -1
- type: shallow-water
x: 31
y: 30
- type: shallow-water
x: 32
y: 0
- type: shallow-water
x: 31
y: 31
- type: shallow-water
x: 32
y: 1
- type: shallow-water
x: 31
y: 32
- type: shallow-water
x: 32
y: 2
- type: shallow-water
x: 31
y: 33
- type: shallow-water
x: 32
y: 3
- type: shallow-water
x: 31
y: 34
- type: shallow-water
x: 32
y: 4
- type: shallow-water
x: 31
y: 35
- type: shallow-water
x: 32
y: 5
- type: shallow-water
x: 31
y: 36
- type: shallow-water
x: 32
y: 6
- type: shallow-water
x: 31
y: 37
- type: shallow-water
x: 32
y: 7
- type: shallow-water
x: 31
y: 38
- type: shallow-water
x: 32
y: 8
- type: shallow-water
x: 31
y: 39
- type: shallow-water
x: 32
y: 9
- type: shallow-water
x: 31
y: 40
- type: shallow-water
x: 32
y: 10
- type: shallow-water
x: 33
y: -21
- type: shallow-water
x: 31
y: 41
- type: shallow-water
x: 32
y: 11
- type: shallow-water
x: 33
y: -20
- type: shallow-water
x: 32
y: 12
- type: shallow-water
x: 33
y: -19
- type: shallow-water
x: 32
y: 13
- type: shallow-water
x: 33
y: -18
- type: shallow-water
x: 32
y: 14
- type: shallow-water
x: 33
y: -17
- type: shallow-water
x: 32
y: 15
- type: shallow-water
x: 33
y: -16
- type: shallow-water
x: 32
y: 16
- type: shallow-water
x: 33
y: -15
- type: shallow-water
x: 32
y: 17
- type: shallow-water
x: 33
y: -14
- type: shallow-water
x: 32
y: 18
- type: shallow-water
x: 33
y: -13
- type: shallow-water
x: 32
y: 19
- type: shallow-water
x: 33
y: -12
- type: shallow-water
x: 32
y: 20
- type: shallow-water
x: 33
y: -11
- type: shallow-water
x: 32
y: 21
- type: shallow-water
x: 33
y: -10
- type: shallow-water
x: 32
y: 22
- type: shallow-water
x: 33
y: -9
- type: shallow-water
x: 32
y: 23
- type: shallow-water
x: 33
y: -8
- type: shallow-water
x: 32
y: 24
- type: shallow-water
x: 33
y: -7
- type: shallow-water
x: 32
y: 25
- type: shallow-water
x: 33
y: -6
- type: shallow-water
x: 32
y: 26
- type: shallow-water
x: 33
y: -5
- type: shallow-water
x: 32
y: 27
- type: shallow-water
x: 33
y: -4
- type: shallow-water
x: 32
y: 28
- type: shallow-water
x: 33
y: -3
- type: shallow-water
x: 32
y: 29
- type: shallow-water
x: 33
y: -2
- type: shallow-water
x: 32
y: 30
- type: shallow-water
x: 33
y: -1
- type: shallow-water
x: 33
y: 0
- type: shallow-water
x: 32
y: 31
- type: shallow-water
x: 33
y: 1
- type: shallow-water
x: 32
y: 32
- type: shallow-water
x: 33
y: 2
- type: shallow-water
x: 32
y: 33
- type: shallow-water
x: 33
y: 3
- type: shallow-water
x: 32
y: 34
- type: shallow-water
x: 33
y: 4
- type: shallow-water
x: 32
y: 35
- type: shallow-water
x: 33
y: 5
- type: shallow-water
x: 32
y: 36
- type: shallow-water
x: 33
y: 6
- type: shallow-water
x: 32
y: 37
- type: shallow-water
x: 33
y: 7
- type: shallow-water
x: 32
y: 38
- type: shallow-water
x: 33
y: 8
- type: shallow-water
x: 32
y: 39
- type: shallow-water
x: 33
y: 9
- type: shallow-water
x: 32
y: 40
- type: shallow-water
x: 32
y: 41
- type: shallow-water
x: 33
y: 10
- type: shallow-water
x: 33
y: 11
- type: shallow-water
x: 33
y: 12
- type: shallow-water
x: 33
y: 13
- type: shallow-water
x: 33
y: 14
- type: shallow-water
x: 33
y: 15
- type: shallow-water
x: 33
y: 16
- type: shallow-water
x: 33
y: 17
- type: shallow-water
x: 33
y: 18
- type: shallow-water
x: 33
y: 19
- type: shallow-water
x: 33
y: 20
- type: shallow-water
x: 33
y: 21
- type: shallow-water
x: 33
y: 22
- type: shallow-water
x: 33
y: 23
- type: shallow-water
x: 33
y: 24
- type: shallow-water
x: 33
y: 25
- type: shallow-water
x: 33
y: 26
- type: shallow-water
x: 33
y: 27
- type: shallow-water
x: 33
y: 28
- type: shallow-water
x: 33
y: 29
- type: shallow-water
x: 34
y: -2
- type: shallow-water
x: 33
y: 30
- type: shallow-water
x: 34
y: -1
- type: shallow-water
x: 33
y: 31
- type: shallow-water
x: 34
y: 0
- type: shallow-water
x: 33
y: 32
- type: shallow-water
x: 34
y: 1
- type: shallow-water
x: 33
y: 33
- type: shallow-water
x: 34
y: 2
- type: shallow-water
x: 33
y: 34
- type: shallow-water
x: 34
y: 3
- type: shallow-water
x: 33
y: 35
- type: shallow-water
x: 34
y: 4
- type: shallow-water
x: 33
y: 36
- type: shallow-water
x: 34
y: 5
- type: shallow-water
x: 33
y: 37
- type: shallow-water
x: 34
y: 6
- type: shallow-water
x: 33
y: 38
- type: shallow-water
x: 34
y: 7
- type: shallow-water
x: 33
y: 39
- type: shallow-water
x: 34
y: 8
- type: shallow-water
x: 33
y: 40
- type: shallow-water
x: 34
y: 9
- type: shallow-water
x: 33
y: 41
- type: shallow-water
x: 34
y: 10
- type: shallow-water
x: 34
y: 11
- type: shallow-water
x: 34
y: 12
- type: shallow-water
x: 34
y: 13
- type: shallow-water
x: 34
y: 14
- type: shallow-water
x: 34
y: 15
- type: shallow-water
x: 34
y: 16
- type: shallow-water
x: 34
y: 17
- type: shallow-water
x: 34
y: 18
- type: shallow-water
x: 34
y: 19
- type: shallow-water
x: 34
y: 20
- type: shallow-water
x: 34
y: 21
- type: shallow-water
x: 34
y: 22
- type: shallow-water
x: 34
y: 23
- type: shallow-water
x: 34
y: 24
- type: shallow-water
x: 34
y: 25
- type: shallow-water
x: 34
y: 26
- type: shallow-water
x: 34
y: 27
- type: shallow-water
x: 34
y: 28
- type: shallow-water
x: 34
y: 29
- type: shallow-water
x: 35
y: -2
- type: shallow-water
x: 34
y: 30
- type: shallow-water
x: 35
y: -1
- type: shallow-water
x: 35
y: 0
- type: shallow-water
x: 34
y: 31
- type: shallow-water
x: 35
y: 1
- type: shallow-water
x: 34
y: 32
- type: shallow-water
x: 35
y: 2
- type: shallow-water
x: 34
y: 33
- type: shallow-water
x: 35
y: 3
- type: shallow-water
x: 35
y: 4
- type: shallow-water
x: 35
y: 5
- type: shallow-water
x: 35
y: 6
- type: shallow-water
x: 35
y: 7
- type: shallow-water
x: 35
y: 8
- type: shallow-water
x: 35
y: 9
- type: shallow-water
x: 35
y: 10
- type: shallow-water
x: 35
y: 11
- type: shallow-water
x: 35
y: 12
- type: shallow-water
x: 35
y: 13
- type: shallow-water
x: 35
y: 14
- type: shallow-water
x: 35
y: 15
- type: shallow-water
x: 35
y: 16
- type: shallow-water
x: 35
y: 17
- type: shallow-water
x: 35
y: 18
- type: shallow-water
x: 35
y: 19
- type: shallow-water
x: 35
y: 20
- type: shallow-water
x: 35
y: 21
- type: shallow-water
x: 35
y: 22
- type: shallow-water
x: 35
y: 23
- type: shallow-water
x: 35
y: 24
- type: shallow-water
x: 35
y: 25
- type: shallow-water
x: 35
y: 26
- type: shallow-water
x: 35
y: 27
- type: shallow-water
x: 35
y: 28
- type: shallow-water
x: 36
y: -2
- type: shallow-water
x: 35
y: 29
- type: shallow-water
x: 36
y: -1
- type: shallow-water
x: 35
y: 30
- type: shallow-water
x: 36
y: 0
- type: shallow-water
x: 35
y: 31
- type: shallow-water
x: 36
y: 1
- type: shallow-water
x: 35
y: 32
- type: shallow-water
x: 36
y: 2
- type: shallow-water
x: 35
y: 33
- type: shallow-water
x: 36
y: 3
- type: shallow-water
x: 36
y: 4
- type: shallow-water
x: 36
y: 5
- type: shallow-water
x: 36
y: 6
- type: shallow-water
x: 36
y: 7
- type: shallow-water
x: 36
y: 8
- type: shallow-water
x: 36
y: 9
- type: shallow-water
x: 36
y: 10
- type: shallow-water
x: 36
y: 11
- type: shallow-water
x: 36
y: 12
- type: shallow-water
x: 36
y: 13
- type: shallow-water
x: 36
y: 14
- type: shallow-water
x: 36
y: 15
- type: shallow-water
x: 36
y: 16
- type: shallow-water
x: 36
y: 17
- type: shallow-water
x: 36
y: 18
- type: shallow-water
x: 36
y: 19
- type: shallow-water
x: 36
y: 20
- type: shallow-water
x: 36
y: 21
- type: shallow-water
x: 36
y: 22
- type: shallow-water
x: 36
y: 23
- type: shallow-water
x: 36
y: 24
- type: shallow-water
x: 36
y: 25
- type: shallow-water
x: 36
y: 26
- type: shallow-water
x: 36
y: 27
- type: shallow-water
x: 36
y: 28
- type: shallow-water
x: 36
y: 29
- type: shallow-water
x: 37
y: -2
- type: shallow-water
x: 36
y: 30
- type: shallow-water
x: 37
y: -1
- type: shallow-water
x: 36
y: 31
- type: shallow-water
x: 37
y: 0
- type: shallow-water
x: 36
y: 32
- type: shallow-water
x: 37
y: 1
- type: shallow-water
x: 36
y: 33
- type: shallow-water
x: 37
y: 2
- type: shallow-water
x: 37
y: 3
- type: shallow-water
x: 37
y: 4
- type: shallow-water
x: 37
y: 5
- type: shallow-water
x: 37
y: 6
- type: shallow-water
x: 37
y: 7
- type: shallow-water
x: 37
y: 8
- type: shallow-water
x: 37
y: 9
- type: shallow-water
x: 37
y: 10
- type: shallow-water
x: 37
y: 11
- type: shallow-water
x: 37
y: 12
- type: shallow-water
x: 37
y: 13
- type: shallow-water
x: 37
y: 14
- type: shallow-water
x: 37
y: 15
- type: shallow-water
x: 37
y: 16
- type: shallow-water
x: 37
y: 17
- type: shallow-water
x: 37
y: 18
- type: shallow-water
x: 37
y: 19
- type: shallow-water
x: 37
y: 20
- type: shallow-water
x: 37
y: 21
- type: shallow-water
x: 37
y: 22
- type: shallow-water
x: 37
y: 23
- type: shallow-water
x: 37
y: 24
- type: shallow-water
x: 37
y: 25
- type: shallow-water
x: 37
y: 26
- type: shallow-water
x: 37
y: 27
- type: shallow-water
x: 37
y: 28
- type: shallow-water
x: 37
y: 29
- type: shallow-water
x: 38
y: -2
- type: shallow-water
x: 37
y: 30
- type: shallow-water
x: 38
y: -1
- type: shallow-water
x: 37
y: 31
- type: shallow-water
x: 38
y: 0
- type: shallow-water
x: 37
y: 32
- type: shallow-water
x: 38
y: 1
- type: shallow-water
x: 37
y: 33
- type: shallow-water
x: 38
y: 2
- type: shallow-water
x: 38
y: 3
- type: shallow-water
x: 38
y: 4
- type: shallow-water
x: 38
y: 5
- type: shallow-water
x: 38
y: 6
- type: shallow-water
x: 38
y: 7
- type: shallow-water
x: 38
y: 8
- type: shallow-water
x: 38
y: 9
- type: shallow-water
x: 38
y: 10
- type: shallow-water
x: 38
y: 11
- type: shallow-water
x: 38
y: 12
- type: shallow-water
x: 38
y: 13
- type: shallow-water
x: 38
y: 14
- type: shallow-water
x: 38
y: 15
- type: shallow-water
x: 38
y: 16
- type: shallow-water
x: 38
y: 17
- type: shallow-water
x: 38
y: 18
- type: shallow-water
x: 38
y: 19
- type: shallow-water
x: 38
y: 20
- type: shallow-water
x: 38
y: 21
- type: shallow-water
x: 38
y: 22
- type: shallow-water
x: 38
y: 23
- type: shallow-water
x: 38
y: 24
- type: shallow-water
x: 38
y: 25
- type: shallow-water
x: 38
y: 26
- type: shallow-water
x: 38
y: 27
- type: shallow-water
x: 38
y: 28
- type: shallow-water
x: 38
y: 29
- type: shallow-water
x: 39
y: -2
- type: shallow-water
x: 38
y: 30
- type: shallow-water
x: 39
y: -1
- type: shallow-water
x: 39
y: 0
- type: shallow-water
x: 38
y: 31
- type: shallow-water
x: 39
y: 1
- type: shallow-water
x: 38
y: 32
- type: shallow-water
x: 39
y: 2
- type: shallow-water
x: 38
y: 33
- type: shallow-water
x: 39
y: 3
- type: shallow-water
x: 39
y: 4
- type: shallow-water
x: 39
y: 5
- type: shallow-water
x: 39
y: 6
- type: shallow-water
x: 39
y: 7
- type: shallow-water
x: 39
y: 8
- type: shallow-water
x: 39
y: 9
- type: shallow-water
x: 39
y: 10
- type: shallow-water
x: 39
y: 11
- type: shallow-water
x: 39
y: 12
- type: shallow-water
x: 39
y: 13
- type: shallow-water
x: 39
y: 14
- type: shallow-water
x: 39
y: 15
- type: shallow-water
x: 39
y: 16
- type: shallow-water
x: 39
y: 17
- type: shallow-water
x: 39
y: 18
- type: shallow-water
x: 39
y: 19
- type: shallow-water
x: 39
y: 20
- type: shallow-water
x: 39
y: 21
- type: shallow-water
x: 39
y: 22
- type: shallow-water
x: 39
y: 23
- type: shallow-water
x: 39
y: 24
- type: shallow-water
x: 39
y: 25
- type: shallow-water
x: 39
y: 26
- type: shallow-water
x: 39
y: 27
- type: shallow-water
x: 39
y: 28
- type: shallow-water
x: 39
y: 29
- type: shallow-water
x: 40
y: -2
- type: shallow-water
x: 39
y: 30
- type: shallow-water
x: 40
y: -1
- type: shallow-water
x: 40
y: 0
- type: shallow-water
x: 39
y: 31
- type: shallow-water
x: 40
y: 1
- type: shallow-water
x: 39
y: 32
- type: shallow-water
x: 40
y: 2
- type: shallow-water
x: 39
y: 33
- type: shallow-water
x: 40
y: 3
- type: shallow-water
x: 40
y: 4
- type: shallow-water
x: 40
y: 5
- type: shallow-water
x: 40
y: 6
- type: shallow-water
x: 40
y: 7
- type: shallow-water
x: 40
y: 8
- type: shallow-water
x: 40
y: 9
- type: shallow-water
x: 40
y: 10
- type: shallow-water
x: 40
y: 11
- type: shallow-water
x: 40
y: 12
- type: shallow-water
x: 40
y: 13
- type: shallow-water
x: 40
y: 14
- type: shallow-water
x: 40
y: 15
- type: shallow-water
x: 40
y: 16
- type: shallow-water
x: 40
y: 17
- type: shallow-water
x: 40
y: 18
- type: shallow-water
x: 40
y: 19
- type: shallow-water
x: 40
y: 20
- type: shallow-water
x: 40
y: 21
- type: shallow-water
x: 40
y: 22
- type: shallow-water
x: 40
y: 23
- type: shallow-water
x: 40
y: 24
- type: shallow-water
x: 40
y: 25
- type: shallow-water
x: 40
y: 26
- type: shallow-water
x: 40
y: 27
- type: shallow-water
x: 40
y: 28
- type: shallow-water
x: 41
y: -2
- type: shallow-water
x: 40
y: 29
- type: shallow-water
x: 41
y: -1
- type: shallow-water
x: 40
y: 30
- type: shallow-water
x: 41
y: 0
- type: shallow-water
x: 40
y: 31
- type: shallow-water
x: 41
y: 1
- type: shallow-water
x: 40
y: 32
- type: shallow-water
x: 41
y: 2
- type: shallow-water
x: 40
y: 33
- type: shallow-water
x: 41
y: 3
- type: shallow-water
x: 41
y: 4
- type: shallow-water
x: 41
y: 5
- type: shallow-water
x: 41
y: 6
- type: shallow-water
x: 41
y: 7
- type: shallow-water
x: 41
y: 8
- type: shallow-water
x: 41
y: 9
- type: shallow-water
x: 41
y: 10
- type: shallow-water
x: 41
y: 11
- type: shallow-water
x: 41
y: 12
- type: shallow-water
x: 41
y: 13
- type: shallow-water
x: 41
y: 14
- type: shallow-water
x: 41
y: 15
- type: shallow-water
x: 41
y: 16
- type: shallow-water
x: 41
y: 17
- type: shallow-water
x: 41
y: 18
- type: shallow-water
x: 41
y: 19
- type: shallow-water
x: 41
y: 20
- type: shallow-water
x: 41
y: 21
- type: shallow-water
x: 41
y: 22
- type: shallow-water
x: 41
y: 23
- type: shallow-water
x: 41
y: 24
- type: shallow-water
x: 41
y: 25
- type: shallow-water
x: 41
y: 26
- type: shallow-water
x: 41
y: 27
- type: shallow-water
x: 41
y: 28
- type: shallow-water
x: 41
y: 29
- type: shallow-water
x: 42
y: -2
- type: shallow-water
x: 41
y: 30
- type: shallow-water
x: 42
y: -1
- type: shallow-water
x: 41
y: 31
- type: shallow-water
x: 42
y: 0
- type: shallow-water
x: 41
y: 32
- type: shallow-water
x: 42
y: 1
- type: shallow-water
x: 41
y: 33
- type: shallow-water
x: 42
y: 2
- type: shallow-water
x: 42
y: 3
- type: shallow-water
x: 42
y: 4
- type: shallow-water
x: 42
y: 5
- type: shallow-water
x: 42
y: 6
- type: shallow-water
x: 42
y: 7
- type: shallow-water
x: 42
y: 8
- type: shallow-water
x: 42
y: 9
- type: shallow-water
x: 42
y: 10
- type: shallow-water
x: 42
y: 11
- type: shallow-water
x: 42
y: 12
- type: shallow-water
x: 42
y: 13
- type: shallow-water
x: 42
y: 14
- type: shallow-water
x: 42
y: 15
- type: shallow-water
x: 42
y: 16
- type: shallow-water
x: 42
y: 17
- type: shallow-water
x: 42
y: 18
- type: shallow-water
x: 42
y: 19
- type: shallow-water
x: 42
y: 20
- type: shallow-water
x: 42
y: 21
- type: shallow-water
x: 42
y: 22
- type: shallow-water
x: 42
y: 23
- type: shallow-water
x: 42
y: 24
- type: shallow-water
x: 42
y: 25
- type: shallow-water
x: 42
y: 26
- type: shallow-water
x: 42
y: 27
- type: shallow-water
x: 42
y: 28
- type: shallow-water
x: 42
y: 29
- type: shallow-water
x: 43
y: -2
- type: shallow-water
x: 42
y: 30
- type: shallow-water
x: 43
y: -1
- type: shallow-water
x: 42
y: 31
- type: shallow-water
x: 43
y: 0
- type: shallow-water
x: 42
y: 32
- type: shallow-water
x: 43
y: 1
- type: shallow-water
x: 42
y: 33
- type: shallow-water
x: 43
y: 2
- type: shallow-water
x: 43
y: 3
- type: shallow-water
x: 43
y: 4
- type: shallow-water
x: 43
y: 5
- type: shallow-water
x: 43
y: 6
- type: shallow-water
x: 43
y: 7
- type: shallow-water
x: 43
y: 8
- type: shallow-water
x: 43
y: 9
- type: shallow-water
x: 43
y: 10
- type: shallow-water
x: 43
y: 11
- type: shallow-water
x: 43
y: 12
- type: shallow-water
x: 43
y: 13
- type: shallow-water
x: 43
y: 14
- type: shallow-water
x: 43
y: 15
- type: shallow-water
x: 43
y: 16
- type: shallow-water
x: 43
y: 17
- type: shallow-water
x: 43
y: 18
- type: shallow-water
x: 43
y: 19
- type: shallow-water
x: 43
y: 20
- type: shallow-water
x: 43
y: 21
- type: shallow-water
x: 43
y: 22
- type: shallow-water
x: 43
y: 23
- type: shallow-water
x: 43
y: 24
- type: shallow-water
x: 43
y: 25
- type: shallow-water
x: 43
y: 26
- type: shallow-water
x: 43
y: 27
- type: shallow-water
x: 43
y: 28
- type: shallow-water
x: 43
y: 29
- type: shallow-water
x: 44
y: -2
- type: shallow-water
x: 43
y: 30
- type: shallow-water
x: 44
y: -1
- type: shallow-water
x: 44
y: 0
- type: shallow-water
x: 43
y: 31
- type: shallow-water
x: 44
y: 1
- type: shallow-water
x: 43
y: 32
- type: shallow-water
x: 44
y: 2
- type: shallow-water
x: 43
y: 33
- type: shallow-water
x: 44
y: 3
- type: shallow-water
x: 44
y: 4
- type: shallow-water
x: 44
y: 5
- type: shallow-water
x: 44
y: 6
- type: shallow-water
x: 44
y: 7
- type: shallow-water
x: 44
y: 8
- type: shallow-water
x: 44
y: 9
- type: shallow-water
x: 44
y: 10
- type: shallow-water
x: 44
y: 11
- type: shallow-water
x: 44
y: 12
- type: shallow-water
x: 44
y: 13
- type: shallow-water
x: 44
y: 14
- type: shallow-water
x: 44
y: 15
- type: shallow-water
x: 44
y: 16
- type: shallow-water
x: 44
y: 17
- type: shallow-water
x: 44
y: 18
- type: shallow-water
x: 44
y: 19
- type: shallow-water
x: 44
y: 20
- type: shallow-water
x: 44
y: 21
- type: shallow-water
x: 44
y: 22
- type: shallow-water
x: 44
y: 23
- type: shallow-water
x: 44
y: 24
- type: shallow-water
x: 44
y: 25
- type: shallow-water
x: 44
y: 26
- type: shallow-water
x: 44
y: 27
- type: shallow-water
x: 44
y: 28
- type: shallow-water
x: 45
y: -2
- type: shallow-water
x: 44
y: 29
- type: shallow-water
x: 45
y: -1
- type: shallow-water
x: 44
y: 30
- type: shallow-water
x: 45
y: 0
- type: shallow-water
x: 44
y: 31
- type: shallow-water
x: 45
y: 1
- type: shallow-water
x: 44
y: 32
- type: shallow-water
x: 45
y: 2
- type: shallow-water
x: 44
y: 33
- type: shallow-water
x: 45
y: 3
- type: shallow-water
x: 45
y: 4
- type: shallow-water
x: 45
y: 5
- type: shallow-water
x: 45
y: 6
- type: shallow-water
x: 45
y: 7
- type: shallow-water
x: 45
y: 8
- type: shallow-water
x: 45
y: 9
- type: shallow-water
x: 45
y: 10
- type: shallow-water
x: 45
y: 11
- type: shallow-water
x: 45
y: 12
- type: shallow-water
x: 45
y: 13
- type: shallow-water
x: 45
y: 14
- type: shallow-water
x: 45
y: 15
- type: shallow-water
x: 45
y: 16
- type: shallow-water
x: 45
y: 17
- type: shallow-water
x: 45
y: 18
- type: shallow-water
x: 45
y: 19
- type: shallow-water
x: 45
y: 20
- type: shallow-water
x: 45
y: 21
- type: shallow-water
x: 45
y: 22
- type: shallow-water
x: 45
y: 23
- type: shallow-water
x: 45
y: 24
- type: shallow-water
x: 45
y: 25
- type: shallow-water
x: 45
y: 26
- type: shallow-water
x: 45
y: 27
- type: shallow-water
x: 45
y: 28
- type: shallow-water
x: 45
y: 29
- type: shallow-water
x: 45
y: 30
- type: shallow-water
x: 45
y: 31
- type: shallow-water
x: 45
y: 32
- type: shallow-water
x: 45
y: 33
creatures:
- id: 2d6e8e36-298a-4e68-ba98-879394e7e458
type: beaver
x: 1728.0
y: 1856.0
rotation: 90
- id: 3835ab35-6646-47da-aa60-5c1f59a80cda
type: beaver
x: 1728.0
y: 2112.0
rotation: 90
- id: 42e32955-68dd-450b-a94e-fa308edb8318
type: bigbeaver
x: 1984.0
y: 1984.0
rotation: 90
- id: 4c2987b6-cf66-41b7-8755-91037f7d3900
type: biggold
x: 1600.0
y: -192.0
rotation: 90
- id: c8d2b12e-5c33-4dc0-ae1b-d3285c12088a
type: button
x: -192.0
y: 320.0
rotation: 90
- id: dc091734-1a88-485c-bace-ed5b578eb267
type: cage
x: 960.0
y: 1856.0
rotation: 90
- id: 72656fb6-d3ad-4b85-8c50-6597114c6eed
type: coconut
x: 704.0
y: 576.0
rotation: 90
- id: 10e62d09-ea94-41f1-9617-4c27c604b589
type: coconut
x: 1600.0
y: 2240.0
rotation: 90
- id: e1dc2787-b4e8-4478-a6e4-3d547123212c
type: coconut
x: 1984.0
y: 1600.0
rotation: 90
- id: b5906a2f-b398-4571-9aa4-c1347db7dfe7
type: door
x: 1856.0
y: 1216.0
rotation: 90
- id: 7fc04076-d203-4322-9480-d37fb95ddcba
type: fence
x: 1216.0
y: 1216.0
rotation: 90
- id: 2d4cf63b-8f68-4249-b2a8-cfc8456261c4
type: fence
x: 1088.0
y: 1216.0
rotation: 90
- id: ae51bb87-7a47-45ea-8678-0c366d9c5806
type: fence
x: 448.0
y: 1216.0
rotation: 90
- id: 3e5ab4c8-facd-41a9-89a1-87c1f7210e89
type: fence
x: 320.0
y: 1216.0
rotation: 90
- id: 8d40818f-fe7d-4b9b-814c-9c74bda0adf3
type: fence
x: 960.0
y: 1216.0
rotation: 90
- id: dec2ef1d-69f9-4da3-8df9-80005a1d1bb4
type: fence
x: 576.0
y: 1216.0
rotation: 90
- id: 6b9e60ae-d7eb-4c57-84fa-8a316d4b55fb
type: fence
x: 192.0
y: 1216.0
rotation: 90
- id: d1352270-3677-4f84-9893-e634afe89174
type: gate
x: 832.0
y: 1216.0
rotation: 90
- id: 00eff19a-afbc-4bb7-90ee-2d7739eb1304
type: gold
x: 1216.0
y: 2112.0
rotation: 90
- id: 3de400ac-cb43-453d-8aa6-3023db877b21
type: gold
x: 1856.0
y: 1600.0
rotation: 90
- id: 6f80572b-9f64-4c9a-a54b-36500228f978
type: gold
x: 1856.0
y: 1344.0
rotation: 90
- id: 8c4bf6eb-b3a5-4d65-b2a8-63cbf638d093
type: gold
x: 704.0
y: 448.0
rotation: 90
- id: b37d4b20-d955-4c83-a6ee-faee171599c6
type: gold
x: 576.0
y: 576.0
rotation: 90
- id: acb64ff3-0da0-467b-b7ae-5870401f5106
type: gold
x: 1856.0
y: 1472.0
rotation: 90
- id: f877c88f-957e-4aa6-8b2f-860adde030b8
type: gold
x: 704.0
y: 704.0
rotation: 90
- id: e6cbc18f-aeae-4919-abc8-ef748e34679d
type: gold
x: 832.0
y: 576.0
rotation: 90
- id: 802ab404-6879-4b39-80da-e22fa5b703c2
type: gold
x: 1472.0
y: 2112.0
rotation: 90
- id: 6cde65c0-a6a5-4d44-9a48-4e2d88ee1183
type: gold
x: 960.0
y: 2112.0
rotation: 90
- id: d4e8c6e1-cef3-49bd-9c69-e5cc5db0d8d8
type: monkey
x: 448.0
y: 1472.0
rotation: 90
- id: a54dc781-141e-43f9-bc1b-805b54519326
type: monkey
x: 1728.0
y: 1472.0
rotation: 90
- id: da4165eb-c19a-4cb9-b691-aec4f7ade7a8
type: monkey
x: 704.0
y: 960.0
rotation: 90
- id: 61064965-bb85-484b-9062-55a534d5eb46
type: monkey
x: 1728.0
y: 832.0
rotation: 90
- id: 4847b134-2d97-42f7-84a5-0f51bf740f68
type: player
x: 704.0
y: 2112.0
rotation: 90
- id: a489a315-87e9-42aa-927e-347209bfb26c
type: stonewall
x: 1344.0
y: 1728.0
rotation: 90
- id: af93ffbd-259e-4121-893f-033424bd0326
type: stonewall
x: 320.0
y: 1728.0
rotation: 90
- id: c9eea1d3-b8e1-446a-8311-4a1db7cc8872
type: stonewall
x: 1344.0
y: 1600.0
rotation: 90
- id: a3b76785-2682-4398-b71f-d5706e64dc2f
type: stonewall
x: 1216.0
y: 320.0
rotation: 90
- id: 359e7da1-5ad1-4d67-9591-e5e0fe829874
type: stonewall
x: 1216.0
y: 192.0
rotation: 90
- id: 7fe3a3a2-fe23-42c8-9e5d-8c796813d50c
type: stonewall
x: 1344.0
y: 2880.0
rotation: 90
- id: c00330dc-88ae-4fe4-aff8-8d96ec07c46f
type: stonewall
x: 1088.0
y: 832.0
rotation: 90
- id: a5c3d764-ac03-4d90-94a8-dc63698864ea
type: stonewall
x: 704.0
y: 1728.0
rotation: 90
- id: 6133150c-917d-467b-8ea3-0c7ebf11b1d9
type: stonewall
x: 1344.0
y: 2624.0
rotation: 90
- id: 36d23c90-927d-46c7-bc4b-b9a45e96feaf
type: stonewall
x: 1472.0
y: 1216.0
rotation: 90
- id: 79af7f5f-5545-44a1-a3cc-7da8c9c35e1c
type: stonewall
x: 1088.0
y: -64.0
rotation: 90
- id: b702bb94-ee5e-4224-8746-500405e71378
type: stonewall
x: 192.0
y: 1728.0
rotation: 90
- id: 4a94db70-ce73-4696-b9d9-c1b464e64039
type: stonewall
x: 1088.0
y: 64.0
rotation: 90
- id: 83e691f1-cf5c-4dc8-a58d-332c7889081f
type: stonewall
x: 1216.0
y: 1088.0
rotation: 90
- id: 78277559-6da1-4a01-809b-fb5767cb86e5
type: stonewall
x: 1344.0
y: 2496.0
rotation: 90
- id: 6bfb8245-9742-454e-b3fe-f87d6091e11e
type: stonewall
x: 1088.0
y: -192.0
rotation: 90
- id: 53c318e8-23f9-40db-9b44-e31f88b12c2f
type: stonewall
x: 1344.0
y: 2752.0
rotation: 90
- id: f4998ae9-185d-4732-baba-505d9a29211e
type: stonewall
x: 960.0
y: 1728.0
rotation: 90
- id: 36e3bd42-b195-40b0-83fc-6877cfdb6d88
type: stonewall
x: 448.0
y: 1728.0
rotation: 90
- id: 3560e643-4f4f-4a16-b16a-3cb426b7044e
type: stonewall
x: 1216.0
y: 1472.0
rotation: 90
- id: 7ecf6fa5-48e6-49c4-819d-23ea717d0823
type: stonewall
x: 1088.0
y: 1600.0
rotation: 90
- id: 8dc2808d-59e5-4a65-ad15-3e53873bafd0
type: stonewall
x: 1344.0
y: 1472.0
rotation: 90
- id: a84d46d5-c442-4849-a2c9-7dcc6866fb16
type: stonewall
x: 1216.0
y: 448.0
rotation: 90
- id: 75c4ac14-4340-4e8b-b59e-a5b59543271b
type: stonewall
x: 1344.0
y: 1216.0
rotation: 90
- id: 107d8e6c-39b4-4c0e-84ef-58cad766e482
type: stonewall
x: 832.0
y: 1728.0
rotation: 90
- id: a85b9f91-dc73-491c-b103-086ec8315215
type: stonewall
x: 576.0
y: 1728.0
rotation: 90
- id: d1805b88-7281-4fc7-bebf-f8a9b8e749cb
type: stonewall
x: 1216.0
y: 2240.0
rotation: 90
- id: d3b3390d-3cdf-45b7-9d36-d980bcc61e53
type: stonewall
x: 1216.0
y: 2368.0
rotation: 90
- id: 064e0c9d-4486-4957-9140-5e31256f66e7
type: stonewall
x: 1216.0
y: 960.0
rotation: 90
- id: f1eb19ff-e7c7-4fdc-a4e3-bad4d21f80d9
type: stonewall
x: 1472.0
y: 1344.0
rotation: 90
- id: 01a29f8a-f840-4338-868c-fc25a54db153
type: tophat
x: -448.0
y: 64.0
rotation: 90
- id: d2312bdf-5e9e-43de-99da-48da2239db2f
type: tree
x: 1472.0
y: 1472.0
rotation: 90
- id: aa5dbb27-c3fd-42b1-9142-48169812a9be
type: tree
x: 1344.0
y: 1856.0
rotation: 90
- id: 5dab0d7c-5af5-4b60-9ed2-c6628d254bb2
type: tree
x: 1088.0
y: 1472.0
rotation: 90
- id: aa062cd5-eb7a-46ec-bc92-6de10009f54a
type: tree
x: 1472.0
y: 1856.0
rotation: 90
- id: 481396ce-7ba2-4ff2-96fc-9832f2958b49
type: tucan
x: 704.0
y: 64.0
rotation: 90
- id: 3d635041-340c-4a82-9801-ee8a1859cad5
type: tucan
x: 1856.0
y: 64.0
rotation: 90
- id: 487ee3e1-6b93-40a4-bb46-c1b132c3b9e0
type: tucan
x: 1472.0
y: 64.0
rotation: 90
- id: f38ca4db-be0b-4dc9-925c-827ad4a61500
type: woodenwall
x: 2240.0
y: 1216.0
rotation: 90
- id: c68650e9-1097-49d6-9a02-e840c686d450
type: woodenwall
x: 2368.0
y: 1216.0
rotation: 90
- id: f034c211-8d4a-419b-9d82-97e29fae6a73
type: woodenwall
x: 1600.0
y: 1216.0
rotation: 90
- id: 351a4a62-891e-4903-8a1f-88d2be88416f
type: woodenwall
x: 1728.0
y: 1216.0
rotation: 90
- id: 68ded56f-bc6b-4e54-a293-fa386d7be789
type: woodenwall
x: 1984.0
y: 1216.0
rotation: 90
- id: 83334444-a106-46f7-a128-2c0edd372afa
type: woodenwall
x: 2112.0
y: 1216.0
rotation: 90
triggers:
- script: "if dead$then state d1352270-3677-4f84-9893-e634afe89174 OPEN"
tiles:
- x: -2
y: 2
- script: "if empty$then spawn coconut 5 4$permanent"
tiles:
- x: 5
y: 4
- script: "if dead$then spawn key 16 15"
tiles:
- x: 15
y: 15
properties:
name: Test 5
weather: SUNNY
background: MOUNTAINS
targetScore: 1
cheatTargetTime: 300.0
totalGold: 0
totalHealthExtensions: 0
tiles:
- type: grass
x: 18
y: 17
- type: grass
x: 18
y: 18
- type: grass
x: 18
y: 19
- type: grass
x: 2
y: 3
- type: grass
x: 2
y: 4
- type: grass
x: 2
y: 5
- type: grass
x: 2
y: 6
- type: grass
x: 2
y: 7
- type: grass
x: 2
y: 8
- type: grass
x: 2
y: 9
- type: grass
x: 2
y: 10
- type: grass
x: 2
y: 11
- type: grass
x: 2
y: 12
- type: grass
x: 2
y: 13
- type: grass
x: 2
y: 14
- type: grass
x: 2
y: 15
- type: grass
x: 2
y: 16
- type: grass
x: 2
y: 17
- type: grass
x: 19
y: 3
- type: grass
x: 2
y: 18
- type: grass
x: 19
y: 4
- type: grass
x: 2
y: 19
- type: grass
x: 19
y: 5
- type: grass
x: 19
y: 6
- type: grass
x: 19
y: 7
- type: grass
x: 19
y: 8
- type: grass
x: 19
y: 9
- type: grass
x: 19
y: 10
- type: grass
x: 19
y: 11
- type: grass
x: 19
y: 12
- type: grass
x: 19
y: 13
- type: grass
x: 19
y: 14
- type: grass
x: 19
y: 15
- type: grass
x: 19
y: 16
- type: grass
x: 19
y: 17
- type: grass
x: 19
y: 18
- type: grass
x: 19
y: 19
- type: grass
x: 3
y: 3
- type: grass
x: 3
y: 4
- type: grass
x: 3
y: 5
- type: grass
x: 3
y: 6
- type: grass
x: 3
y: 7
- type: grass
x: 3
y: 8
- type: grass
x: 3
y: 9
- type: grass
x: 3
y: 10
- type: grass
x: 3
y: 11
- type: grass
x: 3
y: 12
- type: grass
x: 3
y: 13
- type: grass
x: 3
y: 14
- type: grass
x: 3
y: 15
- type: grass
x: 3
y: 16
- type: grass
x: 3
y: 17
- type: grass
x: 20
y: 3
- type: grass
x: 3
y: 18
- type: grass
x: 20
y: 4
- type: grass
x: 3
y: 19
- type: grass
x: 20
y: 5
- type: grass
x: 20
y: 6
- type: grass
x: 20
y: 7
- type: grass
x: 20
y: 8
- type: grass
x: 20
y: 9
- type: grass
x: 20
y: 10
- type: grass
x: 20
y: 11
- type: grass
x: 20
y: 12
- type: grass
x: 20
y: 13
- type: grass
x: 20
y: 14
- type: grass
x: 20
y: 15
- type: grass
x: 20
y: 16
- type: grass
x: 20
y: 17
- type: grass
x: 20
y: 18
- type: grass
x: 4
y: 3
- type: grass
x: 20
y: 19
- type: grass
x: 4
y: 4
- type: grass
x: 4
y: 5
- type: grass
x: 4
y: 6
- type: grass
x: 4
y: 7
- type: grass
x: 4
y: 8
- type: grass
x: 4
y: 9
- type: rainy-water
x: 4
y: 10
- type: rainy-water
x: 4
y: 11
- type: grass
x: 4
y: 12
- type: grass
x: 4
y: 13
- type: grass
x: 4
y: 14
- type: grass
x: 4
y: 15
- type: grass
x: 4
y: 16
- type: grass
x: 4
y: 17
- type: grass
x: 4
y: 18
- type: grass
x: 21
y: 3
- type: grass
x: 4
y: 19
- type: grass
x: 21
y: 4
- type: grass
x: 21
y: 5
- type: grass
x: 21
y: 6
- type: grass
x: 21
y: 7
- type: grass
x: 21
y: 8
- type: grass
x: 21
y: 9
- type: grass
x: 21
y: 10
- type: grass
x: 21
y: 11
- type: grass
x: 21
y: 12
- type: grass
x: 21
y: 13
- type: grass
x: 21
y: 14
- type: grass
x: 21
y: 15
- type: grass
x: 21
y: 16
- type: grass
x: 21
y: 17
- type: exit
x: 21
y: 18
- type: grass
x: 5
y: 3
- type: grass
x: 21
y: 19
- type: grass
x: 5
y: 4
- type: grass
x: 5
y: 5
- type: grass
x: 5
y: 6
- type: grass
x: 5
y: 7
- type: grass
x: 5
y: 8
- type: grass
x: 5
y: 9
- type: rainy-water
x: 5
y: 10
- type: rainy-water
x: 5
y: 11
- type: grass
x: 5
y: 12
- type: grass
x: 5
y: 13
- type: grass
x: 5
y: 14
- type: grass
x: 5
y: 15
- type: grass
x: 5
y: 16
- type: grass
x: 5
y: 17
- type: grass
x: 22
y: 3
- type: grass
x: 5
y: 18
- type: grass
x: 5
y: 19
- type: grass
x: 22
y: 4
- type: grass
x: 22
y: 5
- type: grass
x: 22
y: 6
- type: grass
x: 22
y: 7
- type: grass
x: 22
y: 8
- type: grass
x: 22
y: 9
- type: grass
x: 22
y: 10
- type: grass
x: 22
y: 11
- type: grass
x: 22
y: 12
- type: grass
x: 22
y: 13
- type: grass
x: 22
y: 14
- type: grass
x: 22
y: 15
- type: grass
x: 22
y: 16
- type: grass
x: 22
y: 17
- type: grass
x: 22
y: 18
- type: grass
x: 22
y: 19
- type: grass
x: 6
y: 3
- type: grass
x: 6
y: 4
- type: grass
x: 6
y: 5
- type: grass
x: 6
y: 6
- type: grass
x: 6
y: 7
- type: grass
x: 6
y: 8
- type: grass
x: 6
y: 9
- type: rainy-water
x: 6
y: 10
- type: rainy-water
x: 6
y: 11
- type: grass
x: 6
y: 12
- type: grass
x: 6
y: 13
- type: grass
x: 6
y: 14
- type: grass
x: 6
y: 15
- type: grass
x: 6
y: 16
- type: grass
x: 6
y: 17
- type: grass
x: 6
y: 18
- type: grass
x: 6
y: 19
- type: grass
x: 7
y: 3
- type: grass
x: 7
y: 4
- type: grass
x: 7
y: 5
- type: grass
x: 7
y: 6
- type: grass
x: 7
y: 7
- type: grass
x: 7
y: 8
- type: grass
x: 7
y: 9
- type: rainy-water
x: 7
y: 10
- type: rainy-water
x: 7
y: 11
- type: grass
x: 7
y: 12
- type: grass
x: 7
y: 13
- type: grass
x: 7
y: 14
- type: grass
x: 7
y: 15
- type: grass
x: 7
y: 16
- type: grass
x: 7
y: 17
- type: grass
x: 7
y: 18
- type: grass
x: 7
y: 19
- type: grass
x: 8
y: 3
- type: grass
x: 8
y: 4
- type: grass
x: 8
y: 5
- type: grass
x: 8
y: 6
- type: grass
x: 8
y: 7
- type: grass
x: 8
y: 8
- type: grass
x: 8
y: 9
- type: rainy-water
x: 8
y: 10
- type: rainy-water
x: 8
y: 11
- type: grass
x: 8
y: 12
- type: grass
x: 8
y: 13
- type: grass
x: 8
y: 14
- type: grass
x: 8
y: 15
- type: grass
x: 8
y: 16
- type: grass
x: 8
y: 17
- type: grass
x: 8
y: 18
- type: grass
x: 8
y: 19
- type: grass
x: 9
y: 3
- type: grass
x: 9
y: 4
- type: grass
x: 9
y: 5
- type: grass
x: 9
y: 6
- type: grass
x: 9
y: 7
- type: grass
x: 9
y: 8
- type: grass
x: 9
y: 9
- type: grass
x: 9
y: 10
- type: grass
x: 9
y: 11
- type: grass
x: 9
y: 12
- type: grass
x: 9
y: 13
- type: grass
x: 9
y: 14
- type: grass
x: 9
y: 15
- type: grass
x: 9
y: 16
- type: grass
x: 9
y: 17
- type: grass
x: 9
y: 18
- type: grass
x: 9
y: 19
- type: grass
x: 10
y: 3
- type: grass
x: 10
y: 4
- type: grass
x: 10
y: 5
- type: grass
x: 10
y: 6
- type: grass
x: 10
y: 7
- type: grass
x: 10
y: 8
- type: grass
x: 10
y: 9
- type: grass
x: 10
y: 10
- type: grass
x: 10
y: 11
- type: grass
x: 10
y: 12
- type: start
x: 10
y: 13
- type: grass
x: 10
y: 14
- type: grass
x: 10
y: 15
- type: grass
x: 10
y: 16
- type: grass
x: 10
y: 17
- type: grass
x: 10
y: 18
- type: grass
x: 10
y: 19
- type: grass
x: 11
y: 3
- type: grass
x: 11
y: 4
- type: grass
x: 11
y: 5
- type: grass
x: 11
y: 6
- type: grass
x: 11
y: 7
- type: grass
x: 11
y: 8
- type: grass
x: 11
y: 9
- type: grass
x: 11
y: 10
- type: grass
x: 11
y: 11
- type: grass
x: 11
y: 12
- type: grass
x: 11
y: 13
- type: grass
x: 11
y: 14
- type: grass
x: 11
y: 15
- type: grass
x: 11
y: 16
- type: grass
x: 11
y: 17
- type: grass
x: 11
y: 18
- type: grass
x: 11
y: 19
- type: grass
x: 12
y: 3
- type: grass
x: 12
y: 4
- type: grass
x: 12
y: 5
- type: grass
x: 12
y: 6
- type: grass
x: 12
y: 7
- type: grass
x: 12
y: 8
- type: grass
x: 12
y: 9
- type: grass
x: 12
y: 10
- type: grass
x: 12
y: 11
- type: grass
x: 12
y: 12
- type: grass
x: 12
y: 13
- type: grass
x: 12
y: 14
- type: grass
x: 12
y: 15
- type: grass
x: 12
y: 16
- type: grass
x: 12
y: 17
- type: grass
x: 12
y: 18
- type: grass
x: 12
y: 19
- type: grass
x: 13
y: 3
- type: grass
x: 13
y: 4
- type: grass
x: 13
y: 5
- type: grass
x: 13
y: 6
- type: grass
x: 13
y: 7
- type: grass
x: 13
y: 8
- type: grass
x: 13
y: 9
- type: grass
x: 13
y: 10
- type: grass
x: 13
y: 11
- type: grass
x: 13
y: 12
- type: grass
x: 13
y: 13
- type: grass
x: 13
y: 14
- type: grass
x: 13
y: 15
- type: grass
x: 13
y: 16
- type: grass
x: 13
y: 17
- type: grass
x: 13
y: 18
- type: grass
x: 13
y: 19
- type: grass
x: 14
y: 3
- type: grass
x: 14
y: 4
- type: grass
x: 14
y: 5
- type: grass
x: 14
y: 6
- type: grass
x: 14
y: 7
- type: grass
x: 14
y: 8
- type: grass
x: 14
y: 9
- type: grass
x: 14
y: 10
- type: grass
x: 14
y: 11
- type: grass
x: 14
y: 12
- type: grass
x: 14
y: 13
- type: grass
x: 14
y: 14
- type: grass
x: 14
y: 15
- type: grass
x: 14
y: 16
- type: grass
x: 14
y: 17
- type: grass
x: 14
y: 18
- type: grass
x: 14
y: 19
- type: grass
x: 15
y: 3
- type: grass
x: 15
y: 4
- type: grass
x: 15
y: 5
- type: grass
x: 15
y: 6
- type: grass
x: 15
y: 7
- type: grass
x: 15
y: 8
- type: grass
x: 15
y: 9
- type: grass
x: 15
y: 10
- type: grass
x: 15
y: 11
- type: grass
x: 15
y: 12
- type: grass
x: 15
y: 13
- type: grass
x: 15
y: 14
- type: grass
x: 15
y: 15
- type: grass
x: 15
y: 16
- type: grass
x: 15
y: 17
- type: grass
x: 15
y: 18
- type: grass
x: 15
y: 19
- type: grass
x: 16
y: 3
- type: grass
x: 16
y: 4
- type: grass
x: 16
y: 5
- type: grass
x: 16
y: 6
- type: grass
x: 16
y: 7
- type: grass
x: 16
y: 8
- type: grass
x: 16
y: 9
- type: grass
x: 16
y: 10
- type: grass
x: 16
y: 11
- type: grass
x: 16
y: 12
- type: grass
x: 16
y: 13
- type: grass
x: 16
y: 14
- type: grass
x: 16
y: 15
- type: grass
x: 16
y: 16
- type: grass
x: 16
y: 17
- type: grass
x: 16
y: 18
- type: grass
x: 16
y: 19
- type: grass
x: 17
y: 3
- type: grass
x: 17
y: 4
- type: grass
x: 17
y: 5
- type: grass
x: 17
y: 6
- type: grass
x: 17
y: 7
- type: grass
x: 17
y: 8
- type: grass
x: 17
y: 9
- type: grass
x: 17
y: 10
- type: grass
x: 17
y: 11
- type: grass
x: 17
y: 12
- type: grass
x: 17
y: 13
- type: grass
x: 17
y: 14
- type: grass
x: 17
y: 15
- type: grass
x: 17
y: 16
- type: grass
x: 17
y: 17
- type: grass
x: 17
y: 18
- type: grass
x: 17
y: 19
- type: grass
x: 18
y: 3
- type: grass
x: 18
y: 4
- type: grass
x: 18
y: 5
- type: grass
x: 18
y: 6
- type: grass
x: 18
y: 7
- type: grass
x: 18
y: 8
- type: grass
x: 18
y: 9
- type: grass
x: 18
y: 10
- type: grass
x: 18
y: 11
- type: grass
x: 18
y: 12
- type: grass
x: 18
y: 13
- type: grass
x: 18
y: 14
- type: grass
x: 18
y: 15
- type: grass
x: 18
y: 16
creatures:
- id: e4bd6a3e-6722-4fd0-a1f4-6b5744d74d59
type: beaver
x: 1472.0
y: 2112.0
rotation: 90
- id: b409f7cc-b473-4893-93f8-b161f8014bdd
type: cage
x: 1984.0
y: 1088.0
rotation: 90
- id: 91cdf49a-29e1-43a8-8300-74bf23ad7b80
type: coconut
x: 1728.0
y: 1728.0
rotation: 90
- id: 5c03155f-fd81-4e2f-8ca3-655c5969cf1b
type: gate
x: 1344.0
y: 832.0
rotation: 90
- id: 58bd38dc-9020-4b5e-8f9f-11c368f52ce3
type: monkey
x: 1984.0
y: 1472.0
rotation: 90
- id: 6cd65b76-5d96-4d06-9104-fba0736f324f
type: player
x: 1472.0
y: 1472.0
rotation: 90
- id: eb7c4af0-e479-4a86-ba93-a9c6cd491a1e
type: switch
x: 1344.0
y: 1088.0
rotation: 90
- id: 8c9d9bc5-6f4a-42ad-aca4-49da068762d7
type: switch
x: 832.0
y: 1984.0
rotation: 90
- id: 68f5233b-f7a1-4ca3-9320-daa3c0aacf01
type: switch
x: 576.0
y: 1984.0
rotation: 90
- id: 96ab86c9-5714-4bf6-8fdc-423f3736db6c
type: switch
x: 704.0
y: 1984.0
rotation: 90
triggers:
- script: "if player$then spawn coconut 13 13$permanent"
tiles:
- x: 13
y: 13
- script: "if player$then state 5c03155f-fd81-4e2f-8ca3-655c5969cf1b OPEN$then statetimer 5c03155f-fd81-4e2f-8ca3-655c5969cf1b IDLE 5"
tiles:
- x: 10
y: 8
- script: "if player$then weather sunny"
tiles:
- x: 4
y: 15
- script: "if player$then weather night"
tiles:
- x: 5
y: 15
- script: "if player$then weather snow"
tiles:
- x: 6
y: 15
properties:
name: Riverside
targetScore: 5
cheatTargetTime: 300.0
tiles:
- type: grass
x: 6
y: -10
- type: grass
x: 6
y: -11
- type: grass
x: 6
y: -12
- type: grass
x: 6
y: -13
- type: grass
x: 6
y: -14
- type: grass
x: 6
y: -15
- type: shallow-water
x: 10
y: 3
- type: grass
x: 6
y: -16
- type: shallow-water
x: 10
y: 4
- type: grass
x: 6
y: -17
- type: shallow-water
x: 10
y: 5
- type: grass
x: 6
y: -18
- type: shallow-water
x: 10
y: 6
- type: grass
x: 6
y: -19
- type: shallow-water
x: 10
y: 7
- type: shallow-water
x: 10
y: 8
- type: shallow-water
x: 10
y: 9
- type: grass
x: 24
y: -29
- type: grass
x: 24
y: -27
- type: grass
x: 24
y: -28
- type: grass
x: 24
y: -25
- type: grass
x: 24
y: -26
- type: grass
x: 24
y: -23
- type: grass
x: 24
y: -24
- type: grass
x: 24
y: -21
- type: grass
x: 24
y: -22
- type: grass
x: 24
y: -20
- type: grass
x: 3
y: 9
- type: grass
x: 3
y: 8
- type: grass
x: 3
y: 7
- type: grass
x: 22
y: 3
- type: grass
x: 22
y: 2
- type: grass
x: 22
y: 1
- type: grass
x: 22
y: 0
- type: grass
x: 24
y: -18
- type: grass
x: 24
y: -19
- type: grass
x: 24
y: -16
- type: grass
x: 24
y: -17
- type: grass
x: 24
y: -14
- type: grass
x: 24
y: -15
- type: grass
x: 24
y: -12
- type: grass
x: 24
y: -13
- type: grass
x: 3
y: 6
- type: grass
x: 24
y: -10
- type: grass
x: 3
y: 5
- type: grass
x: 24
y: -11
- type: grass
x: 3
y: 4
- type: grass
x: 3
y: 3
- type: grass
x: 3
y: 2
- type: grass
x: 3
y: 1
- type: grass
x: 3
y: 0
- type: grass
x: 6
y: -30
- type: grass
x: 6
y: -31
- type: grass
x: 6
y: -2
- type: grass
x: 6
y: -32
- type: grass
x: 6
y: -1
- type: grass
x: 6
y: -33
- type: grass
x: 7
y: 19
- type: grass
x: 7
y: 18
- type: grass
x: 7
y: 17
- type: grass
x: 7
y: 16
- type: grass-path-small-end
x: 7
y: 11
rotation: 90
- type: grass-path-small
x: 7
y: 10
rotation: 90
- type: start
x: 7
y: 15
- type: grass
x: 7
y: 14
- type: grass
x: 7
y: 13
- type: grass
x: 7
y: 12
- type: grass
x: 6
y: -8
- type: grass
x: 6
y: -7
- type: grass
x: 6
y: -9
- type: grass
x: 6
y: -4
- type: grass
x: 6
y: -3
- type: grass
x: 6
y: -6
- type: grass
x: 6
y: -5
- type: grass
x: 6
y: -20
- type: shallow-water
x: 6
y: -21
- type: shallow-water
x: 6
y: -22
- type: shallow-water
x: 6
y: -23
- type: shallow-water
x: 6
y: -24
- type: shallow-water
x: 6
y: -25
- type: shallow-water
x: 6
y: -26
- type: shallow-water
x: 6
y: -27
- type: shallow-water
x: 6
y: -28
- type: shallow-water
x: 6
y: -29
- type: grass
x: 7
y: 21
- type: grass
x: 7
y: 20
- type: shallow-water
x: 10
y: 0
- type: shallow-water
x: 10
y: 1
- type: shallow-water
x: 10
y: 2
- type: grass
x: 24
y: -32
- type: grass
x: 24
y: -33
- type: grass
x: 24
y: -30
- type: grass
x: 24
y: -31
- type: grass
x: 16
y: -20
- type: shallow-water
x: 16
y: -21
- type: shallow-water
x: 16
y: -24
- type: shallow-water
x: 16
y: -25
- type: shallow-water
x: 16
y: -22
- type: shallow-water
x: 16
y: -23
- type: shallow-water
x: 16
y: -28
- type: shallow-water
x: 16
y: -29
- type: shallow-water
x: 16
y: -26
- type: shallow-water
x: 16
y: -27
- type: grass
x: 20
y: 9
- type: grass
x: 20
y: 8
- type: grass
x: 20
y: 7
- type: grass
x: 20
y: 6
- type: grass
x: 20
y: 5
- type: grass
x: 20
y: 4
- type: grass
x: 20
y: 3
- type: grass
x: 20
y: 2
- type: grass
x: 16
y: -10
- type: grass
x: 16
y: -13
- type: grass
x: 16
y: -14
- type: grass
x: 16
y: -11
- type: grass
x: 16
y: -12
- type: grass
x: 16
y: -17
- type: grass
x: 16
y: -18
- type: grass
x: 16
y: -15
- type: grass
x: 16
y: -16
- type: grass
x: 16
y: -19
- type: grass
x: 6
y: 14
- type: grass
x: 6
y: 13
- type: grass
x: 6
y: 16
- type: grass
x: 6
y: 15
- type: grass
x: 6
y: 10
- type: grass
x: 6
y: 12
- type: grass
x: 6
y: 11
- type: grass
x: 19
y: 9
- type: grass
x: 19
y: 8
- type: grass
x: 19
y: 5
- type: grass
x: 19
y: 4
- type: grass
x: 19
y: 7
- type: grass
x: 19
y: 6
- type: grass
x: 19
y: 1
- type: grass
x: 19
y: 0
- type: grass
x: 19
y: 3
- type: grass
x: 19
y: 2
- type: grass
x: 6
y: 18
- type: grass
x: 6
y: 17
- type: grass
x: 6
y: 19
- type: grass
x: 16
y: -31
- type: grass
x: 16
y: -32
- type: grass
x: 16
y: -30
- type: grass
x: 6
y: 21
- type: grass
x: 6
y: 20
- type: grass
x: 16
y: -33
- type: grass
x: 5
y: 9
- type: grass
x: 20
y: 1
- type: grass
x: 20
y: 0
- type: grass
x: 5
y: 1
- type: grass
x: 5
y: 2
- type: grass
x: 5
y: 3
- type: grass
x: 5
y: 4
- type: grass
x: 5
y: 5
- type: grass
x: 5
y: 6
- type: grass
x: 5
y: 7
- type: grass
x: 5
y: 8
- type: grass
x: 5
y: 0
- type: grass
x: 23
y: -12
- type: grass
x: 23
y: -11
- type: grass
x: 23
y: -14
- type: grass
x: 23
y: -13
- type: grass
x: 23
y: -16
- type: grass
x: 23
y: -15
- type: grass
x: 23
y: -18
- type: grass
x: 23
y: -17
- type: grass
x: 23
y: -10
- type: grass
x: 24
y: 6
- type: grass
x: 24
y: 7
- type: grass
x: 24
y: 8
- type: grass
x: 24
y: 9
- type: grass
x: 5
y: -9
- type: grass
x: 5
y: -8
- type: grass
x: 5
y: -7
- type: grass
x: 5
y: -6
- type: grass
x: 5
y: -5
- type: grass
x: 5
y: -4
- type: grass
x: 5
y: -3
- type: grass
x: 5
y: -2
- type: grass
x: 5
y: -1
- type: medium-water
x: 12
y: 6
- type: grass
x: 15
y: -33
- type: medium-water
x: 12
y: 5
- type: grass
x: 15
y: -32
- type: medium-water
x: 12
y: 8
- type: medium-water
x: 12
y: 7
- type: medium-water
x: 12
y: 9
- type: grass
x: 15
y: -31
- type: grass
x: 15
y: -30
- type: grass
x: 9
y: 21
- type: grass
x: 9
y: 20
- type: shallow-water
x: 15
y: -29
- type: grass
x: 9
y: 19
- type: grass
x: 24
y: 0
- type: grass
x: 9
y: 18
- type: grass
x: 24
y: 1
- type: grass
x: 9
y: 17
- type: grass
x: 24
y: 2
- type: medium-water
x: 15
y: -26
- type: grass
x: 9
y: 16
- type: grass
x: 24
y: 3
- type: medium-water
x: 15
y: -25
- type: grass
x: 9
y: 15
- type: grass
x: 24
y: 4
- type: shallow-water
x: 15
y: -28
- type: grass
x: 9
y: 14
- type: grass
x: 24
y: 5
- type: shallow-water
x: 15
y: -27
- type: shallow-water
x: 15
y: -22
- type: shallow-water
x: 15
y: -21
- type: medium-water
x: 15
y: -24
- type: shallow-water
x: 15
y: -23
- type: grass
x: 15
y: -20
- type: grass
x: 8
y: -9
- type: grass
x: 9
y: 13
- type: grass
x: 8
y: -2
- type: grass
x: 9
y: 12
- type: grass
x: 8
y: -1
- type: grass
x: 9
y: 11
- type: grass
x: 8
y: -4
- type: grass
x: 9
y: 10
- type: grass
x: 8
y: -3
- type: grass
x: 8
y: -6
- type: grass
x: 8
y: -5
- type: grass
x: 8
y: -8
- type: grass
x: 8
y: -7
- type: grass
x: 15
y: -19
- type: grass
x: 15
y: -18
- type: grass
x: 15
y: -15
- type: grass
x: 15
y: -14
- type: grass
x: 15
y: -17
- type: grass
x: 15
y: -16
- type: grass
x: 15
y: -11
- type: grass
x: 15
y: -10
- type: grass
x: 15
y: -13
- type: grass
x: 15
y: -12
- type: grass-path-small
x: 7
y: 4
rotation: 90
- type: grass-path-small
x: 7
y: 3
rotation: 90
- type: grass-path-small
x: 7
y: 6
rotation: 90
- type: medium-water
x: 12
y: 0
- type: grass-path-small
x: 7
y: 5
rotation: 90
- type: grass-path-small
x: 7
y: 8
rotation: 90
- type: medium-water
x: 12
y: 2
- type: grass-path-small
x: 7
y: 7
rotation: 90
- type: medium-water
x: 12
y: 1
- type: medium-water
x: 12
y: 4
- type: grass-path-small
x: 7
y: 9
rotation: 90
- type: medium-water
x: 12
y: 3
- type: grass-path-small
x: 7
y: 0
rotation: 90
- type: grass-path-small
x: 7
y: 2
rotation: 90
- type: grass-path-small
x: 7
y: 1
rotation: 90
- type: grass
x: 23
y: -33
- type: grass
x: 8
y: 21
- type: grass
x: 8
y: 20
- type: grass-path-small
x: 7
y: -5
rotation: 90
- type: grass-path-small
x: 7
y: -4
rotation: 90
- type: grass-path-small
x: 7
y: -3
rotation: 90
- type: grass-path-small
x: 7
y: -2
rotation: 90
- type: grass
x: 23
y: -30
- type: grass-path-small
x: 7
y: -9
rotation: 90
- type: grass-path-small
x: 7
y: -8
rotation: 90
- type: grass
x: 23
y: -32
- type: grass-path-small
x: 7
y: -7
rotation: 90
- type: grass
x: 23
y: -31
- type: grass-path-small
x: 7
y: -6
rotation: 90
- type: grass
x: 22
y: 9
- type: grass
x: 22
y: 8
- type: grass
x: 22
y: 7
- type: grass-path-small
x: 7
y: -1
rotation: 90
- type: grass
x: 22
y: 6
- type: grass
x: 22
y: 5
- type: grass
x: 22
y: 4
- type: grass
x: 23
y: -23
- type: grass
x: 23
y: -22
- type: grass
x: 8
y: 10
- type: grass
x: 23
y: -25
- type: grass
x: 23
y: -24
- type: grass
x: 8
y: 12
- type: grass
x: 23
y: -27
- type: grass
x: 8
y: 11
- type: grass
x: 23
y: -26
- type: grass
x: 8
y: 14
- type: grass
x: 23
y: -29
- type: grass
x: 8
y: 13
- type: grass
x: 23
y: -28
- type: grass
x: 23
y: -21
- type: grass
x: 23
y: -20
- type: grass
x: 8
y: 16
- type: grass
x: 8
y: 15
- type: grass
x: 23
y: -19
- type: grass
x: 8
y: 18
- type: grass
x: 8
y: 17
- type: grass
x: 8
y: 19
- type: shallow-water
x: 8
y: -29
- type: shallow-water
x: 8
y: -23
- type: shallow-water
x: 8
y: -24
- type: shallow-water
x: 8
y: -21
- type: shallow-water
x: 8
y: -22
- type: shallow-water
x: 8
y: -27
- type: shallow-water
x: 8
y: -28
- type: shallow-water
x: 8
y: -25
- type: shallow-water
x: 8
y: -26
- type: grass
x: 8
y: -30
- type: grass
x: 8
y: -31
- type: grass
x: 22
y: -15
- type: grass
x: 22
y: -14
- type: grass
x: 22
y: -17
- type: grass
x: 22
y: -16
- type: grass
x: 22
y: -11
- type: grass
x: 22
y: -10
- type: grass
x: 22
y: -13
- type: grass
x: 22
y: -12
- type: grass
x: 12
y: 20
- type: grass
x: 22
y: -19
- type: medium-water
x: 11
y: -9
- type: grass
x: 22
y: -18
- type: grass
x: 12
y: 21
- type: grass
x: 8
y: -32
- type: grass
x: 8
y: -33
- type: grass
x: 22
y: -20
- type: grass
x: 22
y: -26
- type: grass
x: 22
y: -25
- type: grass
x: 22
y: -28
- type: grass
x: 22
y: -27
- type: grass
x: 22
y: -22
- type: grass
x: 22
y: -21
- type: grass
x: 22
y: -24
- type: grass
x: 22
y: -23
- type: medium-water
x: 12
y: 12
- type: medium-water
x: 12
y: 13
- type: medium-water
x: 12
y: 10
- type: medium-water
x: 12
y: 11
- type: medium-water
x: 12
y: 16
- type: medium-water
x: 12
y: 17
- type: medium-water
x: 12
y: 14
- type: medium-water
x: 12
y: 15
- type: grass
x: 12
y: 18
- type: grass
x: 12
y: 19
- type: grass
x: 15
y: 3
- type: grass
x: 15
y: 2
- type: grass
x: 15
y: 1
- type: grass
x: 15
y: 0
- type: grass
x: 15
y: 7
- type: grass
x: 15
y: 6
- type: grass
x: 15
y: 5
- type: grass
x: 15
y: 4
- type: medium-water
x: 11
y: -5
- type: medium-water
x: 11
y: -6
- type: medium-water
x: 11
y: -7
- type: medium-water
x: 11
y: -8
- type: medium-water
x: 11
y: -1
- type: medium-water
x: 11
y: -2
- type: medium-water
x: 11
y: -3
- type: medium-water
x: 11
y: -4
- type: grass
x: 15
y: 9
- type: grass
x: 15
y: 8
- type: grass
x: 9
y: 7
- type: grass
x: 9
y: 8
- type: grass
x: 9
y: 5
- type: grass
x: 9
y: 6
- type: grass
x: 9
y: 9
- type: grass
x: 9
y: 0
- type: grass
x: 9
y: 3
- type: grass
x: 9
y: 4
- type: grass
x: 9
y: 1
- type: grass
x: 9
y: 2
- type: grass
x: 5
y: -33
- type: grass
x: 5
y: -30
- type: grass
x: 5
y: -31
- type: grass
x: 5
y: -32
- type: grass
x: 11
y: 20
- type: grass
x: 11
y: 21
- type: shallow-water
x: 5
y: -26
- type: shallow-water
x: 5
y: -27
- type: shallow-water
x: 5
y: -28
- type: shallow-water
x: 5
y: -29
- type: shallow-water
x: 5
y: -22
- type: shallow-water
x: 5
y: -23
- type: shallow-water
x: 5
y: -24
- type: shallow-water
x: 5
y: -25
- type: grass
x: 5
y: -20
- type: shallow-water
x: 5
y: -21
- type: medium-water
x: 11
y: 11
- type: medium-water
x: 11
y: 12
- type: medium-water
x: 11
y: 13
- type: medium-water
x: 11
y: 14
- type: medium-water
x: 11
y: 10
- type: grass
x: 11
y: 19
- type: medium-water
x: 11
y: 15
- type: medium-water
x: 11
y: 16
- type: medium-water
x: 11
y: 17
- type: grass
x: 11
y: 18
- type: grass
x: 9
y: -7
- type: grass
x: 5
y: -19
- type: grass
x: 9
y: -6
- type: shallow-water
x: 10
y: -1
- type: grass
x: 9
y: -5
- type: grass
x: 9
y: -4
- type: grass
x: 9
y: -3
- type: grass
x: 5
y: -15
- type: grass
x: 9
y: -2
- type: grass
x: 5
y: -16
- type: grass
x: 9
y: -1
- type: grass
x: 5
y: -17
- type: grass
x: 5
y: -18
- type: grass
x: 5
y: -11
- type: shallow-water
x: 10
y: -8
- type: grass
x: 5
y: -12
- type: shallow-water
x: 10
y: -9
- type: grass
x: 5
y: -13
- type: shallow-water
x: 10
y: -6
- type: grass
x: 5
y: -14
- type: shallow-water
x: 10
y: -7
- type: shallow-water
x: 10
y: -4
- type: shallow-water
x: 10
y: -5
- type: grass
x: 9
y: -9
- type: shallow-water
x: 10
y: -2
- type: grass
x: 5
y: -10
- type: grass
x: 9
y: -8
- type: shallow-water
x: 10
y: -3
- type: grass
x: 9
y: -32
- type: grass
x: 9
y: -31
- type: grass
x: 9
y: -30
- type: grass
x: 10
y: 21
- type: grass
x: 10
y: 20
- type: grass
x: 24
y: -2
- type: shallow-water
x: 9
y: -29
- type: grass
x: 24
y: -1
- type: shallow-water
x: 9
y: -28
- type: shallow-water
x: 9
y: -27
- type: shallow-water
x: 9
y: -26
- type: grass
x: 24
y: -6
- type: shallow-water
x: 9
y: -25
- type: grass
x: 24
y: -5
- type: shallow-water
x: 9
y: -24
- type: grass
x: 24
y: -4
- type: shallow-water
x: 9
y: -23
- type: grass
x: 24
y: -3
- type: shallow-water
x: 9
y: -22
- type: shallow-water
x: 9
y: -21
- type: grass
x: 24
y: -9
- type: grass
x: 9
y: -20
- type: grass
x: 24
y: -8
- type: grass
x: 24
y: -7
- type: grass
x: 9
y: -19
- type: grass
x: 9
y: -18
- type: grass
x: 9
y: -17
- type: grass
x: 9
y: -16
- type: grass
x: 9
y: -15
- type: grass
x: 9
y: -14
- type: grass
x: 9
y: -13
- type: grass
x: 9
y: -12
- type: grass
x: 9
y: -11
- type: shallow-water
x: 10
y: 14
- type: shallow-water
x: 10
y: 15
- type: shallow-water
x: 10
y: 12
- type: shallow-water
x: 10
y: 13
- type: shallow-water
x: 10
y: 10
- type: shallow-water
x: 10
y: 11
- type: grass
x: 10
y: 18
- type: grass
x: 10
y: 19
- type: shallow-water
x: 10
y: 16
- type: shallow-water
x: 10
y: 17
- type: grass
x: 9
y: -33
- type: grass
x: 2
y: -28
- type: grass
x: 2
y: -27
- type: grass
x: 2
y: -29
- type: grass
x: 2
y: -24
- type: grass
x: 2
y: -23
- type: grass
x: 2
y: -26
- type: grass
x: 2
y: -25
- type: grass
x: 2
y: -20
- type: grass
x: 2
y: -22
- type: grass
x: 2
y: -21
- type: grass
x: 17
y: 6
- type: grass
x: 17
y: 7
- type: grass
x: 17
y: 8
- type: grass
x: 17
y: 9
- type: grass
x: 17
y: 2
- type: grass
x: 24
y: 12
- type: grass
x: 17
y: 3
- type: grass
x: 24
y: 11
- type: grass
x: 17
y: 4
- type: grass
x: 24
y: 10
- type: grass
x: 17
y: 5
- type: grass
x: 24
y: 16
- type: grass
x: 24
y: 15
- type: grass
x: 24
y: 14
- type: grass
x: 17
y: 0
- type: grass
x: 17
y: 1
- type: grass
x: 24
y: 13
- type: grass
x: 24
y: 19
- type: grass
x: 24
y: 18
- type: grass
x: 24
y: 17
- type: grass
x: 2
y: -31
- type: grass
x: 2
y: -30
- type: grass
x: 2
y: -33
- type: grass
x: 2
y: -32
- type: grass
x: 24
y: 21
- type: grass
x: 24
y: 20
- type: grass
x: 9
y: -10
- type: grass
x: 19
y: -21
- type: grass
x: 19
y: -22
- type: grass
x: 19
y: -23
- type: grass
x: 19
y: -24
- type: grass
x: 2
y: 9
- type: grass
x: 19
y: -25
- type: grass
x: 2
y: 8
- type: grass
x: 19
y: -26
- type: grass
x: 22
y: -29
- type: grass
x: 2
y: 7
- type: grass
x: 19
y: -27
- type: grass
x: 2
y: 6
- type: grass
x: 19
y: -28
- type: grass
x: 19
y: -29
- type: grass
x: 22
y: -31
- type: grass
x: 22
y: -30
- type: grass
x: 23
y: -9
- type: grass
x: 23
y: -8
- type: grass
x: 2
y: 5
- type: grass
x: 2
y: 4
- type: grass
x: 2
y: 3
- type: grass
x: 2
y: 2
- type: grass
x: 2
y: 1
- type: grass
x: 22
y: -33
- type: grass
x: 2
y: 0
- type: grass
x: 22
y: -32
- type: grass
x: 19
y: -20
- type: grass
x: 2
y: -17
- type: grass
x: 19
y: -32
- type: grass
x: 2
y: -16
- type: grass
x: 19
y: -33
- type: grass
x: 2
y: -19
- type: grass
x: 2
y: -18
- type: grass
x: 2
y: -13
- type: grass
x: 2
y: -12
- type: grass
x: 2
y: -15
- type: grass
x: 2
y: -14
- type: grass
x: 23
y: -5
- type: grass
x: 23
y: -4
- type: grass
x: 2
y: -11
- type: grass
x: 23
y: -7
- type: grass
x: 2
y: -10
- type: grass
x: 23
y: -6
- type: grass
x: 23
y: -1
- type: grass
x: 23
y: -3
- type: grass
x: 23
y: -2
- type: grass
x: 19
y: -30
- type: grass
x: 19
y: -31
- type: grass
x: 12
y: -33
- type: grass
x: 12
y: -31
- type: grass
x: 12
y: -32
- type: grass
x: 12
y: -30
- type: grass
x: 15
y: 15
- type: grass
x: 19
y: -10
- type: grass
x: 15
y: 16
- type: grass
x: 19
y: -11
- type: grass
x: 15
y: 17
- type: grass
x: 19
y: -12
- type: grass
x: 15
y: 18
- type: grass
x: 19
y: -13
- type: grass
x: 15
y: 11
- type: grass
x: 19
y: -14
- type: grass
x: 15
y: 12
- type: grass
x: 19
y: -15
- type: grass
x: 15
y: 13
- type: grass
x: 19
y: -16
- type: grass
x: 15
y: 14
- type: grass
x: 19
y: -17
- type: grass
x: 19
y: -18
- type: grass
x: 19
y: -19
- type: grass
x: 15
y: 10
- type: shallow-water
x: 14
y: -4
- type: shallow-water
x: 14
y: -5
- type: shallow-water
x: 14
y: -2
- type: shallow-water
x: 14
y: -3
- type: shallow-water
x: 14
y: -1
- type: medium-water
x: 12
y: -17
- type: grass
x: 23
y: 21
- type: medium-water
x: 12
y: -18
- type: medium-water
x: 12
y: -15
- type: medium-water
x: 12
y: -16
- type: medium-water
x: 12
y: -13
- type: medium-water
x: 12
y: -14
- type: grass
x: 23
y: 20
- type: medium-water
x: 12
y: -11
- type: grass
x: 22
y: -9
- type: medium-water
x: 12
y: -12
- type: grass
x: 21
y: 2
- type: grass
x: 21
y: 1
- type: medium-water
x: 12
y: -10
- type: grass
x: 15
y: 20
- type: grass
x: 21
y: 0
- type: grass
x: 15
y: 21
- type: shallow-water
x: 14
y: -8
- type: shallow-water
x: 14
y: -9
- type: shallow-water
x: 14
y: -6
- type: shallow-water
x: 14
y: -7
- type: grass
x: 15
y: 19
- type: grass
x: 23
y: 11
- type: shallow-water
x: 12
y: -28
- type: grass
x: 23
y: 10
- type: shallow-water
x: 12
y: -29
- type: grass
x: 23
y: 13
- type: shallow-water
x: 12
y: -26
- type: grass
x: 23
y: 12
- type: shallow-water
x: 12
y: -27
- type: medium-water
x: 12
y: -24
- type: medium-water
x: 12
y: -25
- type: medium-water
x: 12
y: -22
- type: medium-water
x: 12
y: -23
- type: grass
x: 23
y: 19
- type: medium-water
x: 12
y: -20
- type: grass
x: 23
y: 18
- type: medium-water
x: 12
y: -21
- type: grass
x: 23
y: 15
- type: grass
x: 23
y: 14
- type: grass
x: 23
y: 17
- type: grass
x: 23
y: 16
- type: grass
x: 21
y: 9
- type: grass
x: 21
y: 8
- type: grass
x: 21
y: 7
- type: grass
x: 21
y: 6
- type: grass
x: 21
y: 5
- type: grass
x: 21
y: 4
- type: grass
x: 21
y: 3
- type: grass
x: 22
y: -8
- type: grass
x: 22
y: -7
- type: grass
x: 22
y: -6
- type: grass
x: 22
y: -5
- type: grass
x: 22
y: -4
- type: grass
x: 22
y: -3
- type: grass
x: 22
y: -2
- type: medium-water
x: 12
y: -19
- type: grass
x: 22
y: -1
- type: grass
x: 1
y: 12
- type: grass
x: 20
y: -33
- type: grass
x: 1
y: 13
- type: grass
x: 3
y: -30
- type: grass
x: 20
y: -32
- type: grass
x: 1
y: 10
- type: grass
x: 20
y: -31
- type: grass
x: 1
y: 11
- type: grass
x: 20
y: -30
- type: grass
x: 3
y: -33
- type: grass
x: 3
y: -31
- type: grass
x: 3
y: -32
- type: grass
x: 4
y: 8
- type: grass
x: 4
y: 9
- type: grass
x: 1
y: 18
- type: grass
x: 1
y: 19
- type: grass
x: 1
y: 16
- type: grass
x: 1
y: 17
- type: grass
x: 1
y: 14
- type: grass
x: 1
y: 15
- type: grass
x: 16
y: 12
- type: grass
x: 4
y: 0
- type: grass
x: 4
y: 1
- type: grass
x: 16
y: 13
- type: grass
x: 4
y: 2
- type: grass
x: 16
y: 10
- type: grass
x: 4
y: 3
- type: grass
x: 16
y: 11
- type: grass
x: 4
y: 4
- type: grass
x: 16
y: 16
- type: grass
x: 4
y: 5
- type: grass
x: 16
y: 17
- type: grass
x: 4
y: 6
- type: exit
x: 16
y: 14
- type: grass
x: 4
y: 7
- type: grass
x: 16
y: 15
- type: grass
x: 20
y: -29
- type: grass
x: 20
y: -28
- type: grass
x: 20
y: -27
- type: grass
x: 15
y: -1
- type: grass
x: 15
y: -2
- type: grass
x: 1
y: 21
- type: grass
x: 15
y: -3
- type: grass
x: 15
y: -4
- type: grass
x: 1
y: 20
- type: grass
x: 20
y: -11
- type: grass
x: 21
y: -3
- type: grass
x: 20
y: -10
- type: grass
x: 21
y: -2
- type: grass
x: 21
y: -5
- type: grass
x: 21
y: -4
- type: grass
x: 21
y: -7
- type: grass
x: 20
y: -15
- type: grass
x: 21
y: -6
- type: grass
x: 20
y: -14
- type: grass
x: 21
y: -9
- type: grass
x: 20
y: -13
- type: grass
x: 21
y: -8
- type: grass
x: 20
y: -12
- type: grass
x: 21
y: -1
- type: medium-water
x: 11
y: -12
- type: medium-water
x: 11
y: -13
- type: medium-water
x: 11
y: -10
- type: medium-water
x: 11
y: -11
- type: grass
x: 22
y: 21
- type: medium-water
x: 11
y: -16
- type: grass
x: 22
y: 20
- type: medium-water
x: 11
y: -17
- type: medium-water
x: 11
y: -14
- type: medium-water
x: 11
y: -15
- type: grass
x: 15
y: -9
- type: grass
x: 15
y: -5
- type: grass
x: 15
y: -6
- type: grass
x: 15
y: -7
- type: grass
x: 15
y: -8
- type: grass
x: 20
y: -22
- type: grass
x: 20
y: -21
- type: grass
x: 20
y: -20
- type: grass
x: 20
y: -26
- type: grass
x: 20
y: -25
- type: grass
x: 20
y: -24
- type: grass
x: 20
y: -23
- type: grass
x: 16
y: 18
- type: grass
x: 16
y: 19
- type: grass
x: 22
y: 14
- type: grass
x: 22
y: 13
- type: grass
x: 16
y: 21
- type: grass
x: 22
y: 12
- type: grass
x: 22
y: 11
- type: grass
x: 22
y: 10
- type: grass
x: 20
y: -19
- type: grass
x: 20
y: -18
- type: grass
x: 20
y: -17
- type: grass
x: 22
y: 19
- type: grass
x: 20
y: -16
- type: grass
x: 22
y: 18
- type: grass
x: 16
y: 20
- type: grass
x: 22
y: 17
- type: grass
x: 22
y: 16
- type: grass
x: 22
y: 15
- type: shallow-water
x: 11
y: -29
- type: medium-water
x: 13
y: 0
- type: medium-water
x: 13
y: 1
- type: grass
x: 11
y: -32
- type: grass
x: 11
y: -33
- type: medium-water
x: 13
y: 4
- type: medium-water
x: 13
y: 5
- type: medium-water
x: 13
y: 2
- type: medium-water
x: 13
y: 3
- type: grass
x: 11
y: -30
- type: grass
x: 11
y: -31
- type: medium-water
x: 13
y: 8
- type: medium-water
x: 13
y: 9
- type: grass
x: 21
y: -10
- type: medium-water
x: 13
y: 6
- type: grass
x: 21
y: -11
- type: medium-water
x: 11
y: -18
- type: medium-water
x: 13
y: 7
- type: grass
x: 21
y: -12
- type: medium-water
x: 11
y: -19
- type: grass
x: 21
y: -13
- type: grass
x: 21
y: -14
- type: grass
x: 21
y: -15
- type: grass
x: 21
y: -16
- type: medium-water
x: 11
y: -23
- type: medium-water
x: 11
y: -24
- type: medium-water
x: 11
y: -21
- type: medium-water
x: 11
y: -22
- type: shallow-water
x: 11
y: -27
- type: medium-water
x: 13
y: 10
- type: shallow-water
x: 11
y: -28
- type: medium-water
x: 13
y: 11
- type: shallow-water
x: 11
y: -25
- type: medium-water
x: 13
y: 12
- type: shallow-water
x: 11
y: -26
- type: medium-water
x: 13
y: 13
- type: medium-water
x: 13
y: 14
- type: medium-water
x: 13
y: 15
- type: medium-water
x: 13
y: 16
- type: medium-water
x: 13
y: 17
- type: grass
x: 13
y: 18
- type: medium-water
x: 11
y: -20
- type: grass
x: 13
y: 19
- type: grass
x: 21
y: 17
- type: grass
x: 21
y: 16
- type: grass
x: 18
y: -19
- type: grass
x: 21
y: 19
- type: grass
x: 18
y: -18
- type: grass
x: 21
y: 18
- type: grass
x: 18
y: -17
- type: grass
x: 3
y: -11
- type: grass
x: 3
y: -12
- type: grass
x: 3
y: -10
- type: grass
x: 3
y: -15
- type: grass
x: 18
y: -12
- type: grass
x: 21
y: -20
- type: grass
x: 18
y: -11
- type: grass
x: 3
y: -16
- type: grass
x: 21
y: -21
- type: grass
x: 21
y: 11
- type: grass
x: 18
y: -10
- type: grass
x: 3
y: -13
- type: grass
x: 21
y: -22
- type: grass
x: 21
y: 10
- type: grass
x: 3
y: -14
- type: grass
x: 21
y: -23
- type: grass
x: 21
y: 13
- type: grass
x: 3
y: -19
- type: grass
x: 18
y: -16
- type: grass
x: 21
y: -24
- type: grass
x: 21
y: 12
- type: grass
x: 18
y: -15
- type: grass
x: 21
y: -25
- type: grass
x: 21
y: 15
- type: grass
x: 3
y: -17
- type: grass
x: 18
y: -14
- type: grass
x: 21
y: -26
- type: grass
x: 21
y: 14
- type: grass
x: 3
y: -18
- type: grass
x: 18
y: -13
- type: grass
x: 21
y: -27
- type: grass
x: 6
y: 3
- type: grass
x: 20
y: -6
- type: grass
x: 21
y: -17
- type: grass
x: 6
y: 2
- type: grass
x: 20
y: -5
- type: grass
x: 21
y: -18
- type: grass
x: 6
y: 5
- type: grass
x: 20
y: -4
- type: grass
x: 21
y: -19
- type: grass
x: 6
y: 4
- type: grass
x: 20
y: -3
- type: grass
x: 6
y: 7
- type: grass
x: 13
y: 20
- type: grass
x: 6
y: 6
- type: grass
x: 13
y: 21
- type: grass
x: 20
y: -9
- type: grass
x: 6
y: 9
- type: grass
x: 20
y: -8
- type: grass
x: 6
y: 8
- type: grass
x: 20
y: -7
- type: grass
x: 20
y: -2
- type: grass
x: 20
y: -1
- type: grass
x: 6
y: 1
- type: grass
x: 6
y: 0
- type: grass
x: 18
y: -29
- type: grass
x: 18
y: -28
- type: grass
x: 3
y: -22
- type: grass
x: 3
y: -23
- type: grass
x: 3
y: -20
- type: grass
x: 3
y: -21
- type: grass
x: 21
y: -30
- type: grass
x: 21
y: 20
- type: grass
x: 3
y: -26
- type: grass
x: 18
y: -23
- type: grass
x: 21
y: -31
- type: grass
x: 3
y: -27
- type: grass
x: 18
y: -22
- type: grass
x: 21
y: -32
- type: grass
x: 3
y: -24
- type: grass
x: 18
y: -21
- type: grass
x: 21
y: -33
- type: grass
x: 21
y: 21
- type: grass
x: 3
y: -25
- type: grass
x: 18
y: -20
- type: grass
x: 18
y: -27
- type: grass
x: 18
y: -26
- type: grass
x: 3
y: -28
- type: grass
x: 18
y: -25
- type: grass
x: 3
y: -29
- type: grass
x: 18
y: -24
- type: grass
x: 21
y: -28
- type: grass
x: 21
y: -29
- type: grass
x: 23
y: 0
- type: grass
x: 23
y: 1
- type: grass
x: 23
y: 2
- type: grass
x: 23
y: 3
- type: grass
x: 23
y: 4
- type: grass
x: 1
y: -19
- type: grass
x: 18
y: -33
- type: grass
x: 18
y: -32
- type: grass
x: 18
y: -31
- type: grass
x: 1
y: -11
- type: grass
x: 1
y: -12
- type: grass
x: 1
y: -13
- type: grass
x: 1
y: -14
- type: grass
x: 1
y: -15
- type: grass
x: 18
y: -30
- type: grass
x: 1
y: -16
- type: grass
x: 1
y: -17
- type: grass
x: 1
y: -18
- type: grass
x: 1
y: -10
- type: medium-water
x: 13
y: -11
- type: medium-water
x: 13
y: -10
- type: medium-water
x: 13
y: -15
- type: medium-water
x: 13
y: -14
- type: medium-water
x: 13
y: -13
- type: medium-water
x: 13
y: -12
- type: medium-water
x: 13
y: -19
- type: medium-water
x: 13
y: -18
- type: medium-water
x: 13
y: -17
- type: medium-water
x: 13
y: -16
- type: grass
x: 14
y: 18
- type: grass
x: 1
y: -22
- type: grass
x: 14
y: 19
- type: grass
x: 1
y: -23
- type: grass
x: 1
y: -24
- type: medium-water
x: 12
y: -8
- type: shallow-water
x: 14
y: 16
- type: grass
x: 1
y: -25
- type: medium-water
x: 12
y: -9
- type: shallow-water
x: 14
y: 17
- type: grass
x: 1
y: -26
- type: shallow-water
x: 14
y: 14
- type: grass
x: 1
y: -27
- type: shallow-water
x: 14
y: 15
- type: grass
x: 1
y: -28
- type: shallow-water
x: 14
y: 12
- type: grass
x: 1
y: -29
- type: shallow-water
x: 14
y: 13
- type: grass
x: 23
y: 5
- type: shallow-water
x: 14
y: 10
- type: grass
x: 23
y: 6
- type: shallow-water
x: 14
y: 11
- type: grass
x: 23
y: 7
- type: medium-water
x: 13
y: -1
- type: grass
x: 23
y: 8
- type: medium-water
x: 13
y: -2
- type: grass
x: 23
y: 9
- type: medium-water
x: 13
y: -3
- type: medium-water
x: 13
y: -4
- type: grass
x: 1
y: -20
- type: medium-water
x: 13
y: -5
- type: grass
x: 1
y: -21
- type: medium-water
x: 13
y: -6
- type: medium-water
x: 13
y: -7
- type: medium-water
x: 13
y: -8
- type: medium-water
x: 13
y: -9
- type: medium-water
x: 13
y: -22
- type: medium-water
x: 13
y: -21
- type: medium-water
x: 13
y: -20
- type: medium-water
x: 12
y: -2
- type: medium-water
x: 13
y: -26
- type: medium-water
x: 12
y: -3
- type: medium-water
x: 13
y: -25
- type: medium-water
x: 13
y: -24
- type: medium-water
x: 12
y: -1
- type: medium-water
x: 13
y: -23
- type: medium-water
x: 12
y: -6
- type: shallow-water
x: 13
y: -29
- type: medium-water
x: 12
y: -7
- type: shallow-water
x: 13
y: -28
- type: medium-water
x: 12
y: -4
- type: shallow-water
x: 13
y: -27
- type: medium-water
x: 12
y: -5
- type: grass
x: 1
y: -33
- type: grass
x: 20
y: 19
- type: grass
x: 20
y: 18
- type: grass
x: 20
y: 17
- type: medium-water
x: 11
y: 1
- type: medium-water
x: 11
y: 0
- type: medium-water
x: 11
y: 3
- type: medium-water
x: 11
y: 2
- type: grass
x: 14
y: 21
- type: grass
x: 20
y: 12
- type: grass
x: 20
y: 11
- type: grass
x: 20
y: 10
- type: grass
x: 14
y: 20
- type: grass
x: 20
y: 16
- type: grass
x: 20
y: 15
- type: grass
x: 1
y: -30
- type: grass
x: 20
y: 14
- type: grass
x: 1
y: -31
- type: grass
x: 20
y: 13
- type: grass
x: 1
y: -32
- type: grass
x: 8
y: -18
- type: grass
x: 8
y: -19
- type: grass
x: 13
y: -33
- type: grass
x: 13
y: -32
- type: grass
x: 13
y: -31
- type: grass
x: 13
y: -30
- type: medium-water
x: 11
y: 5
- type: grass
x: 8
y: -12
- type: medium-water
x: 11
y: 4
- type: grass
x: 8
y: -13
- type: medium-water
x: 11
y: 7
- type: grass
x: 8
y: -10
- type: medium-water
x: 11
y: 6
- type: grass
x: 8
y: -11
- type: medium-water
x: 11
y: 9
- type: grass
x: 8
y: -16
- type: medium-water
x: 11
y: 8
- type: grass
x: 8
y: -17
- type: grass
x: 8
y: -14
- type: grass
x: 8
y: -15
- type: grass
x: 8
y: -20
- type: grass
x: 20
y: 21
- type: grass
x: 20
y: 20
- type: grass
x: 18
y: -9
- type: grass
x: 18
y: -8
- type: grass
x: 18
y: -7
- type: grass
x: 18
y: -6
- type: grass
x: 18
y: -5
- type: grass
x: 18
y: -4
- type: grass
x: 18
y: -3
- type: grass
x: 18
y: -2
- type: shallow-water
x: 10
y: -25
- type: shallow-water
x: 10
y: -24
- type: shallow-water
x: 10
y: -27
- type: shallow-water
x: 10
y: -26
- type: shallow-water
x: 10
y: -21
- type: shallow-water
x: 10
y: -20
- type: grass
x: 19
y: 21
- type: shallow-water
x: 10
y: -23
- type: grass
x: 19
y: 20
- type: shallow-water
x: 10
y: -22
- type: grass
x: 8
y: 6
- type: grass
x: 8
y: 7
- type: grass
x: 19
y: 19
- type: grass
x: 8
y: 4
- type: grass
x: 8
y: 5
- type: grass
x: 19
y: 16
- type: shallow-water
x: 10
y: -18
- type: grass
x: 19
y: 15
- type: shallow-water
x: 10
y: -17
- type: grass
x: 4
y: 21
- type: grass
x: 8
y: 8
- type: grass
x: 19
y: 18
- type: grass
x: 4
y: 20
- type: grass
x: 8
y: 9
- type: grass
x: 19
y: 17
- type: shallow-water
x: 10
y: -19
- type: grass
x: 8
y: 2
- type: grass
x: 8
y: 3
- type: grass
x: 8
y: 0
- type: grass
x: 8
y: 1
- type: grass
x: 4
y: 19
- type: grass
x: 3
y: -1
- type: shallow-water
x: 10
y: -14
- type: shallow-water
x: 10
y: -13
- type: shallow-water
x: 10
y: -16
- type: shallow-water
x: 10
y: -15
- type: grass
x: 3
y: -5
- type: shallow-water
x: 10
y: -10
- type: grass
x: 3
y: -4
- type: grass
x: 3
y: -3
- type: shallow-water
x: 10
y: -12
- type: grass
x: 3
y: -2
- type: shallow-water
x: 10
y: -11
- type: grass
x: 16
y: 4
- type: grass
x: 3
y: -9
- type: grass
x: 16
y: 3
- type: grass
x: 3
y: -8
- type: grass
x: 16
y: 2
- type: grass
x: 3
y: -7
- type: grass
x: 16
y: 1
- type: grass
x: 3
y: -6
- type: grass
x: 16
y: 8
- type: grass
x: 16
y: 7
- type: grass
x: 4
y: 10
- type: grass
x: 16
y: 6
- type: grass
x: 16
y: 5
- type: grass
x: 4
y: 12
- type: grass
x: 4
y: 11
- type: grass
x: 4
y: 14
- type: grass
x: 4
y: 13
- type: grass
x: 4
y: 16
- type: grass
x: 16
y: 0
- type: grass
x: 4
y: 15
- type: grass
x: 4
y: 18
- type: grass
x: 4
y: 17
- type: grass
x: 4
y: -13
- type: grass
x: 4
y: -12
- type: grass
x: 4
y: -11
- type: grass
x: 4
y: -10
- type: grass
x: 4
y: -19
- type: grass
x: 4
y: -18
- type: grass
x: 14
y: -30
- type: grass
x: 4
y: -17
- type: grass
x: 14
y: -31
- type: grass
x: 4
y: -16
- type: grass
x: 14
y: -32
- type: grass
x: 4
y: -15
- type: grass
x: 14
y: -33
- type: grass
x: 4
y: -14
- type: grass
x: 19
y: 12
- type: grass
x: 19
y: 11
- type: grass
x: 19
y: 14
- type: grass
x: 19
y: 13
- type: grass
x: 19
y: 10
- type: grass
x: 18
y: -1
- type: shallow-water
x: 14
y: 9
- type: shallow-water
x: 14
y: 7
- type: shallow-water
x: 14
y: 8
- type: grass
x: 19
y: -6
- type: grass
x: 19
y: -5
- type: grass
x: 19
y: -8
- type: grass
x: 4
y: -33
- type: grass
x: 19
y: -7
- type: grass
x: 4
y: -32
- type: grass
x: 19
y: -2
- type: grass
x: 4
y: -31
- type: grass
x: 17
y: -33
- type: grass
x: 19
y: -1
- type: grass
x: 4
y: -30
- type: grass
x: 17
y: -32
- type: grass
x: 19
y: -4
- type: grass
x: 17
y: -31
- type: grass
x: 5
y: 21
- type: grass
x: 19
y: -3
- type: grass
x: 17
y: -30
- type: grass
x: 5
y: 20
- type: grass
x: 19
y: -9
- type: grass
x: 4
y: -6
- type: grass
x: 4
y: -5
- type: grass
x: 4
y: -8
- type: grass
x: 4
y: -7
- type: grass
x: 4
y: -9
- type: grass
x: 5
y: 19
- type: grass
x: 5
y: 18
- type: grass
x: 5
y: 17
- type: grass
x: 4
y: -24
- type: grass
x: 17
y: -26
- type: grass
x: 5
y: 16
- type: grass
x: 4
y: -23
- type: grass
x: 17
y: -25
- type: grass
x: 5
y: 15
- type: grass
x: 4
y: -22
- type: grass
x: 17
y: -24
- type: grass
x: 5
y: 14
- type: grass
x: 4
y: -21
- type: grass
x: 17
y: -23
- type: grass
x: 5
y: 13
- type: grass
x: 4
y: -20
- type: grass
x: 17
y: -22
- type: grass
x: 5
y: 12
- type: grass
x: 17
y: -21
- type: grass
x: 5
y: 11
- type: grass
x: 17
y: -20
- type: grass
x: 5
y: 10
- type: grass
x: 4
y: -29
- type: grass
x: 4
y: -2
- type: grass
x: 4
y: -28
- type: grass
x: 4
y: -1
- type: grass
x: 4
y: -27
- type: grass
x: 17
y: -29
- type: grass
x: 4
y: -4
- type: grass
x: 4
y: -26
- type: grass
x: 17
y: -28
- type: grass
x: 4
y: -3
- type: grass
x: 4
y: -25
- type: grass
x: 17
y: -27
- type: grass
x: 17
y: -15
- type: grass
x: 17
y: -14
- type: grass
x: 17
y: -13
- type: grass
x: 17
y: -12
- type: grass
x: 17
y: -11
- type: grass
x: 17
y: -10
- type: grass
x: 17
y: -19
- type: grass
x: 17
y: -18
- type: grass
x: 17
y: -17
- type: grass
x: 17
y: -16
- type: grass
x: 10
y: -30
- type: grass
x: 10
y: -32
- type: grass
x: 10
y: -31
- type: grass
x: 10
y: -33
- type: shallow-water
x: 14
y: 1
- type: shallow-water
x: 14
y: 2
- type: shallow-water
x: 14
y: 0
- type: shallow-water
x: 10
y: -29
- type: shallow-water
x: 14
y: 5
- type: shallow-water
x: 10
y: -28
- type: shallow-water
x: 14
y: 6
- type: shallow-water
x: 14
y: 3
- type: shallow-water
x: 14
y: 4
- type: grass
x: 17
y: 10
- type: grass
x: 17
y: 12
- type: grass
x: 17
y: 11
- type: grass
x: 17
y: 14
- type: grass
x: 17
y: 13
- type: grass
x: 17
y: 16
- type: grass
x: 17
y: 15
- type: grass
x: 1
y: -6
- type: grass
x: 1
y: -7
- type: grass
x: 1
y: -4
- type: grass
x: 1
y: -5
- type: grass
x: 1
y: -2
- type: grass
x: 1
y: -3
- type: grass
x: 1
y: -1
- type: grass
x: 2
y: 10
- type: grass-path-small
x: 7
y: -14
rotation: 90
- type: grass-path-small
x: 7
y: -13
rotation: 90
- type: grass
x: 2
y: 12
- type: grass
x: 7
y: -16
- type: grass
x: 2
y: 11
- type: grass-path-small-end
x: 7
y: -15
rotation: 270
- type: grass
x: 16
y: -2
- type: grass-path-small
x: 7
y: -10
rotation: 90
- type: grass
x: 16
y: -3
- type: grass
x: 1
y: -8
- type: grass-path-small
x: 7
y: -12
rotation: 90
- type: grass
x: 1
y: -9
- type: grass
x: 16
y: -1
- type: grass-path-small
x: 7
y: -11
rotation: 90
- type: grass
x: 2
y: 18
- type: grass
x: 2
y: 17
- type: grass
x: 2
y: 19
- type: grass
x: 2
y: 14
- type: grass
x: 7
y: -18
- type: grass
x: 2
y: 13
- type: grass
x: 7
y: -17
- type: grass
x: 2
y: 16
- type: grass
x: 2
y: 15
- type: grass
x: 7
y: -19
- type: grass
x: 7
y: -30
- type: grass
x: 2
y: 21
- type: shallow-water
x: 7
y: -25
- type: grass
x: 2
y: 20
- type: shallow-water
x: 7
y: -24
- type: shallow-water
x: 7
y: -27
- type: shallow-water
x: 7
y: -26
- type: shallow-water
x: 7
y: -21
- type: grass
x: 7
y: -20
- type: shallow-water
x: 7
y: -23
- type: shallow-water
x: 7
y: -22
- type: shallow-water
x: 7
y: -29
- type: shallow-water
x: 7
y: -28
- type: grass
x: 17
y: 21
- type: grass
x: 17
y: 20
- type: grass
x: 1
y: 9
- type: grass
x: 1
y: 7
- type: grass
x: 1
y: 8
- type: grass
x: 1
y: 5
- type: grass
x: 1
y: 6
- type: grass
x: 16
y: -6
- type: grass
x: 16
y: -7
- type: grass
x: 16
y: -4
- type: grass
x: 16
y: -5
- type: grass
x: 16
y: -8
- type: grass
x: 16
y: -9
- type: grass
x: 18
y: 7
- type: grass
x: 18
y: 8
- type: grass
x: 18
y: 9
- type: grass
x: 18
y: 3
- type: grass
x: 18
y: 4
- type: grass
x: 18
y: 5
- type: grass
x: 18
y: 6
- type: grass
x: 1
y: 3
- type: grass
x: 17
y: 18
- type: grass
x: 1
y: 4
- type: grass
x: 17
y: 17
- type: grass
x: 18
y: 0
- type: grass
x: 1
y: 1
- type: grass
x: 18
y: 1
- type: grass
x: 1
y: 2
- type: grass
x: 17
y: 19
- type: grass
x: 18
y: 2
- type: grass
x: 1
y: 0
- type: grass
x: 18
y: 19
- type: grass
x: 2
y: -8
- type: grass
x: 3
y: 21
- type: grass
x: 18
y: 18
- type: grass
x: 2
y: -7
- type: grass
x: 3
y: 20
- type: grass
x: 18
y: 17
- type: grass
x: 17
y: -2
- type: grass
x: 18
y: 16
- type: grass
x: 2
y: -9
- type: grass
x: 17
y: -1
- type: shallow-water
x: 14
y: -13
- type: shallow-water
x: 14
y: -14
- type: shallow-water
x: 14
y: -15
- type: shallow-water
x: 14
y: -16
- type: shallow-water
x: 14
y: -17
- type: shallow-water
x: 14
y: -18
- type: shallow-water
x: 14
y: -19
- type: grass
x: 2
y: -4
- type: grass
x: 2
y: -3
- type: grass
x: 2
y: -6
- type: grass
x: 2
y: -5
- type: grass
x: 18
y: 21
- type: shallow-water
x: 14
y: -10
- type: grass
x: 18
y: 20
- type: grass
x: 2
y: -2
- type: shallow-water
x: 14
y: -11
- type: grass
x: 2
y: -1
- type: shallow-water
x: 14
y: -12
- type: grass
x: 3
y: 11
- type: grass
x: 3
y: 10
- type: grass
x: 3
y: 15
- type: grass
x: 3
y: 14
- type: grass
x: 3
y: 13
- type: grass
x: 3
y: 12
- type: grass
x: 3
y: 19
- type: grass
x: 3
y: 18
- type: grass
x: 3
y: 17
- type: grass
x: 3
y: 16
- type: medium-water
x: 14
y: -24
- type: medium-water
x: 14
y: -25
- type: medium-water
x: 14
y: -26
- type: shallow-water
x: 14
y: -27
- type: shallow-water
x: 14
y: -28
- type: shallow-water
x: 14
y: -29
- type: shallow-water
x: 14
y: -20
- type: shallow-water
x: 14
y: -21
- type: shallow-water
x: 14
y: -22
- type: medium-water
x: 14
y: -23
- type: grass
x: 16
y: 9
- type: grass
x: 7
y: -32
- type: grass
x: 7
y: -31
- type: grass
x: 7
y: -33
- type: grass
x: 18
y: 15
- type: grass
x: 17
y: -4
- type: grass
x: 18
y: 14
- type: grass
x: 17
y: -3
- type: grass
x: 18
y: 13
- type: grass
x: 17
y: -6
- type: grass
x: 18
y: 12
- type: grass
x: 17
y: -5
- type: grass
x: 18
y: 11
- type: grass
x: 17
y: -8
- type: grass
x: 18
y: 10
- type: grass
x: 17
y: -7
- type: grass
x: 17
y: -9
creatures:
- id: 114e61d7-31a4-4bcb-92ff-8e0fcc437f46
type: banana
x: 1216.0
y: -64.0
rotation: 0
- id: 8fc33605-c485-4b6a-81a0-8ea9acb40059
type: banana
x: 1984.0
y: -192.0
rotation: 0
- id: eae2bd85-9aae-4f3c-9ae6-4d0400634fbc
type: banana
x: 704.0
y: -1600.0
rotation: 0
- id: d202115b-94c1-4b4a-96c0-b06ab57f7812
type: banana
x: 576.0
y: 960.0
rotation: 0
- id: b0212f7b-682e-4b54-92f0-ef79f20544e2
type: banana
x: 1216.0
y: -1344.0
rotation: 0
- id: ea758670-5a60-4047-bcb1-a7d216d32c70
type: banana
x: 2752.0
y: -448.0
rotation: 0
- id: 0c488cee-2f4f-49c0-b6de-4b78e1282e82
type: bananabox
x: 2368.0
y: -832.0
rotation: 0
- id: 17552158-d79e-476e-b693-59b825bb4549
type: bananabox
x: 2496.0
y: -3264.0
rotation: 0
- id: 233d7a5b-13da-4744-a156-04c899d8ad92
type: beaver
x: 2368.0
y: 832.0
rotation: 0
- id: d8a884a6-8d7c-425b-ae36-4cad5cbf99d7
type: beaver
x: 1088.0
y: 320.0
rotation: 0
- id: f4756825-514e-4ed9-b51c-182907387cb4
type: beaver
x: 2624.0
y: 832.0
rotation: 0
- id: b05c70f6-3070-4e91-9b32-39cf1f8da1f0
type: beaver
x: 2496.0
y: -320.0
rotation: 0
- id: eb19a5c4-5335-4547-a165-81da192df675
type: beaver
x: 2240.0
y: 832.0
rotation: 0
- id: d88e3ea2-e1c9-42b1-a251-57208f6eb83c
type: beaver
x: 704.0
y: -192.0
rotation: 0
- id: d91ddaad-687a-47a4-8930-0ce7cde067e8
type: beaver
x: 2112.0
y: 832.0
rotation: 0
- id: 1824fd6e-15df-49f9-a059-11dfdf34340c
type: beaver
x: 2496.0
y: 832.0
rotation: 0
- id: c53aa6ac-e2d3-40ef-8a1f-7ffabfabeb8b
type: bigbeaver
x: 704.0
y: 576.0
rotation: 0
- id: afd4437b-ead7-4a52-b376-01e5cb56304a
type: bigbeaver
x: 2368.0
y: 576.0
rotation: 0
- id: dc892457-ccfe-4d02-bdd3-9c65a3145199
type: cage
x: 960.0
y: 1600.0
rotation: 0
- id: 117cdc85-30c1-49fc-8795-e07339cb2ef0
type: coconut
x: 2112.0
y: 64.0
rotation: 0
- id: a59d1442-c031-42a3-acec-516e74ea1609
type: coconut
x: 2624.0
y: -64.0
rotation: 0
- id: 50dc620a-6c00-4894-af56-6c97c210ebc9
type: coconut
x: 1088.0
y: -2112.0
rotation: 0
- id: 4e12dc13-67d7-4451-9da7-2abd5b2ba4e1
type: coconut
x: 1088.0
y: -1600.0
rotation: 0
- id: 89355950-dad9-4709-a087-6d8edd167817
type: coconut
x: 704.0
y: -1216.0
rotation: 0
- id: eb7d1aaa-8ad9-4331-b512-5b43ad6ea6c8
type: coconut
x: 832.0
y: 1216.0
rotation: 0
- id: 0b4ed6d1-4a32-4f6c-822c-7cc65a4bc194
type: coconut
x: 1088.0
y: 960.0
rotation: 0
- id: 081ecec5-b7ad-4893-a97d-2de22e771d2d
type: coconut
x: 2240.0
y: -448.0
rotation: 0
- id: 2896e056-11d2-4c22-beed-f3aa15d0968c
type: coconut
x: 1088.0
y: -1088.0
rotation: 0
- id: 79555407-efc3-4981-b196-8ba0897d4f6e
type: coconut
x: 1088.0
y: -448.0
rotation: 0
- id: abf539fd-1b7d-4437-9bc4-4355aebe5bb3
type: door
x: 2240.0
y: -2368.0
rotation: 0
- id: 8b63a2f3-287d-4e92-8bd6-9ab43e722607
type: door
x: 2368.0
y: 1088.0
rotation: 0
- id: 5112c8fa-78ef-42ff-9c49-ec7e0727f0eb
type: fence
x: 2496.0
y: 1088.0
rotation: 0
- id: bdcdceb0-cbf1-4bfd-8fa6-3ed1608492c3
type: fence
x: 2752.0
y: 1088.0
rotation: 0
- id: 1698f5d4-9fcb-413b-9213-204155aef2f5
type: fence
x: 2240.0
y: 1088.0
rotation: 0
- id: e8e16dac-43c1-4eb6-8c70-f6376f6b8767
type: fence
x: 2624.0
y: 1088.0
rotation: 0
- id: 4376c7da-daa4-4af1-880c-54a26461a6bb
type: fence
x: 1984.0
y: 1088.0
rotation: 0
- id: 2208f4ea-c785-4bd9-aac9-833c83e43617
type: fence
x: 2112.0
y: 1088.0
rotation: 0
- id: 2acaa69d-22b8-4893-81a2-446479e941c2
type: fence
x: 1856.0
y: 1088.0
rotation: 0
- id: 5d213735-e731-43ca-a4ba-324a3a2e312f
type: key
x: 832.0
y: -3520.0
rotation: 0
- id: 9b02619b-4631-4c74-84cc-573cfb7504a3
type: monkey
x: 704.0
y: 192.0
rotation: 0
- id: 1c68c24e-c12c-4a3b-93df-1ee903c0a273
type: monkey
x: 2624.0
y: 1344.0
rotation: 0
- id: 9822d788-2ed5-40e4-a2fb-f63d06514d21
type: monkey
x: 2240.0
y: -1344.0
rotation: 0
- id: 728c1d2a-48fb-4038-b92e-91d3c720ce36
type: monkey
x: 704.0
y: -576.0
rotation: 0
- id: d8c48c63-e127-49b8-91f1-1a8abae176a3
type: monkey
x: 2240.0
y: 1344.0
rotation: 0
- id: efcebd61-c5b6-4005-831c-dc22624df9f0
type: player
x: 960.0
y: 1856.0
rotation: 0
- id: 7602c520-d31c-47af-b971-bfb6cecd978e
type: sign
x: 2624.0
y: -2112.0
rotation: 0
- id: db79054b-a627-4dc1-80b9-27b666933823
type: sign
x: 704.0
y: 1472.0
rotation: 0
- id: 8cb66c00-d29c-48fb-94d7-69edc7be7e53
type: sign
x: 2368.0
y: 1472.0
rotation: 0
- id: dde1e27b-f8b2-451a-adf0-fa29887203da
type: sign
x: 960.0
y: -2368.0
rotation: 0
- id: 5ac1949c-bf8a-4a8a-8fb4-8af894d2ad3b
type: sign
x: 2368.0
y: -192.0
rotation: 90
- id: 99913b26-927d-49eb-b406-fe83ca13f5be
type: stonewall
x: 2624.0
y: -1088.0
rotation: 0
- id: 1f79c65e-3603-429b-b4a6-8e426e347d4e
type: stonewall
x: 1216.0
y: 704.0
rotation: 0
- id: 433ca4c4-8aa0-40da-a832-bc5ffa5bdb2a
type: stonewall
x: 2368.0
y: -1600.0
rotation: 0
- id: 1205ddb0-6174-48fb-9763-20cf6e4fb366
type: stonewall
x: 2624.0
y: -2368.0
rotation: 0
- id: 4929db5d-5f89-4239-9469-e46af93d3fed
type: stonewall
x: 2368.0
y: -2752.0
rotation: 0
- id: 1e555bc6-283d-4f85-ab01-e65a69a327cf
type: stonewall
x: 704.0
y: -2368.0
rotation: 0
- id: 27ff0804-c370-490e-b7b5-daab46bed834
type: stonewall
x: 2752.0
y: -2368.0
rotation: 0
- id: 7e4b7a8e-bea0-41e1-a62e-96162ee0fb6c
type: stonewall
x: 2112.0
y: -2368.0
rotation: 0
- id: eb64766e-a93c-47be-8ab3-0527954b873c
type: stonewall
x: 2368.0
y: -2368.0
rotation: 0
- id: e07c61fd-d089-49ae-88f4-1ef5a3c80b1e
type: stonewall
x: 1856.0
y: -2368.0
rotation: 0
- id: d6c9d570-bb36-400e-93a5-5d09a8ae8c03
type: stonewall
x: 1984.0
y: -2368.0
rotation: 0
- id: 43940dc0-e801-4e3a-94d6-bc95045e3afd
type: stonewall
x: 704.0
y: 2112.0
rotation: 0
- id: 750dbfbf-6d7d-4647-96ed-592572880668
type: stonewall
x: 2496.0
y: -2368.0
rotation: 0
- id: 9a9e22cc-70d8-4f55-9884-88c2147ee3e6
type: tree
x: 192.0
y: -1984.0
rotation: 0
- id: 6046e935-244e-4e21-8909-da3f2b218f0a
type: tree
x: 2112.0
y: -4032.0
rotation: 0
- id: 9e4c8ba7-9bd9-4b96-bc71-174716bd242e
type: tree
x: 3136.0
y: 1600.0
rotation: 0
- id: ef6368a0-4232-4194-b1c9-1e3f8f8ed01f
type: tree
x: 192.0
y: -192.0
rotation: 0
- id: 581c5187-ccba-4a60-9274-256012fb5eac
type: tree
x: 2880.0
y: -3392.0
rotation: 0
- id: abe2677c-9a71-42f2-bf19-ca1cc4e391fd
type: tree
x: 1728.0
y: -4032.0
rotation: 0
- id: 8c98346f-cde3-496a-afdc-da58500189f4
type: tree
x: 1728.0
y: 2624.0
rotation: 0
- id: 2652c654-cf93-48ee-b15b-12f3110d9dd1
type: tree
x: 448.0
y: -2880.0
rotation: 0
- id: 4686b511-c9be-4bac-93df-2afcde8cde3a
type: tree
x: 448.0
y: 576.0
rotation: 0
- id: 36ac824b-03f3-4c29-9513-2c6cc144bf17
type: tree
x: 2624.0
y: 2368.0
rotation: 0
- id: a6647b3f-c9f5-4042-9f12-307027ef0470
type: tree
x: 3136.0
y: -3136.0
rotation: 0
- id: 6ac4e443-b8e2-4172-bbbc-306cec6690b4
type: tree
x: 448.0
y: -2368.0
rotation: 0
- id: 8d1a879f-3965-411b-8622-e5ab5bda46bd
type: tree
x: 3136.0
y: -4032.0
rotation: 0
- id: c7dcfb02-7517-497b-a882-9162cb259660
type: tree
x: 3136.0
y: -2880.0
rotation: 0
- id: 149e8f82-b765-4790-8b36-56a2de8448e1
type: tree
x: 1472.0
y: 2752.0
rotation: 0
- id: 4916e68e-e27f-40e1-851e-027ccb9f81e2
type: tree
x: 2880.0
y: 1216.0
rotation: 0
- id: dd46ee1b-3bb1-4da2-a06d-aae2de403d9d
type: tree
x: 320.0
y: -3904.0
rotation: 0
- id: bd01353b-a63c-48ae-9073-ec8cbd9a4bd0
type: tree
x: 3136.0
y: 1984.0
rotation: 0
- id: 3b38aedc-42a1-479f-ab79-bb29c6237a89
type: tree
x: 1472.0
y: 2368.0
rotation: 0
- id: d44a0b36-9ac0-42c3-83bf-08fa9897948c
type: tree
x: 1600.0
y: 2496.0
rotation: 0
- id: c0eb394a-f554-4481-9f48-d21057df36d1
type: tree
x: 3008.0
y: 1728.0
rotation: 0
- id: 4ec54e1f-63bf-41ea-91bc-f85b0252d112
type: tree
x: 2368.0
y: -4160.0
rotation: 0
- id: 70a2fb22-0e8b-42eb-9664-6267c5ba7e71
type: tree
x: 3008.0
y: 64.0
rotation: 0
- id: cb8c8f3f-f15a-4eb6-a2c5-4b1d96c9dc65
type: tree
x: 320.0
y: -4032.0
rotation: 0
- id: ab35d039-a09e-4004-8410-0c50b43927c1
type: tree
x: 320.0
y: 2368.0
rotation: 0
- id: d08483c0-035f-4c66-99bf-dfd5faa06c87
type: tree
x: 448.0
y: -3776.0
rotation: 0
- id: a7cbe0e8-2daf-4479-8f11-18cdfc78f969
type: tree
x: 2880.0
y: -3520.0
rotation: 0
- id: 030945d0-3351-4c27-95c1-2e161b89b5cd
type: tree
x: 2880.0
y: 832.0
rotation: 0
- id: 47d07b75-22f9-467b-bd98-6abadce387db
type: tree
x: 1600.0
y: 2624.0
rotation: 0
- id: c92ec5b3-ad6c-41e4-b096-7e9f1ff405d6
type: tree
x: 2880.0
y: 1472.0
rotation: 0
- id: 181bf6ed-f8b0-49ab-8119-fec54c0ee001
type: tree
x: 3008.0
y: 576.0
rotation: 0
- id: a06c7de2-fae7-48f5-bd04-0fc5270d966e
type: tree
x: 3008.0
y: -3520.0
rotation: 0
- id: 170dfef7-d5cc-4e72-a342-323cf9d652af
type: tree
x: 448.0
y: -704.0
rotation: 0
- id: 485c253a-cd62-4f45-a88d-0664f01cd1f1
type: tree
x: 192.0
y: 320.0
rotation: 0
- id: b0778b1f-1481-4d24-b67d-4b5d6ef4a55f
type: tree
x: 2880.0
y: 576.0
rotation: 0
- id: 155eaa8a-5647-42a1-abe4-9950ed0bacc4
type: tree
x: 320.0
y: -960.0
rotation: 0
- id: c9654eae-ef4c-4333-815f-9ae7aef02ab6
type: tree
x: 320.0
y: -4160.0
rotation: 0
- id: 63f7a3e6-7d07-4840-828d-46421f548286
type: tree
x: 448.0
y: 1856.0
rotation: 0
- id: 33de31ec-ed64-4c95-a3c3-80a847fadf1f
type: tree
x: 448.0
y: 2240.0
rotation: 0
- id: 7bdc3665-7928-492c-8f5b-a77a1868edb9
type: tree
x: 2880.0
y: 448.0
rotation: 0
- id: 003b7f3f-e2fc-4b57-8630-ef3377a77c5b
type: tree
x: 3136.0
y: -192.0
rotation: 0
- id: 9be55a2b-7cff-4e40-9503-f1063a48196d
type: tree
x: 2880.0
y: -832.0
rotation: 0
- id: fe8e24fa-8e8d-4fe0-923e-59612bc7dbd0
type: tree
x: 2880.0
y: -2496.0
rotation: 0
- id: befd2806-a8d0-452e-b19b-ef20343c15d1
type: tree
x: 3008.0
y: -1600.0
rotation: 0
- id: e9501527-fc72-4ce0-9a67-800649954f45
type: tree
x: 3136.0
y: 1472.0
rotation: 0
- id: e6d7acb5-f747-47bc-9bd9-b20210e7d3f3
type: tree
x: 960.0
y: -4032.0
rotation: 0
- id: 4a7ff250-7471-4475-b782-2c710b5444db
type: tree
x: 448.0
y: -4032.0
rotation: 0
- id: d65baf28-15f2-40bd-b485-94b1f9675937
type: tree
x: 2880.0
y: -1472.0
rotation: 0
- id: 7112ce9d-a433-4496-92fe-7a4ceeb53577
type: tree
x: 2880.0
y: -2880.0
rotation: 0
- id: 0b87419c-10a7-42b7-bdeb-e1449a88ae72
type: tree
x: 3008.0
y: 2624.0
rotation: 0
- id: 8fb8783a-8745-44cd-a670-b566fe227d61
type: tree
x: 3136.0
y: -1344.0
rotation: 0
- id: ea2d4638-a501-49c5-aeb7-3364e239275a
type: tree
x: 576.0
y: -4032.0
rotation: 0
- id: c2b86091-f808-4d8b-a976-0f44f7e07a19
type: tree
x: 2880.0
y: -576.0
rotation: 0
- id: a419b397-1438-457f-85e2-2d810271e0b8
type: tree
x: 1984.0
y: 2752.0
rotation: 0
- id: 5c2745fc-f65b-4361-8c98-8be51d5abaa2
type: tree
x: 3008.0
y: -2368.0
rotation: 0
- id: be39f68f-1bc3-4df3-a15a-7fcd2edc6ea8
type: tree
x: 320.0
y: -192.0
rotation: 0
- id: f4daeb80-6831-4769-9a0f-2bf42a68c3f7
type: tree
x: 448.0
y: -1216.0
rotation: 0
- id: 342c4d9b-12a2-49a4-a33a-550dc45314b2
type: tree
x: 1344.0
y: -4160.0
rotation: 0
- id: 0fcf3b78-887c-45c0-8b63-adb43d8f0e34
type: tree
x: 3008.0
y: -3264.0
rotation: 0
- id: 70ad57bd-0ca5-4c88-a67a-2520e7f73bf8
type: tree
x: 1856.0
y: 2624.0
rotation: 0
- id: ae2fe87d-1ece-4b26-b7de-848f459ebd1d
type: tree
x: 3136.0
y: -2624.0
rotation: 0
- id: 18d72802-b96b-4a7c-b86f-e5b950b7caca
type: tree
x: 2496.0
y: -4032.0
rotation: 0
- id: e428ea59-74c2-4da2-8d73-5e69fe216a41
type: tree
x: 320.0
y: -1088.0
rotation: 0
- id: 925ac0cb-892c-49b9-885f-c59f700493ad
type: tree
x: 320.0
y: -2880.0
rotation: 0
- id: 7c59d58c-0c5d-4534-98c8-69c9cbf54e27
type: tree
x: 2752.0
y: 2496.0
rotation: 0
- id: b6037728-fe45-44bb-b9d0-e1220dc4d693
type: tree
x: 2880.0
y: -2112.0
rotation: 0
- id: fa601fde-3fcd-4781-b8a8-3cc1a423e5ca
type: tree
x: 3008.0
y: 2496.0
rotation: 0
- id: 1eb28b09-cd97-42c1-b3db-dd3277434733
type: tree
x: 576.0
y: -4160.0
rotation: 0
- id: db53fe00-0347-4df5-9429-0cf80d3db678
type: tree
x: 192.0
y: -3648.0
rotation: 0
- id: 3003a4dc-ea1e-473b-bbd6-c21f8b729334
type: tree
x: 2112.0
y: -4160.0
rotation: 0
- id: 4d3dd5ca-3b50-4846-ada2-bfa095f22866
type: tree
x: 320.0
y: -1216.0
rotation: 0
- id: bce2765b-d0ab-4c8b-8793-0986d3506fa4
type: tree
x: 3136.0
y: -3008.0
rotation: 0
- id: 41853341-4e5c-4ccb-9abd-a1eb7a9329ed
type: tree
x: 320.0
y: -1344.0
rotation: 0
- id: f8fd3669-ffc5-49fc-814e-9751744dd278
type: tree
x: 448.0
y: -1728.0
rotation: 0
- id: 53e42b4b-eaff-44f5-9f13-aa4940eec799
type: tree
x: 2496.0
y: 2368.0
rotation: 0
- id: 5b8b6206-c2a3-4eef-b5d0-8326f215d1ac
type: tree
x: 3136.0
y: 960.0
rotation: 0
- id: 6cd4a1b1-771d-4fa5-b0d7-78ef36905be4
type: tree
x: 320.0
y: -2752.0
rotation: 0
- id: e8c28520-f42f-47f9-a7bf-c6a63de55659
type: tree
x: 3008.0
y: -2880.0
rotation: 0
- id: 3770bdda-8b0d-4de3-ab2e-183463c50409
type: tree
x: 3008.0
y: 1344.0
rotation: 0
- id: 89db7fee-df50-412a-8856-3db0a820691a
type: tree
x: 832.0
y: 2624.0
rotation: 0
- id: 7eab2750-76d8-440a-bb53-84834c09b865
type: tree
x: 2880.0
y: 2240.0
rotation: 0
- id: cfd77d1a-adfe-4df6-9de0-eb43b41724e8
type: tree
x: 3008.0
y: -2624.0
rotation: 0
- id: 0e79c531-fb3c-4855-b9b6-e931e8f274ce
type: tree
x: 2880.0
y: 320.0
rotation: 0
- id: cc5b6bbe-0ebc-4ca1-ac67-b7d9ed360bec
type: tree
x: 320.0
y: -3392.0
rotation: 0
- id: 5b671b2c-3e5e-4ec6-80b1-75579613f784
type: tree
x: 2880.0
y: -4032.0
rotation: 0
- id: e6b75ab6-952b-418a-9412-56b924d9ce76
type: tree
x: 192.0
y: -3264.0
rotation: 0
- id: 9620ebce-b3df-46e1-915b-e3a7a3acd924
type: tree
x: 3008.0
y: 1856.0
rotation: 0
- id: 31c6855e-068a-4717-b1fa-284a65bc69ac
type: tree
x: 3136.0
y: -960.0
rotation: 0
- id: 175d26a7-98e7-431a-a9fd-289147843847
type: tree
x: 2880.0
y: 2496.0
rotation: 0
- id: 73112810-f74b-49fb-99f7-6afe5f1ba90e
type: tree
x: 192.0
y: -4160.0
rotation: 0
- id: 29dda0e7-2c97-4189-90d9-30a697bf9f54
type: tree
x: 3008.0
y: -3776.0
rotation: 0
- id: 9d98cb44-d78d-428e-8934-e7aa038b8e78
type: tree
x: 448.0
y: 320.0
rotation: 0
- id: 532e023e-7267-4cc9-8f32-c737de559d58
type: tree
x: 1984.0
y: 2368.0
rotation: 0
- id: 5605c5ef-f08c-4190-adaf-badf11e018d0
type: tree
x: 2752.0
y: 2624.0
rotation: 0
- id: 099b05a2-1289-4354-ae20-c9f546aec028
type: tree
x: 448.0
y: -2496.0
rotation: 0
- id: a5684048-1b04-4492-b388-07b6439245a3
type: tree
x: 192.0
y: 1600.0
rotation: 0
- id: f533777e-6710-486c-8d25-e688a32f5509
type: tree
x: 320.0
y: 448.0
rotation: 0
- id: 41b6f507-e12e-4e4d-8f13-2217deab44c7
type: tree
x: 448.0
y: -192.0
rotation: 0
- id: bce28741-152b-49b2-8c0a-2fa43fd063f8
type: tree
x: 1088.0
y: 2368.0
rotation: 0
- id: 7f7854cc-c788-43ad-a568-13828c6819af
type: tree
x: 3136.0
y: 2368.0
rotation: 0
- id: 1817ce8f-7ea4-4509-a00f-a7649f899568
type: tree
x: 320.0
y: -2240.0
rotation: 0
- id: 39c81b5d-6014-4007-9bdf-8e80a89bfb82
type: tree
x: 320.0
y: 1216.0
rotation: 0
- id: a8390fba-41d2-4f27-b9eb-979399804e4d
type: tree
x: 704.0
y: 2752.0
rotation: 0
- id: a2159e51-05b4-454c-aa8c-02f49a20f220
type: tree
x: 2368.0
y: 2368.0
rotation: 0
- id: 81bd2de8-38b5-4ae8-aa60-94f4f6a372f5
type: tree
x: 192.0
y: 2368.0
rotation: 0
- id: 915e6ac5-33c2-485d-83f2-f7642ffa83a4
type: tree
x: 576.0
y: 2752.0
rotation: 0
- id: a0728705-05ef-40b8-9be7-d783e5b8db31
type: tree
x: 3136.0
y: -1856.0
rotation: 0
- id: 087d36f5-e2e6-41bb-95ad-b98af6c31fe3
type: tree
x: 192.0
y: -3776.0
rotation: 0
- id: c541d294-f54d-407c-b800-b6597154653a
type: tree
x: 320.0
y: 2752.0
rotation: 0
- id: 8d3cc2b7-19f8-4657-97f6-9d9bbe98d405
type: tree
x: 448.0
y: -448.0
rotation: 0
- id: d7cf3e0b-e4fd-431c-ac2e-a01125d6171a
type: tree
x: 2880.0
y: -4160.0
rotation: 0
- id: 38de0f19-bfa2-4283-bc33-b81f21e703fb
type: tree
x: 3008.0
y: -1088.0
rotation: 0
- id: abd1bdb0-9b70-481f-967f-cca8af2fa421
type: tree
x: 3136.0
y: -2496.0
rotation: 0
- id: 5f39f5b8-e5c2-4f46-9e6e-f94ff4615f9c
type: tree
x: 1216.0
y: 2624.0
rotation: 0
- id: af6b538a-3161-4ed7-8a97-47bf9303e9a2
type: tree
x: 448.0
y: 1984.0
rotation: 0
- id: 348a8eef-b317-425e-8cbf-72f7ae307fb6
type: tree
x: 192.0
y: 448.0
rotation: 0
- id: ff189862-3c1a-4983-8552-fda8f86d9a90
type: tree
x: 2880.0
y: -1984.0
rotation: 0
- id: e28ffdbf-2348-44e3-bc6e-e23fa7f915d7
type: tree
x: 3008.0
y: -3008.0
rotation: 0
- id: d47287ab-66db-4e4c-915c-b798a87c551d
type: tree
x: 1344.0
y: -3904.0
rotation: 0
- id: e4ec48c1-db62-4ced-ae36-9bc012719cd4
type: tree
x: 1088.0
y: 2624.0
rotation: 0
- id: 086d7534-927e-46e1-b6eb-01000884da5c
type: tree
x: 3008.0
y: -1472.0
rotation: 0
- id: 0a5d21aa-fbd0-4aef-823c-21772c0aa571
type: tree
x: 832.0
y: -4160.0
rotation: 0
- id: 42ff7dab-ffe6-4a86-8df7-ea37f049fd45
type: tree
x: 1984.0
y: -4160.0
rotation: 0
- id: 9eb43b68-8236-40c1-82d1-cdeb3f98bf71
type: tree
x: 3008.0
y: -2752.0
rotation: 0
- id: 04367339-7a83-4dc8-afa1-ec1559d32ada
type: tree
x: 448.0
y: -4160.0
rotation: 0
- id: a9380acb-fcbd-4cf0-aacd-66b28e423179
type: tree
x: 320.0
y: 704.0
rotation: 0
- id: 05091f97-e43a-4433-bdfe-fdd76618cc5c
type: tree
x: 320.0
y: -832.0
rotation: 0
- id: cf100b53-5c95-4475-85fe-a14ac8b359a6
type: tree
x: 1216.0
y: 2496.0
rotation: 0
- id: 35fefbdb-ce3d-4870-9ffc-1c194aa68428
type: tree
x: 448.0
y: 2496.0
rotation: 0
- id: 4002aa5c-9510-4051-ba11-0b2fb9922eb6
type: tree
x: 3136.0
y: -576.0
rotation: 0
- id: 045d021a-5a41-4a84-bac5-66b8dd3112cb
type: tree
x: 3136.0
y: -2112.0
rotation: 0
- id: 25af908a-1d31-4537-9068-7c2aced6cab0
type: tree
x: 2368.0
y: -3904.0
rotation: 0
- id: cca976d4-5f83-4d07-b2f0-f701ecf028ff
type: tree
x: 3008.0
y: -4160.0
rotation: 0
- id: 75dc21db-fd78-47da-aed4-42e4738f441d
type: tree
x: 2880.0
y: -2368.0
rotation: 0
- id: c68cdfc9-d20d-4718-97b6-c163a4f63378
type: tree
x: 3136.0
y: -64.0
rotation: 0
- id: 2f4c1ec6-94cb-4ef4-945c-b0c2ad4bdf6c
type: tree
x: 1344.0
y: 2752.0
rotation: 0
- id: 0ce5b062-f088-4e22-adb2-a35cce1817d4
type: tree
x: 448.0
y: 64.0
rotation: 0
- id: f6ce0bf0-c6e6-4d57-b1d3-ea56e5890d8c
type: tree
x: 2880.0
y: -192.0
rotation: 0
- id: e3cce25b-2a28-4e1c-a02e-b827c8a66c1c
type: tree
x: 192.0
y: 2112.0
rotation: 0
- id: 0dcdf448-f1fb-430a-8b89-8108187cfc99
type: tree
x: 192.0
y: -704.0
rotation: 0
- id: 4c50ab7a-1953-42f3-9861-d5d11d607548
type: tree
x: 192.0
y: -2624.0
rotation: 0
- id: 5e3e733f-3666-468e-b37b-da6db5aeb043
type: tree
x: 2880.0
y: -1216.0
rotation: 0
- id: 594031a3-a261-475d-b784-b8f9a8425bf8
type: tree
x: 3008.0
y: 704.0
rotation: 0
- id: dfac90f5-e780-412f-8d1d-caf8d091ef9a
type: tree
x: 3008.0
y: -2496.0
rotation: 0
- id: 86fb12fd-5cf7-41e8-9724-f25237a656d0
type: tree
x: 2880.0
y: 2752.0
rotation: 0
- id: 005d2fc8-c786-48f6-a09f-b0e3a963e8e4
type: tree
x: 2112.0
y: 2624.0
rotation: 0
- id: dca0ffa3-1859-48f2-ab73-b56e63c9b75f
type: tree
x: 3136.0
y: 2752.0
rotation: 0
- id: 50d7c899-c89f-495c-86cd-f4bdd1b23b68
type: tree
x: 2880.0
y: 1600.0
rotation: 0
- id: 4647a933-784b-4cd8-aeff-4ea75633d4ab
type: tree
x: 2880.0
y: 1984.0
rotation: 0
- id: 7493501b-32ce-49d0-8bbb-db29a4c0e2e9
type: tree
x: 448.0
y: -2112.0
rotation: 0
- id: 1074aad2-5984-46a8-af93-3f60b3318f66
type: tree
x: 1984.0
y: 2496.0
rotation: 0
- id: 55a25ac8-c19c-44c2-b448-a7e5a6320e84
type: tree
x: 3136.0
y: 1216.0
rotation: 0
- id: 918446b1-dc73-4580-a3d4-96189fa6e19d
type: tree
x: 3136.0
y: 1088.0
rotation: 0
- id: 352a77a0-7deb-4b19-b64c-4a3eb8a65999
type: tree
x: 320.0
y: -320.0
rotation: 0
- id: 4c226ec4-4df9-4e83-a74e-f71f191ad5e2
type: tree
x: 3136.0
y: -3648.0
rotation: 0
- id: f42ca3e5-d648-4320-a5d5-bf1766e05fb5
type: tree
x: 192.0
y: -3136.0
rotation: 0
- id: ee16bca3-990f-4891-9129-03639820b076
type: tree
x: 3136.0
y: 2112.0
rotation: 0
- id: bac8c28b-18b7-446f-a680-2bcb3304e3ec
type: tree
x: 320.0
y: 192.0
rotation: 0
- id: c0a994eb-8dec-48d0-b43e-1e57fae198c8
type: tree
x: 2880.0
y: 64.0
rotation: 0
- id: d0329314-90e9-433f-9135-444985792db5
type: tree
x: 320.0
y: 320.0
rotation: 0
- id: 1fec3e3c-77f1-42ea-859b-86d495bfc77a
type: tree
x: 1088.0
y: 2496.0
rotation: 0
- id: 29d54b40-73ee-484b-a4f4-ba2a971db5b2
type: tree
x: 192.0
y: 704.0
rotation: 0
- id: e263f5bf-ca00-4c80-98d7-f755e3b1202c
type: tree
x: 1600.0
y: 2752.0
rotation: 0
- id: e4c688ee-84cb-4613-acf9-603d48d3cfa4
type: tree
x: 320.0
y: 64.0
rotation: 0
- id: 80ab6a8d-a0f8-4f97-bf58-2217729ad7d8
type: tree
x: 3008.0
y: -3648.0
rotation: 0
- id: 61a1b6d7-1f84-44e6-bba0-96770ed94252
type: tree
x: 2112.0
y: 2752.0
rotation: 0
- id: 4b0c5e9c-ec67-4486-9565-0b21d4d89aa5
type: tree
x: 192.0
y: 192.0
rotation: 0
- id: 583d06b4-9ff8-42ab-a61f-0d3b55bf7408
type: tree
x: 448.0
y: -3648.0
rotation: 0
- id: 922fa23e-59dc-4597-8a77-641aa21ee962
type: tree
x: 192.0
y: 1728.0
rotation: 0
- id: 7eae2547-1a50-448c-908d-f496440dd868
type: tree
x: 320.0
y: 2240.0
rotation: 0
- id: df0b3afa-5128-4de6-a8db-45eb728743c6
type: tree
x: 448.0
y: 704.0
rotation: 0
- id: 077d67e9-9bfd-46af-bc3f-b3b79e7f957f
type: tree
x: 2880.0
y: -2240.0
rotation: 0
- id: c83e320e-f832-466b-8486-3d51c0cf4026
type: tree
x: 2880.0
y: -960.0
rotation: 0
- id: d7a58792-ad6a-428d-8cef-9bdc42bdbb06
type: tree
x: 192.0
y: -64.0
rotation: 0
- id: 855dc56c-9bbf-4a90-b392-75e9d10d9f30
type: tree
x: 3008.0
y: -2240.0
rotation: 0
- id: 6eae8952-9255-40e9-ac81-bee28df32389
type: tree
x: 448.0
y: 2624.0
rotation: 0
- id: 6429377d-f7d3-4ac4-aacb-dad841b276b9
type: tree
x: 320.0
y: -1728.0
rotation: 0
- id: 1aa78749-1010-4bc4-9e21-8c2ba079e92b
type: tree
x: 1856.0
y: 2496.0
rotation: 0
- id: 270ebdc8-8d0d-4b56-83a0-a4477613e401
type: tree
x: 2624.0
y: -4160.0
rotation: 0
- id: aead50fb-2627-4a77-917e-f8cb0ab2306a
type: tree
x: 3136.0
y: 192.0
rotation: 0
- id: 07c9eab1-6b5c-4a96-87ab-e75ef16ce846
type: tree
x: 1728.0
y: -3904.0
rotation: 0
- id: e316ff3c-53e8-42af-9d77-89995bf8eb14
type: tree
x: 448.0
y: -576.0
rotation: 0
- id: c97ab1bd-d424-474b-8b8c-6858d9e5b8f6
type: tree
x: 1088.0
y: -4160.0
rotation: 0
- id: 4e96f5e9-a63c-4853-bef5-a626819b4137
type: tree
x: 2880.0
y: -3904.0
rotation: 0
- id: e281bffc-6cb7-4eb7-bd79-4eece15a68c2
type: tree
x: 576.0
y: -3904.0
rotation: 0
- id: 92464951-52a0-4885-831a-f5eb0ad76465
type: tree
x: 2368.0
y: 2624.0
rotation: 0
- id: 8e791c9c-86f4-45b5-b0b7-3277bc118604
type: tree
x: 3136.0
y: -3392.0
rotation: 0
- id: 27f96240-4fee-40b6-b382-11028db410a7
type: tree
x: 2880.0
y: 704.0
rotation: 0
- id: 7d035334-406f-492c-bf88-3737ca02e4bf
type: tree
x: 1728.0
y: 2752.0
rotation: 0
- id: 3495636d-10d4-4723-8fb4-0dbc05457a35
type: tree
x: 1600.0
y: 2368.0
rotation: 0
- id: ded30084-0fd2-48f9-b0b9-a5421294cb64
type: tree
x: 448.0
y: -1088.0
rotation: 0
- id: 7bad7e3e-59ba-4b1a-a383-d2f6ea14d1d3
type: tree
x: 192.0
y: -320.0
rotation: 0
- id: 91e5a571-02b1-49fd-bf2a-79d3e507cda3
type: tree
x: 2880.0
y: 192.0
rotation: 0
- id: 1ef8451a-fbd0-4f77-a07b-a4e295c5a391
type: tree
x: 1344.0
y: -4032.0
rotation: 0
- id: 0622ec22-0c8e-43af-8379-2e26cc5f6dae
type: tree
x: 2880.0
y: -64.0
rotation: 0
- id: ff84bb4a-ef38-4862-8479-a29062fbc614
type: tree
x: 2496.0
y: 2752.0
rotation: 0
- id: 83db6cf3-67fa-4949-b24b-fe68de50867b
type: tree
x: 2880.0
y: 1728.0
rotation: 0
- id: 09a23b25-c350-43e5-a3d3-c8e6c92069b3
type: tree
x: 320.0
y: 1344.0
rotation: 0
- id: 42dbc420-5485-45bc-ac27-a420c19c7fcc
type: tree
x: 192.0
y: 1216.0
rotation: 0
- id: 91940d63-6d45-484f-8328-fc80b7ea5c2a
type: tree
x: 1600.0
y: -3904.0
rotation: 0
- id: f091bf46-f6ab-42e9-bcc1-a13e2ed99924
type: tree
x: 448.0
y: 2752.0
rotation: 0
- id: c18d679c-d77d-42b8-809b-64ab9c1b8667
type: tree
x: 320.0
y: -704.0
rotation: 0
- id: 7fec914d-ee53-47a6-874f-f685850de209
type: tree
x: 2240.0
y: 2752.0
rotation: 0
- id: 7aa3b6f5-0eb8-4785-adc1-df2d0fd105f4
type: tree
x: 2880.0
y: -3008.0
rotation: 0
- id: dd855ff1-9e61-4081-ae71-fb397812746b
type: tree
x: 320.0
y: -3520.0
rotation: 0
- id: 398d6898-ad0a-4ba3-8a97-5ea64faa9581
type: tree
x: 960.0
y: -3904.0
rotation: 0
- id: abc6fb52-08e4-4d06-a0e6-2074f69fdad3
type: tree
x: 320.0
y: 1984.0
rotation: 0
- id: 82f8a676-c699-4977-9c3d-147b39f8c776
type: tree
x: 3008.0
y: 1600.0
rotation: 0
- id: e7ee2d2d-6474-4391-8eca-f1f81538ea87
type: tree
x: 320.0
y: -1856.0
rotation: 0
- id: c2921e9a-eef4-42f0-81d2-2ab5bbd8591f
type: tree
x: 1600.0
y: -4160.0
rotation: 0
- id: d6a60a8e-f24e-4c45-bbf4-301b9b995fe1
type: tree
x: 448.0
y: 960.0
rotation: 0
- id: 63b53a65-ffa3-46c2-9e83-ba778939acc8
type: tree
x: 320.0
y: -2368.0
rotation: 0
- id: 1767355b-d002-4a7f-825d-4ba5716bfd64
type: tree
x: 3008.0
y: -1728.0
rotation: 0
- id: 66a3ce6a-7eb0-46f7-8c04-36cbd63721cc
type: tree
x: 1216.0
y: -3904.0
rotation: 0
- id: f72bafcf-80b3-409f-86d4-da3847f6666c
type: tree
x: 3136.0
y: 448.0
rotation: 0
- id: 81d14efd-6aee-4201-82e5-771a6a2229a0
type: tree
x: 3008.0
y: -3136.0
rotation: 0
- id: b9fdadd7-0a5e-418e-a20a-ce9ab03fee90
type: tree
x: 3136.0
y: -3904.0
rotation: 0
- id: fd9cd8ae-0608-452c-b554-ebc1ac520116
type: tree
x: 3136.0
y: 1344.0
rotation: 0
- id: ec738e24-5bf2-4c49-81d8-2ebc5624ad62
type: tree
x: 3136.0
y: -2752.0
rotation: 0
- id: 6602f5b5-0edc-4526-ae6d-8337bba9c76f
type: tree
x: 448.0
y: -2752.0
rotation: 0
- id: afab4a58-6e36-43e0-a0c3-3c9d5360e2c9
type: tree
x: 2880.0
y: 2368.0
rotation: 0
- id: e85d77d3-6fea-4557-8ebe-088bbaf22821
type: tree
x: 1344.0
y: 2496.0
rotation: 0
- id: 931d46de-d351-4008-8be1-66cf7b1a1d7b
type: tree
x: 3136.0
y: 2240.0
rotation: 0
- id: 15e697fc-80bf-4e17-845e-2956fd63fd0f
type: tree
x: 1472.0
y: 2624.0
rotation: 0
- id: 6c925436-884f-451d-b700-76424e151777
type: tree
x: 320.0
y: -3264.0
rotation: 0
- id: f9ea5e89-99a5-4b26-801e-43ca856d6683
type: tree
x: 2880.0
y: -2752.0
rotation: 0
- id: ed4b39be-a1a3-4be9-94f0-785be982324d
type: tree
x: 1856.0
y: -3904.0
rotation: 0
- id: 33f41661-a008-49d5-8147-851aa06025a9
type: tree
x: 1984.0
y: -4032.0
rotation: 0
- id: 6f9b0a77-7121-4650-83b8-76e4181c0e34
type: tree
x: 448.0
y: -1344.0
rotation: 0
- id: 3591a56b-4e06-4e19-aad4-508282e9f5af
type: tree
x: 2880.0
y: 2112.0
rotation: 0
- id: 6a97abab-ad91-43ff-9b0e-a388edf2dbdf
type: tree
x: 320.0
y: 576.0
rotation: 0
- id: 9f033da1-4800-41bd-aea6-305333a1f3b6
type: tree
x: 2624.0
y: 2496.0
rotation: 0
- id: 24426eba-ffd2-49c9-a0de-de07e7ef402a
type: tree
x: 704.0
y: 2624.0
rotation: 0
- id: 49e90152-855a-43e2-8db8-411fa1cd296b
type: tree
x: 192.0
y: 832.0
rotation: 0
- id: b35592e9-afab-4640-bf51-331b9a94548d
type: tree
x: 2496.0
y: 2496.0
rotation: 0
- id: 8ba11425-34c8-4a3c-9bfb-eec67a04ec4e
type: tree
x: 2624.0
y: -4032.0
rotation: 0
- id: 339b9354-d43b-4a2e-ba9d-53515ecadbd0
type: tree
x: 448.0
y: 2112.0
rotation: 0
- id: 4e47acac-b166-401d-84a1-59fa0dacfd6b
type: tree
x: 448.0
y: -1984.0
rotation: 0
- id: 8c351895-fb58-4139-aae6-f47e5d653732
type: tree
x: 576.0
y: 2624.0
rotation: 0
- id: dae306af-f035-4e44-8460-8429ce17ee6d
type: tree
x: 3136.0
y: -448.0
rotation: 0
- id: afe10a7a-379c-4fb6-abf2-1d67c3ad0299
type: tree
x: 448.0
y: -3520.0
rotation: 0
- id: 19b45d52-e1e1-4360-a41e-bc802d4bc5a3
type: tree
x: 320.0
y: -2496.0
rotation: 0
- id: 0be5e9fc-87c3-4a6b-8d94-4e7bb131f77c
type: tree
x: 448.0
y: 1088.0
rotation: 0
- id: 6344b6ff-6227-49f6-8937-02a0cc95b37b
type: tree
x: 3136.0
y: -1984.0
rotation: 0
- id: 3d16ecf2-598f-40f3-ab06-8bd8b99e43cd
type: tree
x: 1856.0
y: 2368.0
rotation: 0
- id: 8f1de44c-db49-4afb-ac38-e0bfd7afebd0
type: tree
x: 3008.0
y: -1216.0
rotation: 0
- id: 37f75994-5199-4e1d-899b-9bb661ef843e
type: tree
x: 3008.0
y: -1984.0
rotation: 0
- id: 15528fa6-37e5-4768-b03e-598005e20c38
type: tree
x: 1216.0
y: 2368.0
rotation: 0
- id: c9d95871-e03f-42b7-af89-682b2d5ecfff
type: tree
x: 192.0
y: -1344.0
rotation: 0
- id: 48b00987-d85e-4823-af6c-e4c0cd6ec1ab
type: tree
x: 960.0
y: -4160.0
rotation: 0
- id: 6cfed8b8-ec81-4735-8ad4-e759e176dd2c
type: tree
x: 2880.0
y: -1088.0
rotation: 0
- id: 1ee6df23-32da-4d5d-95df-b8f7530bc649
type: tree
x: 320.0
y: 1600.0
rotation: 0
- id: 716b2974-50a4-475f-9db3-c3f24b22dcad
type: tree
x: 448.0
y: -1472.0
rotation: 0
- id: 695e3292-e8e8-485e-8fe7-c13c19b4c639
type: tree
x: 704.0
y: -4032.0
rotation: 0
- id: 17e657c0-0709-499e-b248-a739451f58f3
type: tree
x: 2368.0
y: -4032.0
rotation: 0
- id: 8e526eab-56e6-4970-8f85-e04ff52153aa
type: tree
x: 3008.0
y: -4032.0
rotation: 0
- id: c8e550ff-a1c6-4673-890a-5f09a3b61c35
type: tree
x: 192.0
y: -832.0
rotation: 0
- id: 72a61796-6b5d-426a-89f4-aef8eafe13c0
type: tree
x: 1856.0
y: -4032.0
rotation: 0
- id: 4fd42e57-5eab-4be9-a18a-5c6d02f321e3
type: tree
x: 3136.0
y: -4160.0
rotation: 0
- id: 6668fa60-cf00-4bd7-b4e8-0501d5ce92c2
type: tree
x: 192.0
y: 576.0
rotation: 0
- id: 7e29e358-81a5-4c94-8416-83d67d40bcfb
type: tree
x: 448.0
y: 1344.0
rotation: 0
- id: 2960986a-5019-47dc-aa21-74e49b10fd26
type: tree
x: 2752.0
y: -4160.0
rotation: 0
- id: 61a79383-5959-45c1-9ce5-790158ea858e
type: tree
x: 2880.0
y: -1600.0
rotation: 0
- id: 204a014e-bf72-473b-8416-e52e882ce264
type: tree
x: 320.0
y: 960.0
rotation: 0
- id: 2909f6da-8a7b-4ec6-9cc5-168e9916b20e
type: tree
x: 3008.0
y: -448.0
rotation: 0
- id: 1a94bf4c-8558-4be9-a060-735f300ea665
type: tree
x: 3008.0
y: 2240.0
rotation: 0
- id: b7d01470-418d-4ee4-8ae0-8c3eaa081220
type: tree
x: 192.0
y: -448.0
rotation: 0
- id: 48053ca5-696e-4051-a5ad-ce8e514631b9
type: tree
x: 192.0
y: -3008.0
rotation: 0
- id: 432f81db-98f6-4ed5-836f-aad81fa08c88
type: tree
x: 1472.0
y: -4160.0
rotation: 0
- id: e2478393-78b3-44a8-8c21-94da24abffd2
type: tree
x: 832.0
y: 2496.0
rotation: 0
- id: 1be65a4b-04fd-4ecb-9c98-533083f13d8f
type: tree
x: 192.0
y: -3392.0
rotation: 0
- id: 3d2dfef3-5871-460d-bc23-bf6a2a1b62a5
type: tree
x: 448.0
y: 2368.0
rotation: 0
- id: fb42bd84-97d3-4ecf-895d-a8f9b7f24bd9
type: tree
x: 1472.0
y: -3904.0
rotation: 0
- id: 68c99dbb-cfb2-4ed8-8800-fdfdaa381587
type: tree
x: 320.0
y: 2496.0
rotation: 0
- id: 92231f80-78fd-4eaf-a011-2a271276ddec
type: tree
x: 192.0
y: -3520.0
rotation: 0
- id: 161cd780-8176-40a5-8e0e-310f4562d84d
type: tree
x: 576.0
y: 2496.0
rotation: 0
- id: 868f0840-f097-465c-94ea-d9c1d2a195ec
type: tree
x: 832.0
y: 2752.0
rotation: 0
- id: e26b5af7-f305-4a80-b1d7-4ae0e59a59d1
type: tree
x: 3008.0
y: 320.0
rotation: 0
- id: 7252a1e0-f7fa-405c-93ff-c9ee2f19a77b
type: tree
x: 448.0
y: -3008.0
rotation: 0
- id: b47e965a-7964-43ec-8939-d5433683b032
type: tree
x: 3008.0
y: 2112.0
rotation: 0
- id: 78bd6afe-8e17-41ed-9b7b-fc1a8a58deea
type: tree
x: 1728.0
y: -4160.0
rotation: 0
- id: 1246c6a6-c5c9-43a5-a346-9e21e18e700e
type: tree
x: 2880.0
y: 1088.0
rotation: 0
- id: b3f42459-ca71-4d5c-82b2-9f8bd2f46123
type: tree
x: 1472.0
y: -4032.0
rotation: 0
- id: d1f9a2e0-5a83-45a4-9be9-6fddd5d377a8
type: tree
x: 320.0
y: -2624.0
rotation: 0
- id: bf3924ea-2fa5-47bd-be79-cda15de01b85
type: tree
x: 192.0
y: -1472.0
rotation: 0
- id: 92a4e285-95a0-4829-972c-dfef962e213c
type: tree
x: 192.0
y: 2624.0
rotation: 0
- id: c5d08bac-2e2f-4399-833e-ca4f4daa6d68
type: tree
x: 2496.0
y: 2624.0
rotation: 0
- id: c36f465e-622a-46ce-8c22-348693108c1b
type: tree
x: 2496.0
y: -4160.0
rotation: 0
- id: dc115fec-04b4-4b4f-8443-bfa56481f51b
type: tree
x: 3008.0
y: 832.0
rotation: 0
- id: bd8ad25d-4f77-4aba-880f-635ff205e934
type: tree
x: 3008.0
y: -960.0
rotation: 0
- id: 7a8cc143-e3fa-470e-af26-3d2f4423036e
type: tree
x: 2880.0
y: -3648.0
rotation: 0
- id: 75b70573-c2ee-4440-8b96-af3e1123256a
type: tree
x: 448.0
y: -1856.0
rotation: 0
- id: 85432310-fde3-422f-9551-0f26cb1bc67f
type: tree
x: 320.0
y: 1856.0
rotation: 0
- id: 2b7f6ea4-cca6-4257-858f-fd633a0b3341
type: tree
x: 448.0
y: 448.0
rotation: 0
- id: 9a518b87-9a7e-4268-954f-fe912d89c105
type: tree
x: 2240.0
y: -3904.0
rotation: 0
- id: 228af886-ed1d-4f65-a393-3ab1a80163c2
type: tree
x: 704.0
y: 2368.0
rotation: 0
- id: f242b1fe-7dba-4ef0-8759-61e0b8574c81
type: tree
x: 192.0
y: -2240.0
rotation: 0
- id: 600e09f6-b077-4dc7-88cd-73d4a87e498f
type: tree
x: 3136.0
y: 832.0
rotation: 0
- id: ac703d18-f5f0-4cd4-aeee-83cf514e6282
type: tree
x: 1216.0
y: -4032.0
rotation: 0
- id: 8aa190e2-6250-4ec3-92b7-05d0832f883b
type: tree
x: 448.0
y: 1472.0
rotation: 0
- id: 26c23686-de14-4123-9e12-89b3bb78810e
type: tree
x: 3008.0
y: -64.0
rotation: 0
- id: 755dd8c4-65de-47e5-ab8c-00eee19457f1
type: tree
x: 320.0
y: -3136.0
rotation: 0
- id: 12862f77-d15f-4f16-bcdb-064155865201
type: tree
x: 1088.0
y: -4032.0
rotation: 0
- id: 20f1afc7-1727-424a-b72f-1d886c4e1217
type: tree
x: 3008.0
y: -3392.0
rotation: 0
- id: 750eb87d-185d-4ebf-85e1-2a2b3a0120f3
type: tree
x: 320.0
y: -3008.0
rotation: 0
- id: e03f19bd-1f73-4c90-8e85-cf94075da287
type: tree
x: 192.0
y: -1728.0
rotation: 0
- id: bf53f09c-82a9-46ed-9931-8af37279c49a
type: tree
x: 320.0
y: -576.0
rotation: 0
- id: 29041142-7473-4b18-91d1-2c6ceddd89e6
type: tree
x: 3136.0
y: 1856.0
rotation: 0
- id: fd598400-233e-435f-a340-85ca3a11570d
type: tree
x: 2368.0
y: 2496.0
rotation: 0
- id: 8c631c77-469c-465a-89be-61f6ebb33198
type: tree
x: 1216.0
y: -4160.0
rotation: 0
- id: ef9c7cb9-a712-4813-a9ee-8c4e669c41aa
type: tree
x: 192.0
y: 1856.0
rotation: 0
- id: fc808d33-7ac6-417d-b76c-f1f29c5a6a7f
type: tree
x: 320.0
y: 2112.0
rotation: 0
- id: 82c9aa4c-5af9-463b-970e-bbe66c775a60
type: tree
x: 3008.0
y: -3904.0
rotation: 0
- id: 4cb65dbd-aac9-448d-a04b-d886998e28b0
type: tree
x: 960.0
y: 2496.0
rotation: 0
- id: 82a894c4-0497-4129-a818-51698d546d4a
type: tree
x: 3008.0
y: 448.0
rotation: 0
- id: 9323131b-d4b4-4979-bdb5-3803d4bd823e
type: tree
x: 3008.0
y: -1856.0
rotation: 0
- id: f3da0a60-8af0-4734-82ab-179c0814a39c
type: tree
x: 320.0
y: 2624.0
rotation: 0
- id: 405c3229-39b3-4233-a696-cb9a523dfc02
type: tree
x: 3008.0
y: -192.0
rotation: 0
- id: 4628deae-0c4a-460c-a52c-04a5b8af7d2c
type: tree
x: 960.0
y: 2368.0
rotation: 0
- id: 19de613f-4858-4781-b066-c2f9d1653609
type: tree
x: 192.0
y: 1344.0
rotation: 0
- id: bf5ac8d3-deab-403f-888e-6a66ed21f41f
type: tree
x: 320.0
y: -3648.0
rotation: 0
- id: f8698305-a96c-4c6e-9752-6def6b5a1159
type: tree
x: 1088.0
y: -3904.0
rotation: 0
- id: ffb73b3f-6a8b-46b2-b0b7-67a412fed78e
type: tree
x: 192.0
y: 2496.0
rotation: 0
- id: bf2339ec-342a-4c20-a9eb-c5d3945db074
type: tree
x: 192.0
y: 1088.0
rotation: 0
- id: 1b18bc77-a0bf-466a-a248-958aaee8b246
type: tree
x: 2240.0
y: 2496.0
rotation: 0
- id: e4e2f1e7-81b9-4b1e-a6e9-073781e5ed4f
type: tree
x: 2880.0
y: -320.0
rotation: 0
- id: b9604326-20ba-43a7-b13c-7f19291594b7
type: tree
x: 3136.0
y: -2368.0
rotation: 0
- id: c15401de-f386-4fb4-b887-7f29527857b1
type: tree
x: 320.0
y: -448.0
rotation: 0
- id: c5aa1923-b400-4d4f-87a0-063afc5816e3
type: tree
x: 2752.0
y: -3904.0
rotation: 0
- id: 0d953981-a8c6-4084-b9d0-e5e13590eb1b
type: tree
x: 1344.0
y: 2624.0
rotation: 0
- id: e929a0a9-b579-4a1b-b82c-08b0b7546fc4
type: tree
x: 3136.0
y: 64.0
rotation: 0
- id: a968771d-74ca-4096-8a58-4a8b27084b02
type: tree
x: 192.0
y: 64.0
rotation: 0
- id: 6daa2e43-47ba-4c8c-b7ec-6dae093ab156
type: tree
x: 3136.0
y: -2240.0
rotation: 0
- id: 9d49511c-c027-458d-ac87-06d89ff472a6
type: tree
x: 832.0
y: 2368.0
rotation: 0
- id: b08081d2-84b7-4e8c-8a8e-503eb511ba3a
type: tree
x: 3008.0
y: -832.0
rotation: 0
- id: a0f9e13c-e2bc-4321-a85f-92b43f5ae31d
type: tree
x: 2240.0
y: -4160.0
rotation: 0
- id: 46a8b56c-14f3-4eed-a871-35488a1b1c0f
type: tree
x: 576.0
y: 2368.0
rotation: 0
- id: 6ae55ac5-e557-4232-b502-3103b184dc38
type: tree
x: 2880.0
y: -3136.0
rotation: 0
- id: 5824e3b7-4ae3-43f7-89c5-53241b24bdbf
type: tree
x: 3136.0
y: 576.0
rotation: 0
- id: a5ba5d65-b6d5-4b1c-915a-8fb500a649a1
type: tree
x: 2240.0
y: 2624.0
rotation: 0
- id: 9dd42c7d-d18b-4d79-9128-45a0820bc0d8
type: tree
x: 192.0
y: -1088.0
rotation: 0
- id: 1c9a8bac-2b34-4f7d-b269-2d86215d16cd
type: tree
x: 320.0
y: -1984.0
rotation: 0
- id: d0bc1d2c-b9d3-4a16-8a7b-72c835b76851
type: tree
x: 320.0
y: -1472.0
rotation: 0
- id: 7fc2ba9d-eea9-4d41-89a3-775bf2e9a5a6
type: tree
x: 3008.0
y: 192.0
rotation: 0
- id: 71004d96-6938-47db-a954-41307c32dd21
type: tree
x: 3136.0
y: -1088.0
rotation: 0
- id: cca0aa55-90ba-4cc8-bd87-1a09f9d3bbd9
type: tree
x: 2624.0
y: -3904.0
rotation: 0
- id: 4ee2336e-a5c2-4e50-b410-8a4ab9911ed1
type: tree
x: 2880.0
y: -1728.0
rotation: 0
- id: afaee8f5-2da1-471b-861a-960612d4c42c
type: tree
x: 2240.0
y: -4032.0
rotation: 0
- id: e132d7dd-4db1-4fec-826a-9709923144e7
type: tree
x: 1856.0
y: -4160.0
rotation: 0
- id: 8f9adf2f-5d5f-44f1-b93a-3b76cb30af6c
type: tree
x: 320.0
y: -2112.0
rotation: 0
- id: acf90eb8-4501-4abd-be51-5ae2d3c5f586
type: tree
x: 3136.0
y: -1600.0
rotation: 0
- id: 60730c05-8d75-446b-b54c-326d1c8095d9
type: tree
x: 448.0
y: -1600.0
rotation: 0
- id: 9c668979-ede9-40f0-85e4-0d4503858030
type: tree
x: 192.0
y: -576.0
rotation: 0
- id: f431c77a-870e-4bc3-a6a7-130cd6e24bda
type: tree
x: 2112.0
y: 2368.0
rotation: 0
- id: 8df24d25-d411-4cc6-b804-acc9c5711eab
type: tree
x: 192.0
y: -1216.0
rotation: 0
- id: 5e134de8-07fa-4408-9d14-353f3d31020b
type: tree
x: 448.0
y: -320.0
rotation: 0
- id: 27d90f55-333c-4af4-8096-b6f8c5731540
type: tree
x: 192.0
y: 2240.0
rotation: 0
- id: 0373ee09-aa45-4355-83fb-2bc911f392b1
type: tree
x: 2880.0
y: 2624.0
rotation: 0
- id: c71f52cb-0f31-402f-932b-080765c7a33f
type: tree
x: 3008.0
y: -1344.0
rotation: 0
- id: adc8634d-ce75-443b-898d-044f2b45a56d
type: tree
x: 448.0
y: -2624.0
rotation: 0
- id: 01c46576-7932-4a1d-855f-e7f7319b238d
type: tree
x: 2624.0
y: 2752.0
rotation: 0
- id: 6213caec-b5cd-44bf-b20b-a74da5e7ae0f
type: tree
x: 448.0
y: -64.0
rotation: 0
- id: 7df0c062-8ace-4117-ac3a-2a6fd63d3d00
type: tree
x: 3008.0
y: 1472.0
rotation: 0
- id: fb7b7ed3-bcf2-42d8-843b-309857364332
type: tree
x: 448.0
y: -3904.0
rotation: 0
- id: 313ef470-895b-4f5e-8927-880bdd555015
type: tree
x: 2880.0
y: -448.0
rotation: 0
- id: 3164f3c8-0e3c-45bd-812d-889bd4f39b41
type: tree
x: 192.0
y: -4032.0
rotation: 0
- id: 06cebb88-1d33-4a20-892d-704694953881
type: tree
x: 2880.0
y: 1344.0
rotation: 0
- id: 26658a03-e5a6-40b2-b67a-af374bc778d3
type: tree
x: 320.0
y: 1088.0
rotation: 0
- id: a1c127bd-fb41-40a7-8763-56f299169e36
type: tree
x: 832.0
y: -3904.0
rotation: 0
- id: 148b9529-752a-4b09-9721-3a6f743665d2
type: tree
x: 3008.0
y: -576.0
rotation: 0
- id: b186b79e-77bd-421c-bc30-b0dca6d622af
type: tree
x: 320.0
y: -3776.0
rotation: 0
- id: 3d72c9a9-ec06-4caf-be06-ac0810827dd3
type: tree
x: 192.0
y: 960.0
rotation: 0
- id: 68d60a53-4029-4d89-ad9e-9e9337917c96
type: tree
x: 2880.0
y: -704.0
rotation: 0
- id: f87121b9-d144-415c-9546-6e3d79ca6051
type: tree
x: 3136.0
y: -1728.0
rotation: 0
- id: deba3558-2eed-401c-8c15-216e03728828
type: tree
x: 2880.0
y: -1344.0
rotation: 0
- id: efbb88bd-03a9-44c9-be9e-6f4ceab93c3a
type: tree
x: 3008.0
y: 2368.0
rotation: 0
- id: 8f675735-9d48-4cd7-a761-f9ad9a774e41
type: tree
x: 192.0
y: -960.0
rotation: 0
- id: a59816f3-e8ed-41eb-9d30-be77184dfe5f
type: tree
x: 832.0
y: -4032.0
rotation: 0
- id: 546bdde0-6ee7-4194-999c-bcd7ebd5b35c
type: tree
x: 3008.0
y: 1088.0
rotation: 0
- id: 6168c980-c964-4d2b-806b-0601898b8c05
type: tree
x: 1472.0
y: 2496.0
rotation: 0
- id: 30eefe42-8fef-43ca-9c9b-d742af14d107
type: tree
x: 192.0
y: -1856.0
rotation: 0
- id: 6b5c2548-d407-437f-a271-fe97428e5040
type: tree
x: 3008.0
y: 1216.0
rotation: 0
- id: 5341b18e-42c3-45d2-ac91-d9f81c1adfea
type: tree
x: 704.0
y: -4160.0
rotation: 0
- id: c88cc2ad-c442-4643-988b-899a2940d336
type: tree
x: 3136.0
y: -704.0
rotation: 0
- id: 8d5fb2f2-71a6-4a8e-9ee9-23405179171f
type: tree
x: 2240.0
y: 2368.0
rotation: 0
- id: a8a2960d-6591-44fa-8773-dbeeb43d4829
type: tree
x: 704.0
y: -3904.0
rotation: 0
- id: 0e291e6f-f5d2-4c05-9ca3-f9804f9a0066
type: tree
x: 2496.0
y: -3904.0
rotation: 0
- id: 57a8d830-382c-4229-b0e6-177ecadd4b96
type: tree
x: 2880.0
y: -3264.0
rotation: 0
- id: 6b83c84f-7195-46f6-9dd4-b77fd06aed3e
type: tree
x: 1984.0
y: 2624.0
rotation: 0
- id: db955d55-fa72-4dda-ae6e-09c3356d4cf9
type: tree
x: 2880.0
y: 960.0
rotation: 0
- id: 457bf367-cdb6-4274-bb09-c9f7d2c2eeb4
type: tree
x: 192.0
y: -3904.0
rotation: 0
- id: 53baaaef-940a-4ab4-963b-dc55d755dd88
type: tree
x: 3008.0
y: 2752.0
rotation: 0
- id: 822523a9-02cf-4787-9c46-ae77ee78cfd4
type: tree
x: 1088.0
y: 2752.0
rotation: 0
- id: 483821ab-d9d9-4d17-9aa3-f2c5586caa0c
type: tree
x: 960.0
y: 2624.0
rotation: 0
- id: d188e672-a83a-425b-afda-5b8f83b8f128
type: tree
x: 2752.0
y: 2368.0
rotation: 0
- id: 2f61e4e3-a6d8-4333-a66d-a3db7185f904
type: tree
x: 448.0
y: -960.0
rotation: 0
- id: 0b51d492-031f-43ee-bd78-54d46ff1c20e
type: tree
x: 2624.0
y: 2624.0
rotation: 0
- id: 811b9720-f561-4efa-9662-bddfe3985ee1
type: tree
x: 3136.0
y: -1216.0
rotation: 0
- id: bff6a87a-729b-46ba-865d-e5e1ddc8eabc
type: tree
x: 192.0
y: -2112.0
rotation: 0
- id: 55044ac7-09f5-4851-b159-bc3a4f53e73b
type: tree
x: 3008.0
y: -320.0
rotation: 0
- id: f3119af6-c586-4033-92c2-8363ff7cf1fc
type: tree
x: 3008.0
y: -704.0
rotation: 0
- id: b91e5070-720a-41b0-9529-fe757080567b
type: tree
x: 3136.0
y: -3520.0
rotation: 0
- id: efc818eb-9d5c-499d-a77d-4dfd59846792
type: tree
x: 448.0
y: -2240.0
rotation: 0
- id: 729c00b3-b2d5-4561-8075-e83e78318a95
type: tree
x: 3008.0
y: -2112.0
rotation: 0
- id: 478a7c8e-e2b6-4f45-a74e-11741fe5445d
type: tree
x: 3136.0
y: -3776.0
rotation: 0
- id: 48ae70b9-20b5-416b-9d22-b7a5cd36050e
type: tree
x: 2880.0
y: 1856.0
rotation: 0
- id: f9937d21-7165-4012-a412-6596a67fc548
type: tree
x: 3008.0
y: 960.0
rotation: 0
- id: 65870754-7bfc-45c1-bbff-67beaf3c2ce9
type: tree
x: 192.0
y: 1472.0
rotation: 0
- id: 918c64b5-487e-4d2c-978c-ef0c548e3319
type: tree
x: 320.0
y: -1600.0
rotation: 0
- id: 2e201afc-0f1e-473a-9f77-1ffde707640a
type: tree
x: 960.0
y: 2752.0
rotation: 0
- id: f4653fb9-c624-42ee-858a-1004b0b9cda1
type: tree
x: 1600.0
y: -4032.0
rotation: 0
- id: f73d93a7-e681-4175-bca8-9a2c46bd9cd4
type: tree
x: 3136.0
y: 320.0
rotation: 0
- id: 02a936e2-7e71-4956-ac7a-39f81f01826b
type: tree
x: 2112.0
y: 2496.0
rotation: 0
- id: 09c2728f-5a27-4146-b6d5-61b32cb0687f
type: tree
x: 1728.0
y: 2496.0
rotation: 0
- id: 7246dbce-656f-45a4-b5e3-bc0f7dbb7e92
type: tree
x: 320.0
y: 1728.0
rotation: 0
- id: e701b24d-1e59-4786-bf4b-ccb7e43cdcd4
type: tree
x: 192.0
y: -2752.0
rotation: 0
- id: e6231b2d-1fdc-4e73-9250-5a9d64b4a350
type: tree
x: 704.0
y: 2496.0
rotation: 0
- id: e1ab8bd9-316f-4be3-bc77-917ea6091076
type: tree
x: 3136.0
y: 2624.0
rotation: 0
- id: 682be205-7cad-47d1-949c-4baa08372dd9
type: tree
x: 1856.0
y: 2752.0
rotation: 0
- id: 68a709fc-5d34-4929-abb0-a95e1418e43a
type: tree
x: 320.0
y: 1472.0
rotation: 0
- id: bd5ee925-b5d8-48f9-9039-f0b5e8508e0d
type: tree
x: 1984.0
y: -3904.0
rotation: 0
- id: e03edae9-853e-4b1f-8e94-d09503f44e91
type: tree
x: 192.0
y: 2752.0
rotation: 0
- id: 7062ed40-0a54-4546-81dc-197c5141f443
type: tree
x: 320.0
y: 832.0
rotation: 0
- id: e22e5638-4f0b-4d03-90eb-4dc82664d2cb
type: tree
x: 448.0
y: -832.0
rotation: 0
- id: 5b9a2101-b77f-44a1-966d-3608a999632d
type: tree
x: 3136.0
y: -1472.0
rotation: 0
- id: 37655438-17bd-4ae6-a992-e4b6b6781ec6
type: tree
x: 448.0
y: 192.0
rotation: 0
- id: 8a622e36-91ee-4772-9a71-801d3dcbeef1
type: tree
x: 2880.0
y: -1856.0
rotation: 0
- id: 3e9558bf-afc4-4d46-9922-12414b7b6314
type: tree
x: 3136.0
y: -3264.0
rotation: 0
- id: 8434c89c-76e8-4857-b699-3a1d8aa40392
type: tree
x: 192.0
y: -1600.0
rotation: 0
- id: e0ead5d7-a0a8-4e9c-a39c-527e1e6ae32b
type: tree
x: 3136.0
y: 1728.0
rotation: 0
- id: b0b9f919-5a20-42cd-b402-6188d177c61b
type: tree
x: 2368.0
y: 2752.0
rotation: 0
- id: 377e2b0d-b83e-4985-b811-d84ab1c573ee
type: tree
x: 192.0
y: -2880.0
rotation: 0
- id: 4db803d5-4bfc-4b0c-b0bc-a033795428fc
type: tree
x: 448.0
y: -3136.0
rotation: 0
- id: 3449be0a-7898-4375-83c9-fd965954011e
type: tree
x: 320.0
y: -64.0
rotation: 0
- id: 449b1d55-d9f0-460c-84f5-c707b2309432
type: tree
x: 1344.0
y: 2368.0
rotation: 0
- id: 5605e968-542c-436b-8e84-d4dfe75ffeec
type: tree
x: 448.0
y: 1728.0
rotation: 0
- id: bf619d49-05a5-4d11-84be-b44cf61a77b6
type: tree
x: 2880.0
y: -2624.0
rotation: 0
- id: a6aa9323-e635-4971-aee9-ecfff4739365
type: tree
x: 448.0
y: 832.0
rotation: 0
- id: cbc19e65-127d-40c6-b63f-dc3922474c8e
type: tree
x: 1728.0
y: 2368.0
rotation: 0
- id: aad027a5-6103-47ba-87b2-f722977283ff
type: tree
x: 448.0
y: 1216.0
rotation: 0
- id: 9b2ddcb7-c54d-4123-9438-c98c830b0299
type: tree
x: 3136.0
y: 704.0
rotation: 0
- id: fc62d044-6e7a-4056-89fa-423d7c6c7272
type: tree
x: 3008.0
y: 1984.0
rotation: 0
- id: 42d68168-0f74-4dcf-be40-fdeeadb380cc
type: tree
x: 448.0
y: 1600.0
rotation: 0
- id: 1fb5c3e8-13d6-42bc-9654-4081f85c4468
type: tree
x: 3136.0
y: 2496.0
rotation: 0
- id: 22a23039-d1fb-4f5a-a9c9-62d90f6037ab
type: tree
x: 192.0
y: -2368.0
rotation: 0
- id: 4e37a75e-c64c-4d8e-9bab-2ff50b6cfe7b
type: tree
x: 2752.0
y: 2752.0
rotation: 0
- id: c1fd16bb-ff60-49a7-a7d8-febf9398b89c
type: tree
x: 3136.0
y: -832.0
rotation: 0
- id: 2933d86c-916a-45d7-a03e-a21859b40d93
type: tree
x: 448.0
y: -3264.0
rotation: 0
- id: 820f5097-56f4-408f-9d50-2c1f2c439609
type: tree
x: 2752.0
y: -4032.0
rotation: 0
- id: 8a037a55-1455-4907-97f1-e422db14322b
type: tree
x: 448.0
y: -3392.0
rotation: 0
- id: 8ac3a2c7-df9f-4157-b511-09db0173c49d
type: tree
x: 2112.0
y: -3904.0
rotation: 0
- id: 888d7fe9-3ef5-4fa0-a046-7b210a4f84e9
type: tree
x: 192.0
y: 1984.0
rotation: 0
- id: d674e301-6a57-4463-988f-e9009465d55b
type: tree
x: 192.0
y: -2496.0
rotation: 0
- id: 957a991d-3ba1-4bce-8446-df6ef1a9d171
type: tree
x: 3136.0
y: -320.0
rotation: 0
- id: 076373f8-6b13-4219-a7ef-fc003ffab279
type: tree
x: 1216.0
y: 2752.0
rotation: 0
- id: 5cd2a076-992c-412e-b926-c1b77749b880
type: tree
x: 2880.0
y: -3776.0
rotation: 0
- id: 6182055f-b6e9-420b-bde5-dfce378fbbef
type: tucan
x: 1984.0
y: -960.0
rotation: 0
- id: a902aaa3-ce17-4579-8904-2b0007c88e7a
type: tucan
x: 1984.0
y: -1984.0
rotation: 0
- id: 5d9c69e9-1e01-44a6-a6de-0f51cabc023d
type: tucan
x: 1984.0
y: -1472.0
rotation: 0
triggers:
- script: "if dead $ then spawn key"
tiles:
- x: 18
y: 4
- script: "if player $ then dialogue sign 'Fruits are not just tasty! You can also use them as weapons by hitting them.'"
tiles:
- x: 5
y: 11
- script: "if player $ then dialogue sign 'This side of the river belongs to us beavers. Go away.'"
tiles:
- x: 18
y: -2
- script: "if player $ then dialogue sign 'This side of the river belongs to us beavers. Go away.'"
tiles:
- x: 18
y: 11
- script: "if player $ then dialogue sign 'Caution: angry beavers.'"
tiles:
- x: 20
y: -17
- script: "if player $ then dialogue sign 'Road waterlogged. Please cross.'"
tiles:
- x: 7
y: -19
properties:
name: Don't Touch Konga Blocks
weather: SUNNY
background: MOUNTAINS
targetScore: 3
cheatTargetTime: 300.0
totalGold: 25
totalHealthExtensions: 1
tiles:
- type: grass
x: 1
y: -31
- type: grass
x: 1
y: -30
- type: grass
x: 1
y: -29
- type: grass
x: 1
y: -28
- type: grass
x: 1
y: -27
- type: grass
x: 1
y: -26
- type: grass
x: 1
y: -25
- type: grass
x: 1
y: -24
- type: grass
x: 1
y: -23
- type: grass
x: 1
y: -22
- type: grass
x: 1
y: -21
- type: grass
x: 1
y: -20
- type: grass
x: 1
y: -19
- type: grass
x: 1
y: -18
- type: grass
x: 1
y: -17
- type: grass
x: 1
y: -16
- type: grass
x: 1
y: -15
- type: grass
x: 1
y: -14
- type: grass
x: 1
y: -13
- type: grass
x: 1
y: -12
- type: grass
x: 1
y: -11
- type: grass
x: 1
y: -10
- type: grass
x: 1
y: -9
- type: grass
x: 1
y: -8
- type: grass
x: 1
y: -7
- type: grass
x: 1
y: -6
- type: grass
x: 1
y: -5
- type: grass
x: 1
y: -4
- type: grass
x: 1
y: -3
- type: grass
x: 1
y: -2
- type: grass
x: 1
y: -1
- type: grass
x: 2
y: -31
- type: grass
x: 1
y: 0
- type: grass
x: 2
y: -30
- type: grass
x: 1
y: 1
- type: grass
x: 2
y: -29
- type: grass
x: 1
y: 2
- type: grass
x: 2
y: -28
- type: grass
x: 1
y: 3
- type: grass
x: 2
y: -27
- type: grass
x: 1
y: 4
- type: grass
x: 2
y: -26
- type: grass
x: 1
y: 5
- type: grass
x: 2
y: -25
- type: grass
x: 1
y: 6
- type: grass
x: 2
y: -24
- type: grass
x: 1
y: 7
- type: grass
x: 2
y: -23
- type: grass
x: 1
y: 8
- type: grass
x: 2
y: -22
- type: grass
x: 1
y: 9
- type: grass
x: 2
y: -21
- type: grass
x: 1
y: 10
- type: grass
x: 2
y: -20
- type: grass
x: 1
y: 11
- type: grass
x: 2
y: -19
- type: grass
x: 1
y: 12
- type: grass
x: 2
y: -18
- type: grass
x: 1
y: 13
- type: grass
x: 2
y: -17
- type: grass
x: 1
y: 14
- type: grass
x: 2
y: -16
- type: grass
x: 1
y: 15
- type: grass
x: 2
y: -15
- type: grass
x: 1
y: 16
- type: grass
x: 2
y: -14
- type: grass
x: 1
y: 17
- type: grass
x: 2
y: -13
- type: grass
x: 1
y: 18
- type: grass
x: 2
y: -12
- type: grass
x: 1
y: 19
- type: grass
x: 2
y: -11
- type: grass
x: 1
y: 20
- type: grass
x: 2
y: -10
- type: grass
x: 1
y: 21
- type: grass
x: 2
y: -9
- type: grass
x: 1
y: 22
- type: grass
x: 2
y: -8
- type: grass
x: 1
y: 23
- type: grass
x: 2
y: -7
- type: grass
x: 1
y: 24
- type: grass
x: 2
y: -6
- type: grass
x: 1
y: 25
- type: grass
x: 2
y: -5
- type: grass
x: 1
y: 26
- type: grass
x: 2
y: -4
- type: grass
x: 1
y: 27
- type: grass
x: 2
y: -3
- type: grass
x: 1
y: 28
- type: grass
x: 2
y: -2
- type: grass
x: 1
y: 29
- type: grass
x: 2
y: -1
- type: mud
x: 2
y: 0
- type: grass
x: 3
y: -31
- type: mud
x: 2
y: 1
- type: grass
x: 3
y: -30
- type: grass-path
x: 2
y: 2
- type: grass
x: 3
y: -29
- type: grass
x: 2
y: 3
- type: grass
x: 3
y: -28
- type: grass
x: 2
y: 4
- type: grass
x: 3
y: -27
- type: grass
x: 2
y: 5
- type: grass
x: 3
y: -26
- type: grass
x: 2
y: 6
- type: grass
x: 3
y: -25
- type: grass
x: 2
y: 7
- type: grass
x: 3
y: -24
- type: grass
x: 2
y: 8
- type: grass
x: 3
y: -23
- type: grass
x: 2
y: 9
- type: grass
x: 3
y: -22
- type: grass
x: 3
y: -21
- type: grass
x: 2
y: 10
- type: grass
x: 3
y: -20
- type: grass
x: 2
y: 11
- type: grass
x: 3
y: -19
- type: grass
x: 2
y: 12
- type: grass
x: 3
y: -18
- type: grass
x: 2
y: 13
- type: grass
x: 3
y: -17
- type: grass
x: 2
y: 14
- type: grass
x: 3
y: -16
- type: grass
x: 2
y: 15
- type: grass
x: 3
y: -15
- type: grass
x: 2
y: 16
- type: grass
x: 3
y: -14
- type: grass
x: 2
y: 17
- type: grass
x: 3
y: -13
- type: grass
x: 2
y: 18
- type: grass
x: 3
y: -12
- type: grass
x: 2
y: 19
- type: grass
x: 3
y: -11
- type: grass
x: 2
y: 20
- type: grass
x: 3
y: -10
- type: grass
x: 2
y: 21
- type: grass
x: 2
y: 22
- type: grass
x: 3
y: -9
- type: grass
x: 2
y: 23
- type: grass
x: 3
y: -8
- type: grass
x: 2
y: 24
- type: grass
x: 3
y: -7
- type: grass
x: 2
y: 25
- type: grass
x: 3
y: -6
- type: grass
x: 2
y: 26
- type: grass
x: 3
y: -5
- type: grass
x: 2
y: 27
- type: grass
x: 3
y: -4
- type: grass
x: 2
y: 28
- type: grass
x: 3
y: -3
- type: grass
x: 2
y: 29
- type: grass
x: 3
y: -2
- type: grass
x: 3
y: -1
- type: mud
x: 3
y: 0
- type: grass
x: 4
y: -31
- type: mud
x: 3
y: 1
- type: grass
x: 4
y: -30
- type: grass-path
x: 3
y: 2
- type: grass
x: 4
y: -29
- type: grass
x: 3
y: 3
- type: grass
x: 4
y: -28
- type: grass
x: 3
y: 4
- type: grass
x: 4
y: -27
- type: grass
x: 3
y: 5
- type: grass
x: 4
y: -26
- type: grass
x: 3
y: 6
- type: grass
x: 4
y: -25
- type: grass
x: 3
y: 7
- type: grass
x: 4
y: -24
- type: grass
x: 3
y: 8
- type: grass
x: 4
y: -23
- type: grass
x: 3
y: 9
- type: grass
x: 4
y: -22
- type: grass
x: 4
y: -21
- type: grass
x: 3
y: 10
- type: grass
x: 4
y: -20
- type: grass
x: 3
y: 11
- type: grass
x: 4
y: -19
- ty