Anonymous
×
Create a new article
Write your page title here:
We currently have 908 articles on WIKI - Flat MMO. Type your article name above or click on one of the titles below and start writing!



WIKI - Flat MMO
908Articles

MediaWiki:InteractiveMap/Maps.js

Revision as of 20:22, 15 August 2025 by Liam (talk | contribs) (Created page with "const Maps = { m1001_1001: { ingameId: "m1001_1001", displayName: "Everbrook Mayor Front Yard", upperImg: true, height: 14, width: 24, paths: [ { x1: 8, y1: 13, x2: 13, y2: 13, destination: "m1001_1000" }, { x1: 23, y1: 7, x2: 23, y2: 9, destination: "m1002_1001" }, { x1: 4, y1: 0, x2: 6, y2: 0, destination: "m1001_1002" }, { x1: 9, y1: 5, x2: 11, y2: 6, dest...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
   1 const Maps = {
   2 	m1001_1001: {
   3 		ingameId: "m1001_1001",
   4 		displayName: "Everbrook Mayor Front Yard",
   5 		upperImg: true,
   6 		height: 14,
   7 		width: 24,
   8 		paths: [
   9 			{
  10 				x1: 8,
  11 				y1: 13,
  12 				x2: 13,
  13 				y2: 13,
  14 				destination: "m1001_1000"
  15 			},
  16 			{
  17 				x1: 23,
  18 				y1: 7,
  19 				x2: 23,
  20 				y2: 9,
  21 				destination: "m1002_1001"
  22 			},
  23 			{
  24 				x1: 4,
  25 				y1: 0,
  26 				x2: 6,
  27 				y2: 0,
  28 				destination: "m1001_1002"
  29 			},
  30 			{
  31 				x1: 9,
  32 				y1: 5,
  33 				x2: 11,
  34 				y2: 6,
  35 				destination: "m1001_1001_inside1",
  36 				ignoreDraw: true
  37 			}
  38 		],
  39 		structures: [],
  40 		objects: [
  41 			{
  42 				name: "blue_flag",
  43 				x: 15,
  44 				y: 5
  45 			},
  46 			{
  47 				name: "triple_wooden_door",
  48 				x: 9,
  49 				y: 5
  50 			},
  51 			{
  52 				name: "anchovy_fish_spot",
  53 				x: 1,
  54 				y: 3
  55 			},
  56 			{
  57 				name: "shrimp_fish_spot",
  58 				x: 1,
  59 				y: 6
  60 			},
  61 			{
  62 				name: "shrimp_fish_spot",
  63 				x: 3,
  64 				y: 9
  65 			},
  66 			{
  67 				name: "oak_tree",
  68 				x: 18,
  69 				y: 2
  70 			}
  71 		],
  72 		npcs: [
  73 			{
  74 				name: "everbrook_guard",
  75 				x: 18,
  76 				y: 10
  77 			}
  78 		]
  79 	},
  80 	m1001_1002: {
  81 		ingameId: "m1001_1002",
  82 		displayName: "Everbrook Row Boat",
  83 		height: 14,
  84 		width: 24,
  85 		paths: [
  86 			{
  87 				x1: 4,
  88 				y1: 13,
  89 				x2: 6,
  90 				y2: 13,
  91 				destination: "m1001_1001"
  92 			},
  93 			{
  94 				x1: 17,
  95 				y1: 3,
  96 				x2: 20,
  97 				y2: 4,
  98 				destination: "m1000_1100"
  99 			}
 100 		],
 101 		structures: [
 102 			{
 103 				name: "pile_of_sand",
 104 				x: 13,
 105 				y: 5
 106 			},
 107 			{
 108 				name: "pile_of_sand",
 109 				x: 6,
 110 				y: 4
 111 			}
 112 		],
 113 		objects: [
 114 			{
 115 				name: "row_boat",
 116 				x: 17,
 117 				y: 2
 118 			},
 119 			{
 120 				name: "sardine_fish_spot",
 121 				x: 10,
 122 				y: 3
 123 			}
 124 		],
 125 		npcs: [
 126 			{
 127 				name: "cat",
 128 				x: 17,
 129 				y: 9
 130 			},
 131 			{
 132 				name: "ned",
 133 				x: 18,
 134 				y: 6
 135 			}
 136 		]
 137 	},
 138 	m1001_1000: {
 139 		ingameId: "m1001_1000",
 140 		displayName: "Everbrook Cat Lady",
 141 		upperImg: true,
 142 		height: 14,
 143 		width: 24,
 144 		paths: [
 145 			{
 146 				x1: 9,
 147 				y1: 13,
 148 				x2: 13,
 149 				y2: 13,
 150 				destination: "m1001_999"
 151 			},
 152 			{
 153 				x1: 0,
 154 				y1: 7,
 155 				x2: 0,
 156 				y2: 10,
 157 				destination: "m1000_1000"
 158 			},
 159 			{
 160 				x1: 9,
 161 				y1: 0,
 162 				x2: 13,
 163 				y2: 0,
 164 				destination: "m1001_1001"
 165 			},
 166 			{
 167 				x1: 23,
 168 				y1: 9,
 169 				x2: 23,
 170 				y2: 10,
 171 				destination: "m1002_1000"
 172 			},
 173 			{
 174 				x1: 19,
 175 				y1: 3,
 176 				x2: 19,
 177 				y2: 4,
 178 				destination: "m1001_1000_inside",
 179 				ignoreDraw: true
 180 			}
 181 		],
 182 		structures: [],
 183 		objects: [
 184 			{
 185 				name: "coal_rock",
 186 				x: 21,
 187 				y: 8
 188 			},
 189 			{
 190 				name: "copper_rock",
 191 				x: 19,
 192 				y: 11
 193 			},
 194 			{
 195 				name: "coal_rock",
 196 				x: 15,
 197 				y: 12
 198 			},
 199 			{
 200 				name: "general_store_sign",
 201 				x: 21,
 202 				y: 4
 203 			},
 204 			{
 205 				name: "tree",
 206 				x: 2,
 207 				y: 2
 208 			},
 209 			{
 210 				name: "tree",
 211 				x: 5,
 212 				y: 1
 213 			},
 214 			{
 215 				name: "tree",
 216 				x: 21,
 217 				y: 1
 218 			},
 219 			{
 220 				name: "single_wooden_door",
 221 				x: 19,
 222 				y: 3
 223 			}
 224 		],
 225 		npcs: [
 226 			{
 227 				name: "cat_women",
 228 				x: 13,
 229 				y: 8
 230 			}
 231 		]
 232 	},
 233 	m1001_1000_inside: {
 234 		ingameId: "m1001_1000_inside",
 235 		displayName: "Everbrook General Store",
 236 		height: 14,
 237 		width: 24,
 238 		paths: [
 239 			{
 240 				x1: 8,
 241 				y1: 13,
 242 				x2: 12,
 243 				y2: 13,
 244 				destination: "m1001_1000"
 245 			},
 246 			{
 247 				x1: 14,
 248 				y1: 7,
 249 				x2: 14,
 250 				y2: 7,
 251 				destination: "m1001_1000_inside_basement",
 252 				ignoreDraw: false
 253 			}
 254 		],
 255 		structures: [],
 256 		objects: [
 257 			{
 258 				name: "ladder",
 259 				x: 14,
 260 				y: 7
 261 			}
 262 		],
 263 		npcs: [
 264 			{
 265 				name: "general_store_owner",
 266 				x: 11,
 267 				y: 7
 268 			},
 269 			{
 270 				name: "general_store_owner",
 271 				x: 7,
 272 				y: 8
 273 			}
 274 		]
 275 	},
 276 	m1001_1000_inside_basement: {
 277 		ingameId: "m1001_1000_inside_basement",
 278 		displayName: "Everbrook General Store Basement",
 279 		height: 14,
 280 		width: 24,
 281 		paths: [
 282 			{
 283 				x1: 14,
 284 				y1: 6,
 285 				x2: 14,
 286 				y2: 7,
 287 				destination: "m1001_1000_inside",
 288 				ignoreDraw: false
 289 			}
 290 		],
 291 		structures: [],
 292 		objects: [
 293 			{
 294 				name: "large_ladder",
 295 				x: 14,
 296 				y: 6
 297 			}
 298 		],
 299 		npcs: [
 300 			{
 301 				name: "spider",
 302 				x: 3,
 303 				y: 4
 304 			},
 305 			{
 306 				name: "spider",
 307 				x: 5,
 308 				y: 9
 309 			},
 310 			{
 311 				name: "spider",
 312 				x: 10,
 313 				y: 3
 314 			},
 315 			{
 316 				name: "spider",
 317 				x: 12,
 318 				y: 11
 319 			},
 320 			{
 321 				name: "spider",
 322 				x: 20,
 323 				y: 4
 324 			},
 325 			{
 326 				name: "spider",
 327 				x: 21,
 328 				y: 12
 329 			}
 330 		]
 331 	},
 332 	m1000_1000: {
 333 		ingameId: "m1000_1000",
 334 		displayName: "Lumberjack House Front Yard",
 335 		upperImg: true,
 336 		height: 14,
 337 		width: 24,
 338 		paths: [
 339 			{
 340 				x1: 19,
 341 				y1: 3,
 342 				x2: 20,
 343 				y2: 4,
 344 				destination: "m1000_1000_inside1",
 345 				ignoreDraw: true
 346 			},
 347 			{
 348 				x1: 23,
 349 				y1: 7,
 350 				x2: 23,
 351 				y2: 9,
 352 				destination: "m1001_1000"
 353 			}
 354 		],
 355 		structures: [],
 356 		objects: [
 357 			{
 358 				name: "red_lit_chimney",
 359 				x: 17,
 360 				y: 1
 361 			},
 362 			{
 363 				name: "tree",
 364 				x: 1,
 365 				y: 1
 366 			},
 367 			{
 368 				name: "tree",
 369 				x: 6,
 370 				y: 2
 371 			},
 372 			{
 373 				name: "double_wooden_door",
 374 				x: 19,
 375 				y: 3
 376 			}
 377 		],
 378 		npcs: [
 379 			{
 380 				name: "lumberjack",
 381 				x: 14,
 382 				y: 3
 383 			},
 384 			{
 385 				name: "chicken",
 386 				x: 19,
 387 				y: 12
 388 			}
 389 		]
 390 	},
 391 	m1001_999: {
 392 		ingameId: "m1001_999",
 393 		displayName: "Everbrook Well",
 394 		height: 14,
 395 		width: 24,
 396 		paths: [
 397 			{
 398 				x1: 9,
 399 				y1: 0,
 400 				x2: 13,
 401 				y2: 0,
 402 				destination: "m1001_1000"
 403 			},
 404 			{
 405 				x1: 10,
 406 				y1: 13,
 407 				x2: 13,
 408 				y2: 13,
 409 				destination: "m1001_998"
 410 			}
 411 		],
 412 		structures: [
 413 			{
 414 				name: "well",
 415 				x: 9,
 416 				y: 5
 417 			}
 418 		],
 419 		objects: [
 420 			{
 421 				name: "tree",
 422 				x: 2,
 423 				y: 1
 424 			},
 425 			{
 426 				name: "tree",
 427 				x: 19,
 428 				y: 7
 429 			},
 430 			{
 431 				name: "oak_tree",
 432 				x: 1,
 433 				y: 4
 434 			},
 435 			{
 436 				name: "coal_rock",
 437 				x: 17,
 438 				y: 1
 439 			},
 440 			{
 441 				name: "coal_rock",
 442 				x: 23,
 443 				y: 3
 444 			}
 445 		],
 446 		npcs: [
 447 			{
 448 				name: "villager_women_one",
 449 				x: 14,
 450 				y: 6
 451 			},
 452 			{
 453 				name: "thief_lumberjack_chop",
 454 				x: 18,
 455 				y: 11
 456 			}
 457 		]
 458 	},
 459 	m1001_998: {
 460 		ingameId: "m1001_998",
 461 		displayName: "Everbrook Entrance",
 462 		height: 14,
 463 		width: 24,
 464 		paths: [
 465 			{
 466 				x1: 0,
 467 				y1: 2,
 468 				x2: 0,
 469 				y2: 5,
 470 				destination: "m1000_998"
 471 			},
 472 			{
 473 				x1: 0,
 474 				y1: 9,
 475 				x2: 0,
 476 				y2: 12,
 477 				destination: "m1000_998"
 478 			},
 479 			{
 480 				x1: 23,
 481 				y1: 5,
 482 				x2: 23,
 483 				y2: 9,
 484 				destination: "m1002_998"
 485 			},
 486 			{
 487 				x1: 10,
 488 				y1: 0,
 489 				x2: 13,
 490 				y2: 0,
 491 				destination: "m1001_999"
 492 			}
 493 		],
 494 		structures: [],
 495 		objects: [
 496 			{
 497 				name: "tree",
 498 				x: 18,
 499 				y: 1
 500 			},
 501 			{
 502 				name: "bucket",
 503 				x: 9,
 504 				y: 7
 505 			}
 506 		],
 507 		npcs: [
 508 			{
 509 				name: "chicken",
 510 				x: 1,
 511 				y: 5
 512 			},
 513 			{
 514 				name: "chicken",
 515 				x: 2,
 516 				y: 1
 517 			},
 518 			{
 519 				name: "chicken",
 520 				x: 6,
 521 				y: 3
 522 			},
 523 			{
 524 				name: "farmer",
 525 				x: 13,
 526 				y: 7
 527 			},
 528 			{
 529 				name: "farmer",
 530 				x: 14,
 531 				y: 4
 532 			}
 533 		]
 534 	},
 535 	m1002_1000: {
 536 		ingameId: "m1002_1000",
 537 		displayName: "Everbrook Furnace",
 538 		height: 14,
 539 		width: 24,
 540 		paths: [
 541 			{
 542 				x1: 0,
 543 				y1: 10,
 544 				x2: 0,
 545 				y2: 13,
 546 				destination: "m1001_1000"
 547 			},
 548 			{
 549 				x1: 21,
 550 				y1: 12,
 551 				x2: 21,
 552 				y2: 12,
 553 				destination: "m1002_1000_inside1",
 554 				ignoreDraw: false
 555 			}
 556 		],
 557 		structures: [
 558 			{
 559 				name: "furnace",
 560 				x: 14,
 561 				y: 0
 562 			}
 563 		],
 564 		objects: [
 565 			{
 566 				name: "copper_rock",
 567 				x: 7,
 568 				y: 6
 569 			},
 570 			{
 571 				name: "copper_rock",
 572 				x: 8,
 573 				y: 7
 574 			},
 575 			{
 576 				name: "copper_rock",
 577 				x: 8,
 578 				y: 9
 579 			},
 580 			{
 581 				name: "coal_rock",
 582 				x: 16,
 583 				y: 7
 584 			},
 585 			{
 586 				name: "coal_rock",
 587 				x: 17,
 588 				y: 10
 589 			},
 590 			{
 591 				name: "coal_rock",
 592 				x: 22,
 593 				y: 6
 594 			},
 595 			{
 596 				name: "coal_rock",
 597 				x: 20,
 598 				y: 8
 599 			},
 600 			{
 601 				name: "giant_coal_rock",
 602 				x: 21,
 603 				y: 1
 604 			},
 605 			{
 606 				name: "ladder",
 607 				x: 21,
 608 				y: 12
 609 			}
 610 		],
 611 		npcs: [
 612 			{
 613 				name: "dwarf",
 614 				x: 10,
 615 				y: 3
 616 			}
 617 		]
 618 	},
 619 	m1000_1000_inside1: {
 620 		ingameId: "m1000_1000_inside1",
 621 		displayName: "Lumberjack's House",
 622 		height: 14,
 623 		width: 24,
 624 		paths: [
 625 			{
 626 				x1: 10,
 627 				y1: 13,
 628 				x2: 13,
 629 				y2: 13,
 630 				destination: "m1000_1000"
 631 			}
 632 		],
 633 		structures: [
 634 			{
 635 				name: "bed",
 636 				x: 17,
 637 				y: 6
 638 			}
 639 		],
 640 		objects: [
 641 			{
 642 				name: "fire_place_on",
 643 				x: 6,
 644 				y: 4
 645 			}
 646 		],
 647 		npcs: [
 648 			{
 649 				name: "lumberjack_wife",
 650 				x: 10,
 651 				y: 5
 652 			}
 653 		]
 654 	},
 655 	m1002_998: {
 656 		ingameId: "m1002_998",
 657 		displayName: "Starting Area",
 658 		height: 14,
 659 		width: 24,
 660 		paths: [
 661 			{
 662 				x1: 0,
 663 				y1: 5,
 664 				x2: 0,
 665 				y2: 9,
 666 				destination: "m1001_998"
 667 			}
 668 		],
 669 		structures: [],
 670 		objects: [
 671 			{
 672 				name: "general_sign",
 673 				x: 3,
 674 				y: 4
 675 			},
 676 			{
 677 				name: "wheat",
 678 				x: 5,
 679 				y: 2
 680 			},
 681 			{
 682 				name: "wheat",
 683 				x: 6,
 684 				y: 3
 685 			},
 686 			{
 687 				name: "wheat",
 688 				x: 18,
 689 				y: 11
 690 			},
 691 			{
 692 				name: "wheat",
 693 				x: 19,
 694 				y: 11
 695 			},
 696 			{
 697 				name: "wheat",
 698 				x: 20,
 699 				y: 12
 700 			}
 701 		],
 702 		npcs: []
 703 	},
 704 	m1000_998: {
 705 		ingameId: "m1000_998",
 706 		displayName: "Everbrook Cow Farm",
 707 		height: 14,
 708 		width: 24,
 709 		paths: [
 710 			{
 711 				x1: 23,
 712 				y1: 2,
 713 				x2: 23,
 714 				y2: 5,
 715 				destination: "m1001_998"
 716 			},
 717 			{
 718 				x1: 23,
 719 				y1: 9,
 720 				x2: 23,
 721 				y2: 12,
 722 				destination: "m1001_998"
 723 			},
 724 			{
 725 				x1: 3,
 726 				y1: 3,
 727 				x2: 3,
 728 				y2: 4,
 729 				destination: "m1000_998_inside",
 730 				ignoreDraw: true
 731 			}
 732 		],
 733 		structures: [],
 734 		objects: [
 735 			{
 736 				name: "hay_cube",
 737 				x: 6,
 738 				y: 4
 739 			},
 740 			{
 741 				name: "hay_cube",
 742 				x: 7,
 743 				y: 4
 744 			},
 745 			{
 746 				name: "wheat",
 747 				x: 1,
 748 				y: 5
 749 			},
 750 			{
 751 				name: "wheat",
 752 				x: 1,
 753 				y: 6
 754 			},
 755 			{
 756 				name: "wheat",
 757 				x: 1,
 758 				y: 7
 759 			},
 760 			{
 761 				name: "wheat",
 762 				x: 1,
 763 				y: 8
 764 			},
 765 			{
 766 				name: "wheat",
 767 				x: 1,
 768 				y: 9
 769 			},
 770 			{
 771 				name: "wheat",
 772 				x: 1,
 773 				y: 10
 774 			},
 775 			{
 776 				name: "single_wooden_door",
 777 				x: 3,
 778 				y: 3
 779 			}
 780 		],
 781 		npcs: [
 782 			{
 783 				name: "milk_farmer",
 784 				x: 12,
 785 				y: 4
 786 			},
 787 			{
 788 				name: "cow",
 789 				x: 12,
 790 				y: 2
 791 			},
 792 			{
 793 				name: "cow",
 794 				x: 16,
 795 				y: 4
 796 			},
 797 			{
 798 				name: "cow",
 799 				x: 4,
 800 				y: 8
 801 			},
 802 			{
 803 				name: "cow",
 804 				x: 13,
 805 				y: 10
 806 			},
 807 			{
 808 				name: "cow",
 809 				x: 17,
 810 				y: 7
 811 			}
 812 		]
 813 	},
 814 	m1000_998_inside: {
 815 		ingameId: "m1000_998_inside",
 816 		displayName: "Bob's House",
 817 		height: 14,
 818 		width: 24,
 819 		paths: [
 820 			{
 821 				x1: 9,
 822 				y1: 13,
 823 				x2: 12,
 824 				y2: 13,
 825 				destination: "m1000_998"
 826 			}
 827 		],
 828 		structures: [
 829 			{
 830 				name: "bed",
 831 				x: 6,
 832 				y: 4
 833 			}
 834 		],
 835 		objects: [
 836 			{
 837 				name: "hay_cube",
 838 				x: 14,
 839 				y: 4
 840 			},
 841 			{
 842 				name: "hay_cube",
 843 				x: 15,
 844 				y: 4
 845 			}
 846 		],
 847 		npcs: [
 848 			{
 849 				name: "bob_the_farmer",
 850 				x: 11,
 851 				y: 7
 852 			}
 853 		]
 854 	},
 855 	m1002_1000_inside1: {
 856 		ingameId: "m1002_1000_inside1",
 857 		displayName: "Everbrook Anvil",
 858 		height: 14,
 859 		width: 24,
 860 		paths: [
 861 			{
 862 				x1: 21,
 863 				y1: 11,
 864 				x2: 21,
 865 				y2: 12,
 866 				destination: "m1002_1000"
 867 			}
 868 		],
 869 		structures: [
 870 			{
 871 				name: "anvil",
 872 				x: 16,
 873 				y: 2
 874 			},
 875 			{
 876 				name: "anvil",
 877 				x: 12,
 878 				y: 1
 879 			}
 880 		],
 881 		objects: [
 882 			{
 883 				name: "large_ladder",
 884 				x: 21,
 885 				y: 11
 886 			},
 887 			{
 888 				name: "giant_copper_rock",
 889 				x: 1,
 890 				y: 2
 891 			},
 892 			{
 893 				name: "giant_coal_rock",
 894 				x: 14,
 895 				y: 9
 896 			},
 897 			{
 898 				name: "iron_rock",
 899 				x: 5,
 900 				y: 3
 901 			},
 902 			{
 903 				name: "iron_rock",
 904 				x: 4,
 905 				y: 7
 906 			},
 907 			{
 908 				name: "iron_rock",
 909 				x: 4,
 910 				y: 10
 911 			},
 912 			{
 913 				name: "iron_rock",
 914 				x: 9,
 915 				y: 5
 916 			},
 917 			{
 918 				name: "iron_rock",
 919 				x: 11,
 920 				y: 10
 921 			},
 922 			{
 923 				name: "silver_rock",
 924 				x: 8,
 925 				y: 8
 926 			},
 927 			{
 928 				name: "gold_rock",
 929 				x: 19,
 930 				y: 5
 931 			},
 932 			{
 933 				name: "gold_rock",
 934 				x: 22,
 935 				y: 2
 936 			},
 937 			{
 938 				name: "promethium_rock",
 939 				x: 18,
 940 				y: 2
 941 			},
 942 		],
 943 		npcs: [
 944 			{
 945 				name: "rocky",
 946 				x: 17,
 947 				y: 8
 948 			},
 949 			{
 950 				name: "rocky",
 951 				x: 10,
 952 				y: 1
 953 			},
 954 			{
 955 				name: "dwarf_gemstone_main",
 956 				x: 20,
 957 				y: 6
 958 			},
 959 		]
 960 	},
 961 	m1001_1001_inside1: {
 962 		ingameId: "m1001_1001_inside1",
 963 		displayName: "Everbrook Mayor House",
 964 		height: 14,
 965 		width: 24,
 966 		paths: [
 967 			{
 968 				x1: 6,
 969 				y1: 13,
 970 				x2: 8,
 971 				y2: 13,
 972 				destination: "m1001_1001"
 973 			}
 974 		],
 975 		structures: [
 976 			{
 977 				name: "bed",
 978 				x: 19,
 979 				y: 3
 980 			}
 981 		],
 982 		objects: [
 983 			{
 984 				name: "large_ladder",
 985 				x: 21,
 986 				y: 5
 987 			}
 988 		],
 989 		npcs: [
 990 			{
 991 				name: "everbrook_mayor",
 992 				x: 5,
 993 				y: 8
 994 			}
 995 		]
 996 	},
 997 	m1002_1001: {
 998 		ingameId: "m1002_1001",
 999 		displayName: "Everbrook Center",
1000 		upperImg: true,
1001 		height: 14,
1002 		width: 24,
1003 		paths: [
1004 			{
1005 				x1: 0,
1006 				y1: 7,
1007 				x2: 0,
1008 				y2: 9,
1009 				destination: "m1001_1001"
1010 			},
1011 			{
1012 				x1: 23,
1013 				y1: 10,
1014 				x2: 23,
1015 				y2: 12,
1016 				destination: "m1003_1001"
1017 			},
1018 			{
1019 				x1: 10,
1020 				y1: 0,
1021 				x2: 12,
1022 				y2: 0,
1023 				destination: "m1002_1002"
1024 			},
1025 			{
1026 				x1: 5,
1027 				y1: 1,
1028 				x2: 6,
1029 				y2: 1,
1030 				destination: "m1002_1001_sewers",
1031 				ignoreDraw: false
1032 			},
1033 			{
1034 				x1: 18,
1035 				y1: 5,
1036 				x2: 19,
1037 				y2: 6,
1038 				destination: "m1002_1001_inside1",
1039 				ignoreDraw: true
1040 			},
1041 			{
1042 				x1: 4,
1043 				y1: 5,
1044 				x2: 4,
1045 				y2: 6,
1046 				destination: "m1002_1001_inside2",
1047 				ignoreDraw: true
1048 			}
1049 		],
1050 		structures: [
1051 			{
1052 				name: "well",
1053 				x: 10,
1054 				y: 4
1055 			}
1056 		],
1057 		objects: [
1058 			{
1059 				name: "double_wooden_door",
1060 				x: 18,
1061 				y: 5
1062 			},
1063 			{
1064 				name: "sewers",
1065 				x: 5,
1066 				y: 1
1067 			},
1068 			{
1069 				name: "bank_sign",
1070 				x: 21,
1071 				y: 6
1072 			},
1073 			{
1074 				name: "fish_sign",
1075 				x: 6,
1076 				y: 6
1077 			},
1078 			{
1079 				name: "single_wooden_door",
1080 				x: 4,
1081 				y: 5
1082 			}
1083 		],
1084 		npcs: [
1085 			{
1086 				name: "merchant",
1087 				x: 19,
1088 				y: 11
1089 			},
1090 			{
1091 				name: "everbrook_guard",
1092 				x: 9,
1093 				y: 6
1094 			},
1095 			{
1096 				name: "everbrook_child",
1097 				x: 14,
1098 				y: 11
1099 			}
1100 		]
1101 	},
1102 	m1002_1001_sewers: {
1103 		ingameId: "m1002_1001_sewers",
1104 		displayName: "Everbrook Sewers Entrance",
1105 		height: 14,
1106 		width: 24,
1107 		paths: [
1108 			{
1109 				x1: 7,
1110 				y1: 0,
1111 				x2: 7,
1112 				y2: 1,
1113 				destination: "m1002_1001"
1114 			},
1115 			{
1116 				x1: 15,
1117 				y1: 13,
1118 				x2: 17,
1119 				y2: 13,
1120 				destination: "m1002_1000_sewers"
1121 			}
1122 		],
1123 		structures: [],
1124 		objects: [
1125 			{
1126 				name: "sewer_exit_ladder",
1127 				x: 7,
1128 				y: 0
1129 			}
1130 		],
1131 		npcs: [
1132 			{
1133 				name: "sewer_man",
1134 				x: 13,
1135 				y: 2
1136 			},
1137 			{
1138 				name: "demon",
1139 				x: 18,
1140 				y: 2
1141 			},
1142 			{
1143 				name: "spider",
1144 				x: 2,
1145 				y: 4
1146 			},
1147 			{
1148 				name: "spider",
1149 				x: 6,
1150 				y: 9
1151 			},
1152 			{
1153 				name: "spider",
1154 				x: 18,
1155 				y: 6
1156 			}
1157 		]
1158 	},
1159 	m1002_1000_sewers: {
1160 		ingameId: "m1002_1000_sewers",
1161 		displayName: "Sewers Hunting Guide",
1162 		height: 14,
1163 		width: 24,
1164 		paths: [
1165 			{
1166 				x1: 15,
1167 				y1: 0,
1168 				x2: 17,
1169 				y2: 0,
1170 				destination: "m1002_1001_sewers"
1171 			},
1172 			{
1173 				x1: 23,
1174 				y1: 10,
1175 				x2: 23,
1176 				y2: 12,
1177 				destination: "m1003_1000_sewers"
1178 			},
1179 			{
1180 				x1: 16,
1181 				y1: 13,
1182 				x2: 18,
1183 				y2: 13,
1184 				destination: "m1002_999_sewers"
1185 			}
1186 		],
1187 		structures: [],
1188 		objects: [],
1189 		npcs: [
1190 			{
1191 				name: "hunting_guide",
1192 				x: 11,
1193 				y: 9
1194 			},
1195 			{
1196 				name: "snake",
1197 				x: 9,
1198 				y: 3
1199 			},
1200 			{
1201 				name: "snake",
1202 				x: 3,
1203 				y: 1
1204 			},
1205 			{
1206 				name: "snake",
1207 				x: 18,
1208 				y: 4
1209 			}
1210 		]
1211 	},
1212 	m1002_999_sewers: {
1213 		ingameId: "m1002_999_sewers",
1214 		displayName: "Sewers Pipes",
1215 		height: 14,
1216 		width: 24,
1217 		paths: [
1218 			{
1219 				x1: 16,
1220 				y1: 0,
1221 				x2: 18,
1222 				y2: 0,
1223 				destination: "m1002_1000_sewers"
1224 			},
1225 			{
1226 				x1: 23,
1227 				y1: 7,
1228 				x2: 23,
1229 				y2: 9,
1230 				destination: "m1003_999_sewers"
1231 			}
1232 		],
1233 		structures: [],
1234 		objects: [
1235 			{
1236 				name: "everbrook_sewers_pipe",
1237 				x: 9,
1238 				y: 9
1239 			},
1240 			{
1241 				name: "gold_rock",
1242 				x: 7,
1243 				y: 4
1244 			}
1245 		],
1246 		npcs: [
1247 			{
1248 				name: "sewer_man",
1249 				x: 6,
1250 				y: 1
1251 			},
1252 			{
1253 				name: "goblin",
1254 				x: 17,
1255 				y: 8
1256 			},
1257 			{
1258 				name: "goblin",
1259 				x: 19,
1260 				y: 8
1261 			}
1262 		]
1263 	},
1264 	m1003_1000_sewers: {
1265 		ingameId: "m1003_1000_sewers",
1266 		displayName: "Sewers Giant Rat",
1267 		height: 14,
1268 		width: 24,
1269 		paths: [
1270 			{
1271 				x1: 0,
1272 				y1: 10,
1273 				x2: 0,
1274 				y2: 12,
1275 				destination: "m1002_1000_sewers"
1276 			}
1277 		],
1278 		structures: [],
1279 		objects: [],
1280 		npcs: [
1281 			{
1282 				name: "rat",
1283 				x: 6,
1284 				y: 3
1285 			},
1286 			{
1287 				name: "rat",
1288 				x: 5,
1289 				y: 2
1290 			},
1291 			{
1292 				name: "rat",
1293 				x: 9,
1294 				y: 7
1295 			},
1296 			{
1297 				name: "rat",
1298 				x: 13,
1299 				y: 1
1300 			},
1301 			{
1302 				name: "rat",
1303 				x: 15,
1304 				y: 10
1305 			},
1306 			{
1307 				name: "rat",
1308 				x: 15,
1309 				y: 3
1310 			},
1311 			{
1312 				name: "rat",
1313 				x: 2,
1314 				y: 1
1315 			},
1316 			{
1317 				name: "rat",
1318 				x: 3,
1319 				y: 10
1320 			},
1321 			{
1322 				name: "rat",
1323 				x: 14,
1324 				y: 1
1325 			},
1326 			{
1327 				name: "rat",
1328 				x: 16,
1329 				y: 13
1330 			},
1331 			{
1332 				name: "giant_rat",
1333 				x: 18,
1334 				y: 5
1335 			}
1336 		]
1337 	},
1338 	m1003_999_sewers: {
1339 		ingameId: "m1003_999_sewers",
1340 		displayName: "Sewers Goblins",
1341 		height: 14,
1342 		width: 24,
1343 		paths: [
1344 			{
1345 				x1: 0,
1346 				y1: 7,
1347 				x2: 0,
1348 				y2: 9,
1349 				destination: "m1002_999_sewers"
1350 			},
1351 			{
1352 				x1: 23,
1353 				y1: 7,
1354 				x2: 23,
1355 				y2: 9,
1356 				destination: "m1004_999_sewers"
1357 			}
1358 		],
1359 		structures: [],
1360 		objects: [],
1361 		npcs: [
1362 			{
1363 				name: "goblin",
1364 				x: 17,
1365 				y: 6
1366 			},
1367 			{
1368 				name: "goblin",
1369 				x: 11,
1370 				y: 4
1371 			},
1372 			{
1373 				name: "goblin",
1374 				x: 5,
1375 				y: 9
1376 			},
1377 			{
1378 				name: "goblin",
1379 				x: 4,
1380 				y: 9
1381 			}
1382 		]
1383 	},
1384 	m1004_999_sewers: {
1385 		ingameId: "m1004_999_sewers",
1386 		displayName: "Sewers Giant Spiders",
1387 		height: 14,
1388 		width: 24,
1389 		paths: [
1390 			{
1391 				x1: 0,
1392 				y1: 7,
1393 				x2: 0,
1394 				y2: 9,
1395 				destination: "m1003_999_sewers"
1396 			},
1397 			{
1398 				x1: 23,
1399 				y1: 5,
1400 				x2: 23,
1401 				y2: 6,
1402 				destination: "m1005_999_sewers"
1403 			}
1404 		],
1405 		structures: [],
1406 		objects: [],
1407 		npcs: [
1408 			{
1409 				name: "giant_spider",
1410 				x: 18,
1411 				y: 7
1412 			},
1413 			{
1414 				name: "giant_spider",
1415 				x: 12,
1416 				y: 3
1417 			},
1418 			{
1419 				name: "giant_spider",
1420 				x: 2,
1421 				y: 9
1422 			},
1423 			{
1424 				name: "giant_spider",
1425 				x: 2,
1426 				y: 1
1427 			}
1428 		]
1429 	},
1430 	m1005_999_sewers: {
1431 		ingameId: "m1005_999_sewers",
1432 		displayName: "Sewers Eel",
1433 		height: 14,
1434 		width: 24,
1435 		paths: [
1436 			{
1437 				x1: 0,
1438 				y1: 5,
1439 				x2: 0,
1440 				y2: 6,
1441 				destination: "m1004_999_sewers"
1442 			}
1443 		],
1444 		structures: [],
1445 		objects: [
1446 			{
1447 				name: "eel_fish_spot",
1448 				x: 14,
1449 				y: 3
1450 			},
1451 			{
1452 				name: "eel_fish_spot",
1453 				x: 13,
1454 				y: 7
1455 			}
1456 		],
1457 		npcs: [
1458 			{
1459 				name: "sewer_man",
1460 				x: 11,
1461 				y: 1
1462 			}
1463 		]
1464 	},
1465 	m1002_1002: {
1466 		ingameId: "m1002_1002",
1467 		displayName: "Everbrook Graveyard",
1468 		height: 14,
1469 		width: 24,
1470 		paths: [
1471 			{
1472 				x1: 10,
1473 				y1: 13,
1474 				x2: 12,
1475 				y2: 13,
1476 				destination: "m1002_1001"
1477 			}
1478 		],
1479 		structures: [],
1480 		objects: [
1481 			{
1482 				name: "tombstone",
1483 				x: 2,
1484 				y: 2
1485 			},
1486 			{
1487 				name: "tombstone",
1488 				x: 6,
1489 				y: 2
1490 			},
1491 			{
1492 				name: "tombstone",
1493 				x: 10,
1494 				y: 2
1495 			},
1496 			{
1497 				name: "tombstone",
1498 				x: 14,
1499 				y: 2
1500 			},
1501 			{
1502 				name: "tombstone",
1503 				x: 18,
1504 				y: 2
1505 			},
1506 			{
1507 				name: "tombstone",
1508 				x: 4,
1509 				y: 5
1510 			},
1511 			{
1512 				name: "tombstone",
1513 				x: 8,
1514 				y: 5
1515 			},
1516 			{
1517 				name: "tombstone",
1518 				x: 12,
1519 				y: 5
1520 			},
1521 			{
1522 				name: "tombstone",
1523 				x: 16,
1524 				y: 5
1525 			},
1526 			{
1527 				name: "tombstone",
1528 				x: 20,
1529 				y: 5
1530 			}
1531 		],
1532 		npcs: [
1533 			{
1534 				name: "monk",
1535 				x: 5,
1536 				y: 9
1537 			},
1538 			{
1539 				name: "everbrook_child_cemetery",
1540 				x: 9,
1541 				y: 3
1542 			},
1543 			{
1544 				name: "ghost",
1545 				x: 5,
1546 				y: 4
1547 			},
1548 			{
1549 				name: "ghost",
1550 				x: 14,
1551 				y: 4
1552 			},
1553 			{
1554 				name: "ghost",
1555 				x: 18,
1556 				y: 1
1557 			},
1558 			{
1559 				name: "ghost",
1560 				x: 18,
1561 				y: 9
1562 			}
1563 		]
1564 	},
1565 	m1002_1001_inside2: {
1566 		ingameId: "m1002_1001_inside2",
1567 		displayName: "Everbrook Fish Shop",
1568 		height: 14,
1569 		width: 24,
1570 		paths: [
1571 			{
1572 				x1: 10,
1573 				y1: 13,
1574 				x2: 14,
1575 				y2: 13,
1576 				destination: "m1002_1001"
1577 			}
1578 		],
1579 		structures: [
1580 			{
1581 				name: "bed",
1582 				x: 4,
1583 				y: 5
1584 			}
1585 		],
1586 		objects: [],
1587 		npcs: [
1588 			{
1589 				name: "fish_salesmen",
1590 				x: 7,
1591 				y: 7
1592 			}
1593 		]
1594 	},
1595 	m1002_1001_inside1: {
1596 		ingameId: "m1002_1001_inside1",
1597 		displayName: "Everbrook Bank",
1598 		height: 14,
1599 		width: 24,
1600 		paths: [
1601 			{
1602 				x1: 10,
1603 				y1: 13,
1604 				x2: 13,
1605 				y2: 13,
1606 				destination: "m1002_1001"
1607 			}
1608 		],
1609 		structures: [],
1610 		objects: [
1611 			{
1612 				name: "banker",
1613 				x: 7,
1614 				y: 4
1615 			},
1616 			{
1617 				name: "banker",
1618 				x: 9,
1619 				y: 4
1620 			},
1621 			{
1622 				name: "other_banker",
1623 				x: 14,
1624 				y: 4
1625 			},
1626 			{
1627 				name: "other_banker",
1628 				x: 16,
1629 				y: 4
1630 			}
1631 		],
1632 		npcs: []
1633 	},
1634 	m1003_1001: {
1635 		ingameId: "m1003_1001",
1636 		displayName: "Everbrook Chicken Farm",
1637 		height: 14,
1638 		width: 24,
1639 		paths: [
1640 			{
1641 				x1: 0,
1642 				y1: 10,
1643 				x2: 0,
1644 				y2: 12,
1645 				destination: "m1002_1001"
1646 			},
1647 			{
1648 				x1: 23,
1649 				y1: 10,
1650 				x2: 23,
1651 				y2: 12,
1652 				destination: "m1004_1001"
1653 			}
1654 		],
1655 		structures: [],
1656 		objects: [],
1657 		npcs: [
1658 			{
1659 				name: "chicken",
1660 				x: 7,
1661 				y: 4
1662 			},
1663 			{
1664 				name: "chicken",
1665 				x: 11,
1666 				y: 4
1667 			},
1668 			{
1669 				name: "chicken",
1670 				x: 5,
1671 				y: 2
1672 			},
1673 			{
1674 				name: "chicken",
1675 				x: 9,
1676 				y: 1
1677 			},
1678 			{
1679 				name: "chicken_hunter",
1680 				x: 16,
1681 				y: 7
1682 			}
1683 		]
1684 	},
1685 	m1004_1001: {
1686 		ingameId: "m1004_1001",
1687 		displayName: "Everbrook Farming",
1688 		height: 14,
1689 		width: 24,
1690 		paths: [
1691 			{
1692 				x1: 0,
1693 				y1: 10,
1694 				x2: 0,
1695 				y2: 12,
1696 				destination: "m1003_1001"
1697 			},
1698 			{
1699 				x1: 23,
1700 				y1: 10,
1701 				x2: 23,
1702 				y2: 12,
1703 				destination: "m1005_1001"
1704 			}
1705 		],
1706 		structures: [
1707 			{
1708 				name: "farming_none",
1709 				x: 4,
1710 				y: 1
1711 			}
1712 		],
1713 		objects: [
1714 			{
1715 				name: "wheat",
1716 				x: 15,
1717 				y: 1
1718 			},
1719 			{
1720 				name: "wheat",
1721 				x: 15,
1722 				y: 2
1723 			},
1724 			{
1725 				name: "wheat",
1726 				x: 15,
1727 				y: 3
1728 			},
1729 			{
1730 				name: "wheat",
1731 				x: 15,
1732 				y: 4
1733 			},
1734 			{
1735 				name: "wheat",
1736 				x: 15,
1737 				y: 5
1738 			},
1739 			{
1740 				name: "wheat",
1741 				x: 15,
1742 				y: 6
1743 			},
1744 			{
1745 				name: "wheat",
1746 				x: 16,
1747 				y: 1
1748 			},
1749 			{
1750 				name: "wheat",
1751 				x: 16,
1752 				y: 2
1753 			},
1754 			{
1755 				name: "wheat",
1756 				x: 16,
1757 				y: 3
1758 			},
1759 			{
1760 				name: "wheat",
1761 				x: 16,
1762 				y: 4
1763 			},
1764 			{
1765 				name: "wheat",
1766 				x: 16,
1767 				y: 5
1768 			},
1769 			{
1770 				name: "wheat",
1771 				x: 16,
1772 				y: 6
1773 			},
1774 			{
1775 				name: "wheat",
1776 				x: 17,
1777 				y: 1
1778 			},
1779 			{
1780 				name: "wheat",
1781 				x: 17,
1782 				y: 2
1783 			},
1784 			{
1785 				name: "wheat",
1786 				x: 17,
1787 				y: 3
1788 			},
1789 			{
1790 				name: "wheat",
1791 				x: 17,
1792 				y: 4
1793 			},
1794 			{
1795 				name: "wheat",
1796 				x: 17,
1797 				y: 5
1798 			},
1799 			{
1800 				name: "wheat",
1801 				x: 17,
1802 				y: 6
1803 			},
1804 			{
1805 				name: "wheat",
1806 				x: 18,
1807 				y: 1
1808 			},
1809 			{
1810 				name: "wheat",
1811 				x: 18,
1812 				y: 2
1813 			},
1814 			{
1815 				name: "wheat",
1816 				x: 18,
1817 				y: 3
1818 			},
1819 			{
1820 				name: "wheat",
1821 				x: 18,
1822 				y: 4
1823 			},
1824 			{
1825 				name: "wheat",
1826 				x: 18,
1827 				y: 5
1828 			},
1829 			{
1830 				name: "wheat",
1831 				x: 18,
1832 				y: 6
1833 			},
1834 			{
1835 				name: "wheat",
1836 				x: 19,
1837 				y: 1
1838 			},
1839 			{
1840 				name: "wheat",
1841 				x: 19,
1842 				y: 2
1843 			},
1844 			{
1845 				name: "wheat",
1846 				x: 19,
1847 				y: 3
1848 			},
1849 			{
1850 				name: "wheat",
1851 				x: 19,
1852 				y: 4
1853 			},
1854 			{
1855 				name: "wheat",
1856 				x: 19,
1857 				y: 5
1858 			},
1859 			{
1860 				name: "wheat",
1861 				x: 19,
1862 				y: 6
1863 			},
1864 			{
1865 				name: "wheat",
1866 				x: 20,
1867 				y: 1
1868 			},
1869 			{
1870 				name: "wheat",
1871 				x: 20,
1872 				y: 2
1873 			},
1874 			{
1875 				name: "wheat",
1876 				x: 20,
1877 				y: 3
1878 			},
1879 			{
1880 				name: "wheat",
1881 				x: 20,
1882 				y: 4
1883 			},
1884 			{
1885 				name: "wheat",
1886 				x: 20,
1887 				y: 5
1888 			},
1889 			{
1890 				name: "wheat",
1891 				x: 20,
1892 				y: 6
1893 			},
1894 			{
1895 				name: "wheat",
1896 				x: 21,
1897 				y: 1
1898 			},
1899 			{
1900 				name: "wheat",
1901 				x: 21,
1902 				y: 2
1903 			},
1904 			{
1905 				name: "wheat",
1906 				x: 21,
1907 				y: 3
1908 			},
1909 			{
1910 				name: "wheat",
1911 				x: 21,
1912 				y: 4
1913 			},
1914 			{
1915 				name: "wheat",
1916 				x: 21,
1917 				y: 5
1918 			},
1919 			{
1920 				name: "wheat",
1921 				x: 21,
1922 				y: 6
1923 			},
1924 			{
1925 				name: "wheat",
1926 				x: 22,
1927 				y: 1
1928 			},
1929 			{
1930 				name: "wheat",
1931 				x: 22,
1932 				y: 2
1933 			},
1934 			{
1935 				name: "wheat",
1936 				x: 22,
1937 				y: 3
1938 			},
1939 			{
1940 				name: "wheat",
1941 				x: 22,
1942 				y: 4
1943 			},
1944 			{
1945 				name: "wheat",
1946 				x: 22,
1947 				y: 5
1948 			},
1949 			{
1950 				name: "wheat",
1951 				x: 22,
1952 				y: 6
1953 			},
1954 			{
1955 				name: "wheat",
1956 				x: 23,
1957 				y: 1
1958 			},
1959 			{
1960 				name: "wheat",
1961 				x: 23,
1962 				y: 2
1963 			},
1964 			{
1965 				name: "wheat",
1966 				x: 23,
1967 				y: 3
1968 			},
1969 			{
1970 				name: "wheat",
1971 				x: 23,
1972 				y: 4
1973 			},
1974 			{
1975 				name: "wheat",
1976 				x: 23,
1977 				y: 5
1978 			},
1979 			{
1980 				name: "wheat",
1981 				x: 23,
1982 				y: 6
1983 			},
1984 			{
1985 				name: "wheat",
1986 				x: 19,
1987 				y: 7
1988 			}
1989 		],
1990 		npcs: [
1991 			{
1992 				name: "farmer",
1993 				x: 12,
1994 				y: 10
1995 			}
1996 		]
1997 	},
1998 	m1005_1001: {
1999 		ingameId: "m1005_1001",
2000 		displayName: "Everbrook Wheat Field",
2001 		height: 14,
2002 		width: 24,
2003 		paths: [
2004 			{
2005 				x1: 0,
2006 				y1: 10,
2007 				x2: 0,
2008 				y2: 12,
2009 				destination: "m1004_1001"
2010 			},
2011 			{
2012 				x1: 23,
2013 				y1: 10,
2014 				x2: 23,
2015 				y2: 12,
2016 				destination: "m1006_1001"
2017 			},
2018 			{
2019 				x1: 16,
2020 				y1: 4,
2021 				x2: 17,
2022 				y2: 5,
2023 				destination: "m1005_1001_inside",
2024 				ignoreDraw: true
2025 			}
2026 		],
2027 		structures: [],
2028 		objects: [
2029 			{
2030 				name: "wheat",
2031 				x: 0,
2032 				y: 1
2033 			},
2034 			{
2035 				name: "wheat",
2036 				x: 0,
2037 				y: 2
2038 			},
2039 			{
2040 				name: "wheat",
2041 				x: 0,
2042 				y: 3
2043 			},
2044 			{
2045 				name: "wheat",
2046 				x: 0,
2047 				y: 4
2048 			},
2049 			{
2050 				name: "wheat",
2051 				x: 0,
2052 				y: 5
2053 			},
2054 			{
2055 				name: "wheat",
2056 				x: 0,
2057 				y: 6
2058 			},
2059 			{
2060 				name: "wheat",
2061 				x: 1,
2062 				y: 1
2063 			},
2064 			{
2065 				name: "wheat",
2066 				x: 1,
2067 				y: 2
2068 			},
2069 			{
2070 				name: "wheat",
2071 				x: 1,
2072 				y: 3
2073 			},
2074 			{
2075 				name: "wheat",
2076 				x: 1,
2077 				y: 4
2078 			},
2079 			{
2080 				name: "wheat",
2081 				x: 1,
2082 				y: 5
2083 			},
2084 			{
2085 				name: "wheat",
2086 				x: 1,
2087 				y: 6
2088 			},
2089 			{
2090 				name: "wheat",
2091 				x: 2,
2092 				y: 1
2093 			},
2094 			{
2095 				name: "wheat",
2096 				x: 2,
2097 				y: 2
2098 			},
2099 			{
2100 				name: "wheat",
2101 				x: 2,
2102 				y: 3
2103 			},
2104 			{
2105 				name: "wheat",
2106 				x: 2,
2107 				y: 4
2108 			},
2109 			{
2110 				name: "wheat",
2111 				x: 2,
2112 				y: 5
2113 			},
2114 			{
2115 				name: "wheat",
2116 				x: 2,
2117 				y: 6
2118 			},
2119 			{
2120 				name: "wheat",
2121 				x: 3,
2122 				y: 1
2123 			},
2124 			{
2125 				name: "wheat",
2126 				x: 3,
2127 				y: 2
2128 			},
2129 			{
2130 				name: "wheat",
2131 				x: 3,
2132 				y: 3
2133 			},
2134 			{
2135 				name: "wheat",
2136 				x: 3,
2137 				y: 4
2138 			},
2139 			{
2140 				name: "wheat",
2141 				x: 3,
2142 				y: 5
2143 			},
2144 			{
2145 				name: "wheat",
2146 				x: 3,
2147 				y: 6
2148 			},
2149 			{
2150 				name: "wheat",
2151 				x: 4,
2152 				y: 1
2153 			},
2154 			{
2155 				name: "wheat",
2156 				x: 4,
2157 				y: 2
2158 			},
2159 			{
2160 				name: "wheat",
2161 				x: 4,
2162 				y: 3
2163 			},
2164 			{
2165 				name: "wheat",
2166 				x: 4,
2167 				y: 4
2168 			},
2169 			{
2170 				name: "wheat",
2171 				x: 4,
2172 				y: 5
2173 			},
2174 			{
2175 				name: "wheat",
2176 				x: 4,
2177 				y: 6
2178 			},
2179 			{
2180 				name: "wheat",
2181 				x: 5,
2182 				y: 1
2183 			},
2184 			{
2185 				name: "wheat",
2186 				x: 5,
2187 				y: 2
2188 			},
2189 			{
2190 				name: "wheat",
2191 				x: 5,
2192 				y: 3
2193 			},
2194 			{
2195 				name: "wheat",
2196 				x: 5,
2197 				y: 4
2198 			},
2199 			{
2200 				name: "wheat",
2201 				x: 5,
2202 				y: 5
2203 			},
2204 			{
2205 				name: "wheat",
2206 				x: 5,
2207 				y: 6
2208 			},
2209 			{
2210 				name: "wheat",
2211 				x: 6,
2212 				y: 1
2213 			},
2214 			{
2215 				name: "wheat",
2216 				x: 6,
2217 				y: 2
2218 			},
2219 			{
2220 				name: "wheat",
2221 				x: 6,
2222 				y: 3
2223 			},
2224 			{
2225 				name: "wheat",
2226 				x: 6,
2227 				y: 4
2228 			},
2229 			{
2230 				name: "wheat",
2231 				x: 6,
2232 				y: 5
2233 			},
2234 			{
2235 				name: "wheat",
2236 				x: 6,
2237 				y: 6
2238 			},
2239 			{
2240 				name: "wheat",
2241 				x: 7,
2242 				y: 1
2243 			},
2244 			{
2245 				name: "wheat",
2246 				x: 7,
2247 				y: 2
2248 			},
2249 			{
2250 				name: "wheat",
2251 				x: 7,
2252 				y: 3
2253 			},
2254 			{
2255 				name: "wheat",
2256 				x: 7,
2257 				y: 4
2258 			},
2259 			{
2260 				name: "wheat",
2261 				x: 7,
2262 				y: 5
2263 			},
2264 			{
2265 				name: "wheat",
2266 				x: 7,
2267 				y: 6
2268 			},
2269 			{
2270 				name: "wheat",
2271 				x: 8,
2272 				y: 1
2273 			},
2274 			{
2275 				name: "wheat",
2276 				x: 8,
2277 				y: 2
2278 			},
2279 			{
2280 				name: "wheat",
2281 				x: 8,
2282 				y: 3
2283 			},
2284 			{
2285 				name: "wheat",
2286 				x: 8,
2287 				y: 4
2288 			},
2289 			{
2290 				name: "wheat",
2291 				x: 8,
2292 				y: 5
2293 			},
2294 			{
2295 				name: "wheat",
2296 				x: 8,
2297 				y: 6
2298 			},
2299 			{
2300 				name: "wheat",
2301 				x: 9,
2302 				y: 1
2303 			},
2304 			{
2305 				name: "wheat",
2306 				x: 9,
2307 				y: 2
2308 			},
2309 			{
2310 				name: "wheat",
2311 				x: 9,
2312 				y: 3
2313 			},
2314 			{
2315 				name: "wheat",
2316 				x: 9,
2317 				y: 4
2318 			},
2319 			{
2320 				name: "wheat",
2321 				x: 9,
2322 				y: 5
2323 			},
2324 			{
2325 				name: "wheat",
2326 				x: 9,
2327 				y: 6
2328 			},
2329 			{
2330 				name: "wheat",
2331 				x: 4,
2332 				y: 7
2333 			},
2334 			{
2335 				name: "wheat",
2336 				x: 9,
2337 				y: 7
2338 			},
2339 			{
2340 				name: "wheat",
2341 				x: 5,
2342 				y: 8
2343 			},
2344 			{
2345 				name: "double_wooden_door",
2346 				x: 16,
2347 				y: 4
2348 			},
2349 			{
2350 				name: "cooking_shop_sign",
2351 				x: 19,
2352 				y: 5
2353 			}
2354 		],
2355 		npcs: [
2356 			{
2357 				name: "farmer",
2358 				x: 15,
2359 				y: 9
2360 			},
2361 			{
2362 				name: "farmer",
2363 				x: 13,
2364 				y: 11
2365 			}
2366 		]
2367 	},
2368 	m1005_1001_inside: {
2369 		ingameId: "m1005_1001_inside",
2370 		displayName: "Everbrook Cooking Shop",
2371 		height: 14,
2372 		width: 24,
2373 		paths: [
2374 			{
2375 				x1: 11,
2376 				y1: 13,
2377 				x2: 12,
2378 				y2: 13,
2379 				destination: "m1005_1001"
2380 			}
2381 		],
2382 		structures: [
2383 			{
2384 				name: "bed",
2385 				x: 18,
2386 				y: 5
2387 			}
2388 		],
2389 		objects: [],
2390 		npcs: [
2391 			{
2392 				name: "chef",
2393 				x: 12,
2394 				y: 7
2395 			}
2396 		]
2397 	},
2398 	m1006_1001: {
2399 		ingameId: "m1006_1001",
2400 		displayName: "Willow Forest",
2401 		height: 14,
2402 		width: 24,
2403 		paths: [
2404 			{
2405 				x1: 0,
2406 				y1: 10,
2407 				x2: 0,
2408 				y2: 12,
2409 				destination: "m1005_1001"
2410 			},
2411 			{
2412 				x1: 23,
2413 				y1: 7,
2414 				x2: 23,
2415 				y2: 9,
2416 				destination: "m1007_1001"
2417 			},
2418 			{
2419 				x1: 14,
2420 				y1: 13,
2421 				x2: 16,
2422 				y2: 13,
2423 				destination: "m1006_1000"
2424 			}
2425 		],
2426 		structures: [],
2427 		objects: [
2428 			{
2429 				name: "willow_tree",
2430 				x: 5,
2431 				y: 1
2432 			},
2433 			{
2434 				name: "willow_tree",
2435 				x: 11,
2436 				y: 0
2437 			},
2438 			{
2439 				name: "willow_tree",
2440 				x: 17,
2441 				y: 1
2442 			}
2443 		],
2444 		npcs: [
2445 			{
2446 				name: "archer_goblin",
2447 				x: 17,
2448 				y: 9
2449 			}
2450 		]
2451 	},
2452 	m1006_1000: {
2453 		ingameId: "m1006_1000",
2454 		displayName: "Bridge",
2455 		height: 14,
2456 		width: 24,
2457 		paths: [
2458 			{
2459 				x1: 14,
2460 				y1: 0,
2461 				x2: 16,
2462 				y2: 0,
2463 				destination: "m1006_1001"
2464 			},
2465 			{
2466 				x1: 14,
2467 				y1: 13,
2468 				x2: 16,
2469 				y2: 13,
2470 				destination: "m1006_999"
2471 			}
2472 		],
2473 		structures: [],
2474 		objects: [],
2475 		npcs: [
2476 			{
2477 				name: "beach_child",
2478 				x: 7,
2479 				y: 2
2480 			}
2481 		]
2482 	},
2483 	m1006_999: {
2484 		ingameId: "m1006_999",
2485 		displayName: "Beach",
2486 		height: 14,
2487 		width: 24,
2488 		paths: [
2489 			{
2490 				x1: 14,
2491 				y1: 0,
2492 				x2: 16,
2493 				y2: 0,
2494 				destination: "m1006_1000",
2495 				ignoreDraw: false
2496 			},
2497 			{
2498 				x1: 23,
2499 				y1: 1,
2500 				x2: 23,
2501 				y2: 8,
2502 				destination: "m1007_999",
2503 				ignoreDraw: false
2504 			}
2505 		],
2506 		structures: [],
2507 		objects: [
2508 			{
2509 				name: "mangrove_tree",
2510 				x: 14,
2511 				y: 8
2512 			},
2513 			{
2514 				name: "mangrove_tree",
2515 				x: 17,
2516 				y: 10
2517 			},
2518 			{
2519 				name: "pile_of_sand",
2520 				x: 3,
2521 				y: 5
2522 			}
2523 		],
2524 		npcs: [
2525 			{
2526 				name: "beach_child_2",
2527 				x: 15,
2528 				y: 6
2529 			},
2530 			{
2531 				name: "beach_child_dig",
2532 				x: 2,
2533 				y: 5
2534 			},
2535 			{
2536 				name: "beach_supervisor",
2537 				x: 20,
2538 				y: 2
2539 			}
2540 		]
2541 	},
2542 	m1007_999: {
2543 		ingameId: "m1007_999",
2544 		displayName: "Beach Quicksand",
2545 		height: 14,
2546 		width: 24,
2547 		paths: [
2548 			{
2549 				x1: 0,
2550 				y1: 1,
2551 				x2: 0,
2552 				y2: 8,
2553 				destination: "m1006_999",
2554 				ignoreDraw: false
2555 			},
2556 			{
2557 				x1: 23,
2558 				y1: 4,
2559 				x2: 23,
2560 				y2: 6,
2561 				destination: "m1008_999",
2562 				ignoreDraw: false
2563 			},
2564 			{
2565 				x1: 18,
2566 				y1: 1,
2567 				x2: 19,
2568 				y2: 2,
2569 				destination: "m1007_999_under1",
2570 				ignoreDraw: false
2571 			}
2572 		],
2573 		structures: [],
2574 		objects: [
2575 			{
2576 				name: "mangrove_tree",
2577 				x: 17,
2578 				y: 9
2579 			},
2580 			{
2581 				name: "quicksand",
2582 				x: 18,
2583 				y: 1
2584 			}
2585 		],
2586 		npcs: [
2587 			{
2588 				name: "crab",
2589 				x: 12,
2590 				y: 4
2591 			}
2592 		]
2593 	},
2594 	m1008_999: {
2595 		ingameId: "m1008_999",
2596 		displayName: "Beach Docks",
2597 		height: 14,
2598 		width: 24,
2599 		paths: [
2600 			{
2601 				x1: 0,
2602 				y1: 4,
2603 				x2: 0,
2604 				y2: 6,
2605 				destination: "m1007_999",
2606 				ignoreDraw: false
2607 			},
2608 			{
2609 				x1: 12,
2610 				y1: 9,
2611 				x2: 14,
2612 				y2: 9,
2613 				destination: "m1008_990",
2614 				ignoreDraw: false
2615 			}
2616 		],
2617 		structures: [],
2618 		objects: [
2619 			{
2620 				name: "mangrove_tree",
2621 				x: 18,
2622 				y: 4
2623 			},
2624 			{
2625 				name: "sail_boat",
2626 				x: 8,
2627 				y: 6
2628 			}
2629 		],
2630 		npcs: [
2631 			{
2632 				name: "dockhaven_captain",
2633 				x: 15,
2634 				y: 10
2635 			}
2636 		]
2637 	},
2638 	m1008_990: {
2639 		ingameId: "m1008_990",
2640 		displayName: "Dock Haven",
2641 		height: 14,
2642 		width: 24,
2643 		paths: [
2644 			{
2645 				x1: 8,
2646 				y1: 7,
2647 				x2: 10,
2648 				y2: 7,
2649 				destination: "m1008_999",
2650 				ignoreDraw: false
2651 			}
2652 		],
2653 		structures: [],
2654 		objects: [
2655 			{
2656 				name: "water_enchantment_area",
2657 				x: 16,
2658 				y: 3
2659 			},
2660 			{
2661 				name: "mangrove_tree",
2662 				x: 20,
2663 				y: 8
2664 			},
2665 			{
2666 				name: "mangrove_tree",
2667 				x: 2,
2668 				y: 6
2669 			},
2670 			{
2671 				name: "mangrove_tree",
2672 				x: 0,
2673 				y: 1
2674 			},
2675 			{
2676 				name: "sail_boat",
2677 				x: 4,
2678 				y: 4
2679 			}
2680 		],
2681 		npcs: [
2682 			{
2683 				name: "dockhaven_captain",
2684 				x: 13,
2685 				y: 9
2686 			}
2687 		]
2688 	},
2689 	m1007_999_under1: {
2690 		ingameId: "m1007_999_under1",
2691 		displayName: "Beach Cave",
2692 		height: 14,
2693 		width: 24,
2694 		paths: [
2695 			{
2696 				x1: 10,
2697 				y1: 0,
2698 				x2: 13,
2699 				y2: 0,
2700 				destination: "m1007_1000_under1",
2701 				ignoreDraw: false
2702 			}
2703 		],
2704 		structures: [],
2705 		objects: [],
2706 		npcs: [
2707 			{
2708 				name: "crab",
2709 				x: 4,
2710 				y: 5
2711 			},
2712 			{
2713 				name: "crab",
2714 				x: 19,
2715 				y: 6
2716 			},
2717 			{
2718 				name: "crab",
2719 				x: 10,
2720 				y: 6
2721 			}
2722 		]
2723 	},
2724 	m1007_1000_under1: {
2725 		ingameId: "m1007_1000_under1",
2726 		displayName: "Beach Cave Crabs",
2727 		height: 14,
2728 		width: 24,
2729 		paths: [
2730 			{
2731 				x1: 10,
2732 				y1: 13,
2733 				x2: 13,
2734 				y2: 13,
2735 				destination: "m1007_999_under1",
2736 				ignoreDraw: false
2737 			},
2738 			{
2739 				x1: 2,
2740 				y1: 0,
2741 				x2: 5,
2742 				y2: 0,
2743 				destination: "m1007_1001_under1",
2744 				ignoreDraw: false
2745 			}
2746 		],
2747 		structures: [],
2748 		objects: [],
2749 		npcs: [
2750 			{
2751 				name: "crab",
2752 				x: 6,
2753 				y: 4
2754 			},
2755 			{
2756 				name: "crab",
2757 				x: 14,
2758 				y: 11
2759 			},
2760 			{
2761 				name: "crab",
2762 				x: 9,
2763 				y: 10
2764 			},
2765 			{
2766 				name: "crab",
2767 				x: 3,
2768 				y: 10
2769 			},
2770 			{
2771 				name: "crab",
2772 				x: 19,
2773 				y: 4
2774 			},
2775 			{
2776 				name: "crab",
2777 				x: 16,
2778 				y: 10
2779 			},
2780 			{
2781 				name: "crab",
2782 				x: 11,
2783 				y: 11
2784 			}
2785 		]
2786 	},
2787 	m1007_1001_under1: {
2788 		ingameId: "m1007_1001_under1",
2789 		displayName: "Beach Cave Spiders",
2790 		height: 14,
2791 		width: 24,
2792 		paths: [
2793 			{
2794 				x1: 2,
2795 				y1: 13,
2796 				x2: 5,
2797 				y2: 13,
2798 				destination: "m1007_1000_under1",
2799 				ignoreDraw: false
2800 			},
2801 			{
2802 				x1: 18,
2803 				y1: 0,
2804 				x2: 21,
2805 				y2: 0,
2806 				destination: "m1007_1002_under1",
2807 				ignoreDraw: false
2808 			},
2809 			{
2810 				x1: 13,
2811 				y1: 0,
2812 				x2: 13,
2813 				y2: 1,
2814 				destination: "m1007_1001",
2815 				ignoreDraw: false
2816 			}
2817 		],
2818 		structures: [],
2819 		objects: [
2820 			{
2821 				name: "silver_rock",
2822 				x: 1,
2823 				y: 5
2824 			},
2825 			{
2826 				name: "silver_rock",
2827 				x: 5,
2828 				y: 6
2829 			},
2830 			{
2831 				name: "silver_rock",
2832 				x: 0,
2833 				y: 9
2834 			},
2835 			{
2836 				name: "gold_rock",
2837 				x: 21,
2838 				y: 7
2839 			},
2840 			{
2841 				name: "gold_rock",
2842 				x: 19,
2843 				y: 11
2844 			},
2845 			{
2846 				name: "gold_rock",
2847 				x: 19,
2848 				y: 7
2849 			},
2850 			{
2851 				name: "sewer_exit_ladder",
2852 				x: 13,
2853 				y: 0
2854 			}
2855 		],
2856 		npcs: [
2857 			{
2858 				name: "giant_spider",
2859 				x: 13,
2860 				y: 5
2861 			},
2862 			{
2863 				name: "giant_spider",
2864 				x: 13,
2865 				y: 10
2866 			}
2867 		]
2868 	},
2869 	m1007_1002_under1: {
2870 		ingameId: "m1007_1002_under1",
2871 		displayName: "Beach Cave Ores",
2872 		height: 14,
2873 		width: 24,
2874 		paths: [
2875 			{
2876 				x1: 18,
2877 				y1: 13,
2878 				x2: 21,
2879 				y2: 13,
2880 				destination: "m1007_1001_under1",
2881 				ignoreDraw: false
2882 			},
2883 			{
2884 				x1: 15,
2885 				y1: 0,
2886 				x2: 19,
2887 				y2: 0,
2888 				destination: "m1007_1003_under1",
2889 				ignoreDraw: false
2890 			}
2891 		],
2892 		structures: [],
2893 		objects: [
2894 			{
2895 				name: "giant_copper_rock",
2896 				x: 2,
2897 				y: 5
2898 			},
2899 			{
2900 				name: "giant_iron_rock",
2901 				x: 8,
2902 				y: 3
2903 			},
2904 			{
2905 				name: "iron_rock",
2906 				x: 20,
2907 				y: 8
2908 			},
2909 			{
2910 				name: "iron_rock",
2911 				x: 19,
2912 				y: 11
2913 			},
2914 			{
2915 				name: "iron_rock",
2916 				x: 22,
2917 				y: 12
2918 			},
2919 			{
2920 				name: "iron_rock",
2921 				x: 17,
2922 				y: 12
2923 			}
2924 		],
2925 		npcs: []
2926 	},
2927 	m1007_1003_under1: {
2928 		ingameId: "m1007_1003_under1",
2929 		displayName: "Beach Cave Hideout Entrance",
2930 		height: 14,
2931 		width: 24,
2932 		paths: [
2933 			{
2934 				x1: 15,
2935 				y1: 13,
2936 				x2: 19,
2937 				y2: 13,
2938 				destination: "m1007_1002_under1",
2939 				ignoreDraw: false
2940 			},
2941 			{
2942 				x1: 13,
2943 				y1: 2,
2944 				x2: 13,
2945 				y2: 3,
2946 				destination: "m1007_1003_thieves_hideout",
2947 				ignoreDraw: false
2948 			}
2949 		],
2950 		structures: [],
2951 		objects: [
2952 			{
2953 				name: "wall_key",
2954 				x: 6,
2955 				y: 3
2956 			},
2957 			{
2958 				name: "sewer_exit_ladder",
2959 				x: 13,
2960 				y: 2
2961 			}
2962 		],
2963 		npcs: [
2964 			{
2965 				name: "thief",
2966 				x: 18,
2967 				y: 4
2968 			}
2969 		]
2970 	},
2971 	m1007_1001: {
2972 		ingameId: "m1007_1001",
2973 		displayName: "Forest Bear",
2974 		height: 14,
2975 		width: 24,
2976 		paths: [
2977 			{
2978 				x1: 17,
2979 				y1: 0,
2980 				x2: 18,
2981 				y2: 0,
2982 				destination: "m1007_1002"
2983 			},
2984 			{
2985 				x1: 0,
2986 				y1: 7,
2987 				x2: 0,
2988 				y2: 9,
2989 				destination: "m1006_1001"
2990 			},
2991 			{
2992 				x1: 7,
2993 				y1: 13,
2994 				x2: 17,
2995 				y2: 13,
2996 				destination: "m1007_1000"
2997 			},
2998 			{
2999 				x1: 23,
3000 				y1: 6,
3001 				x2: 23,
3002 				y2: 8,
3003 				destination: "m1008_1001"
3004 			}
3005 		],
3006 		structures: [],
3007 		objects: [
3008 			{
3009 				name: "willow_tree",
3010 				x: 6,
3011 				y: 1
3012 			},
3013 			{
3014 				name: "willow_tree",
3015 				x: 12,
3016 				y: 0
3017 			},
3018 			{
3019 				name: "oak_tree",
3020 				x: 19,
3021 				y: 1
3022 			}
3023 		],
3024 		npcs: [
3025 			{
3026 				name: "bear",
3027 				x: 11,
3028 				y: 8
3029 			}
3030 		]
3031 	},
3032 	m1007_1000: {
3033 		ingameId: "m1007_1000",
3034 		displayName: "Forest Maple",
3035 		height: 14,
3036 		width: 24,
3037 		paths: [
3038 			{
3039 				x1: 7,
3040 				y1: 0,
3041 				x2: 17,
3042 				y2: 0,
3043 				destination: "m1007_1001"
3044 			}
3045 		],
3046 		structures: [],
3047 		objects: [
3048 			{
3049 				name: "maple_tree",
3050 				x: 1,
3051 				y: 1
3052 			},
3053 			{
3054 				name: "oak_tree",
3055 				x: 2,
3056 				y: 6
3057 			},
3058 			{
3059 				name: "oak_tree",
3060 				x: 7,
3061 				y: 8
3062 			},
3063 			{
3064 				name: "oak_tree",
3065 				x: 17,
3066 				y: 2
3067 			},
3068 			{
3069 				name: "tree",
3070 				x: 18,
3071 				y: 8
3072 			}
3073 		],
3074 		npcs: [
3075 			{
3076 				name: "bear",
3077 				x: 9,
3078 				y: 4
3079 			},
3080 			{
3081 				name: "bear",
3082 				x: 13,
3083 				y: 3
3084 			}
3085 		]
3086 	},
3087 	m1007_1002: {
3088 		ingameId: "m1007_1002",
3089 		displayName: "Forest Thieves",
3090 		height: 14,
3091 		width: 24,
3092 		paths: [
3093 			{
3094 				x1: 17,
3095 				y1: 13,
3096 				x2: 18,
3097 				y2: 13,
3098 				destination: "m1007_1001"
3099 			},
3100 			{
3101 				x1: 17,
3102 				y1: 0,
3103 				x2: 18,
3104 				y2: 0,
3105 				destination: "m1007_1003"
3106 			}
3107 		],
3108 		structures: [],
3109 		objects: [
3110 			{
3111 				name: "tree",
3112 				x: 2,
3113 				y: 1
3114 			},
3115 			{
3116 				name: "tree",
3117 				x: 0,
3118 				y: 5
3119 			},
3120 			{
3121 				name: "tree",
3122 				x: 7,
3123 				y: 1
3124 			}
3125 		],
3126 		npcs: [
3127 			{
3128 				name: "thief_lumberjack_chop",
3129 				x: 6,
3130 				y: 4
3131 			},
3132 			{
3133 				name: "thief",
3134 				x: 11,
3135 				y: 8
3136 			},
3137 			{
3138 				name: "thief",
3139 				x: 16,
3140 				y: 5
3141 			}
3142 		]
3143 	},
3144 	m1007_1003: {
3145 		ingameId: "m1007_1003",
3146 		displayName: "Forest Hideout Entrance",
3147 		height: 14,
3148 		width: 24,
3149 		paths: [
3150 			{
3151 				x1: 7,
3152 				y1: 2,
3153 				x2: 7,
3154 				y2: 2,
3155 				destination: "m1007_1003_thieves_hideout",
3156 				ignoreDraw: false
3157 			},
3158 			{
3159 				x1: 17,
3160 				y1: 13,
3161 				x2: 18,
3162 				y2: 13,
3163 				destination: "m1007_1002"
3164 			}
3165 		],
3166 		structures: [],
3167 		objects: [
3168 			{
3169 				name: "trapdoor",
3170 				x: 7,
3171 				y: 2
3172 			}
3173 		],
3174 		npcs: [
3175 			{
3176 				name: "thief",
3177 				x: 12,
3178 				y: 9
3179 			},
3180 			{
3181 				name: "thief",
3182 				x: 17,
3183 				y: 6
3184 			},
3185 			{
3186 				name: "thief",
3187 				x: 3,
3188 				y: 3
3189 			},
3190 			{
3191 				name: "thief",
3192 				x: 7,
3193 				y: 7
3194 			},
3195 			{
3196 				name: "great_thief",
3197 				x: 10,
3198 				y: 4
3199 			},
3200 			{
3201 				name: "head_thief",
3202 				x: 6,
3203 				y: 2
3204 			}
3205 		]
3206 	},
3207 	m1007_1003_thieves_hideout: {
3208 		ingameId: "m1007_1003_thieves_hideout",
3209 		displayName: "Thieves Hideout",
3210 		height: 14,
3211 		width: 24,
3212 		paths: [
3213 			{
3214 				x1: 7,
3215 				y1: 1,
3216 				x2: 7,
3217 				y2: 2,
3218 				destination: "m1007_1003",
3219 				ignoreDraw: false
3220 			},
3221 			{
3222 				x1: 23,
3223 				y1: 7,
3224 				x2: 23,
3225 				y2: 8,
3226 				destination: "m1008_1003_thieves_hideout"
3227 			}
3228 		],
3229 		structures: [
3230 			{
3231 				name: "bed",
3232 				x: 15,
3233 				y: 12
3234 			},
3235 			{
3236 				name: "bed",
3237 				x: 17,
3238 				y: 12
3239 			},
3240 			{
3241 				name: "bed",
3242 				x: 19,
3243 				y: 12
3244 			},
3245 			{
3246 				name: "bed",
3247 				x: 21,
3248 				y: 12
3249 			}
3250 		],
3251 		objects: [
3252 			{
3253 				name: "large_ladder",
3254 				x: 7,
3255 				y: 1
3256 			},
3257 		],
3258 		npcs: [
3259 			{
3260 				name: "thief",
3261 				x: 10,
3262 				y: 4
3263 			},
3264 			{
3265 				name: "thief",
3266 				x: 14,
3267 				y: 6
3268 			},
3269 			{
3270 				name: "thief",
3271 				x: 20,
3272 				y: 5
3273 			},
3274 			{
3275 				name: "retired_thief",
3276 				x: 15,
3277 				y: 2
3278 			}
3279 		]
3280 	},
3281 	m1008_1003_thieves_hideout: {
3282 		ingameId: "m1008_1003_thieves_hideout",
3283 		displayName: "Thieves Hideout Flags",
3284 		height: 14,
3285 		width: 24,
3286 		paths: [
3287 			{
3288 				x1: 0,
3289 				y1: 7,
3290 				x2: 0,
3291 				y2: 8,
3292 				destination: "m1007_1003_thieves_hideout",
3293 				ignoreDraw: false
3294 			},
3295 			{
3296 				x1: 18,
3297 				y1: 5,
3298 				x2: 18,
3299 				y2: 5,
3300 				destination: "m1008_1003_thieves_hideout_2",
3301 				ignoreDraw: false
3302 			}
3303 		],
3304 		structures: [],
3305 		objects: [
3306 			{
3307 				name: "red_flag",
3308 				x: 12,
3309 				y: 0
3310 			},
3311 			{
3312 				name: "red_flag",
3313 				x: 10,
3314 				y: 0
3315 			},
3316 			{
3317 				name: "ladder",
3318 				x: 18,
3319 				y: 5
3320 			},
3321 			{
3322 				name: "cast_iron_door",
3323 				x: 11,
3324 				y: 0
3325 			}
3326 		],
3327 		npcs: [
3328 			{
3329 				name: "great_thief",
3330 				x: 5,
3331 				y: 5
3332 			},
3333 			{
3334 				name: "great_thief",
3335 				x: 17,
3336 				y: 8
3337 			}
3338 		]
3339 	},
3340 	m1008_1003_thieves_hideout_2: {
3341 		ingameId: "m1008_1003_thieves_hideout_2",
3342 		displayName: "Thieves Hideout Hall",
3343 		height: 14,
3344 		width: 24,
3345 		paths: [
3346 			{
3347 				x1: 0,
3348 				y1: 6,
3349 				x2: 0,
3350 				y2: 8,
3351 				destination: "m1007_1003_thieves_hideout_2",
3352 				ignoreDraw: false
3353 			},
3354 			{
3355 				x1: 23,
3356 				y1: 8,
3357 				x2: 23,
3358 				y2: 11,
3359 				destination: "m1009_1003_thieves_hideout_2",
3360 				ignoreDraw: false
3361 			},
3362 			{
3363 				x1: 18,
3364 				y1: 4,
3365 				x2: 18,
3366 				y2: 5,
3367 				destination: "m1008_1003_thieves_hideout",
3368 				ignoreDraw: false
3369 			},
3370 			{
3371 				x1: 7,
3372 				y1: 0,
3373 				x2: 8,
3374 				y2: 1,
3375 				destination: "m1008_1004_thieves_hideout_2",
3376 				ignoreDraw: true
3377 			}
3378 		],
3379 		structures: [],
3380 		objects: [
3381 			{
3382 				name: "large_ladder",
3383 				x: 18,
3384 				y: 4
3385 			},
3386 			{
3387 				name: "wall_entrance",
3388 				x: 7,
3389 				y: 0
3390 			}
3391 		],
3392 		npcs: [
3393 			{
3394 				name: "archer_thief",
3395 				x: 10,
3396 				y: 4
3397 			},
3398 			{
3399 				name: "archer_thief",
3400 				x: 14,
3401 				y: 6
3402 			},
3403 			{
3404 				name: "archer_thief",
3405 				x: 18,
3406 				y: 11
3407 			},
3408 			{
3409 				name: "retired_thief",
3410 				x: 6,
3411 				y: 2
3412 			}
3413 		]
3414 	},
3415 	m1007_1003_thieves_hideout_2: {
3416 		ingameId: "m1007_1003_thieves_hideout_2",
3417 		displayName: "Thieves Hideout Hungry Thief",
3418 		height: 14,
3419 		width: 24,
3420 		paths: [
3421 			{
3422 				x1: 23,
3423 				y1: 6,
3424 				x2: 23,
3425 				y2: 8,
3426 				destination: "m1008_1003_thieves_hideout_2",
3427 				ignoreDraw: false
3428 			},
3429 			{
3430 				x1: 9,
3431 				y1: 5,
3432 				x2: 9,
3433 				y2: 5,
3434 				destination: "m1007_1003_thieves_hideout_3",
3435 				ignoreDraw: false
3436 			}
3437 		],
3438 		structures: [],
3439 		objects: [
3440 			{
3441 				name: "ladder",
3442 				x: 9,
3443 				y: 5
3444 			}
3445 		],
3446 		npcs: [
3447 			{
3448 				name: "bully_thief",
3449 				x: 3,
3450 				y: 5
3451 			}
3452 		]
3453 	},
3454 	m1007_1003_thieves_hideout_3: {
3455 		"ingameId": "m1007_1003_thieves_hideout_3",
3456 		"displayName": "Thieves Hideout Bullies",
3457 		"height": 14,
3458 		"width": 24,
3459 		"paths": [
3460 			{
3461 				"x1": 9,
3462 				"y1": 5,
3463 				"x2": 9,
3464 				"y2": 6,
3465 				"destination": "m1007_1003_thieves_hideout_2",
3466 				"ignoreDraw": false
3467 			}
3468 		],
3469 		"structures": [],
3470 		"objects": [
3471 			{
3472 				"name": "large_ladder",
3473 				"x": 9,
3474 				"y": 5
3475 			},
3476 			{
3477 				"name": "barbed_wire",
3478 				"x": 14,
3479 				"y": 2
3480 			},
3481 			{
3482 				"name": "barbed_wire",
3483 				"x": 15,
3484 				"y": 2
3485 			},
3486 			{
3487 				"name": "barbed_wire",
3488 				"x": 16,
3489 				"y": 2
3490 			},
3491 			{
3492 				"name": "barbed_wire",
3493 				"x": 17,
3494 				"y": 2
3495 			}
3496 		],
3497 		"npcs": [
3498 			{
3499 				"name": "bully_thief",
3500 				"x": 15,
3501 				"y": 4
3502 			},
3503 			{
3504 				"name": "bully_thief",
3505 				"x": 3,
3506 				"y": 8
3507 			},
3508 			{
3509 				"name": "bully_thief",
3510 				"x": 3,
3511 				"y": 2
3512 			},
3513 			{
3514 				"name": "bully_thief",
3515 				"x": 21,
3516 				"y": 10
3517 			}
3518 		]
3519 	},
3520 	m1009_1003_thieves_hideout_2: {
3521 		ingameId: "m1009_1003_thieves_hideout_2",
3522 		displayName: "Thieves Hideout Shops",
3523 		height: 14,
3524 		width: 24,
3525 		paths: [
3526 			{
3527 				x1: 0,
3528 				y1: 8,
3529 				x2: 0,
3530 				y2: 11,
3531 				destination: "m1008_1003_thieves_hideout_2",
3532 				ignoreDraw: false
3533 			}
3534 		],
3535 		structures: [],
3536 		objects: [
3537 			{
3538 				name: "eel_fish_spot",
3539 				x: 21,
3540 				y: 12
3541 			}
3542 		],
3543 		npcs: [
3544 			{
3545 				name: "thief_archer_shop",
3546 				x: 6,
3547 				y: 6
3548 			},
3549 			{
3550 				name: "bank_thief",
3551 				x: 17,
3552 				y: 6
3553 			}
3554 		]
3555 	},
3556 	m1008_1004_thieves_hideout_2: {
3557 		ingameId: "m1008_1004_thieves_hideout_2",
3558 		displayName: "Thieves Hideout Demon",
3559 		height: 14,
3560 		width: 24,
3561 		paths: [
3562 			{
3563 				x1: 5,
3564 				y1: 13,
3565 				x2: 6,
3566 				y2: 13,
3567 				destination: "m1008_1003_thieves_hideout_2",
3568 				ignoreDraw: false
3569 			}
3570 		],
3571 		structures: [],
3572 		objects: [
3573 			{
3574 				name: "chest",
3575 				x: 13,
3576 				y: 5
3577 			}
3578 		],
3579 		npcs: [
3580 			{
3581 				name: "demon",
3582 				x: 18,
3583 				y: 4
3584 			}
3585 		]
3586 	},
3587 	m1008_1001: {
3588 		ingameId: "m1008_1001",
3589 		displayName: "Damage Enchanting Area",
3590 		height: 14,
3591 		width: 24,
3592 		paths: [
3593 			{
3594 				x1: 0,
3595 				y1: 6,
3596 				x2: 0,
3597 				y2: 8,
3598 				destination: "m1007_1001"
3599 			},
3600 			{
3601 				x1: 10,
3602 				y1: 13,
3603 				x2: 13,
3604 				y2: 13,
3605 				destination: "m1008_1000"
3606 			},
3607 			{
3608 				x1: 23,
3609 				y1: 5,
3610 				x2: 23,
3611 				y2: 8,
3612 				destination: "m1009_1001"
3613 			}
3614 		],
3615 		structures: [
3616 			{
3617 				name: "damage1_enchantment_area",
3618 				x: 6,
3619 				y: 2
3620 			}
3621 		],
3622 		objects: [
3623 			{
3624 				name: "fire",
3625 				x: 8,
3626 				y: 11
3627 			},
3628 			{
3629 				name: "fire",
3630 				x: 13,
3631 				y: 10
3632 			},
3633 			{
3634 				name: "fire",
3635 				x: 15,
3636 				y: 13
3637 			}
3638 		],
3639 		npcs: [
3640 			{
3641 				name: "mage",
3642 				x: 17,
3643 				y: 5
3644 			}
3645 		]
3646 	},
3647 	m1008_1000: {
3648 		ingameId: "m1008_1000",
3649 		displayName: "Derranged Mage",
3650 		height: 14,
3651 		width: 24,
3652 		paths: [
3653 			{
3654 				x1: 10,
3655 				y1: 0,
3656 				x2: 13,
3657 				y2: 0,
3658 				destination: "m1008_1001",
3659 				ignoreDraw: false
3660 			}
3661 		],
3662 		structures: [],
3663 		objects: [],
3664 		npcs: [
3665 			{
3666 				name: "deranged_mage",
3667 				x: 11,
3668 				y: 6
3669 			}
3670 		]
3671 	},
3672 	m1009_1001: {
3673 		ingameId: "m1009_1001",
3674 		displayName: "Mystic Vale Guard",
3675 		upperImg: true,
3676 		height: 14,
3677 		width: 24,
3678 		paths: [
3679 			{
3680 				x1: 0,
3681 				y1: 5,
3682 				x2: 0,
3683 				y2: 8,
3684 				destination: "m1008_1001"
3685 			},
3686 			{
3687 				x1: 15,
3688 				y1: 0,
3689 				x2: 18,
3690 				y2: 0,
3691 				destination: "m1009_1002"
3692 			},
3693 			{
3694 				x1: 17,
3695 				y1: 13,
3696 				x2: 19,
3697 				y2: 13,
3698 				destination: "m1009_1000"
3699 			},
3700 			{
3701 				x1: 9,
3702 				y1: 3,
3703 				x2: 9,
3704 				y2: 4,
3705 				destination: "m1009_1001_inside"
3706 			}
3707 		],
3708 		structures: [],
3709 		objects: [
3710 			{
3711 				name: "single_blue_door",
3712 				x: 9,
3713 				y: 3
3714 			},
3715 			{
3716 				name: "magic_tree",
3717 				x: 19,
3718 				y: 5
3719 			}
3720 		],
3721 		npcs: [
3722 			{
3723 				name: "mage",
3724 				x: 12,
3725 				y: 4
3726 			},
3727 			{
3728 				name: "guard_mage",
3729 				x: 14,
3730 				y: 8
3731 			}
3732 		]
3733 	},
3734 	m1009_1001_inside: {
3735         "ingameId": "m1009_1001_inside",
3736 		displayName: "Mystic Vale Locked House",
3737         "height": 14,
3738         "width": 24,
3739         "paths": [
3740             {
3741                 "x1": 12,
3742                 "y1": 13,
3743                 "x2": 14,
3744                 "y2": 13,
3745                 "destination": "m1009_1001",
3746                 "ignoreDraw": false
3747             }
3748         ],
3749         "structures": [],
3750         "objects": [
3751             {
3752                 "name": "chest",
3753                 "x": 13,
3754                 "y": 6
3755             },
3756             {
3757                 "name": "dead_mage",
3758                 "x": 8,
3759                 "y": 6
3760             },
3761             {
3762                 "name": "damage_fire",
3763                 "x": 8,
3764                 "y": 8
3765             },
3766             {
3767                 "name": "damage_fire",
3768                 "x": 17,
3769                 "y": 9
3770             }
3771         ],
3772         "npcs": []
3773     },
3774 	m1009_1000: {
3775 		ingameId: "m1009_1000",
3776 		displayName: "Mystic Vale Graveyard",
3777 		height: 14,
3778 		width: 24,
3779 		paths: [
3780 			{
3781 				x1: 17,
3782 				y1: 0,
3783 				x2: 19,
3784 				y2: 0,
3785 				destination: "m1009_1001"
3786 			},
3787 			{
3788 				x1: 22,
3789 				y1: 12,
3790 				x2: 22,
3791 				y2: 12,
3792 				destination: "m1009_1000_dug",
3793 			}
3794 		],
3795 		structures: [],
3796 		objects: [
3797 			{
3798 				name: "blue_broken_tombstone",
3799 				x: 4,
3800 				y: 4
3801 			},
3802 			{
3803 				name: "blue_tombstone",
3804 				x: 11,
3805 				y: 4
3806 			},
3807 			{
3808 				name: "blue_tombstone",
3809 				x: 5,
3810 				y: 7
3811 			},
3812 			{
3813 				name: "blue_tombstone",
3814 				x: 10,
3815 				y: 7
3816 			},
3817 			{
3818 				name: "magic_tree",
3819 				x: 14,
3820 				y: 2
3821 			},
3822 			{
3823 				name: "magic_tree",
3824 				x: 0,
3825 				y: 7
3826 			},
3827 			{
3828 				name: "dig_here",
3829 				x: 22,
3830 				y: 12
3831 			},
3832 		],
3833 		npcs: [
3834 			{
3835 				name: "ghost",
3836 				x: 9,
3837 				y: 6
3838 			},
3839 			{
3840 				name: "mage",
3841 				x: 18,
3842 				y: 3
3843 			}
3844 		]
3845 	},
3846 	m1009_1000_dug: {
3847         "ingameId": "m1009_1000_dug",
3848         "displayName": "",
3849         "height": 14,
3850         "width": 24,
3851         "paths": [
3852             {
3853                 "x1": 8,
3854                 "y1": 2,
3855                 "x2": 8,
3856                 "y2": 3,
3857                 "destination": "m1009_1000",
3858                 "ignoreDraw": false
3859             }
3860         ],
3861         "structures": [],
3862         "objects": [
3863             {
3864                 "name": "sewer_exit_ladder",
3865                 "x": 8,
3866                 "y": 2
3867             },
3868             {
3869                 "name": "mystic_gemstone_rock",
3870                 "x": 14,
3871                 "y": 5
3872             }
3873         ],
3874         "npcs": [
3875             {
3876                 "name": "red_mage",
3877                 "x": 15,
3878                 "y": 9
3879             }
3880         ]
3881     },
3882 	m1009_1002: {
3883 		ingameId: "m1009_1002",
3884 		displayName: "Mystic Vale",
3885 		height: 14,
3886 		width: 24,
3887 		paths: [
3888 			{
3889 				x1: 15,
3890 				y1: 13,
3891 				x2: 18,
3892 				y2: 13,
3893 				destination: "m1009_1001"
3894 			},
3895 			{
3896 				x1: 23,
3897 				y1: 10,
3898 				x2: 23,
3899 				y2: 11,
3900 				destination: "m1010_1002"
3901 			},
3902 			{
3903 				x1: 0,
3904 				y1: 8,
3905 				x2: 0,
3906 				y2: 9,
3907 				destination: "m1008_1002"
3908 			},
3909 			{
3910 				x1: 10,
3911 				y1: 5,
3912 				x2: 11,
3913 				y2: 6,
3914 				destination: "m1009_1002_mayor",
3915 				ignoreDraw: true
3916 			},
3917 			{
3918 				x1: 19,
3919 				y1: 6,
3920 				x2: 19,
3921 				y2: 7,
3922 				destination: "m1009_1002_bank",
3923 				ignoreDraw: true
3924 			}
3925 		],
3926 		structures: [],
3927 		objects: [
3928 			{
3929 				name: "blue_flag",
3930 				x: 6,
3931 				y: 5
3932 			},
3933 			{
3934 				name: "double_blue_door",
3935 				x: 10,
3936 				y: 5
3937 			},
3938 			{
3939 				name: "single_blue_door",
3940 				x: 19,
3941 				y: 6
3942 			},
3943 			{
3944 				name: "bank_sign",
3945 				x: 21,
3946 				y: 7
3947 			}
3948 		],
3949 		npcs: [
3950 			{
3951 				name: "mage",
3952 				x: 14,
3953 				y: 9
3954 			}
3955 		]
3956 	},
3957 	m1009_1002_mayor: {
3958 		ingameId: "m1009_1002_mayor",
3959 		displayName: "Mystic Vale Mayor House",
3960 		height: 14,
3961 		width: 24,
3962 		paths: [
3963 			{
3964 				x1: 14,
3965 				y1: 13,
3966 				x2: 17,
3967 				y2: 13,
3968 				destination: "m1009_1002"
3969 			}
3970 		],
3971 		structures: [
3972 			{
3973 				name: "bed",
3974 				x: 2,
3975 				y: 3
3976 			}
3977 		],
3978 		objects: [],
3979 		npcs: [
3980 			{
3981 				name: "head_mage",
3982 				x: 14,
3983 				y: 6
3984 			}
3985 		]
3986 	},
3987 	m1009_1002_bank: {
3988 		ingameId: "m1009_1002_bank",
3989 		displayName: "Mystic Vale Bank",
3990 		height: 14,
3991 		width: 24,
3992 		paths: [
3993 			{
3994 				x1: 10,
3995 				y1: 13,
3996 				x2: 13,
3997 				y2: 13,
3998 				destination: "m1009_1002"
3999 			}
4000 		],
4001 		structures: [],
4002 		objects: [
4003 			{
4004 				name: "banker",
4005 				x: 7,
4006 				y: 4
4007 			},
4008 			{
4009 				name: "banker",
4010 				x: 9,
4011 				y: 4
4012 			},
4013 			{
4014 				name: "other_banker",
4015 				x: 14,
4016 				y: 4
4017 			},
4018 			{
4019 				name: "other_banker",
4020 				x: 16,
4021 				y: 4
4022 			}
4023 		],
4024 		npcs: []
4025 	},
4026 	m1008_1002: {
4027 		ingameId: "m1008_1002",
4028 		displayName: "Mystic Vale Orb Source",
4029 		height: 14,
4030 		width: 24,
4031 		paths: [
4032 			{
4033 				x1: 23,
4034 				y1: 8,
4035 				x2: 23,
4036 				y2: 9,
4037 				destination: "m1009_1002"
4038 			}
4039 		],
4040 		structures: [
4041 			{
4042 				name: "unpowered_orb_source",
4043 				x: 2,
4044 				y: 2
4045 			}
4046 		],
4047 		objects: [],
4048 		npcs: [
4049 			{
4050 				name: "guard_mage",
4051 				x: 13,
4052 				y: 2
4053 			},
4054 			{
4055 				name: "guard_mage",
4056 				x: 17,
4057 				y: 9
4058 			},
4059 			{
4060 				name: "guard_mage",
4061 				x: 20,
4062 				y: 3
4063 			}
4064 		]
4065 	},
4066 	m1010_1002: {
4067 		ingameId: "m1010_1002",
4068 		displayName: "Mystic Vale Shops",
4069 		height: 14,
4070 		width: 24,
4071 		paths: [
4072 			{
4073 				x1: 20,
4074 				y1: 4,
4075 				x2: 20,
4076 				y2: 4,
4077 				destination: "m1010_1002_general_store"
4078 			},
4079 			{
4080 				x1: 0,
4081 				y1: 10,
4082 				x2: 0,
4083 				y2: 11,
4084 				destination: "m1009_1002"
4085 			},
4086 			{
4087 				x1: 23,
4088 				y1: 10,
4089 				x2: 23,
4090 				y2: 12,
4091 				destination: "m1011_1002"
4092 			},
4093 			{
4094 				x1: 9,
4095 				y1: 4,
4096 				x2: 10,
4097 				y2: 5,
4098 				destination: "m1010_1002_magic_shop",
4099 				ignoreDraw: true
4100 			},
4101 			{
4102 				x1: 21,
4103 				y1: 6,
4104 				x2: 21,
4105 				y2: 7,
4106 				destination: "m1010_1002_general_store",
4107 				ignoreDraw: true
4108 			}
4109 		],
4110 		structures: [],
4111 		objects: [
4112 			{
4113 				name: "chest",
4114 				x: 18,
4115 				y: 2
4116 			},
4117 			{
4118 				name: "staff_sign",
4119 				x: 7,
4120 				y: 5
4121 			},
4122 			{
4123 				name: "general_store_sign",
4124 				x: 22,
4125 				y: 7
4126 			},
4127 			{
4128 				name: "double_blue_door",
4129 				x: 9,
4130 				y: 4
4131 			},
4132 			{
4133 				name: "single_blue_door",
4134 				x: 21,
4135 				y: 6
4136 			}
4137 		],
4138 		npcs: [
4139 			{
4140 				name: "guard_mage",
4141 				x: 18,
4142 				y: 11
4143 			}
4144 		]
4145 	},
4146 	m1010_1002_magic_shop: {
4147 		ingameId: "m1010_1002_magic_shop",
4148 		displayName: "Mystic Vale Magic Shop",
4149 		height: 14,
4150 		width: 24,
4151 		paths: [
4152 			{
4153 				x1: 10,
4154 				y1: 13,
4155 				x2: 12,
4156 				y2: 13,
4157 				destination: "m1010_1002"
4158 			}
4159 		],
4160 		structures: [
4161 			{
4162 				name: "bed",
4163 				x: 16,
4164 				y: 6
4165 			}
4166 		],
4167 		objects: [],
4168 		npcs: [
4169 			{
4170 				name: "mage",
4171 				x: 11,
4172 				y: 7
4173 			}
4174 		]
4175 	},
4176 	m1010_1002_general_store: {
4177 		ingameId: "m1010_1002_general_store",
4178 		displayName: "Mystic Vale General Store",
4179 		height: 14,
4180 		width: 24,
4181 		paths: [
4182 			{
4183 				x1: 19,
4184 				y1: 0,
4185 				x2: 19,
4186 				y2: 0,
4187 				destination: "m1010_1002"
4188 			},
4189 			{
4190 				x1: 9,
4191 				y1: 13,
4192 				x2: 9,
4193 				y2: 13,
4194 				destination: "m1010_1002"
4195 			}
4196 		],
4197 		structures: [],
4198 		objects: [],
4199 		npcs: [
4200 			{
4201 				name: "general_store_owner",
4202 				x: 12,
4203 				y: 8
4204 			}
4205 		]
4206 	},
4207 	m1011_1002: {
4208 		ingameId: "m1011_1002",
4209 		displayName: "Mystic Vale Field",
4210 		height: 14,
4211 		width: 24,
4212 		paths: [
4213 			{
4214 				x1: 0,
4215 				y1: 10,
4216 				x2: 0,
4217 				y2: 12,
4218 				destination: "m1010_1002"
4219 			},
4220 			{
4221 				x1: 23,
4222 				y1: 7,
4223 				x2: 23,
4224 				y2: 9,
4225 				destination: "m1012_1002"
4226 			},
4227 			{
4228 				x1: 11,
4229 				y1: 8,
4230 				x2: 11,
4231 				y2: 8,
4232 				destination: "m1011_1002_under"
4233 			}
4234 		],
4235 		structures: [],
4236 		objects: [
4237 			{
4238 				name: "ladder",
4239 				x: 11,
4240 				y: 8
4241 			}
4242 		],
4243 		npcs: [
4244 			{
4245 				name: "mage",
4246 				x: 17,
4247 				y: 4
4248 			}
4249 		]
4250 	},
4251 	m1011_1002_under: {
4252 		ingameId: "m1011_1002_under",
4253 		displayName: "Mystic Vale Farming",
4254 		height: 14,
4255 		width: 24,
4256 		paths: [
4257 			{
4258 				x1: 0,
4259 				y1: 10,
4260 				x2: 0,
4261 				y2: 12,
4262 				destination: "m1010_1002"
4263 			}
4264 		],
4265 		structures: [
4266 			{
4267 				name: "farming_none",
4268 				x: 9,
4269 				y: 0
4270 			}
4271 		],
4272 		objects: [
4273 			{
4274 				name: "large_ladder",
4275 				x: 11,
4276 				y: 8
4277 			}
4278 		],
4279 		npcs: [
4280 			{
4281 				name: "farm_mage",
4282 				x: 18,
4283 				y: 8
4284 			}
4285 		]
4286 	},
4287 	m1012_1002: {
4288 		ingameId: "m1012_1002",
4289 		displayName: "Mystic Vale Mage Barrier",
4290 		height: 14,
4291 		width: 24,
4292 		paths: [
4293 			{
4294 				x1: 0,
4295 				y1: 7,
4296 				x2: 0,
4297 				y2: 9,
4298 				destination: "m1011_1002"
4299 			},
4300 			{
4301 				x1: 23,
4302 				y1: 6,
4303 				x2: 23,
4304 				y2: 8,
4305 				destination: "m1013_1002"
4306 			}
4307 		],
4308 		structures: [],
4309 		objects: [
4310 			{
4311 				name: "blue_flag",
4312 				x: 4,
4313 				y: 3
4314 			},
4315 			{
4316 				name: "blue_flag",
4317 				x: 4,
4318 				y: 7
4319 			},
4320 			{
4321 				name: "magic_tree",
4322 				x: 12,
4323 				y: 1
4324 			},
4325 			{
4326 				name: "magic_tree",
4327 				x: 18,
4328 				y: 9
4329 			}
4330 		],
4331 		npcs: [
4332 			{
4333 				name: "guard_mage",
4334 				x: 6,
4335 				y: 0
4336 			},
4337 			{
4338 				name: "guard_mage",
4339 				x: 6,
4340 				y: 1
4341 			},
4342 			{
4343 				name: "guard_mage",
4344 				x: 6,
4345 				y: 2
4346 			},
4347 			{
4348 				name: "guard_mage",
4349 				x: 6,
4350 				y: 3
4351 			},
4352 			{
4353 				name: "guard_mage",
4354 				x: 6,
4355 				y: 4
4356 			},
4357 			{
4358 				name: "guard_mage",
4359 				x: 6,
4360 				y: 5
4361 			},
4362 			{
4363 				name: "guard_mage",
4364 				x: 6,
4365 				y: 6
4366 			},
4367 			{
4368 				name: "guard_mage",
4369 				x: 6,
4370 				y: 7
4371 			},
4372 			{
4373 				name: "guard_mage",
4374 				x: 6,
4375 				y: 8
4376 			},
4377 			{
4378 				name: "guard_mage",
4379 				x: 6,
4380 				y: 9
4381 			},
4382 			{
4383 				name: "guard_mage",
4384 				x: 6,
4385 				y: 10
4386 			},
4387 			{
4388 				name: "guard_mage",
4389 				x: 6,
4390 				y: 11
4391 			},
4392 			{
4393 				name: "guard_mage",
4394 				x: 6,
4395 				y: 12
4396 			},
4397 			{
4398 				name: "guard_mage",
4399 				x: 6,
4400 				y: 13
4401 			}
4402 		]
4403 	},
4404 	m1013_1002: {
4405 		ingameId: "m1013_1002",
4406 		displayName: "Mystic Vale Red Mages",
4407 		height: 14,
4408 		width: 24,
4409 		paths: [
4410 			{
4411 				x1: 0,
4412 				y1: 6,
4413 				x2: 0,
4414 				y2: 8,
4415 				destination: "m1012_1002"
4416 			}
4417 		],
4418 		structures: [],
4419 		objects: [],
4420 		npcs: [
4421 			{
4422 				name: "red_mage",
4423 				x: 8,
4424 				y: 2
4425 			},
4426 			{
4427 				name: "red_mage",
4428 				x: 14,
4429 				y: 7
4430 			},
4431 			{
4432 				name: "red_mage",
4433 				x: 19,
4434 				y: 2
4435 			}
4436 		]
4437 	},
4438 	m1000_1100: {
4439 		ingameId: "m1000_1100",
4440 		displayName: "Jungle",
4441 		height: 14,
4442 		width: 24,
4443 		paths: [
4444 			{
4445 				x1: 14,
4446 				y1: 0,
4447 				x2: 16,
4448 				y2: 0,
4449 				destination: "m1000_1101",
4450 				ignoreDraw: false
4451 			},
4452 			{
4453 				x1: 6,
4454 				y1: 9,
4455 				x2: 9,
4456 				y2: 10,
4457 				destination: "m1001_1002",
4458 				ignoreDraw: false
4459 			}
4460 		],
4461 		structures: [],
4462 		objects: [
4463 			{
4464 				name: "row_boat",
4465 				x: 6,
4466 				y: 8
4467 			},
4468 			{
4469 				name: "tuna_fish_spot",
4470 				x: 19,
4471 				y: 12
4472 			},
4473 			{
4474 				name: "tuna_fish_spot",
4475 				x: 23,
4476 				y: 11
4477 			}
4478 		],
4479 		npcs: [
4480 			{
4481 				name: "ned",
4482 				x: 8,
4483 				y: 7
4484 			}
4485 		]
4486 	},
4487 	m1000_1101: {
4488 		ingameId: "m1000_1101",
4489 		displayName: "Jungle Beetles",
4490 		height: 14,
4491 		width: 24,
4492 		paths: [
4493 			{
4494 				x1: 14,
4495 				y1: 13,
4496 				x2: 16,
4497 				y2: 13,
4498 				destination: "m1000_1100",
4499 				ignoreDraw: false
4500 			},
4501 			{
4502 				x1: 11,
4503 				y1: 0,
4504 				x2: 13,
4505 				y2: 0,
4506 				destination: "m1000_1102",
4507 				ignoreDraw: false
4508 			}
4509 		],
4510 		structures: [],
4511 		objects: [
4512 			{
4513 				name: "bamboo_tree",
4514 				x: 1,
4515 				y: 1
4516 			},
4517 			{
4518 				name: "bamboo_tree",
4519 				x: 18,
4520 				y: 5
4521 			}
4522 		],
4523 		npcs: [
4524 			{
4525 				name: "beetle",
4526 				x: 8,
4527 				y: 7
4528 			},
4529 			{
4530 				name: "beetle",
4531 				x: 9,
4532 				y: 1
4533 			},
4534 			{
4535 				name: "beetle",
4536 				x: 14,
4537 				y: 7
4538 			}
4539 		]
4540 	},
4541 	m1000_1102: {
4542 		ingameId: "m1000_1102",
4543 		displayName: "Jungle Baby Thief",
4544 		height: 14,
4545 		width: 24,
4546 		paths: [
4547 			{
4548 				x1: 13,
4549 				y1: 0,
4550 				x2: 15,
4551 				y2: 0,
4552 				destination: "m1000_1103",
4553 				ignoreDraw: false
4554 			},
4555 			{
4556 				x1: 11,
4557 				y1: 13,
4558 				x2: 13,
4559 				y2: 13,
4560 				destination: "m1000_1101",
4561 				ignoreDraw: false
4562 			},
4563 			{
4564 				x1: 23,
4565 				y1: 0,
4566 				x2: 23,
4567 				y2: 2,
4568 				destination: "m1001_1102",
4569 				ignoreDraw: false
4570 			}
4571 		],
4572 		structures: [],
4573 		objects: [
4574 			{
4575 				name: "bamboo_tree",
4576 				x: 1,
4577 				y: 2
4578 			},
4579 			{
4580 				name: "bamboo_tree",
4581 				x: 0,
4582 				y: 4
4583 			},
4584 			{
4585 				name: "bamboo_tree",
4586 				x: 7,
4587 				y: 2
4588 			},
4589 			{
4590 				name: "bamboo_tree",
4591 				x: 0,
4592 				y: 7
4593 			},
4594 			{
4595 				name: "bamboo_tree",
4596 				x: 5,
4597 				y: 1
4598 			},
4599 			{
4600 				name: "bamboo_tree",
4601 				x: 18,
4602 				y: 4
4603 			},
4604 			{
4605 				name: "sugarcane",
4606 				x: 20,
4607 				y: 3
4608 			},
4609 			{
4610 				name: "sugarcane",
4611 				x: 21,
4612 				y: 3
4613 			},
4614 			{
4615 				name: "sugarcane",
4616 				x: 22,
4617 				y: 3
4618 			}
4619 		],
4620 		npcs: [
4621 			{
4622 				name: "baby_thief",
4623 				x: 13,
4624 				y: 8
4625 			}
4626 		]
4627 	},
4628 	m1001_1102: {
4629 		ingameId: "m1001_1102",
4630 		displayName: "Jungle Sugarcane",
4631 		height: 14,
4632 		width: 24,
4633 		paths: [
4634 			{
4635 				x1: 0,
4636 				y1: 0,
4637 				x2: 0,
4638 				y2: 2,
4639 				destination: "m1000_1102",
4640 				ignoreDraw: false
4641 			}
4642 		],
4643 		structures: [],
4644 		objects: [
4645 			{
4646 				name: "bamboo_tree",
4647 				x: 4,
4648 				y: 8
4649 			},
4650 			{
4651 				name: "bamboo_tree",
4652 				x: 5,
4653 				y: 9
4654 			},
4655 			{
4656 				name: "sugarcane",
4657 				x: 6,
4658 				y: 3
4659 			},
4660 			{
4661 				name: "sugarcane",
4662 				x: 8,
4663 				y: 3
4664 			},
4665 			{
4666 				name: "sugarcane",
4667 				x: 15,
4668 				y: 6
4669 			},
4670 			{
4671 				name: "sugarcane",
4672 				x: 17,
4673 				y: 6
4674 			},
4675 			{
4676 				name: "sugarcane",
4677 				x: 18,
4678 				y: 6
4679 			},
4680 			{
4681 				name: "sugarcane",
4682 				x: 19,
4683 				y: 6
4684 			},
4685 			{
4686 				name: "sugarcane",
4687 				x: 1,
4688 				y: 7
4689 			},
4690 			{
4691 				name: "sugarcane",
4692 				x: 17,
4693 				y: 8
4694 			}
4695 		],
4696 		npcs: [
4697 			{
4698 				name: "gorilla",
4699 				x: 14,
4700 				y: 11
4701 			},
4702 			{
4703 				name: "trible_fishermen",
4704 				x: 16,
4705 				y: 2
4706 			}
4707 		]
4708 	},
4709 	m1000_1103: {
4710 		ingameId: "m1000_1103",
4711 		displayName: "Jungle Tigers",
4712 		height: 14,
4713 		width: 24,
4714 		paths: [
4715 			{
4716 				x1: 13,
4717 				y1: 13,
4718 				x2: 15,
4719 				y2: 13,
4720 				destination: "m1000_1102",
4721 				ignoreDraw: false
4722 			},
4723 			{
4724 				x1: 10,
4725 				y1: 0,
4726 				x2: 12,
4727 				y2: 0,
4728 				destination: "m1000_1104",
4729 				ignoreDraw: false
4730 			}
4731 		],
4732 		structures: [],
4733 		objects: [],
4734 		npcs: [
4735 			{
4736 				name: "tiger",
4737 				x: 11,
4738 				y: 5
4739 			},
4740 			{
4741 				name: "tiger",
4742 				x: 11,
4743 				y: 7
4744 			},
4745 			{
4746 				name: "tiger",
4747 				x: 20,
4748 				y: 3
4749 			}
4750 		]
4751 	},
4752 	m1000_1104: {
4753 		ingameId: "m1000_1104",
4754 		displayName: "Jungle Enchantment Area",
4755 		height: 14,
4756 		width: 24,
4757 		paths: [
4758 			{
4759 				x1: 10,
4760 				y1: 13,
4761 				x2: 12,
4762 				y2: 13,
4763 				destination: "m1000_1103",
4764 				ignoreDraw: false
4765 			},
4766 			{
4767 				x1: 10,
4768 				y1: 0,
4769 				x2: 12,
4770 				y2: 0,
4771 				destination: "m1000_1105",
4772 				ignoreDraw: false
4773 			}
4774 		],
4775 		structures: [
4776 			{
4777 				name: "grass_enchantment_area",
4778 				x: 10,
4779 				y: 3
4780 			}
4781 		],
4782 		objects: [],
4783 		npcs: []
4784 	},
4785 	m1000_1105: {
4786 		ingameId: "m1000_1105",
4787 		displayName: "Jungle Sign",
4788 		height: 14,
4789 		width: 24,
4790 		paths: [
4791 			{
4792 				x1: 10,
4793 				y1: 13,
4794 				x2: 12,
4795 				y2: 13,
4796 				destination: "m1000_1104",
4797 				ignoreDraw: false
4798 			},
4799 			{
4800 				x1: 10,
4801 				y1: 0,
4802 				x2: 12,
4803 				y2: 0,
4804 				destination: "m1000_1106",
4805 				ignoreDraw: false
4806 			}
4807 		],
4808 		structures: [],
4809 		objects: [
4810 			{
4811 				name: "general_sign",
4812 				x: 7,
4813 				y: 2
4814 			}
4815 		],
4816 		npcs: []
4817 	},
4818 	m1000_1106: {
4819 		ingameId: "m1000_1106",
4820 		displayName: "Jungle Maze",
4821 		height: 14,
4822 		width: 24,
4823 		paths: [
4824 			{
4825 				x1: 10,
4826 				y1: 13,
4827 				x2: 12,
4828 				y2: 13,
4829 				destination: "m1000_1105",
4830 				ignoreDraw: false
4831 			},
4832 			{
4833 				x1: 0,
4834 				y1: 4,
4835 				x2: 0,
4836 				y2: 6,
4837 				destination: "m1000_1106",
4838 				ignoreDraw: false
4839 			},
4840 			{
4841 				x1: 23,
4842 				y1: 4,
4843 				x2: 23,
4844 				y2: 6,
4845 				destination: "m1000_1106",
4846 				ignoreDraw: false
4847 			},
4848 			{
4849 				x1: 9,
4850 				y1: 0,
4851 				x2: 11,
4852 				y2: 0,
4853 				destination: "m1000_1107",
4854 				ignoreDraw: false
4855 			}
4856 		],
4857 		structures: [],
4858 		objects: [
4859 			{
4860 				name: "jungle_torch_up",
4861 				x: 10,
4862 				y: 3
4863 			}
4864 		],
4865 		npcs: []
4866 	},
4867 	m1000_1107: {
4868 		ingameId: "m1000_1107",
4869 		displayName: "Omboko Entrance",
4870 		height: 14,
4871 		width: 24,
4872 		paths: [
4873 			{
4874 				x1: 10,
4875 				y1: 13,
4876 				x2: 12,
4877 				y2: 13,
4878 				destination: "m1000_1106",
4879 				ignoreDraw: false
4880 			},
4881 			{
4882 				x1: 10,
4883 				y1: 0,
4884 				x2: 12,
4885 				y2: 0,
4886 				destination: "m1000_1108",
4887 				ignoreDraw: false
4888 			}
4889 		],
4890 		structures: [],
4891 		objects: [
4892 			{
4893 				name: "jungle_torch_up",
4894 				x: 8,
4895 				y: 0
4896 			},
4897 			{
4898 				name: "jungle_torch_up",
4899 				x: 13,
4900 				y: 0
4901 			}
4902 		],
4903 		npcs: [
4904 			{
4905 				name: "triblemen",
4906 				x: 15,
4907 				y: 4
4908 			}
4909 		]
4910 	},
4911 	m1000_1108: {
4912 		ingameId: "m1000_1108",
4913 		displayName: "Omboko Bondfire",
4914 		height: 14,
4915 		width: 24,
4916 		paths: [
4917 			{
4918 				x1: 10,
4919 				y1: 0,
4920 				x2: 12,
4921 				y2: 0,
4922 				destination: "m1000_1109",
4923 				ignoreDraw: false
4924 			},
4925 			{
4926 				x1: 10,
4927 				y1: 13,
4928 				x2: 12,
4929 				y2: 13,
4930 				destination: "m1000_1107",
4931 				ignoreDraw: false
4932 			}
4933 		],
4934 		structures: [],
4935 		objects: [
4936 			{
4937 				name: "bondfire_off",
4938 				x: 4,
4939 				y: 4
4940 			}
4941 		],
4942 		npcs: [
4943 			{
4944 				name: "triblemen",
4945 				x: 13,
4946 				y: 5
4947 			},
4948 			{
4949 				name: "triblemen",
4950 				x: 10,
4951 				y: 6
4952 			},
4953 			{
4954 				name: "triblemen",
4955 				x: 2,
4956 				y: 7
4957 			},
4958 			{
4959 				name: "triblemen",
4960 				x: 5,
4961 				y: 1
4962 			}
4963 		]
4964 	},
4965 	m1000_1109: {
4966 		ingameId: "m1000_1109",
4967 		displayName: "Omboko Center",
4968 		upperImg: true,
4969 		height: 14,
4970 		width: 24,
4971 		paths: [
4972 			{
4973 				x1: 10,
4974 				y1: 13,
4975 				x2: 12,
4976 				y2: 13,
4977 				destination: "m1000_1108",
4978 				ignoreDraw: false
4979 			},
4980 			{
4981 				x1: 9,
4982 				y1: 0,
4983 				x2: 12,
4984 				y2: 0,
4985 				destination: "m1000_1110",
4986 				ignoreDraw: false
4987 			},
4988 			{
4989 				x1: 0,
4990 				y1: 5,
4991 				x2: 0,
4992 				y2: 8,
4993 				destination: "m999_1109",
4994 				ignoreDraw: false
4995 			},
4996 			{
4997 				x1: 17,
4998 				y1: 6,
4999 				x2: 17,
5000 				y2: 7,
5001 				destination: "m1000_1109_bank",
5002 				ignoreDraw: true
5003 			}
5004 		],
5005 		structures: [],
5006 		objects: [
5007 			{
5008 				name: "jungle_torch_up",
5009 				x: 2,
5010 				y: 2
5011 			},
5012 			{
5013 				name: "jungle_torch_up",
5014 				x: 21,
5015 				y: 9
5016 			},
5017 			{
5018 				name: "damage_fire",
5019 				x: 9,
5020 				y: 5
5021 			},
5022 			{
5023 				name: "white_flag",
5024 				x: 20,
5025 				y: 6
5026 			},
5027 			{
5028 				name: "bank_sign",
5029 				x: 21,
5030 				y: 6
5031 			},
5032 			{
5033 				name: "single_entrance_hole",
5034 				x: 17,
5035 				y: 6
5036 			}
5037 		],
5038 		npcs: [
5039 			{
5040 				name: "triblemen",
5041 				x: 8,
5042 				y: 4
5043 			},
5044 			{
5045 				name: "gorilla",
5046 				x: 5,
5047 				y: 1
5048 			},
5049 			{
5050 				name: "triblemen",
5051 				x: 18,
5052 				y: 10
5053 			}
5054 		]
5055 	},
5056 	m1000_1109_bank: {
5057 		ingameId: "m1000_1109_bank",
5058 		displayName: "Omboko Bank",
5059 		height: 14,
5060 		width: 24,
5061 		paths: [
5062 			{
5063 				x1: 9,
5064 				y1: 13,
5065 				x2: 12,
5066 				y2: 13,
5067 				destination: "m1000_1109",
5068 				ignoreDraw: false
5069 			}
5070 		],
5071 		structures: [],
5072 		objects: [
5073 			{
5074 				name: "trible_banker",
5075 				x: 7,
5076 				y: 4
5077 			},
5078 			{
5079 				name: "trible_banker",
5080 				x: 9,
5081 				y: 4
5082 			},
5083 			{
5084 				name: "other_trible_banker",
5085 				x: 14,
5086 				y: 4
5087 			},
5088 			{
5089 				name: "other_trible_banker",
5090 				x: 12,
5091 				y: 4
5092 			}
5093 		],
5094 		npcs: []
5095 	},
5096 	m999_1109: {
5097 		ingameId: "m999_1109",
5098 		displayName: "Omboko Fire Spirit",
5099 		height: 14,
5100 		width: 24,
5101 		paths: [
5102 			{
5103 				x1: 23,
5104 				y1: 5,
5105 				x2: 23,
5106 				y2: 8,
5107 				destination: "m1000_1109",
5108 				ignoreDraw: false
5109 			}
5110 		],
5111 		structures: [],
5112 		objects: [
5113 			{
5114 				name: "jungle_torch_up",
5115 				x: 5,
5116 				y: 2
5117 			},
5118 			{
5119 				name: "jungle_torch_up",
5120 				x: 13,
5121 				y: 2
5122 			},
5123 			{
5124 				name: "jungle_torch_up",
5125 				x: 5,
5126 				y: 6
5127 			},
5128 			{
5129 				name: "jungle_torch_up",
5130 				x: 13,
5131 				y: 6
5132 			}
5133 		],
5134 		npcs: [
5135 			{
5136 				name: "gorilla",
5137 				x: 2,
5138 				y: 1
5139 			},
5140 			{
5141 				name: "gorilla",
5142 				x: 2,
5143 				y: 4
5144 			},
5145 			{
5146 				name: "gorilla",
5147 				x: 2,
5148 				y: 7
5149 			},
5150 			{
5151 				name: "fire_spirit",
5152 				x: 9,
5153 				y: 4
5154 			}
5155 		]
5156 	},
5157 	m1000_1110: {
5158 		"ingameId": "m1000_1110",
5159 		"displayName": "Omboko North",
5160 		"height": 14,
5161 		"width": 24,
5162 		"paths": [
5163 			{
5164 				"x1": 9,
5165 				"y1": 13,
5166 				"x2": 12,
5167 				"y2": 13,
5168 				"destination": "m1000_1109",
5169 				"ignoreDraw": false
5170 			},
5171 			{
5172 				"x1": 23,
5173 				"y1": 6,
5174 				"x2": 23,
5175 				"y2": 8,
5176 				"destination": "m1001_1110",
5177 				"ignoreDraw": false
5178 			},
5179 			{
5180 				"x1": 7,
5181 				"y1": 4,
5182 				"x2": 7,
5183 				"y2": 5,
5184 				"destination": "m1000_1110_shop",
5185 				"ignoreDraw": true
5186 			}
5187 		],
5188 		"structures": [],
5189 		"objects": [
5190 			{
5191 				"name": "bamboo_bed",
5192 				"x": 4,
5193 				"y": 4
5194 			},
5195 			{
5196 				"name": "bamboo_tree",
5197 				"x": 13,
5198 				"y": 0
5199 			},
5200 			{
5201 				"name": "bamboo_tree",
5202 				"x": 0,
5203 				"y": 0
5204 			},
5205 			{
5206 				"name": "single_entrance_hole",
5207 				"x": 7,
5208 				"y": 4
5209 			}
5210 		],
5211 		"npcs": [
5212 			{
5213 				"name": "gorilla",
5214 				"x": 17,
5215 				"y": 7
5216 			}
5217 		]
5218 	},
5219 	m1000_1110_shop: {
5220 		"ingameId": "m1000_1110_shop",
5221 		"displayName": "Omboko Shop",
5222 		"height": 14,
5223 		"width": 24,
5224 		"paths": [
5225 			{
5226 				"x1": 9,
5227 				"y1": 13,
5228 				"x2": 12,
5229 				"y2": 13,
5230 				"destination": "m1000_1110",
5231 				"ignoreDraw": false
5232 			}
5233 		],
5234 		"structures": [],
5235 		"objects": [],
5236 		"npcs": [
5237 			{
5238 				"name": "tribleman_shop",
5239 				"x": 8,
5240 				"y": 5
5241 			},
5242 			{
5243 				"name": "tribleman_shop",
5244 				"x": 12,
5245 				"y": 6
5246 			},
5247 			{
5248 				"name": "gorilla",
5249 				"x": 11,
5250 				"y": 3
5251 			}
5252 		]
5253 	},
5254 	m1001_1110: {
5255 		"ingameId": "m1001_1110",
5256 		"displayName": "Omboko Graveyard",
5257 		"height": 14,
5258 		"width": 24,
5259 		"paths": [
5260 			{
5261 				"x1": 0,
5262 				"y1": 6,
5263 				"x2": 0,
5264 				"y2": 8,
5265 				"destination": "m1000_1110",
5266 				"ignoreDraw": false
5267 			},
5268 			{
5269 				"x1": 3,
5270 				"y1": 0,
5271 				"x2": 4,
5272 				"y2": 0,
5273 				"destination": "m1001_1111",
5274 				"ignoreDraw": false
5275 			}
5276 		],
5277 		"structures": [],
5278 		"objects": [
5279 			{
5280 				"name": "jungle_cross",
5281 				"x": 12,
5282 				"y": 4
5283 			},
5284 			{
5285 				"name": "jungle_cross",
5286 				"x": 14,
5287 				"y": 4
5288 			},
5289 			{
5290 				"name": "jungle_cross",
5291 				"x": 16,
5292 				"y": 4
5293 			},
5294 			{
5295 				"name": "jungle_cross",
5296 				"x": 18,
5297 				"y": 4
5298 			},
5299 			{
5300 				"name": "jungle_cross",
5301 				"x": 20,
5302 				"y": 4
5303 			},
5304 			{
5305 				"name": "jungle_cross",
5306 				"x": 13,
5307 				"y": 6
5308 			},
5309 			{
5310 				"name": "jungle_cross",
5311 				"x": 15,
5312 				"y": 6
5313 			},
5314 			{
5315 				"name": "jungle_cross",
5316 				"x": 17,
5317 				"y": 6
5318 			},
5319 			{
5320 				"name": "jungle_cross",
5321 				"x": 19,
5322 				"y": 6
5323 			},
5324 			{
5325 				"name": "jungle_cross",
5326 				"x": 21,
5327 				"y": 6
5328 			},
5329 			{
5330 				"name": "jungle_cross",
5331 				"x": 12,
5332 				"y": 8
5333 			},
5334 			{
5335 				"name": "jungle_cross",
5336 				"x": 14,
5337 				"y": 8
5338 			},
5339 			{
5340 				"name": "jungle_cross",
5341 				"x": 16,
5342 				"y": 8
5343 			},
5344 			{
5345 				"name": "jungle_cross",
5346 				"x": 18,
5347 				"y": 8
5348 			},
5349 			{
5350 				"name": "jungle_cross",
5351 				"x": 20,
5352 				"y": 8
5353 			}
5354 		],
5355 		"npcs": [
5356 			{
5357 				"name": "monk",
5358 				"x": 9,
5359 				"y": 5
5360 			}
5361 		]
5362 	},
5363 	m1001_1111: {
5364 		"ingameId": "m1001_1111",
5365 		"displayName": "Omboko Farming",
5366 		"height": 14,
5367 		"width": 24,
5368 		"paths": [
5369 			{
5370 				"x1": 3,
5371 				"y1": 13,
5372 				"x2": 4,
5373 				"y2": 13,
5374 				"destination": "m1001_1110",
5375 				"ignoreDraw": false
5376 			}
5377 		],
5378 		"structures": [],
5379 		"objects": [
5380 			{
5381 				"name": "farming_none",
5382 				"x": 3,
5383 				"y": 0
5384 			},
5385 			{
5386 				"name": "piranha_fish_spot",
5387 				"x": 13,
5388 				"y": 6
5389 			}
5390 		],
5391 		"npcs": []
5392 	}
5393 }