diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-08-17 18:24:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 21:24:08 +0000 |
commit | ee4aae7fd329b62a7d5f50e497b021bf266d6b5c (patch) | |
tree | 0abd0b6071c8ebd3c7c8f5aca4f7627609fb9fe7 /maps/2.world | |
parent | 766ac42d9f70a5b438217277d4af53da3316f28c (diff) | |
download | clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.gz clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.bz2 clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.tar.xz clientdata-ee4aae7fd329b62a7d5f50e497b021bf266d6b5c.zip |
Doomsday Act 5 - Keshlam's Adventurer Guild Utils (#378)
Maps, monsters, effects, also includes the katzei ears with edits.
Additional (bonus) content:
* PvP Coin ("Murderer Coin")
* Golden PVP Cap
Diffstat (limited to 'maps/2.world')
-rw-r--r-- | maps/2.world | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/maps/2.world b/maps/2.world new file mode 100644 index 00000000..7d4464bf --- /dev/null +++ b/maps/2.world @@ -0,0 +1,62 @@ +{ + "maps": [ + { + "fileName": "099-2.tmx", + "height": 4800, + "width": 4800, + "x": 192, + "y": -2304 + }, + { + "fileName": "099-1.tmx", + "height": 4800, + "width": 4800, + "x": 5536, + "y": 2912 + }, + { + "fileName": "099-6.tmx", + "height": 4800, + "width": 4800, + "x": 11168, + "y": -2112 + }, + { + "fileName": "099-3.tmx", + "height": 4160, + "width": 4800, + "x": 5664, + "y": -2176 + }, + { + "fileName": "099-8.tmx", + "height": 12896, + "width": 12896, + "x": -11776, + "y": 9408 + }, + { + "fileName": "099-4.tmx", + "height": 3200, + "width": 3200, + "x": 6240, + "y": -6880 + }, + { + "fileName": "099-5.tmx", + "height": 3200, + "width": 3200, + "x": 8800, + "y": -9312 + }, + { + "fileName": "099-7.tmx", + "height": 4480, + "width": 4480, + "x": 14176, + "y": 9312 + } + ], + "onlyShowAdjacentMaps": false, + "type": "world" +} |