From 9ba84cfd5d049ffd945b95fe341bcc5f0243ac9e Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 15 Jul 2021 18:00:58 +0200 Subject: [PATCH] Add dynmap and appropriate configurations --- docker-compose.yml | 1 + dynmap/colorschemes/amidst.txt | 683 + dynmap/colorschemes/default.txt | 608 + dynmap/colorschemes/dokudark.txt | 611 + dynmap/colorschemes/dokuhigh.txt | 613 + dynmap/colorschemes/dokulight.txt | 614 + dynmap/colorschemes/flames.txt | 585 + dynmap/colorschemes/misa.txt | 623 + dynmap/colorschemes/ovocean.txt | 613 + dynmap/colorschemes/sk89q.txt | 467 + dynmap/colorschemes/sphax.txt | 615 + dynmap/configuration.txt | 467 + dynmap/custom-lightings.txt | 3 + dynmap/custom-perspectives.txt | 3 + dynmap/custom-shaders.txt | 3 + dynmap/lightings.txt | 149 + dynmap/markers.yml | 20 + dynmap/permissions.yml.example | 27 + dynmap/perspectives.txt | 501 + dynmap/renderdata/README | 1 + dynmap/shaders.txt | 195 + dynmap/templates/nether-hi_boost_vhi.txt | 37 + dynmap/templates/nether-hi_boost_xhi.txt | 37 + dynmap/templates/nether-hires.txt | 38 + dynmap/templates/nether-low_boost_hi.txt | 38 + dynmap/templates/nether-lowres.txt | 40 + dynmap/templates/nether-vlowres.txt | 40 + dynmap/templates/nether.txt | 39 + dynmap/templates/normal-hi_boost_vhi.txt | 40 + dynmap/templates/normal-hi_boost_xhi.txt | 40 + dynmap/templates/normal-hires.txt | 42 + dynmap/templates/normal-low_boost_hi.txt | 43 + dynmap/templates/normal-lowres.txt | 45 + dynmap/templates/normal-vlowres.txt | 45 + dynmap/templates/normal.txt | 44 + dynmap/templates/the_end-hi_boost_vhi.txt | 33 + dynmap/templates/the_end-hi_boost_xhi.txt | 33 + dynmap/templates/the_end-hires.txt | 35 + dynmap/templates/the_end-low_boost_hi.txt | 35 + dynmap/templates/the_end-lowres.txt | 37 + dynmap/templates/the_end-vlowres.txt | 37 + dynmap/templates/the_end.txt | 36 + dynmap/texturepacks/standard/README | 1 + dynmap/version.txt | 1 + dynmap/web/config.js | 2 + dynmap/web/css/dynmap_style.css | 1019 ++ dynmap/web/css/embedded_example.css | 15 + dynmap/web/css/images/layers.png | Bin 0 -> 973 bytes dynmap/web/css/images/link.png | Bin 0 -> 649 bytes dynmap/web/css/images/marker-icon.png | Bin 0 -> 1747 bytes dynmap/web/css/images/marker-icon@2x.png | Bin 0 -> 4033 bytes dynmap/web/css/images/marker-shadow.png | Bin 0 -> 797 bytes dynmap/web/css/images/marker.png | Bin 0 -> 2519 bytes dynmap/web/css/images/popup-close.png | Bin 0 -> 1125 bytes dynmap/web/css/images/zoom-in.png | Bin 0 -> 963 bytes dynmap/web/css/images/zoom-out.png | Bin 0 -> 959 bytes dynmap/web/css/leaflet.css | 457 + dynmap/web/css/leaflet.ie.css | 57 + dynmap/web/css/override_example.css | 39 + dynmap/web/css/regions.css | 35 + dynmap/web/css/standalone.css | 41 + dynmap/web/gettiles.php | 21 + dynmap/web/images/BiomeKey.png | Bin 0 -> 27727 bytes dynmap/web/images/armor.png | Bin 0 -> 213 bytes dynmap/web/images/armor_depleted.png | Bin 0 -> 192 bytes dynmap/web/images/blank.png | Bin 0 -> 167 bytes dynmap/web/images/block_nether_flat.png | Bin 0 -> 2620 bytes dynmap/web/images/block_nether_surface.png | Bin 0 -> 340 bytes dynmap/web/images/block_other.png | Bin 0 -> 330 bytes dynmap/web/images/block_skylands.png | Bin 0 -> 993 bytes dynmap/web/images/block_the_end_flat.png | Bin 0 -> 2089 bytes dynmap/web/images/block_the_end_surface.png | Bin 0 -> 1062 bytes dynmap/web/images/block_world_biome.png | Bin 0 -> 1092 bytes dynmap/web/images/block_world_cave.png | Bin 0 -> 339 bytes dynmap/web/images/block_world_flat.png | Bin 0 -> 387 bytes dynmap/web/images/block_world_surface.png | Bin 0 -> 342 bytes dynmap/web/images/book.png | Bin 0 -> 829 bytes dynmap/web/images/cave_off.png | Bin 0 -> 1134 bytes dynmap/web/images/cave_on.png | Bin 0 -> 868 bytes dynmap/web/images/chat_bubble.png | Bin 0 -> 395 bytes dynmap/web/images/chat_cursor.png | Bin 0 -> 261 bytes dynmap/web/images/clock_day.png | Bin 0 -> 357 bytes dynmap/web/images/clock_night.png | Bin 0 -> 360 bytes dynmap/web/images/compass.png | Bin 0 -> 5203 bytes dynmap/web/images/compass_E.png | Bin 0 -> 4323 bytes dynmap/web/images/compass_N.png | Bin 0 -> 4187 bytes dynmap/web/images/compass_NE.png | Bin 0 -> 5165 bytes dynmap/web/images/compass_NW.png | Bin 0 -> 5133 bytes dynmap/web/images/compass_SW.png | Bin 0 -> 5183 bytes dynmap/web/images/compass_W.png | Bin 0 -> 4205 bytes dynmap/web/images/compass_alt.png | Bin 0 -> 802 bytes dynmap/web/images/compass_flat.png | Bin 0 -> 1844 bytes dynmap/web/images/dynmap.ico | Bin 0 -> 1150 bytes dynmap/web/images/follow_off.png | Bin 0 -> 377 bytes dynmap/web/images/follow_on.png | Bin 0 -> 376 bytes dynmap/web/images/heart.png | Bin 0 -> 198 bytes dynmap/web/images/heart_depleted.png | Bin 0 -> 183 bytes dynmap/web/images/home.png | Bin 0 -> 428 bytes dynmap/web/images/list_off.png | Bin 0 -> 351 bytes dynmap/web/images/list_on.png | Bin 0 -> 360 bytes dynmap/web/images/moon.png | Bin 0 -> 3248 bytes dynmap/web/images/player.png | Bin 0 -> 328 bytes dynmap/web/images/player_death.png | Bin 0 -> 404 bytes dynmap/web/images/player_face.png | Bin 0 -> 459 bytes dynmap/web/images/player_follow_off.png | Bin 0 -> 361 bytes dynmap/web/images/player_follow_on.gif | Bin 0 -> 332 bytes dynmap/web/images/player_follow_on.png | Bin 0 -> 355 bytes dynmap/web/images/player_travel.png | Bin 0 -> 454 bytes dynmap/web/images/scrolldown.png | Bin 0 -> 1019 bytes dynmap/web/images/scrollup.png | Bin 0 -> 1005 bytes dynmap/web/images/server.png | Bin 0 -> 368 bytes dynmap/web/images/sidebar_hint.png | Bin 0 -> 271 bytes dynmap/web/images/sign.png | Bin 0 -> 681 bytes dynmap/web/images/sign_home.png | Bin 0 -> 407 bytes dynmap/web/images/sign_sign.png | Bin 0 -> 431 bytes dynmap/web/images/sign_sign_alt.png | Bin 0 -> 431 bytes dynmap/web/images/sign_warp.png | Bin 0 -> 435 bytes dynmap/web/images/spawn.png | Bin 0 -> 943 bytes dynmap/web/images/sun.png | Bin 0 -> 5319 bytes dynmap/web/images/warp.png | Bin 0 -> 1189 bytes dynmap/web/images/weather_stormy.png | Bin 0 -> 1285 bytes dynmap/web/images/weather_stormy_day.png | Bin 0 -> 2665 bytes dynmap/web/images/weather_stormy_night.png | Bin 0 -> 2968 bytes dynmap/web/images/weather_sunny.png | Bin 0 -> 905 bytes dynmap/web/images/weather_sunny_day.png | Bin 0 -> 2385 bytes dynmap/web/images/weather_sunny_night.png | Bin 0 -> 2273 bytes dynmap/web/images/weather_thunder.png | Bin 0 -> 627 bytes dynmap/web/images/weather_thunder_day.png | Bin 0 -> 2818 bytes dynmap/web/images/weather_thunder_night.png | Bin 0 -> 2898 bytes dynmap/web/images/window_close.png | Bin 0 -> 374 bytes dynmap/web/images/window_close_hover.png | Bin 0 -> 355 bytes dynmap/web/images/window_open.png | Bin 0 -> 326 bytes dynmap/web/images/window_pinned.png | Bin 0 -> 299 bytes dynmap/web/images/window_pinned_hover.png | Bin 0 -> 290 bytes dynmap/web/images/window_unpinned.png | Bin 0 -> 326 bytes dynmap/web/images/zoom_in.png | Bin 0 -> 366 bytes dynmap/web/images/zoom_out.png | Bin 0 -> 336 bytes dynmap/web/inactive.html | 20 + dynmap/web/index.html | 57 + dynmap/web/js/chat.js | 47 + dynmap/web/js/chatballoon.js | 69 + dynmap/web/js/chatbox.js | 153 + dynmap/web/js/coord.js | 67 + dynmap/web/js/custommarker.js | 146 + dynmap/web/js/digitalclock.js | 49 + dynmap/web/js/dynmaputils.js | 450 + dynmap/web/js/hdmap.js | 50 + dynmap/web/js/inactive.js | 21 + dynmap/web/js/jquery-3.5.1.js | 10872 ++++++++++++++++ dynmap/web/js/jquery.json.js | 88 + dynmap/web/js/jquery.mousewheel.js | 221 + dynmap/web/js/leaflet.js | 8339 ++++++++++++ dynmap/web/js/link.js | 49 + dynmap/web/js/logo.js | 47 + dynmap/web/js/map.js | 1080 ++ dynmap/web/js/markers.js | 529 + dynmap/web/js/minecraft.js | 60 + dynmap/web/js/playermarkers.js | 147 + dynmap/web/js/projectiontest.js | 31 + dynmap/web/js/regions.js | 3 + dynmap/web/js/sidebarmarkers.js | 73 + dynmap/web/js/sidebarutils.js | 49 + dynmap/web/js/timeofdayclock.js | 125 + dynmap/web/login.html | 103 + dynmap/web/robots.txt | 6 + dynmap/web/standalone/MySQL_access.php | 8 + dynmap/web/standalone/MySQL_configuration.php | 78 + dynmap/web/standalone/MySQL_funcs.php | 115 + dynmap/web/standalone/MySQL_getlogin.php | 8 + dynmap/web/standalone/MySQL_login.php | 75 + dynmap/web/standalone/MySQL_markers.php | 113 + dynmap/web/standalone/MySQL_register.php | 94 + dynmap/web/standalone/MySQL_sendmessage.php | 75 + dynmap/web/standalone/MySQL_tiles.php | 109 + dynmap/web/standalone/MySQL_update.php | 107 + dynmap/web/standalone/PostgreSQL_access.php | 9 + .../standalone/PostgreSQL_configuration.php | 78 + dynmap/web/standalone/PostgreSQL_funcs.php | 118 + dynmap/web/standalone/PostgreSQL_getlogin.php | 8 + dynmap/web/standalone/PostgreSQL_login.php | 75 + dynmap/web/standalone/PostgreSQL_markers.php | 110 + .../web/standalone/PostgreSQL_sendmessage.php | 75 + dynmap/web/standalone/PostgreSQL_tiles.php | 114 + dynmap/web/standalone/PostgreSQL_update.php | 107 + dynmap/web/standalone/SQLite_markers.php | 114 + dynmap/web/standalone/SQLite_tiles.php | 117 + dynmap/web/standalone/configuration.php | 74 + dynmap/web/standalone/login.php | 78 + dynmap/web/standalone/markers.php | 71 + dynmap/web/standalone/register.php | 80 + dynmap/web/standalone/sendmessage.php | 63 + dynmap/web/standalone/tiles.php | 85 + dynmap/web/standalone/update.php | 102 + dynmap/web/tiles/_markers_/anchor.png | Bin 0 -> 831 bytes dynmap/web/tiles/_markers_/bank.png | Bin 0 -> 771 bytes dynmap/web/tiles/_markers_/basket.png | Bin 0 -> 639 bytes dynmap/web/tiles/_markers_/bed.png | Bin 0 -> 1498 bytes dynmap/web/tiles/_markers_/beer.png | Bin 0 -> 609 bytes dynmap/web/tiles/_markers_/bighouse.png | Bin 0 -> 756 bytes dynmap/web/tiles/_markers_/blueflag.png | Bin 0 -> 726 bytes dynmap/web/tiles/_markers_/bomb.png | Bin 0 -> 871 bytes dynmap/web/tiles/_markers_/bookshelf.png | Bin 0 -> 719 bytes dynmap/web/tiles/_markers_/bricks.png | Bin 0 -> 959 bytes dynmap/web/tiles/_markers_/bronzemedal.png | Bin 0 -> 657 bytes dynmap/web/tiles/_markers_/bronzestar.png | Bin 0 -> 692 bytes dynmap/web/tiles/_markers_/building.png | Bin 0 -> 630 bytes dynmap/web/tiles/_markers_/cake.png | Bin 0 -> 792 bytes dynmap/web/tiles/_markers_/camera.png | Bin 0 -> 729 bytes dynmap/web/tiles/_markers_/cart.png | Bin 0 -> 745 bytes dynmap/web/tiles/_markers_/caution.png | Bin 0 -> 543 bytes dynmap/web/tiles/_markers_/chest.png | Bin 0 -> 476 bytes dynmap/web/tiles/_markers_/church.png | Bin 0 -> 608 bytes dynmap/web/tiles/_markers_/coins.png | Bin 0 -> 672 bytes dynmap/web/tiles/_markers_/comment.png | Bin 0 -> 695 bytes dynmap/web/tiles/_markers_/compass.png | Bin 0 -> 906 bytes dynmap/web/tiles/_markers_/construction.png | Bin 0 -> 654 bytes dynmap/web/tiles/_markers_/cross.png | Bin 0 -> 473 bytes dynmap/web/tiles/_markers_/cup.png | Bin 0 -> 724 bytes dynmap/web/tiles/_markers_/cutlery.png | Bin 0 -> 584 bytes dynmap/web/tiles/_markers_/default.png | Bin 0 -> 781 bytes dynmap/web/tiles/_markers_/diamond.png | Bin 0 -> 555 bytes dynmap/web/tiles/_markers_/dog.png | Bin 0 -> 879 bytes dynmap/web/tiles/_markers_/door.png | Bin 0 -> 606 bytes dynmap/web/tiles/_markers_/down.png | Bin 0 -> 381 bytes dynmap/web/tiles/_markers_/drink.png | Bin 0 -> 773 bytes dynmap/web/tiles/_markers_/exclamation.png | Bin 0 -> 732 bytes dynmap/web/tiles/_markers_/factory.png | Bin 0 -> 710 bytes dynmap/web/tiles/_markers_/fire.png | Bin 0 -> 637 bytes dynmap/web/tiles/_markers_/flower.png | Bin 0 -> 920 bytes dynmap/web/tiles/_markers_/gear.png | Bin 0 -> 777 bytes dynmap/web/tiles/_markers_/goldmedal.png | Bin 0 -> 664 bytes dynmap/web/tiles/_markers_/goldstar.png | Bin 0 -> 699 bytes dynmap/web/tiles/_markers_/greenflag.png | Bin 0 -> 722 bytes dynmap/web/tiles/_markers_/hammer.png | Bin 0 -> 814 bytes dynmap/web/tiles/_markers_/heart.png | Bin 0 -> 742 bytes dynmap/web/tiles/_markers_/house.png | Bin 0 -> 727 bytes dynmap/web/tiles/_markers_/key.png | Bin 0 -> 664 bytes dynmap/web/tiles/_markers_/king.png | Bin 0 -> 691 bytes dynmap/web/tiles/_markers_/left.png | Bin 0 -> 371 bytes dynmap/web/tiles/_markers_/lightbulb.png | Bin 0 -> 685 bytes dynmap/web/tiles/_markers_/lighthouse.png | Bin 0 -> 781 bytes dynmap/web/tiles/_markers_/lock.png | Bin 0 -> 689 bytes dynmap/web/tiles/_markers_/marker_DIM-1.json | 8 + dynmap/web/tiles/_markers_/marker_DIM1.json | 8 + dynmap/web/tiles/_markers_/marker_world.json | 8 + dynmap/web/tiles/_markers_/minecart.png | Bin 0 -> 3004 bytes dynmap/web/tiles/_markers_/offlineuser.png | Bin 0 -> 516 bytes dynmap/web/tiles/_markers_/orangeflag.png | Bin 0 -> 709 bytes dynmap/web/tiles/_markers_/pin.png | Bin 0 -> 521 bytes dynmap/web/tiles/_markers_/pinkflag.png | Bin 0 -> 711 bytes dynmap/web/tiles/_markers_/pirateflag.png | Bin 0 -> 753 bytes dynmap/web/tiles/_markers_/pointdown.png | Bin 0 -> 659 bytes dynmap/web/tiles/_markers_/pointleft.png | Bin 0 -> 617 bytes dynmap/web/tiles/_markers_/pointright.png | Bin 0 -> 620 bytes dynmap/web/tiles/_markers_/pointup.png | Bin 0 -> 637 bytes dynmap/web/tiles/_markers_/portal.png | Bin 0 -> 495 bytes dynmap/web/tiles/_markers_/purpleflag.png | Bin 0 -> 744 bytes dynmap/web/tiles/_markers_/queen.png | Bin 0 -> 694 bytes dynmap/web/tiles/_markers_/redflag.png | Bin 0 -> 737 bytes dynmap/web/tiles/_markers_/right.png | Bin 0 -> 363 bytes dynmap/web/tiles/_markers_/ruby.png | Bin 0 -> 568 bytes dynmap/web/tiles/_markers_/scales.png | Bin 0 -> 664 bytes dynmap/web/tiles/_markers_/shield.png | Bin 0 -> 704 bytes dynmap/web/tiles/_markers_/sign.png | Bin 0 -> 650 bytes dynmap/web/tiles/_markers_/silvermedal.png | Bin 0 -> 635 bytes dynmap/web/tiles/_markers_/silverstar.png | Bin 0 -> 717 bytes dynmap/web/tiles/_markers_/skull.png | Bin 0 -> 798 bytes dynmap/web/tiles/_markers_/star.png | Bin 0 -> 611 bytes dynmap/web/tiles/_markers_/sun.png | Bin 0 -> 621 bytes dynmap/web/tiles/_markers_/temple.png | Bin 0 -> 627 bytes dynmap/web/tiles/_markers_/theater.png | Bin 0 -> 815 bytes dynmap/web/tiles/_markers_/tornado.png | Bin 0 -> 854 bytes dynmap/web/tiles/_markers_/tower.png | Bin 0 -> 747 bytes dynmap/web/tiles/_markers_/tree.png | Bin 0 -> 716 bytes dynmap/web/tiles/_markers_/truck.png | Bin 0 -> 623 bytes dynmap/web/tiles/_markers_/up.png | Bin 0 -> 391 bytes dynmap/web/tiles/_markers_/walk.png | Bin 0 -> 700 bytes dynmap/web/tiles/_markers_/warning.png | Bin 0 -> 652 bytes dynmap/web/tiles/_markers_/world.png | Bin 0 -> 910 bytes dynmap/web/tiles/_markers_/wrench.png | Bin 0 -> 660 bytes dynmap/web/tiles/_markers_/yellowflag.png | Bin 0 -> 671 bytes dynmap/web/up.aspx | 33 + dynmap/web/up.php | 63 + dynmap/web/version.js | 2 + dynmap/worlds.txt | 126 + mods/Dynmap-3.2-SNAPSHOT-fabric-1.17.1.jar | Bin 0 -> 8398740 bytes 286 files changed, 35363 insertions(+) create mode 100644 dynmap/colorschemes/amidst.txt create mode 100644 dynmap/colorschemes/default.txt create mode 100644 dynmap/colorschemes/dokudark.txt create mode 100644 dynmap/colorschemes/dokuhigh.txt create mode 100644 dynmap/colorschemes/dokulight.txt create mode 100644 dynmap/colorschemes/flames.txt create mode 100644 dynmap/colorschemes/misa.txt create mode 100644 dynmap/colorschemes/ovocean.txt create mode 100644 dynmap/colorschemes/sk89q.txt create mode 100644 dynmap/colorschemes/sphax.txt create mode 100644 dynmap/configuration.txt create mode 100644 dynmap/custom-lightings.txt create mode 100644 dynmap/custom-perspectives.txt create mode 100644 dynmap/custom-shaders.txt create mode 100644 dynmap/lightings.txt create mode 100644 dynmap/markers.yml create mode 100644 dynmap/permissions.yml.example create mode 100644 dynmap/perspectives.txt create mode 100644 dynmap/renderdata/README create mode 100644 dynmap/shaders.txt create mode 100644 dynmap/templates/nether-hi_boost_vhi.txt create mode 100644 dynmap/templates/nether-hi_boost_xhi.txt create mode 100644 dynmap/templates/nether-hires.txt create mode 100644 dynmap/templates/nether-low_boost_hi.txt create mode 100644 dynmap/templates/nether-lowres.txt create mode 100644 dynmap/templates/nether-vlowres.txt create mode 100644 dynmap/templates/nether.txt create mode 100644 dynmap/templates/normal-hi_boost_vhi.txt create mode 100644 dynmap/templates/normal-hi_boost_xhi.txt create mode 100644 dynmap/templates/normal-hires.txt create mode 100644 dynmap/templates/normal-low_boost_hi.txt create mode 100644 dynmap/templates/normal-lowres.txt create mode 100644 dynmap/templates/normal-vlowres.txt create mode 100644 dynmap/templates/normal.txt create mode 100644 dynmap/templates/the_end-hi_boost_vhi.txt create mode 100644 dynmap/templates/the_end-hi_boost_xhi.txt create mode 100644 dynmap/templates/the_end-hires.txt create mode 100644 dynmap/templates/the_end-low_boost_hi.txt create mode 100644 dynmap/templates/the_end-lowres.txt create mode 100644 dynmap/templates/the_end-vlowres.txt create mode 100644 dynmap/templates/the_end.txt create mode 100644 dynmap/texturepacks/standard/README create mode 100644 dynmap/version.txt create mode 100644 dynmap/web/config.js create mode 100644 dynmap/web/css/dynmap_style.css create mode 100644 dynmap/web/css/embedded_example.css create mode 100644 dynmap/web/css/images/layers.png create mode 100644 dynmap/web/css/images/link.png create mode 100644 dynmap/web/css/images/marker-icon.png create mode 100644 dynmap/web/css/images/marker-icon@2x.png create mode 100644 dynmap/web/css/images/marker-shadow.png create mode 100644 dynmap/web/css/images/marker.png create mode 100644 dynmap/web/css/images/popup-close.png create mode 100644 dynmap/web/css/images/zoom-in.png create mode 100644 dynmap/web/css/images/zoom-out.png create mode 100644 dynmap/web/css/leaflet.css create mode 100644 dynmap/web/css/leaflet.ie.css create mode 100644 dynmap/web/css/override_example.css create mode 100644 dynmap/web/css/regions.css create mode 100644 dynmap/web/css/standalone.css create mode 100644 dynmap/web/gettiles.php create mode 100644 dynmap/web/images/BiomeKey.png create mode 100644 dynmap/web/images/armor.png create mode 100644 dynmap/web/images/armor_depleted.png create mode 100644 dynmap/web/images/blank.png create mode 100644 dynmap/web/images/block_nether_flat.png create mode 100644 dynmap/web/images/block_nether_surface.png create mode 100644 dynmap/web/images/block_other.png create mode 100644 dynmap/web/images/block_skylands.png create mode 100644 dynmap/web/images/block_the_end_flat.png create mode 100644 dynmap/web/images/block_the_end_surface.png create mode 100644 dynmap/web/images/block_world_biome.png create mode 100644 dynmap/web/images/block_world_cave.png create mode 100644 dynmap/web/images/block_world_flat.png create mode 100644 dynmap/web/images/block_world_surface.png create mode 100644 dynmap/web/images/book.png create mode 100644 dynmap/web/images/cave_off.png create mode 100644 dynmap/web/images/cave_on.png create mode 100644 dynmap/web/images/chat_bubble.png create mode 100644 dynmap/web/images/chat_cursor.png create mode 100644 dynmap/web/images/clock_day.png create mode 100644 dynmap/web/images/clock_night.png create mode 100644 dynmap/web/images/compass.png create mode 100644 dynmap/web/images/compass_E.png create mode 100644 dynmap/web/images/compass_N.png create mode 100644 dynmap/web/images/compass_NE.png create mode 100644 dynmap/web/images/compass_NW.png create mode 100644 dynmap/web/images/compass_SW.png create mode 100644 dynmap/web/images/compass_W.png create mode 100644 dynmap/web/images/compass_alt.png create mode 100644 dynmap/web/images/compass_flat.png create mode 100644 dynmap/web/images/dynmap.ico create mode 100644 dynmap/web/images/follow_off.png create mode 100644 dynmap/web/images/follow_on.png create mode 100644 dynmap/web/images/heart.png create mode 100644 dynmap/web/images/heart_depleted.png create mode 100644 dynmap/web/images/home.png create mode 100644 dynmap/web/images/list_off.png create mode 100644 dynmap/web/images/list_on.png create mode 100644 dynmap/web/images/moon.png create mode 100644 dynmap/web/images/player.png create mode 100644 dynmap/web/images/player_death.png create mode 100644 dynmap/web/images/player_face.png create mode 100644 dynmap/web/images/player_follow_off.png create mode 100644 dynmap/web/images/player_follow_on.gif create mode 100644 dynmap/web/images/player_follow_on.png create mode 100644 dynmap/web/images/player_travel.png create mode 100644 dynmap/web/images/scrolldown.png create mode 100644 dynmap/web/images/scrollup.png create mode 100644 dynmap/web/images/server.png create mode 100644 dynmap/web/images/sidebar_hint.png create mode 100644 dynmap/web/images/sign.png create mode 100644 dynmap/web/images/sign_home.png create mode 100644 dynmap/web/images/sign_sign.png create mode 100644 dynmap/web/images/sign_sign_alt.png create mode 100644 dynmap/web/images/sign_warp.png create mode 100644 dynmap/web/images/spawn.png create mode 100644 dynmap/web/images/sun.png create mode 100644 dynmap/web/images/warp.png create mode 100644 dynmap/web/images/weather_stormy.png create mode 100644 dynmap/web/images/weather_stormy_day.png create mode 100644 dynmap/web/images/weather_stormy_night.png create mode 100644 dynmap/web/images/weather_sunny.png create mode 100644 dynmap/web/images/weather_sunny_day.png create mode 100644 dynmap/web/images/weather_sunny_night.png create mode 100644 dynmap/web/images/weather_thunder.png create mode 100644 dynmap/web/images/weather_thunder_day.png create mode 100644 dynmap/web/images/weather_thunder_night.png create mode 100644 dynmap/web/images/window_close.png create mode 100644 dynmap/web/images/window_close_hover.png create mode 100644 dynmap/web/images/window_open.png create mode 100644 dynmap/web/images/window_pinned.png create mode 100644 dynmap/web/images/window_pinned_hover.png create mode 100644 dynmap/web/images/window_unpinned.png create mode 100644 dynmap/web/images/zoom_in.png create mode 100644 dynmap/web/images/zoom_out.png create mode 100644 dynmap/web/inactive.html create mode 100644 dynmap/web/index.html create mode 100644 dynmap/web/js/chat.js create mode 100644 dynmap/web/js/chatballoon.js create mode 100644 dynmap/web/js/chatbox.js create mode 100644 dynmap/web/js/coord.js create mode 100644 dynmap/web/js/custommarker.js create mode 100644 dynmap/web/js/digitalclock.js create mode 100644 dynmap/web/js/dynmaputils.js create mode 100644 dynmap/web/js/hdmap.js create mode 100644 dynmap/web/js/inactive.js create mode 100644 dynmap/web/js/jquery-3.5.1.js create mode 100644 dynmap/web/js/jquery.json.js create mode 100644 dynmap/web/js/jquery.mousewheel.js create mode 100644 dynmap/web/js/leaflet.js create mode 100644 dynmap/web/js/link.js create mode 100644 dynmap/web/js/logo.js create mode 100644 dynmap/web/js/map.js create mode 100644 dynmap/web/js/markers.js create mode 100644 dynmap/web/js/minecraft.js create mode 100644 dynmap/web/js/playermarkers.js create mode 100644 dynmap/web/js/projectiontest.js create mode 100644 dynmap/web/js/regions.js create mode 100644 dynmap/web/js/sidebarmarkers.js create mode 100644 dynmap/web/js/sidebarutils.js create mode 100644 dynmap/web/js/timeofdayclock.js create mode 100644 dynmap/web/login.html create mode 100644 dynmap/web/robots.txt create mode 100644 dynmap/web/standalone/MySQL_access.php create mode 100644 dynmap/web/standalone/MySQL_configuration.php create mode 100644 dynmap/web/standalone/MySQL_funcs.php create mode 100644 dynmap/web/standalone/MySQL_getlogin.php create mode 100644 dynmap/web/standalone/MySQL_login.php create mode 100644 dynmap/web/standalone/MySQL_markers.php create mode 100644 dynmap/web/standalone/MySQL_register.php create mode 100644 dynmap/web/standalone/MySQL_sendmessage.php create mode 100644 dynmap/web/standalone/MySQL_tiles.php create mode 100644 dynmap/web/standalone/MySQL_update.php create mode 100644 dynmap/web/standalone/PostgreSQL_access.php create mode 100644 dynmap/web/standalone/PostgreSQL_configuration.php create mode 100644 dynmap/web/standalone/PostgreSQL_funcs.php create mode 100644 dynmap/web/standalone/PostgreSQL_getlogin.php create mode 100644 dynmap/web/standalone/PostgreSQL_login.php create mode 100644 dynmap/web/standalone/PostgreSQL_markers.php create mode 100644 dynmap/web/standalone/PostgreSQL_sendmessage.php create mode 100644 dynmap/web/standalone/PostgreSQL_tiles.php create mode 100644 dynmap/web/standalone/PostgreSQL_update.php create mode 100644 dynmap/web/standalone/SQLite_markers.php create mode 100644 dynmap/web/standalone/SQLite_tiles.php create mode 100644 dynmap/web/standalone/configuration.php create mode 100644 dynmap/web/standalone/login.php create mode 100644 dynmap/web/standalone/markers.php create mode 100644 dynmap/web/standalone/register.php create mode 100644 dynmap/web/standalone/sendmessage.php create mode 100644 dynmap/web/standalone/tiles.php create mode 100644 dynmap/web/standalone/update.php create mode 100644 dynmap/web/tiles/_markers_/anchor.png create mode 100644 dynmap/web/tiles/_markers_/bank.png create mode 100644 dynmap/web/tiles/_markers_/basket.png create mode 100644 dynmap/web/tiles/_markers_/bed.png create mode 100644 dynmap/web/tiles/_markers_/beer.png create mode 100644 dynmap/web/tiles/_markers_/bighouse.png create mode 100644 dynmap/web/tiles/_markers_/blueflag.png create mode 100644 dynmap/web/tiles/_markers_/bomb.png create mode 100644 dynmap/web/tiles/_markers_/bookshelf.png create mode 100644 dynmap/web/tiles/_markers_/bricks.png create mode 100644 dynmap/web/tiles/_markers_/bronzemedal.png create mode 100644 dynmap/web/tiles/_markers_/bronzestar.png create mode 100644 dynmap/web/tiles/_markers_/building.png create mode 100644 dynmap/web/tiles/_markers_/cake.png create mode 100644 dynmap/web/tiles/_markers_/camera.png create mode 100644 dynmap/web/tiles/_markers_/cart.png create mode 100644 dynmap/web/tiles/_markers_/caution.png create mode 100644 dynmap/web/tiles/_markers_/chest.png create mode 100644 dynmap/web/tiles/_markers_/church.png create mode 100644 dynmap/web/tiles/_markers_/coins.png create mode 100644 dynmap/web/tiles/_markers_/comment.png create mode 100644 dynmap/web/tiles/_markers_/compass.png create mode 100644 dynmap/web/tiles/_markers_/construction.png create mode 100644 dynmap/web/tiles/_markers_/cross.png create mode 100644 dynmap/web/tiles/_markers_/cup.png create mode 100644 dynmap/web/tiles/_markers_/cutlery.png create mode 100644 dynmap/web/tiles/_markers_/default.png create mode 100644 dynmap/web/tiles/_markers_/diamond.png create mode 100644 dynmap/web/tiles/_markers_/dog.png create mode 100644 dynmap/web/tiles/_markers_/door.png create mode 100644 dynmap/web/tiles/_markers_/down.png create mode 100644 dynmap/web/tiles/_markers_/drink.png create mode 100644 dynmap/web/tiles/_markers_/exclamation.png create mode 100644 dynmap/web/tiles/_markers_/factory.png create mode 100644 dynmap/web/tiles/_markers_/fire.png create mode 100644 dynmap/web/tiles/_markers_/flower.png create mode 100644 dynmap/web/tiles/_markers_/gear.png create mode 100644 dynmap/web/tiles/_markers_/goldmedal.png create mode 100644 dynmap/web/tiles/_markers_/goldstar.png create mode 100644 dynmap/web/tiles/_markers_/greenflag.png create mode 100644 dynmap/web/tiles/_markers_/hammer.png create mode 100644 dynmap/web/tiles/_markers_/heart.png create mode 100644 dynmap/web/tiles/_markers_/house.png create mode 100644 dynmap/web/tiles/_markers_/key.png create mode 100644 dynmap/web/tiles/_markers_/king.png create mode 100644 dynmap/web/tiles/_markers_/left.png create mode 100644 dynmap/web/tiles/_markers_/lightbulb.png create mode 100644 dynmap/web/tiles/_markers_/lighthouse.png create mode 100644 dynmap/web/tiles/_markers_/lock.png create mode 100644 dynmap/web/tiles/_markers_/marker_DIM-1.json create mode 100644 dynmap/web/tiles/_markers_/marker_DIM1.json create mode 100644 dynmap/web/tiles/_markers_/marker_world.json create mode 100644 dynmap/web/tiles/_markers_/minecart.png create mode 100644 dynmap/web/tiles/_markers_/offlineuser.png create mode 100644 dynmap/web/tiles/_markers_/orangeflag.png create mode 100644 dynmap/web/tiles/_markers_/pin.png create mode 100644 dynmap/web/tiles/_markers_/pinkflag.png create mode 100644 dynmap/web/tiles/_markers_/pirateflag.png create mode 100644 dynmap/web/tiles/_markers_/pointdown.png create mode 100644 dynmap/web/tiles/_markers_/pointleft.png create mode 100644 dynmap/web/tiles/_markers_/pointright.png create mode 100644 dynmap/web/tiles/_markers_/pointup.png create mode 100644 dynmap/web/tiles/_markers_/portal.png create mode 100644 dynmap/web/tiles/_markers_/purpleflag.png create mode 100644 dynmap/web/tiles/_markers_/queen.png create mode 100644 dynmap/web/tiles/_markers_/redflag.png create mode 100644 dynmap/web/tiles/_markers_/right.png create mode 100644 dynmap/web/tiles/_markers_/ruby.png create mode 100644 dynmap/web/tiles/_markers_/scales.png create mode 100644 dynmap/web/tiles/_markers_/shield.png create mode 100644 dynmap/web/tiles/_markers_/sign.png create mode 100644 dynmap/web/tiles/_markers_/silvermedal.png create mode 100644 dynmap/web/tiles/_markers_/silverstar.png create mode 100644 dynmap/web/tiles/_markers_/skull.png create mode 100644 dynmap/web/tiles/_markers_/star.png create mode 100644 dynmap/web/tiles/_markers_/sun.png create mode 100644 dynmap/web/tiles/_markers_/temple.png create mode 100644 dynmap/web/tiles/_markers_/theater.png create mode 100644 dynmap/web/tiles/_markers_/tornado.png create mode 100644 dynmap/web/tiles/_markers_/tower.png create mode 100644 dynmap/web/tiles/_markers_/tree.png create mode 100644 dynmap/web/tiles/_markers_/truck.png create mode 100644 dynmap/web/tiles/_markers_/up.png create mode 100644 dynmap/web/tiles/_markers_/walk.png create mode 100644 dynmap/web/tiles/_markers_/warning.png create mode 100644 dynmap/web/tiles/_markers_/world.png create mode 100644 dynmap/web/tiles/_markers_/wrench.png create mode 100644 dynmap/web/tiles/_markers_/yellowflag.png create mode 100644 dynmap/web/up.aspx create mode 100644 dynmap/web/up.php create mode 100644 dynmap/web/version.js create mode 100644 dynmap/worlds.txt create mode 100644 mods/Dynmap-3.2-SNAPSHOT-fabric-1.17.1.jar diff --git a/docker-compose.yml b/docker-compose.yml index 1666509..bf68440 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,6 +9,7 @@ services: ports: - 25565:25565 - 25575:25575 + - 8123:8123 volumes: - ${PWD}/world:/mc-server/world diff --git a/dynmap/colorschemes/amidst.txt b/dynmap/colorschemes/amidst.txt new file mode 100644 index 0000000..c5a915f --- /dev/null +++ b/dynmap/colorschemes/amidst.txt @@ -0,0 +1,683 @@ +1 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +2 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +3 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +3:2 90 63 28 255 72 50 22 255 45 31 14 255 36 25 11 255 +4 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +5 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +5:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +5:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +5:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +5:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +5:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +6 71 102 37 107 56 81 29 107 35 51 18 107 28 40 14 107 +6:1 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 +6:2 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 +6:3 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 +6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +6:9 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 +6:10 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 +6:11 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 +6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +7 83 83 83 255 66 66 66 255 41 41 41 255 33 33 33 255 +8 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9 47 67 244 179 37 53 195 179 23 33 122 179 18 26 97 179 +9:1 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:2 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:3 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:4 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:5 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:6 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:7 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +10 207 91 20 255 165 72 16 255 103 45 10 255 82 36 8 255 +11 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +12 219 211 160 255 175 168 128 255 109 105 80 255 87 84 64 255 +12:1 169 88 33 255 135 70 26 255 84 44 16 255 67 35 13 255 +13 126 124 122 255 100 99 97 255 63 62 61 255 50 49 48 255 +14 143 139 124 255 114 111 99 255 71 69 62 255 57 55 49 255 +15 135 130 126 255 108 104 100 255 67 65 63 255 54 52 50 255 +16 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +17 154 125 77 255 123 100 61 255 77 62 38 255 61 50 30 255 +17:1 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 +17:2 184 166 121 255 147 132 96 255 92 83 60 255 73 66 48 255 +17:3 153 118 73 255 122 94 58 255 76 59 36 255 61 47 29 255 +17:4 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 +17:5 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +17:6 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 +17:7 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 +17:8 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 +17:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +17:10 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 +17:11 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 +17:12 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 +17:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +17:14 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 +17:15 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 +18 47 92 25 154 37 73 20 154 23 46 12 154 18 36 10 154 +18:1 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:2 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:3 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 +18:5 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:6 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:7 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 +18:9 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:10 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:11 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 +18:13 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:14 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:15 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 +19 182 182 57 255 145 145 45 255 91 91 28 255 72 72 22 255 +20 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +21 102 112 134 255 81 89 107 255 51 56 67 255 40 44 53 255 +22 38 67 137 255 30 53 109 255 19 33 68 255 15 26 54 255 +23 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +23:1 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 +23:9 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 +24 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +25 100 67 50 255 80 53 40 255 50 33 25 255 40 26 20 255 +26 142 22 22 255 113 17 17 255 71 11 11 255 56 8 8 255 +26:8 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 +26:9 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 +26:10 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 +26:11 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 +27 132 108 72 171 105 86 57 171 66 54 36 171 52 43 28 171 +27:8 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:9 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:10 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:11 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:12 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:13 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +28 120 101 89 155 96 80 71 155 60 50 44 155 48 40 35 155 +29 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +29:1 141 146 99 255 112 116 79 255 70 73 49 255 56 58 39 255 +29:2 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +29:3 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +29:4 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +29:5 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +29:10 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +29:11 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +29:12 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +29:13 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +30 220 220 220 104 176 176 176 104 110 110 110 104 88 88 88 104 +31 123 79 25 81 98 63 20 81 61 39 12 81 49 31 10 81 +31:1 55 87 40 162 44 69 32 162 27 43 20 162 22 34 16 162 +31:2 56 90 42 78 44 72 33 78 28 45 21 78 22 36 16 78 +32 123 79 25 81 98 63 20 81 61 39 12 81 49 31 10 81 +33 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +33:1 153 129 89 255 122 103 71 255 76 64 44 255 61 51 35 255 +33:2 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +33:3 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +33:4 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +33:5 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +33:10 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +33:11 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +33:12 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +33:13 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +34 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +34:1 153 129 89 255 122 103 71 255 76 64 44 255 61 51 35 255 +34:2 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:3 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:4 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:5 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:9 141 146 99 255 112 116 79 255 70 73 49 255 56 58 39 255 +34:10 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:11 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:12 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:13 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +35 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 +35:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 +35:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 +35:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 +35:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 +35:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 +35:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 +35:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +35:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 +35:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 +35:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 +35:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 +35:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 +35:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 +35:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 +35:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 +37 108 162 0 30 86 129 0 30 54 81 0 30 43 64 0 30 +38 100 57 4 34 80 45 3 34 50 28 2 34 40 22 1 34 +38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 +38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 +38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 +38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 +38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 +38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 +38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 +38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 +39 138 105 83 25 110 84 66 25 69 52 41 25 55 42 33 25 +40 195 53 56 33 156 42 44 33 97 26 28 33 78 21 22 33 +41 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 +42 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 +43 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +43:1 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +43:2 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +43:3 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +43:4 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +43:5 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +43:6 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +43:7 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +43:9 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +43:10 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +43:11 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +43:12 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +43:13 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +43:14 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +43:15 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +44 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +44:1 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +44:2 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +44:3 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +44:4 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +44:5 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +44:6 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +44:7 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +44:9 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +44:10 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +44:11 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +44:12 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +44:13 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +44:14 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +44:15 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +45 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +46 130 65 47 255 104 52 37 255 65 32 23 255 52 26 18 255 +47 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +48 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 +49 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 +50 130 106 58 19 104 84 46 19 65 53 29 19 52 42 23 19 +51 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +52 26 39 49 155 20 31 39 155 13 19 24 155 10 15 19 155 +53 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +54 127 92 38 197 101 73 30 197 63 46 19 197 50 36 15 197 +54:4 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +54:5 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +54:6 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +54:7 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +54:8 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +54:9 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +54:10 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +54:11 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +55 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +56 129 140 143 255 103 112 114 255 64 70 71 255 51 56 57 255 +57 97 219 213 255 77 175 170 255 48 109 106 255 38 87 85 255 +58 107 71 42 255 85 56 33 255 53 35 21 255 42 28 16 255 +59 0 179 18 5 0 143 14 5 0 89 9 5 0 71 7 5 +59:1 18 172 15 19 14 137 12 19 9 86 7 19 7 68 6 19 +59:2 28 137 11 43 22 109 8 43 14 68 5 43 11 54 4 43 +59:3 37 139 8 77 29 111 6 77 18 69 4 77 14 55 3 77 +59:4 46 128 7 103 36 102 5 103 23 64 3 103 18 51 2 103 +59:5 66 123 7 128 52 98 5 128 33 61 3 128 26 49 2 128 +59:6 80 118 7 142 64 94 5 142 40 59 3 142 32 47 2 142 +59:7 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:8 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:9 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:10 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:11 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:12 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:13 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:14 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:15 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +60 115 75 45 255 92 60 36 255 57 37 22 255 46 30 18 255 +60:1 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:2 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:3 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:4 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:5 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:6 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:7 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:8 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:9 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:10 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:11 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:12 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:13 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:14 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:15 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +61:2 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +61:3 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +61:4 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +61:5 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +62:2 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +62:3 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +62:4 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +62:5 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +63 160 130 80 10 128 104 64 10 80 65 40 10 64 52 32 10 +64 134 101 50 255 107 80 40 255 67 50 25 255 53 40 20 255 +64:8 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +64:9 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +64:10 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +64:11 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +64:12 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +64:13 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +64:14 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +64:15 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +65 121 95 52 143 96 76 41 143 60 47 26 143 48 38 20 143 +66 121 108 88 143 96 86 70 143 60 54 44 143 48 43 35 143 +66:6 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 +66:7 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 +66:8 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 +66:9 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 +67 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +68 160 130 80 10 128 104 64 10 80 65 40 10 64 52 32 10 +69 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +70 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +71 163 163 163 255 130 130 130 255 81 81 81 255 65 65 65 255 +71:8 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +71:9 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +71:10 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +71:11 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +71:12 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +71:13 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +71:14 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +71:15 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +72 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +73 132 107 107 255 105 85 85 255 66 53 53 255 52 42 42 255 +74 132 107 107 255 105 85 85 255 66 53 53 255 52 42 42 255 +75:1 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +75:2 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +75:3 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +75:4 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +75:5 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +76:1 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +76:2 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +76:3 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +76:4 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +76:5 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +77 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +78 239 251 251 255 191 200 200 255 119 125 125 255 95 100 100 255 +79 125 173 255 159 100 138 204 159 62 86 127 159 50 69 102 159 +80 239 251 251 255 191 200 200 255 119 125 125 255 95 100 100 255 +81 13 99 24 195 10 79 19 195 6 49 12 195 5 39 9 195 +82 158 164 176 255 126 131 140 255 79 82 88 255 63 65 70 255 +83 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +84 107 73 55 255 85 58 44 255 53 36 27 255 42 29 22 255 +85 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +86 192 118 21 255 153 94 16 255 96 59 10 255 76 47 8 255 +87 111 54 52 255 88 43 41 255 55 27 26 255 44 21 20 255 +88 84 64 51 255 67 51 40 255 42 32 25 255 33 25 20 255 +89 143 118 69 255 114 94 55 255 71 59 34 255 57 47 27 255 +90 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +91 192 118 21 255 153 94 16 255 96 59 10 255 76 47 8 255 +92 228 205 206 195 182 164 164 195 114 102 103 195 91 82 82 195 +93 151 147 147 255 120 117 117 255 75 73 73 255 60 58 58 255 +94 160 147 147 255 128 117 117 255 80 73 73 255 64 58 58 255 +95 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 +95:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 +95:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 +95:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 +95:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 +95:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 +95:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 +95:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 +95:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 +95:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 +95:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 +95:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 +95:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 +95:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 +95:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 +95:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 +96 126 93 45 219 100 74 36 219 63 46 22 219 50 37 18 219 +97 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +97:1 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +97:2 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +98 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +98:1 114 119 106 255 91 95 84 255 57 59 53 255 45 47 42 255 +98:2 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 +98:3 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 +99 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 +99:1 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:2 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:3 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:4 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:5 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:6 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:7 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:8 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:9 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:14 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +100 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 +100:1 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:2 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:3 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:4 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:5 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:6 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:7 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:8 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:9 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:14 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +101 109 108 106 115 87 86 84 115 54 54 53 115 43 43 42 115 +102 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +103 151 153 36 255 120 122 28 255 75 76 18 255 60 61 14 255 +104 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +105 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +106 38 75 20 138 30 60 16 138 19 37 10 138 15 30 8 138 +107 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +108 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +109 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +110 111 99 105 255 88 79 84 255 55 49 52 255 44 39 42 255 +111 14 59 22 0 11 47 17 0 7 29 11 0 5 23 8 0 +112 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +113 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +114 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +115 106 14 30 42 84 11 24 42 53 7 15 42 42 5 12 42 +115:1 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 +115:2 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 +115:3 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:4 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:5 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:6 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:7 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +116 103 64 59 255 82 51 47 255 51 32 29 255 41 25 23 255 +117 124 103 81 118 99 82 64 118 62 51 40 118 49 41 32 118 +118 69 69 69 111 55 55 55 111 34 34 34 111 27 27 27 111 +119 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 +120 89 117 96 255 71 93 76 255 44 58 48 255 35 46 38 255 +120:4 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 +120:5 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 +120:6 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 +120:7 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 +121 221 223 165 255 176 178 132 255 110 111 82 255 88 89 66 255 +122 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +123 70 43 26 255 56 34 20 255 35 21 13 255 28 17 10 255 +124 119 89 55 255 95 71 44 255 59 44 27 255 47 35 22 255 +125 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +125:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +125:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +125:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +125:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +125:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +125:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +125:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +125:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +125:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +125:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +126 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +126:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +126:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +126:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +126:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +126:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +126:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +126:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +126:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +126:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +126:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +127 145 80 30 131 116 64 24 131 72 40 15 131 58 32 12 131 +128 216 209 157 255 172 167 125 255 108 104 78 255 86 83 62 255 +129 109 128 116 255 87 102 92 255 54 64 58 255 43 51 46 255 +130:2 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 +130:3 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 +130:4 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 +130:5 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 +131 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +133 81 217 117 255 64 173 93 255 40 108 58 255 32 86 46 255 +134 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +135 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +136 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +137 178 137 111 255 142 109 88 255 89 68 55 255 71 54 44 255 +138 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +139 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +139:1 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 +140 118 65 51 49 94 52 40 49 59 32 25 49 47 26 20 49 +141 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 +141:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +141:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +141:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:7 21 128 2 111 16 102 1 111 10 64 1 111 8 51 0 111 +142 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 +142:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +142:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +142:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:7 34 170 36 105 27 136 28 105 17 85 18 105 13 68 14 105 +143 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +145 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +146 127 92 38 197 101 73 30 197 63 46 19 197 50 36 15 197 +146:4 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +146:5 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +146:6 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +146:7 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +146:8 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +146:9 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +146:10 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +146:11 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +147 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 +148 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 +149 156 150 149 255 124 120 119 255 78 75 74 255 62 60 59 255 +150 165 149 148 255 132 119 118 255 82 74 74 255 66 59 59 255 +151 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +152 171 27 9 255 136 21 7 255 85 13 4 255 68 10 3 255 +153 125 84 79 255 100 67 63 255 62 42 39 255 50 33 31 255 +154 55 55 55 255 44 44 44 255 27 27 27 255 22 22 22 255 +155 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +155:1 231 228 219 255 184 182 175 255 115 114 109 255 92 91 87 255 +155:2 232 229 221 255 185 183 176 255 116 114 110 255 92 91 88 255 +155:3 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 +155:4 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 +156 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +157 104 83 71 155 83 66 56 155 52 41 35 155 41 33 28 155 +157:8 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:9 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:10 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:11 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:12 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:13 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +158 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +158:1 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 +159 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +159:1 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +159:2 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +159:3 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +159:4 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +159:5 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +159:6 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +159:7 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +159:8 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +159:9 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +159:10 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +159:11 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +159:12 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +159:14 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +159:15 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +160 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 +160:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 +160:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 +160:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 +160:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 +160:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 +160:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 +160:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 +160:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 +160:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 +160:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 +160:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 +160:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 +160:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 +160:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 +160:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 +161 47 92 25 154 37 73 20 154 23 46 12 154 18 36 10 154 +162 154 91 64 255 123 72 51 255 77 45 32 255 61 36 25 255 +162:1 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 +162:4 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 +162:5 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +162:8 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 +162:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +162:12 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 +162:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +163 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +164 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +170 168 139 16 255 134 111 12 255 84 69 8 255 67 55 6 255 +171 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 +171:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 +171:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 +171:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 +171:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 +171:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 +171:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 +171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +171:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 +171:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 +171:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 +171:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 +171:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 +171:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 +171:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 +171:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 +172 150 92 66 255 120 73 52 255 75 46 33 255 60 36 26 255 +173 18 18 18 255 14 14 14 255 9 9 9 255 7 7 7 255 +174 165 194 245 255 132 155 196 255 82 97 122 255 66 77 98 255 +175 65 109 43 51 52 87 34 51 32 54 21 51 26 43 17 51 +175:1 142 148 132 86 113 118 105 86 71 74 66 86 56 59 52 86 +175:2 57 91 43 138 45 72 34 138 28 45 21 138 22 36 17 138 +175:3 58 92 43 158 46 73 34 158 29 46 21 158 23 36 17 158 +175:4 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 +175:5 54 88 59 147 43 70 47 147 27 44 29 147 21 35 23 147 +175:8 67 111 45 26 53 88 36 26 33 55 22 26 26 44 18 26 +175:9 148 148 140 83 118 118 112 83 74 74 70 83 59 59 56 83 +175:10 61 97 45 92 48 77 36 92 30 48 22 92 24 38 18 92 +175:11 59 94 44 122 47 75 35 122 29 47 22 122 23 37 17 122 +175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:13 132 133 141 129 105 106 112 129 66 66 70 129 52 53 56 129 +178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 +181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 +194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 +195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 +196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 +197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 + +Biome Mapping +[OCEAN] 0 0 112 255 0 0 112 255 0 0 112 255 0 0 112 255 +[PLAINS] 141 179 96 255 141 179 96 255 141 179 96 255 141 179 96 255 +[DESERT] 250 148 24 255 250 148 24 255 250 148 24 255 250 148 24 255 +[EXTREME_HILLS] 96 96 96 255 96 96 96 255 96 96 96 255 96 96 96 255 +[FOREST] 5 102 33 255 5 102 33 255 5 102 33 255 5 102 33 255 +[TAIGA] 11 102 89 255 11 102 89 255 11 102 89 255 11 102 89 255 +[SWAMPLAND] 7 249 178 255 7 249 178 255 7 249 178 255 7 249 178 255 +[RIVER] 0 0 255 255 0 0 255 255 0 0 255 255 0 0 255 255 +[HELL] 191 59 59 255 191 59 59 255 191 59 59 255 191 59 59 255 +[SKY] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[FROZEN_OCEAN] 112 112 214 255 112 112 214 255 112 112 214 255 112 112 214 255 +[FROZEN_RIVER] 160 160 255 255 160 160 255 255 160 160 255 255 160 160 255 255 +[ICE_PLAINS] 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 +[ICE_MOUNTAINS] 160 160 160 255 160 160 160 255 160 160 160 255 160 160 160 255 +[MUSHROOM_ISLAND] 255 0 255 255 255 0 255 255 255 0 255 255 255 0 255 255 +[MUSHROOM_SHORE] 160 0 255 255 160 0 255 255 160 0 255 255 160 0 255 255 +[BEACH] 250 222 85 255 250 222 85 255 250 222 85 255 250 222 85 255 +[DESERT_HILLS] 210 95 18 255 210 95 18 255 210 95 18 255 210 95 18 255 +[FOREST_HILLS] 34 85 28 255 34 85 28 255 34 85 28 255 34 85 28 255 +[TAIGA_HILLS] 22 57 51 255 22 57 51 255 22 57 51 255 22 57 51 255 +[SMALL_MOUNTAINS] 114 120 154 255 114 120 154 255 114 120 154 255 114 120 154 255 +[JUNGLE] 83 123 9 255 83 123 9 255 83 123 9 255 83 123 9 255 +[JUNGLE_HILLS] 44 66 5 255 44 66 5 255 44 66 5 255 44 66 5 255 +[JUNGLE_EDGE] 98 139 23 255 98 139 23 255 98 139 23 255 98 139 23 255 +[DEEP_OCEAN] 0 0 48 255 0 0 48 255 0 0 48 255 0 0 48 255 +[STONE_BEACH] 162 162 132 255 162 162 132 255 162 162 132 255 162 162 132 255 +[COLD_BEACH] 250 240 192 255 250 240 192 255 250 240 192 255 250 240 192 255 +[BIRCH_FOREST] 48 116 68 255 48 116 68 255 48 116 68 255 48 116 68 255 +[BIRCH_FOREST_HILLS] 31 95 50 255 31 95 50 255 31 95 50 255 31 95 50 255 +[ROOFED_FOREST] 64 81 26 255 64 81 26 255 64 81 26 255 64 81 26 255 +[COLD_TAIGA] 49 85 74 255 49 85 74 255 49 85 74 255 49 85 74 255 +[COLD_TAIGA_HILLS] 36 63 54 255 36 63 54 255 36 63 54 255 36 63 54 255 +[MEGA_TAIGA] 89 102 81 255 89 102 81 255 89 102 81 255 89 102 81 255 +[MEGA_TAIGA_HILLS] 69 79 62 255 69 79 62 255 69 79 62 255 69 79 62 255 +[EXTREME_HILLS_PLUS] 80 112 80 255 80 112 80 255 80 112 80 255 80 112 80 255 +[SAVANNA] 189 178 95 255 189 178 95 255 189 178 95 255 189 178 95 255 +[SAVANNA_PLATEAU] 167 157 100 255 167 157 100 255 167 157 100 255 167 157 100 255 +[MESA] 217 69 21 255 217 69 21 255 217 69 21 255 217 69 21 255 +[MESA_PLATEAU_FOREST] 176 151 101 255 176 151 101 255 176 151 101 255 176 151 101 255 +[MESA_PLATEAU] 202 140 101 255 202 140 101 255 202 140 101 255 202 140 101 255 +[SMALL_END_ISLANDS] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[END_MIDLANDS] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[END_HIGHLANDS] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[END_BARRENS] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[WARM_OCEAN] 0 0 172 255 0 0 172 255 0 0 172 255 0 0 172 255 +[LUKEWARM_OCEAN] 0 0 144 255 0 0 144 255 0 0 144 255 0 0 144 255 +[COLD_OCEAN] 32 32 112 255 32 32 112 255 32 32 112 255 32 32 112 255 +[DEEP_WARM_OCEAN] 0 0 80 255 0 0 80 255 0 0 80 255 0 0 80 255 +[DEEP_LUKEWARM_OCEAN] 0 0 64 255 0 0 64 255 0 0 64 255 0 0 64 255 +[DEEP_COLD_OCEAN] 32 32 56 255 32 32 56 255 32 32 56 255 32 32 56 255 +[DEEP_FROZEN_OCEAN] 64 64 144 255 64 64 144 255 64 64 144 255 64 64 144 255 +[THE_VOID] 0 0 0 255 0 0 0 255 0 0 0 255 0 0 0 255 +[SUNFLOWER_PLAINS] 181 219 136 255 181 219 136 255 181 219 136 255 181 219 136 255 +[DESERT_MOUNTAINS] 255 188 64 255 255 188 64 255 255 188 64 255 255 188 64 255 +[EXTREME_HILLS_MOUNTAINS] 136 136 136 255 136 136 136 255 136 136 136 255 136 136 136 255 +[FLOWER_FOREST] 45 142 73 255 45 142 73 255 45 142 73 255 45 142 73 255 +[TAIGA_MOUNTAINS] 51 142 129 255 51 142 129 255 51 142 129 255 51 142 129 255 +[SWAMPLAND_MOUNTAINS] 47 255 218 255 47 255 218 255 47 255 218 255 47 255 218 255 +[ICE_PLAINS_SPIKES] 180 220 220 255 180 220 220 255 180 220 220 255 180 220 220 255 +[JUNGLE_MOUNTAINS] 123 163 49 255 123 163 49 255 123 163 49 255 123 163 49 255 +[JUNGLE_EDGE_MOUNTAINS] 138 179 63 255 138 179 63 255 138 179 63 255 138 179 63 255 +[BIRCH_FOREST_MOUNTAINS] 88 156 108 255 88 156 108 255 88 156 108 255 88 156 108 255 +[BIRCH_FOREST_HILLS_MOUNTAINS] 71 135 90 255 71 135 90 255 71 135 90 255 71 135 90 255 +[ROOFED_FOREST_MOUNTAINS] 104 121 66 255 104 121 66 255 104 121 66 255 104 121 66 255 +[COLD_TAIGA_MOUNTAINS] 89 125 114 255 89 125 114 255 89 125 114 255 89 125 114 255 +[MEGA_SPRUCE_TAIGA] 129 142 121 255 129 142 121 255 129 142 121 255 129 142 121 255 +[MEGA_SPRUCE_TAIGA_HILLS] 109 119 102 255 109 119 102 255 109 119 102 255 109 119 102 255 +[EXTREME_HILLS_PLUS_MOUNTAINS] 120 152 120 255 120 152 120 255 120 152 120 255 120 152 120 255 +[SAVANNA_MOUNTAINS] 229 218 135 255 229 218 135 255 229 218 135 255 229 218 135 255 +[SAVANNA_PLATEAU_MOUNTAINS] 207 197 140 255 207 197 140 255 207 197 140 255 207 197 140 255 +[MESA_BRYCE] 255 109 61 255 255 109 61 255 255 109 61 255 255 109 61 255 +[MESA_PLATEAU_FOREST_MOUNTAINS] 216 191 141 255 216 191 141 255 216 191 141 255 216 191 141 255 +[MESA_PLATEAU_MOUNTAINS] 242 180 141 255 242 180 141 255 242 180 141 255 242 180 141 255 +[BEACH_MOUNTAINS] 255 255 125 255 255 255 125 255 255 255 125 255 255 255 125 255 +[COLD_BEACH_MOUNTAINS] 255 255 232 255 255 255 232 255 255 255 232 255 255 255 232 255 +[COLD_TAIGA_HILLS_MOUNTAINS] 76 103 94 255 76 103 94 255 76 103 94 255 76 103 94 255 +[DEEP_OCEAN_MOUNTAINS] 40 40 88 255 40 40 88 255 40 40 88 255 40 40 88 255 +[DESERT_HILLS_MOUNTAINS] 250 135 58 255 250 135 58 255 250 135 58 255 250 135 58 255 +[EXTREME_HILLS_EDGE_MOUNTAINS] 154 160 194 255 154 160 194 255 154 160 194 255 154 160 194 255 +[FOREST_HILLS_MOUNTAINS] 74 125 68 255 74 125 68 255 74 125 68 255 74 125 68 255 +[FROZEN_OCEAN_MOUNTAINS] 184 184 200 255 184 184 200 255 184 184 200 255 184 184 200 255 +[FROZEN_RIVER_MOUNTAINS] 200 200 255 255 200 200 255 255 200 200 255 255 200 200 255 255 +[HELL_MOUNTAINS] 255 40 40 255 255 40 40 255 255 40 40 255 255 40 40 255 +[ICE_MOUNTAINS_MOUNTAINS] 200 200 200 255 200 200 200 255 200 200 200 255 200 200 200 255 +[JUNGLE_HILLS_MOUNTAINS] 84 106 45 255 84 106 45 255 84 106 45 255 84 106 45 255 +[MUSHROOM_ISLAND_MOUNTAINS] 255 40 255 255 255 40 255 255 255 40 255 255 255 40 255 255 +[MUSHROOM_SHORE_MOUNTAINS] 200 40 255 255 200 40 255 255 200 40 255 255 200 40 255 255 +[OCEAN_MOUNTAINS] 40 40 152 255 40 40 152 255 40 40 152 255 40 40 152 255 +[RIVER_MOUNTAINS] 40 40 255 255 40 40 255 255 40 40 255 255 40 40 255 255 +[SKY_MOUNTAINS] 168 168 255 255 168 168 255 255 168 168 255 255 168 168 255 255 +[STONE_BEACH_MOUNTAINS] 202 202 172 255 202 202 172 255 202 202 172 255 202 202 172 255 +[TAIGA_HILLS_MOUNTAINS] 62 97 91 255 62 97 91 255 62 97 91 255 62 97 91 255 +[BAMBOO_JUNGLE] 118 142 20 255 118 142 20 255 118 142 20 255 118 142 20 255 +[BAMBOO_JUNGLE_HILLS] 59 71 10 255 59 71 10 255 59 71 10 255 59 71 10 255 +[SOUL_SAND_VALLEY] 82 41 33 255 82 41 33 255 82 41 33 255 82 41 33 255 +[CRIMSON_FOREST] 221 8 8 255 221 8 8 255 221 8 8 255 221 8 8 255 +[WARPED_FOREST] 73 144 123 255 73 144 123 255 73 144 123 255 73 144 123 255 +[BASALT_DELTAS] 64 54 54 255 64 54 54 255 64 54 54 255 64 54 54 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/default.txt b/dynmap/colorschemes/default.txt new file mode 100644 index 0000000..cbe7976 --- /dev/null +++ b/dynmap/colorschemes/default.txt @@ -0,0 +1,608 @@ +1 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +1:1 153 113 98 255 122 90 78 255 76 56 49 255 61 45 39 255 +1:2 159 114 98 255 127 91 78 255 79 57 49 255 63 45 39 255 +1:3 179 179 182 255 143 143 145 255 89 89 91 255 71 71 72 255 +1:4 183 183 185 255 146 146 148 255 91 91 92 255 73 73 74 255 +1:5 130 131 131 255 104 104 104 255 65 65 65 255 52 52 52 255 +1:6 133 133 134 255 106 106 107 255 66 66 67 255 53 53 53 255 +2 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +3 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +3:2 90 63 28 255 72 50 22 255 45 31 14 255 36 25 11 255 +4 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +5 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +5:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +5:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +5:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +5:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +5:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +6 71 102 37 107 56 81 29 107 35 51 18 107 28 40 14 107 +6:1 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 +6:2 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 +6:3 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 +6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +6:9 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 +6:10 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 +6:11 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 +6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +7 83 83 83 255 66 66 66 255 41 41 41 255 33 33 33 255 +8 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9 47 67 244 179 37 53 195 179 23 33 122 179 18 26 97 179 +9:1 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:2 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:3 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:4 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:5 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:6 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +9:7 49 72 244 175 39 57 195 175 24 36 122 175 19 28 97 175 +10 207 91 20 255 165 72 16 255 103 45 10 255 82 36 8 255 +11 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +12 219 211 160 255 175 168 128 255 109 105 80 255 87 84 64 255 +12:1 169 88 33 255 135 70 26 255 84 44 16 255 67 35 13 255 +13 126 124 122 255 100 99 97 255 63 62 61 255 50 49 48 255 +14 143 139 124 255 114 111 99 255 71 69 62 255 57 55 49 255 +15 135 130 126 255 108 104 100 255 67 65 63 255 54 52 50 255 +16 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +17 154 125 77 255 123 100 61 255 77 62 38 255 61 50 30 255 +17:1 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 +17:2 184 166 121 255 147 132 96 255 92 83 60 255 73 66 48 255 +17:3 153 118 73 255 122 94 58 255 76 59 36 255 61 47 29 255 +17:4 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 +17:5 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +17:6 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 +17:7 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 +17:8 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 +17:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +17:10 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 +17:11 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 +17:12 102 81 49 255 81 64 39 255 51 40 24 255 40 32 19 255 +17:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +17:14 206 206 201 255 164 164 160 255 103 103 100 255 82 82 80 255 +17:15 87 67 26 255 69 53 20 255 43 33 13 255 34 26 10 255 +18 47 92 25 154 37 73 20 154 23 46 12 154 18 36 10 154 +18:1 44 69 44 165 35 55 35 165 22 34 22 165 17 27 17 165 +18:2 67 88 45 154 53 70 36 154 33 44 22 154 26 35 18 154 +18:3 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 +18:5 44 69 44 165 35 55 35 165 22 34 22 165 17 27 17 165 +18:6 67 88 45 154 53 70 36 154 33 44 22 154 26 35 18 154 +18:7 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 +18:9 44 69 44 165 35 55 35 165 22 34 22 165 17 27 17 165 +18:10 67 88 45 154 53 70 36 154 33 44 22 154 26 35 18 154 +18:11 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 +18:13 44 69 44 165 35 55 35 165 22 34 22 165 17 27 17 165 +18:14 67 88 45 154 53 70 36 154 33 44 22 154 26 35 18 154 +18:15 50 96 25 201 40 76 20 201 25 48 12 201 20 38 10 201 +19 194 195 84 255 155 156 67 255 97 97 42 255 77 78 33 255 +19:1 160 158 63 255 128 126 50 255 80 79 31 255 64 63 25 255 +20 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +21 102 112 134 255 81 89 107 255 51 56 67 255 40 44 53 255 +22 38 67 137 255 30 53 109 255 19 33 68 255 15 26 54 255 +23 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +23:1 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 +23:9 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 +24 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +25 100 67 50 255 80 53 40 255 50 33 25 255 40 26 20 255 +26 142 22 22 255 113 17 17 255 71 11 11 255 56 8 8 255 +26:8 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 +26:9 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 +26:10 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 +26:11 175 116 116 255 140 92 92 255 87 58 58 255 70 46 46 255 +27 132 108 72 171 105 86 57 171 66 54 36 171 52 43 28 171 +27:8 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:9 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:10 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:11 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:12 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +27:13 154 104 70 171 123 83 56 171 77 52 35 171 61 41 28 171 +28 120 101 89 155 96 80 71 155 60 50 44 155 48 40 35 155 +29 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +29:1 141 146 99 255 112 116 79 255 70 73 49 255 56 58 39 255 +29:2 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +29:3 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +29:4 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +29:5 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +29:10 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +29:11 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +29:12 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +29:13 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +30 220 220 220 104 176 176 176 104 110 110 110 104 88 88 88 104 +31 123 79 25 81 98 63 20 81 61 39 12 81 49 31 10 81 +31:1 64 101 47 162 51 80 37 162 32 50 23 162 25 40 18 162 +31:2 56 90 42 78 44 72 33 78 28 45 21 78 22 36 16 78 +32 123 79 25 81 98 63 20 81 61 39 12 81 49 31 10 81 +33 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +33:1 153 129 89 255 122 103 71 255 76 64 44 255 61 51 35 255 +33:2 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +33:3 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +33:4 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +33:5 106 102 95 255 84 81 76 255 53 51 47 255 42 40 38 255 +33:10 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +33:11 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +33:12 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +33:13 97 96 94 207 77 76 75 207 48 48 47 207 38 38 37 207 +34 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +34:1 153 129 89 255 122 103 71 255 76 64 44 255 61 51 35 255 +34:2 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:3 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:4 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:5 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:9 141 146 99 255 112 116 79 255 70 73 49 255 56 58 39 255 +34:10 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:11 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:12 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +34:13 147 129 101 111 117 103 80 111 73 64 50 111 58 51 40 111 +35 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 +35:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 +35:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 +35:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 +35:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 +35:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 +35:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 +35:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +35:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 +35:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 +35:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 +35:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 +35:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 +35:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 +35:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 +35:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 +37 108 162 0 30 86 129 0 30 54 81 0 30 43 64 0 30 +38 100 57 4 34 80 45 3 34 50 28 2 34 40 22 1 34 +38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 +38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 +38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 +38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 +38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 +38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 +38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 +38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 +39 138 105 83 25 110 84 66 25 69 52 41 25 55 42 33 25 +40 195 53 56 33 156 42 44 33 97 26 28 33 78 21 22 33 +41 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 +42 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 +43 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +43:1 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +43:2 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +43:3 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +43:4 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +43:5 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +43:6 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +43:7 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +43:9 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +43:10 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +43:11 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +43:12 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +43:13 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +43:14 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +43:15 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +44 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +44:1 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +44:2 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +44:3 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +44:4 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +44:5 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +44:6 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +44:7 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +44:9 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +44:10 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +44:11 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +44:12 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +44:13 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +44:14 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +44:15 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +45 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +46 130 65 47 255 104 52 37 255 65 32 23 255 52 26 18 255 +47 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +48 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 +49 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 +50 130 106 58 19 104 84 46 19 65 53 29 19 52 42 23 19 +51 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +52 26 39 49 155 20 31 39 155 13 19 24 155 10 15 19 155 +53 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +54 127 92 38 197 101 73 30 197 63 46 19 197 50 36 15 197 +54:4 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +54:5 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +54:6 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +54:7 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +54:8 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +54:9 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +54:10 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +54:11 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +55 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +56 129 140 143 255 103 112 114 255 64 70 71 255 51 56 57 255 +57 97 219 213 255 77 175 170 255 48 109 106 255 38 87 85 255 +58 107 71 42 255 85 56 33 255 53 35 21 255 42 28 16 255 +59 0 179 18 5 0 143 14 5 0 89 9 5 0 71 7 5 +59:1 18 172 15 19 14 137 12 19 9 86 7 19 7 68 6 19 +59:2 28 137 11 43 22 109 8 43 14 68 5 43 11 54 4 43 +59:3 37 139 8 77 29 111 6 77 18 69 4 77 14 55 3 77 +59:4 46 128 7 103 36 102 5 103 23 64 3 103 18 51 2 103 +59:5 66 123 7 128 52 98 5 128 33 61 3 128 26 49 2 128 +59:6 80 118 7 142 64 94 5 142 40 59 3 142 32 47 2 142 +59:7 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:8 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:9 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:10 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:11 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:12 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:13 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:14 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +59:15 86 102 7 166 68 81 5 166 43 51 3 166 34 40 2 166 +60 115 75 45 255 92 60 36 255 57 37 22 255 46 30 18 255 +60:1 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:2 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:3 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:4 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:5 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:6 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:7 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:8 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:9 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:10 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:11 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:12 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:13 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:14 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +60:15 75 40 13 255 60 32 10 255 37 20 6 255 30 16 5 255 +61:2 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +61:3 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +61:4 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +61:5 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +62:2 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +62:3 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +62:4 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +62:5 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +63 160 130 80 10 128 104 64 10 80 65 40 10 64 52 32 10 +64 134 103 51 207 107 82 40 207 67 51 25 207 53 41 20 207 +65 121 95 52 143 96 76 41 143 60 47 26 143 48 38 20 143 +66 121 108 88 143 96 86 70 143 60 54 44 143 48 43 35 143 +66:6 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 +66:7 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 +66:8 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 +66:9 120 107 86 107 96 85 68 107 60 53 43 107 48 42 34 107 +67 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +68 160 130 80 10 128 104 64 10 80 65 40 10 64 52 32 10 +69 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +70 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +71 186 186 186 207 148 148 148 207 93 93 93 207 74 74 74 207 +72 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +73 132 107 107 255 105 85 85 255 66 53 53 255 52 42 42 255 +74 132 107 107 255 105 85 85 255 66 53 53 255 52 42 42 255 +75:1 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +75:2 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +75:3 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +75:4 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +75:5 93 62 38 19 74 49 30 19 46 31 19 19 37 24 15 19 +76:1 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +76:2 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +76:3 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +76:4 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +76:5 167 75 41 25 133 60 32 25 83 37 20 25 66 30 16 25 +77 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +78 239 251 251 255 191 200 200 255 119 125 125 255 95 100 100 255 +79 125 173 255 159 100 138 204 159 62 86 127 159 50 69 102 159 +80 239 251 251 255 191 200 200 255 119 125 125 255 95 100 100 255 +81 13 99 24 195 10 79 19 195 6 49 12 195 5 39 9 195 +82 158 164 176 255 126 131 140 255 79 82 88 255 63 65 70 255 +83 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +84 107 73 55 255 85 58 44 255 53 36 27 255 42 29 22 255 +85 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +86 192 118 21 255 153 94 16 255 96 59 10 255 76 47 8 255 +87 111 54 52 255 88 43 41 255 55 27 26 255 44 21 20 255 +88 84 64 51 255 67 51 40 255 42 32 25 255 33 25 20 255 +89 143 118 69 255 114 94 55 255 71 59 34 255 57 47 27 255 +90 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +91 192 118 21 255 153 94 16 255 96 59 10 255 76 47 8 255 +92 228 205 206 195 182 164 164 195 114 102 103 195 91 82 82 195 +93 151 147 147 255 120 117 117 255 75 73 73 255 60 58 58 255 +94 160 147 147 255 128 117 117 255 80 73 73 255 64 58 58 255 +95 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 +95:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 +95:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 +95:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 +95:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 +95:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 +95:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 +95:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 +95:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 +95:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 +95:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 +95:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 +95:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 +95:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 +95:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 +95:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 +96 126 93 45 219 100 74 36 219 63 46 22 219 50 37 18 219 +97 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +97:1 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +97:2 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +98 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +98:1 114 119 106 255 91 95 84 255 57 59 53 255 45 47 42 255 +98:2 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 +98:3 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 +99 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 +99:1 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:2 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:3 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:4 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:5 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:6 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:7 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:8 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:9 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:14 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +100 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 +100:1 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:2 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:3 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:4 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:5 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:6 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:7 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:8 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:9 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:14 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +101 109 108 106 115 87 86 84 115 54 54 53 115 43 43 42 115 +102 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +103 151 153 36 255 120 122 28 255 75 76 18 255 60 61 14 255 +104 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +105 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +106 38 75 20 138 30 60 16 138 19 37 10 138 15 30 8 138 +107 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +108 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +109 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +110 111 99 105 255 88 79 84 255 55 49 52 255 44 39 42 255 +111 14 59 22 147 11 47 17 147 7 29 11 147 5 23 8 147 +112 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +113 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +114 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +115 106 14 30 42 84 11 24 42 53 7 15 42 42 5 12 42 +115:1 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 +115:2 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 +115:3 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:4 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:5 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:6 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:7 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +116 103 64 59 255 82 51 47 255 51 32 29 255 41 25 23 255 +117 124 103 81 118 99 82 64 118 62 51 40 118 49 41 32 118 +118 71 71 71 155 56 56 56 155 35 35 35 155 28 28 28 155 +119 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 +120 89 117 96 255 71 93 76 255 44 58 48 255 35 46 38 255 +120:4 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 +120:5 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 +120:6 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 +120:7 40 72 67 95 32 57 53 95 20 36 33 95 16 28 26 95 +121 221 223 165 255 176 178 132 255 110 111 82 255 88 89 66 255 +122 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +123 70 43 26 255 56 34 20 255 35 21 13 255 28 17 10 255 +124 119 89 55 255 95 71 44 255 59 44 27 255 47 35 22 255 +125 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +125:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +125:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +125:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +125:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +125:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +125:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +125:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +125:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +125:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +125:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +126 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +126:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +126:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +126:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +126:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +126:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +126:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +126:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +126:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +126:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +126:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +127 145 80 30 131 116 64 24 131 72 40 15 131 58 32 12 131 +128 216 209 157 255 172 167 125 255 108 104 78 255 86 83 62 255 +129 109 128 116 255 87 102 92 255 54 64 58 255 43 51 46 255 +130:2 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 +130:3 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 +130:4 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 +130:5 43 60 61 197 34 48 48 197 21 30 30 197 17 24 24 197 +131 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +133 81 217 117 255 64 173 93 255 40 108 58 255 32 86 46 255 +134 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +135 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +136 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +137 178 137 111 255 142 109 88 255 89 68 55 255 71 54 44 255 +138 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +139 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +139:1 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 +140 118 65 51 49 94 52 40 49 59 32 25 49 47 26 20 49 +141 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 +141:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +141:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +141:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:7 21 128 2 111 16 102 1 111 10 64 1 111 8 51 0 111 +142 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 +142:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +142:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +142:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:7 34 170 36 105 27 136 28 105 17 85 18 105 13 68 14 105 +143 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +145 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +146 127 92 38 197 101 73 30 197 63 46 19 197 50 36 15 197 +146:4 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +146:5 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +146:6 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +146:7 135 97 37 210 108 77 29 210 67 48 18 210 54 38 14 210 +146:8 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +146:9 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +146:10 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +146:11 134 96 36 210 107 76 28 210 67 48 18 210 53 38 14 210 +147 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 +148 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 +149 156 150 149 255 124 120 119 255 78 75 74 255 62 60 59 255 +150 165 149 148 255 132 119 118 255 82 74 74 255 66 59 59 255 +151 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +152 171 27 9 255 136 21 7 255 85 13 4 255 68 10 3 255 +153 125 84 79 255 100 67 63 255 62 42 39 255 50 33 31 255 +154 55 55 55 255 44 44 44 255 27 27 27 255 22 22 22 255 +155 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +155:1 231 228 219 255 184 182 175 255 115 114 109 255 92 91 87 255 +155:2 232 229 221 255 185 183 176 255 116 114 110 255 92 91 88 255 +155:3 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 +155:4 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 +156 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +157 104 83 71 155 83 66 56 155 52 41 35 155 41 33 28 155 +157:8 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:9 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:10 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:11 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:12 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:13 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +158 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +158:1 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 +159 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +159:1 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +159:2 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +159:3 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +159:4 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +159:5 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +159:6 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +159:7 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +159:8 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +159:9 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +159:10 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +159:11 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +159:12 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +159:14 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +159:15 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +160 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 +160:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 +160:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 +160:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 +160:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 +160:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 +160:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 +160:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 +160:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 +160:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 +160:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 +160:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 +160:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 +160:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 +160:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 +160:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 +161 47 92 25 154 37 73 20 154 23 46 12 154 18 36 10 154 +162 154 91 64 255 123 72 51 255 77 45 32 255 61 36 25 255 +162:1 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 +162:4 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 +162:5 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +162:8 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 +162:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +162:12 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 +162:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +163 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +164 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +165 120 200 101 188 96 160 80 188 60 100 50 188 48 80 40 188 +167 199 199 199 219 159 159 159 219 99 99 99 219 79 79 79 219 +168 106 170 150 255 84 136 120 255 53 85 75 255 42 68 60 255 +168:1 99 160 143 255 79 128 114 255 49 80 71 255 39 64 57 255 +168:2 59 87 75 255 47 69 60 255 29 43 37 255 23 34 30 255 +169 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +170 168 139 16 255 134 111 12 255 84 69 8 255 67 55 6 255 +171 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 +171:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 +171:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 +171:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 +171:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 +171:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 +171:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 +171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +171:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 +171:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 +171:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 +171:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 +171:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 +171:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 +171:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 +171:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 +172 150 92 66 255 120 73 52 255 75 46 33 255 60 36 26 255 +173 18 18 18 255 14 14 14 255 9 9 9 255 7 7 7 255 +174 165 194 245 255 132 155 196 255 82 97 122 255 66 77 98 255 +175 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 +175:8 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:9 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:10 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:11 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:13 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:14 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:15 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 +181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 +194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 +195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 +196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 +197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/dokudark.txt b/dynmap/colorschemes/dokudark.txt new file mode 100644 index 0000000..116ea12 --- /dev/null +++ b/dynmap/colorschemes/dokudark.txt @@ -0,0 +1,611 @@ +1 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +1:1 74 58 51 255 59 46 40 255 37 29 25 255 29 23 20 255 +1:2 74 57 47 255 59 45 37 255 37 28 23 255 29 22 18 255 +1:3 159 154 134 255 127 123 107 255 79 77 67 255 63 61 53 255 +1:4 169 164 146 255 135 131 116 255 84 82 73 255 67 65 58 255 +1:5 68 70 60 255 54 56 48 255 34 35 30 255 27 28 24 255 +1:6 65 68 57 255 52 54 45 255 32 34 28 255 26 27 22 255 +2 63 90 45 255 50 72 36 255 31 45 22 255 25 36 18 255 +3 65 53 44 255 52 42 35 255 32 26 22 255 26 21 17 255 +3:2 83 63 37 255 66 50 29 255 41 31 18 255 33 25 14 255 +4 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +5 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +5:1 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +5:2 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 +5:3 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 +5:4 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 +5:5 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +6 44 49 33 114 35 39 26 114 22 24 16 114 17 19 13 114 +6:1 36 44 27 63 28 35 21 63 18 22 13 63 14 17 10 63 +6:2 79 86 51 91 63 68 40 91 39 43 25 91 31 34 20 91 +6:3 34 61 13 81 27 48 10 81 17 30 6 81 13 24 5 81 +6:4 71 71 52 82 56 56 41 82 35 35 26 82 28 28 20 82 +6:5 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 +6:9 36 44 27 63 28 35 21 63 18 22 13 63 14 17 10 63 +6:10 79 86 51 91 63 68 40 91 39 43 25 91 31 34 20 91 +6:11 34 61 13 81 27 48 10 81 17 30 6 81 13 24 5 81 +6:12 71 71 52 82 56 56 41 82 35 35 26 82 28 28 20 82 +6:13 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 +7 38 37 36 255 30 29 28 255 19 18 18 255 15 14 14 255 +8 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 +9 64 119 103 144 51 95 82 144 32 59 51 144 25 47 41 144 +9:1 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 +9:2 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 +9:3 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 +9:4 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 +9:5 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 +9:6 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 +9:7 66 119 101 141 52 95 80 141 33 59 50 141 26 47 40 141 +10 127 24 10 255 101 19 8 255 63 12 5 255 50 9 4 255 +11 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +12 124 116 91 255 99 92 72 255 62 58 45 255 49 46 36 255 +12:1 121 88 68 255 96 70 54 255 60 44 34 255 48 35 27 255 +13 55 53 44 255 44 42 35 255 27 26 22 255 22 21 17 255 +14 108 103 83 255 86 82 66 255 54 51 41 255 43 41 33 255 +15 95 93 84 255 76 74 67 255 47 46 42 255 38 37 33 255 +16 71 75 70 255 56 60 56 255 35 37 35 255 28 30 28 255 +17 118 113 94 255 94 90 75 255 59 56 47 255 47 45 37 255 +17:4 52 53 45 255 41 42 36 255 26 26 22 255 20 21 18 255 +17:5 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 +17:6 152 148 143 255 121 118 114 255 76 74 71 255 60 59 57 255 +17:7 36 33 18 255 28 26 14 255 18 16 9 255 14 13 7 255 +17:8 52 53 45 255 41 42 36 255 26 26 22 255 20 21 18 255 +17:9 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 +17:10 152 148 143 255 121 118 114 255 76 74 71 255 60 59 57 255 +17:11 36 33 18 255 28 26 14 255 18 16 9 255 14 13 7 255 +17:12 52 53 45 255 41 42 36 255 26 26 22 255 20 21 18 255 +17:13 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 +17:14 152 148 143 255 121 118 114 255 76 74 71 255 60 59 57 255 +17:15 36 33 18 255 28 26 14 255 18 16 9 255 14 13 7 255 +18 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 +18:1 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +18:2 53 70 35 214 42 56 28 214 26 35 17 214 21 28 14 214 +18:3 22 37 13 167 17 29 10 167 11 18 6 167 8 14 5 167 +18:5 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +18:6 53 70 35 214 42 56 28 214 26 35 17 214 21 28 14 214 +18:7 22 37 13 167 17 29 10 167 11 18 6 167 8 14 5 167 +18:9 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +18:10 53 70 35 214 42 56 28 214 26 35 17 214 21 28 14 214 +18:11 22 37 13 167 17 29 10 167 11 18 6 167 8 14 5 167 +18:13 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +18:14 53 70 35 214 42 56 28 214 26 35 17 214 21 28 14 214 +18:15 22 37 13 167 17 29 10 167 11 18 6 167 8 14 5 167 +19 183 155 93 255 146 124 74 255 91 77 46 255 73 62 37 255 +19:1 158 130 82 255 126 104 65 255 79 65 41 255 63 52 32 255 +20 52 55 46 96 41 44 36 96 26 27 23 96 20 22 18 96 +21 79 91 102 255 63 72 81 255 39 45 51 255 31 36 40 255 +22 47 59 89 255 37 47 71 255 23 29 44 255 18 23 35 255 +23 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +23:1 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +23:9 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +24 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 +25 62 66 57 255 49 52 45 255 31 33 28 255 24 26 22 255 +26 50 53 43 255 40 42 34 255 25 26 21 255 20 21 17 255 +26:8 128 123 112 255 102 98 89 255 64 61 56 255 51 49 44 255 +26:9 128 123 112 255 102 98 89 255 64 61 56 255 51 49 44 255 +26:10 128 123 112 255 102 98 89 255 64 61 56 255 51 49 44 255 +26:11 128 123 112 255 102 98 89 255 64 61 56 255 51 49 44 255 +27 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +27:8 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 +27:9 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 +27:10 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 +27:11 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 +27:12 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 +27:13 79 67 47 211 63 53 37 211 39 33 23 211 31 26 18 211 +28 77 77 62 232 61 61 49 232 38 38 31 232 30 30 24 232 +29 85 92 82 255 68 73 65 255 42 46 41 255 34 36 32 255 +29:1 61 65 38 255 48 52 30 255 30 32 19 255 24 26 15 255 +29:2 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 +29:3 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 +29:4 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 +29:5 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 +29:9 79 86 76 255 63 68 60 255 39 43 38 255 31 34 30 255 +29:10 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 +29:11 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 +29:12 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 +29:13 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 +30 191 193 197 76 152 154 157 76 95 96 98 76 76 77 78 76 +31 65 62 43 122 52 49 34 122 32 31 21 122 26 24 17 122 +31:1 64 91 46 72 51 72 36 72 32 45 23 72 25 36 18 72 +31:2 42 60 30 23 33 48 24 23 21 30 15 23 16 24 12 23 +32 65 62 43 122 52 49 34 122 32 31 21 122 26 24 17 122 +33 85 92 82 255 68 73 65 255 42 46 41 255 34 36 32 255 +33:1 61 61 48 255 48 48 38 255 30 30 24 255 24 24 19 255 +33:2 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 +33:3 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 +33:4 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 +33:5 81 87 76 255 64 69 60 255 40 43 38 255 32 34 30 255 +33:9 79 86 76 255 63 68 60 255 39 43 38 255 31 34 30 255 +33:10 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 +33:11 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 +33:12 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 +33:13 86 93 82 207 68 74 65 207 43 46 41 207 34 37 32 207 +34 79 86 76 255 63 68 60 255 39 43 38 255 31 34 30 255 +34:1 61 61 48 255 48 48 38 255 30 30 24 255 24 24 19 255 +34:2 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 +34:3 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 +34:4 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 +34:5 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 +34:9 61 65 38 255 48 52 30 255 30 32 19 255 24 26 15 255 +34:10 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 +34:11 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 +34:12 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 +34:13 64 64 50 111 51 51 40 111 32 32 25 111 25 25 20 111 +35 187 181 172 255 149 144 137 255 93 90 86 255 74 72 68 255 +35:1 184 98 81 255 147 78 64 255 92 49 40 255 73 39 32 255 +35:2 129 78 131 255 103 62 104 255 64 39 65 255 51 31 52 255 +35:3 104 113 141 255 83 90 112 255 52 56 70 255 41 45 56 255 +35:4 173 136 77 255 138 108 61 255 86 68 38 255 69 54 30 255 +35:5 82 135 65 255 65 108 52 255 41 67 32 255 32 54 26 255 +35:6 174 134 133 255 139 107 106 255 87 67 66 255 69 53 53 255 +35:7 38 36 34 255 30 28 27 255 19 18 17 255 15 14 13 255 +35:8 84 84 76 255 67 67 60 255 42 42 38 255 33 33 30 255 +35:9 38 61 61 255 30 48 48 255 19 30 30 255 15 24 24 255 +35:10 66 47 84 255 52 37 67 255 33 23 42 255 26 18 33 255 +35:11 42 49 75 255 33 39 60 255 21 24 37 255 16 19 30 255 +35:12 52 36 30 255 41 28 24 255 26 18 15 255 20 14 12 255 +35:13 41 60 29 255 32 48 23 255 20 30 14 255 16 24 11 255 +35:14 90 43 42 255 72 34 33 255 45 21 21 255 36 17 16 255 +35:15 21 19 18 255 16 15 14 255 10 9 9 255 8 7 7 255 +37 92 87 49 19 73 69 39 19 46 43 24 19 36 34 19 19 +38 70 43 39 22 56 34 31 22 35 21 19 22 28 17 15 22 +38:1 61 79 88 63 48 63 70 63 30 39 44 63 24 31 35 63 +38:2 97 88 97 72 77 70 77 72 48 44 48 72 38 35 38 72 +38:3 64 69 56 69 51 55 44 69 32 34 28 69 25 27 22 69 +38:4 68 49 37 84 54 39 29 84 34 24 18 84 27 19 14 84 +38:5 81 67 40 84 64 53 32 84 40 33 20 84 32 26 16 84 +38:6 108 110 87 84 86 88 69 84 54 55 43 84 43 44 34 84 +38:7 99 85 72 84 79 68 57 84 49 42 36 84 39 34 28 84 +38:8 165 165 150 56 132 132 120 56 82 82 75 56 66 66 60 56 +39 74 67 55 43 59 53 44 43 37 33 27 43 29 26 22 43 +40 70 70 72 35 56 56 57 35 35 35 36 35 28 28 28 35 +41 155 135 95 255 124 108 76 255 77 67 47 255 62 54 38 255 +42 81 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +43 115 127 111 255 92 101 88 255 57 63 55 255 46 50 44 255 +43:1 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 +43:2 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +43:3 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +43:4 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 +43:5 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 +43:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +43:7 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 +43:9 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 +43:10 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +43:11 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +43:12 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 +43:13 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 +43:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +43:15 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 +44 115 127 111 255 92 101 88 255 57 63 55 255 46 50 44 255 +44:1 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 +44:2 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +44:3 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +44:4 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 +44:5 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 +44:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +44:7 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 +44:9 108 100 78 255 86 80 62 255 54 50 39 255 43 40 31 255 +44:10 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +44:11 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +44:12 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 +44:13 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 +44:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +44:15 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 +45 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 +46 68 46 43 255 54 36 34 255 34 23 21 255 27 18 17 255 +47 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +48 77 85 68 255 61 68 54 255 38 42 34 255 30 34 27 255 +49 39 37 40 255 31 29 32 255 19 18 20 255 15 14 16 255 +50 111 95 61 48 88 76 48 48 55 47 30 48 44 38 24 48 +51 239 149 41 168 191 119 32 168 119 74 20 168 95 59 16 168 +52 48 48 42 204 38 38 33 204 24 24 21 204 19 19 16 204 +53 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +54 58 67 52 197 46 53 41 197 29 33 26 197 23 26 20 197 +54:4 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 +54:5 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 +54:6 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 +54:7 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 +54:8 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 +54:9 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 +54:10 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 +54:11 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 +55 194 197 201 50 155 157 160 50 97 98 100 50 77 78 80 50 +56 93 114 111 255 74 91 88 255 46 57 55 255 37 45 44 255 +57 109 130 132 255 87 104 105 255 54 65 66 255 43 52 52 255 +58 130 128 114 255 104 102 91 255 65 64 57 255 52 51 45 255 +59 46 60 31 29 36 48 24 29 23 30 15 29 18 24 12 29 +59:1 45 59 30 39 36 47 24 39 22 29 15 39 18 23 12 39 +59:2 45 59 30 50 36 47 24 50 22 29 15 50 18 23 12 50 +59:3 44 58 30 60 35 46 24 60 22 29 15 60 17 23 12 60 +59:4 60 71 38 82 48 56 30 82 30 35 19 82 24 28 15 82 +59:5 75 82 45 109 60 65 36 109 37 41 22 109 30 32 18 109 +59:6 90 89 52 123 72 71 41 123 45 44 26 123 36 35 20 123 +59:7 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +59:8 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +59:9 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +59:10 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +59:11 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +59:12 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +59:13 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +59:14 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +59:15 112 101 75 134 89 80 60 134 56 50 37 134 44 40 30 134 +60 75 69 49 255 60 55 39 255 37 34 24 255 30 27 19 255 +60:1 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:2 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:3 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:4 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:5 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:6 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:7 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:8 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:9 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:10 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:11 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:12 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:13 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:14 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +60:15 59 55 39 255 47 44 31 255 29 27 19 255 23 22 15 255 +61:2 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +61:3 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +61:4 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +61:5 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +62:2 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +62:3 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +62:4 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +62:5 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +63 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +64 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +65 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +66 62 63 51 208 49 50 40 208 31 31 25 208 24 25 20 208 +66:6 65 67 55 99 52 53 44 99 32 33 27 99 26 26 22 99 +66:7 65 67 55 99 52 53 44 99 32 33 27 99 26 26 22 99 +66:8 65 67 55 99 52 53 44 99 32 33 27 99 26 26 22 99 +66:9 65 67 55 99 52 53 44 99 32 33 27 99 26 26 22 99 +67 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +68 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +69 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +70 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +71 79 85 72 238 63 68 57 238 39 42 36 238 31 34 28 238 +72 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +73 99 73 69 255 79 58 55 255 49 36 34 255 39 29 27 255 +74 99 73 69 255 79 58 55 255 49 36 34 255 39 29 27 255 +75:1 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 +75:2 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 +75:3 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 +75:4 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 +75:5 77 71 62 35 61 56 49 35 38 35 31 35 30 28 24 35 +76:1 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 +76:2 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 +76:3 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 +76:4 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 +76:5 86 73 64 35 68 58 51 35 43 36 32 35 34 29 25 35 +77 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +78 211 218 216 255 168 174 172 255 105 109 108 255 84 87 86 255 +79 161 185 191 179 128 148 152 179 80 92 95 179 64 74 76 179 +80 211 218 216 255 168 174 172 255 105 109 108 255 84 87 86 255 +81 80 84 50 195 64 67 40 195 40 42 25 195 32 33 20 195 +82 108 107 104 255 86 85 83 255 54 53 52 255 43 42 41 255 +83 91 84 62 175 72 67 49 175 45 42 31 175 36 33 24 175 +84 63 63 59 255 50 50 47 255 31 31 29 255 25 25 23 255 +85 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +86 136 88 62 255 108 70 49 255 68 44 31 255 54 35 24 255 +87 119 71 65 255 95 56 52 255 59 35 32 255 47 28 26 255 +88 75 65 55 255 60 52 44 255 37 32 27 255 30 26 22 255 +89 127 156 88 255 101 124 70 255 63 78 44 255 50 62 35 255 +90 91 0 160 167 72 0 128 167 45 0 80 167 36 0 64 167 +91 136 88 62 255 108 70 49 255 68 44 31 255 54 35 24 255 +92 186 180 181 195 148 144 144 195 93 90 90 195 74 72 72 195 +93 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +94 110 112 99 255 88 89 79 255 55 56 49 255 44 44 39 255 +95 134 132 125 212 107 105 100 212 67 66 62 212 53 52 50 212 +95:1 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +95:2 109 77 113 212 87 61 90 212 54 38 56 212 43 30 45 212 +95:3 92 99 113 212 73 79 90 212 46 49 56 212 36 39 45 212 +95:4 129 110 67 212 103 88 53 212 64 55 33 212 51 44 26 212 +95:5 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +95:6 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +95:7 48 48 42 212 38 38 33 212 24 24 21 212 19 19 16 212 +95:8 80 81 73 212 64 64 58 212 40 40 36 212 32 32 29 212 +95:9 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +95:10 68 56 81 212 54 44 64 212 34 28 40 212 27 22 32 212 +95:11 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +95:12 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +95:13 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +95:14 85 53 48 212 68 42 38 212 42 26 24 212 34 21 19 212 +95:15 37 37 32 212 29 29 25 212 18 18 16 212 14 14 12 212 +96 69 72 61 237 55 57 48 237 34 36 30 237 27 28 24 237 +97 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +97:1 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +97:2 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 +98 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 +98:1 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +98:2 73 81 72 255 58 64 57 255 36 40 36 255 29 32 28 255 +98:3 74 80 70 255 59 64 56 255 37 40 35 255 29 32 28 255 +99 187 176 162 255 149 140 129 255 93 88 81 255 74 70 64 255 +99:1 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:2 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:3 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:4 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:5 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:6 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:7 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:8 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:9 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:14 123 109 90 255 98 87 72 255 61 54 45 255 49 43 36 255 +99:15 202 193 179 255 161 154 143 255 101 96 89 255 80 77 71 255 +100 187 176 162 255 149 140 129 255 93 88 81 255 74 70 64 255 +100:1 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:2 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:3 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:4 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:5 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:6 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:7 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:8 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:9 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:14 61 65 88 255 48 52 70 255 30 32 44 255 24 26 35 255 +100:15 202 193 179 255 161 154 143 255 101 96 89 255 80 77 71 255 +101 41 40 37 94 32 32 29 94 20 20 18 94 16 16 14 94 +102 52 55 46 96 41 44 36 96 26 27 23 96 20 22 18 96 +103 74 105 61 255 59 84 48 255 37 52 30 255 29 42 24 255 +104 39 56 28 30 31 44 22 30 19 28 14 30 15 22 11 30 +105 39 56 28 30 31 44 22 30 19 28 14 30 15 22 11 30 +106 23 37 13 170 18 29 10 170 11 18 6 170 9 14 5 170 +107 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +108 95 82 69 255 76 65 55 255 47 41 34 255 38 32 27 255 +109 79 88 77 255 63 70 61 255 39 44 38 255 31 35 30 255 +110 80 62 73 255 64 49 58 255 40 31 36 255 32 24 29 255 +111 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 +112 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +113 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +114 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +115 87 25 34 38 69 20 27 38 43 12 17 38 34 10 13 38 +115:1 82 23 30 73 65 18 24 73 41 11 15 73 32 9 12 73 +115:2 82 23 30 73 65 18 24 73 41 11 15 73 32 9 12 73 +115:3 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 +115:4 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 +115:5 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 +115:6 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 +115:7 83 25 32 160 66 20 25 160 41 12 16 160 33 10 12 160 +116 54 56 47 255 43 44 37 255 27 28 23 255 21 22 18 255 +117 80 84 63 121 64 67 50 121 40 42 31 121 32 33 25 121 +118 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +119 39 37 40 255 31 29 32 255 19 18 20 255 15 14 16 255 +120 52 57 46 255 41 45 36 255 26 28 23 255 20 22 18 255 +120:4 68 76 62 95 54 60 49 95 34 38 31 95 27 30 24 95 +120:5 68 76 62 95 54 60 49 95 34 38 31 95 27 30 24 95 +120:6 68 76 62 95 54 60 49 95 34 38 31 95 27 30 24 95 +120:7 68 76 62 95 54 60 49 95 34 38 31 95 27 30 24 95 +121 169 167 150 255 135 133 120 255 84 83 75 255 67 66 60 255 +122 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +123 42 47 40 255 33 37 32 255 21 23 20 255 16 18 16 255 +124 92 119 78 255 73 95 62 255 46 59 39 255 36 47 31 255 +125 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +125:1 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +125:2 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 +125:3 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 +125:4 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 +125:5 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +125:9 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +125:10 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 +125:11 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 +125:12 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 +125:13 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +126 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +126:1 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +126:2 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 +126:3 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 +126:4 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 +126:5 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +126:9 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +126:10 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 +126:11 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 +126:12 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 +126:13 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +127 126 103 19 131 100 82 15 131 63 51 9 131 50 41 7 131 +128 100 94 74 255 80 75 59 255 50 47 37 255 40 37 29 255 +129 86 108 89 255 68 86 71 255 43 54 44 255 34 43 35 255 +130:2 30 35 31 197 24 28 24 197 15 17 15 197 12 14 12 197 +130:3 30 35 31 197 24 28 24 197 15 17 15 197 12 14 12 197 +130:4 30 35 31 197 24 28 24 197 15 17 15 197 12 14 12 197 +130:5 30 35 31 197 24 28 24 197 15 17 15 197 12 14 12 197 +131 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +133 65 123 81 255 52 98 64 255 32 61 40 255 26 49 32 255 +134 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +135 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 +136 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 +137 69 68 51 255 55 54 40 255 34 34 25 255 27 27 20 255 +138 52 55 46 96 41 44 36 96 26 27 23 96 20 22 18 96 +139 84 92 79 255 67 73 63 255 42 46 39 255 33 36 31 255 +139:1 77 85 68 255 61 68 54 255 38 42 34 255 30 34 27 255 +140 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +141 53 73 37 12 42 58 29 12 26 36 18 12 21 29 14 12 +141:2 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +141:3 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +141:4 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 +141:5 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 +141:6 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 +141:7 53 72 37 104 42 57 29 104 26 36 18 104 21 28 14 104 +142 53 73 37 12 42 58 29 12 26 36 18 12 21 29 14 12 +142:2 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +142:3 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +142:4 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 +142:5 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 +142:6 51 71 37 53 40 56 29 53 25 35 18 53 20 28 14 53 +142:7 45 66 33 114 36 52 26 114 22 33 16 114 18 26 13 114 +143 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +145 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +146 58 67 52 197 46 53 41 197 29 33 26 197 23 26 20 197 +146:4 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 +146:5 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 +146:6 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 +146:7 56 67 51 210 44 53 40 210 28 33 25 210 22 26 20 210 +146:8 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 +146:9 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 +146:10 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 +146:11 56 66 50 210 44 52 40 210 28 33 25 210 22 26 20 210 +147 155 135 95 255 124 108 76 255 77 67 47 255 62 54 38 255 +148 81 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +149 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +150 111 111 98 255 88 88 78 255 55 55 49 255 44 44 39 255 +151 69 93 78 255 55 74 62 255 34 46 39 255 27 37 31 255 +152 84 75 67 255 67 60 53 255 42 37 33 255 33 30 26 255 +153 138 98 86 255 110 78 68 255 69 49 43 255 55 39 34 255 +154 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +155 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 +155:1 180 173 159 255 144 138 127 255 90 86 79 255 72 69 63 255 +155:2 186 183 169 255 148 146 135 255 93 91 84 255 74 73 67 255 +155:3 175 167 149 255 140 133 119 255 87 83 74 255 70 66 59 255 +155:4 175 167 149 255 140 133 119 255 87 83 74 255 70 66 59 255 +156 190 185 172 255 152 148 137 255 95 92 86 255 76 74 68 255 +157 65 64 53 211 52 51 42 211 32 32 26 211 26 25 21 211 +157:8 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 +157:9 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 +157:10 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 +157:11 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 +157:12 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 +157:13 69 65 53 211 55 52 42 211 34 32 26 211 27 26 21 211 +158 88 94 81 255 70 75 64 255 44 47 40 255 35 37 32 255 +158:1 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +159 158 139 131 255 126 111 104 255 79 69 65 255 63 55 52 255 +159:1 108 58 34 255 86 46 27 255 54 29 17 255 43 23 13 255 +159:2 102 59 81 255 81 47 64 255 51 29 40 255 40 23 32 255 +159:3 78 78 96 255 62 62 76 255 39 39 48 255 31 31 38 255 +159:4 114 85 32 255 91 68 25 255 57 42 16 255 45 34 12 255 +159:5 68 78 46 255 54 62 36 255 34 39 23 255 27 31 18 255 +159:6 114 72 73 255 91 57 58 255 57 36 36 255 45 28 29 255 +159:7 44 34 31 255 35 27 24 255 22 17 15 255 17 13 12 255 +159:8 83 64 60 255 66 51 48 255 41 32 30 255 33 25 24 255 +159:9 46 69 69 255 36 55 55 255 23 34 34 255 18 27 27 255 +159:10 68 53 82 255 54 42 65 255 34 26 41 255 27 21 32 255 +159:11 49 50 72 255 39 40 57 255 24 25 36 255 19 20 28 255 +159:12 46 37 30 255 36 29 24 255 23 18 15 255 18 14 12 255 +159:13 44 58 33 255 35 46 26 255 22 29 16 255 17 23 13 255 +159:14 96 45 37 255 76 36 29 255 48 22 18 255 38 18 14 255 +159:15 35 28 24 255 28 22 19 255 17 14 12 255 14 11 9 255 +160 134 132 125 212 107 105 100 212 67 66 62 212 53 52 50 212 +160:1 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +160:2 109 77 113 212 87 61 90 212 54 38 56 212 43 30 45 212 +160:3 92 99 113 212 73 79 90 212 46 49 56 212 36 39 45 212 +160:4 129 110 67 212 103 88 53 212 64 55 33 212 51 44 26 212 +160:5 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +160:6 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +160:7 48 48 42 212 38 38 33 212 24 24 21 212 19 19 16 212 +160:8 80 81 73 212 64 64 58 212 40 40 36 212 32 32 29 212 +160:9 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +160:10 68 56 81 212 54 44 64 212 34 28 40 212 27 22 32 212 +160:11 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +160:12 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +160:13 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +160:14 85 53 48 212 68 42 38 212 42 26 24 212 34 21 19 212 +160:15 37 37 32 212 29 29 25 212 18 18 16 212 14 14 12 212 +161 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +161:1 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 +161:5 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 +161:9 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 +161:13 24 40 14 214 19 32 11 214 12 20 7 214 9 16 5 214 +162 89 59 51 255 71 47 40 255 44 29 25 255 35 23 20 255 +162:1 118 113 94 255 94 90 75 255 59 56 47 255 47 45 37 255 +162:4 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +162:5 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 +162:8 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +162:9 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 +162:12 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +162:13 41 38 35 255 32 30 28 255 20 19 17 255 16 15 14 255 +163 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 +164 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +165 211 225 129 150 168 180 103 150 105 112 64 150 84 90 51 150 +167 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +168 51 59 47 255 40 47 37 255 25 29 23 255 20 23 18 255 +168:1 76 80 71 255 60 64 56 255 38 40 35 255 30 32 28 255 +168:2 79 83 73 255 63 66 58 255 39 41 36 255 31 33 29 255 +169 87 86 71 255 69 68 56 255 43 43 35 255 34 34 28 255 +170 197 166 113 255 157 132 90 255 98 83 56 255 78 66 45 255 +171 187 181 172 255 149 144 137 255 93 90 86 255 74 72 68 255 +171:1 184 98 81 255 147 78 64 255 92 49 40 255 73 39 32 255 +171:2 129 78 131 255 103 62 104 255 64 39 65 255 51 31 52 255 +171:3 104 113 141 255 83 90 112 255 52 56 70 255 41 45 56 255 +171:4 173 136 77 255 138 108 61 255 86 68 38 255 69 54 30 255 +171:5 82 135 65 255 65 108 52 255 41 67 32 255 32 54 26 255 +171:6 174 134 133 255 139 107 106 255 87 67 66 255 69 53 53 255 +171:7 38 36 34 255 30 28 27 255 19 18 17 255 15 14 13 255 +171:8 84 84 76 255 67 67 60 255 42 42 38 255 33 33 30 255 +171:9 38 61 61 255 30 48 48 255 19 30 30 255 15 24 24 255 +171:10 66 47 84 255 52 37 67 255 33 23 42 255 26 18 33 255 +171:11 42 49 75 255 33 39 60 255 21 24 37 255 16 19 30 255 +171:12 52 36 30 255 41 28 24 255 26 18 15 255 20 14 12 255 +171:13 41 60 29 255 32 48 23 255 20 30 14 255 16 24 11 255 +171:14 90 43 42 255 72 34 33 255 45 21 21 255 36 17 16 255 +171:15 21 19 18 255 16 15 14 255 10 9 9 255 8 7 7 255 +172 93 68 53 255 74 54 42 255 46 34 26 255 37 27 21 255 +173 41 45 43 255 32 36 34 255 20 22 21 255 16 18 17 255 +174 150 171 170 255 120 136 136 255 75 85 85 255 60 68 68 255 +175 54 45 33 183 43 36 26 183 27 22 16 183 21 18 13 183 +175:8 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +175:9 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +175:10 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +175:11 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +175:12 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +175:13 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +175:14 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +175:15 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +178 68 71 62 255 54 56 49 255 34 35 31 255 27 28 24 255 +179 91 66 58 255 72 52 46 255 45 33 29 255 36 26 23 255 +180 85 61 54 255 68 48 43 255 42 30 27 255 34 24 21 255 +181 91 66 58 255 72 52 46 255 45 33 29 255 36 26 23 255 +182 91 66 58 255 72 52 46 255 45 33 29 255 36 26 23 255 +183 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +184 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 +185 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 +186 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +187 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 +188 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +189 115 108 87 255 92 86 69 255 57 54 43 255 46 43 34 255 +190 49 48 33 255 39 38 26 255 24 24 16 255 19 19 13 255 +191 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +192 67 42 37 255 53 33 29 255 33 21 18 255 26 16 14 255 +193 62 59 53 255 49 47 42 255 31 29 26 255 24 23 21 255 +194 112 112 99 255 89 89 79 255 56 56 49 255 44 44 39 255 +195 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +196 58 39 35 184 46 31 28 184 29 19 17 184 23 15 14 184 +197 50 49 42 255 40 39 33 255 25 24 21 255 20 19 16 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/dokuhigh.txt b/dynmap/colorschemes/dokuhigh.txt new file mode 100644 index 0000000..3d198c1 --- /dev/null +++ b/dynmap/colorschemes/dokuhigh.txt @@ -0,0 +1,613 @@ +1 141 154 152 255 112 123 121 255 70 77 76 255 56 61 60 255 +1:1 138 67 64 255 110 53 51 255 69 33 32 255 55 26 25 255 +1:2 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +1:3 182 189 172 255 145 151 137 255 91 94 86 255 72 75 68 255 +1:4 188 195 183 255 150 156 146 255 94 97 91 255 75 78 73 255 +1:5 84 92 88 255 67 73 70 255 42 46 44 255 33 36 35 255 +1:6 117 129 122 255 93 103 97 255 58 64 61 255 46 51 48 255 +2 20 58 31 255 16 46 24 255 10 29 15 255 8 23 12 255 +3 80 66 56 255 64 52 44 255 40 33 28 255 32 26 22 255 +3:2 78 66 53 255 62 52 42 255 39 33 26 255 31 26 21 255 +4 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +5 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +5:1 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 +5:2 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 +5:3 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +5:4 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 +5:5 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +6 30 55 34 114 24 44 27 114 15 27 17 114 12 22 13 114 +6:1 22 47 26 63 17 37 20 63 11 23 13 63 8 18 10 63 +6:2 65 92 44 91 52 73 35 91 32 46 22 91 26 36 17 91 +6:3 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +6:4 75 76 26 81 60 60 20 81 37 38 13 81 30 30 10 81 +6:5 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 +6:9 22 47 26 63 17 37 20 63 11 23 13 63 8 18 10 63 +6:10 65 92 44 91 52 73 35 91 32 46 22 91 26 36 17 91 +6:11 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +6:12 75 76 26 81 60 60 20 81 37 38 13 81 30 30 10 81 +6:13 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 +7 38 39 42 255 30 31 33 255 19 19 21 255 15 15 16 255 +8 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 +9 76 215 233 144 60 172 186 144 38 107 116 144 30 86 93 144 +9:1 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 +9:2 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 +9:3 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 +9:4 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 +9:5 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 +9:6 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 +9:7 80 220 238 142 64 176 190 142 40 110 119 142 32 88 95 142 +10 127 24 10 255 101 19 8 255 63 12 5 255 50 9 4 255 +11 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +12 225 221 197 255 180 176 157 255 112 110 98 255 90 88 78 255 +12:1 168 86 71 255 134 68 56 255 84 43 35 255 67 34 28 255 +13 90 87 71 255 72 69 56 255 45 43 35 255 36 34 28 255 +14 144 145 122 255 115 116 97 255 72 72 61 255 57 58 48 255 +15 135 135 129 255 108 108 103 255 67 67 64 255 54 54 51 255 +16 105 113 112 255 84 90 89 255 52 56 56 255 42 45 44 255 +17 133 117 95 255 106 93 76 255 66 58 47 255 53 46 38 255 +17:1 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 +17:3 117 103 65 255 93 82 52 255 58 51 32 255 46 41 26 255 +17:4 68 56 45 255 54 44 36 255 34 28 22 255 27 22 18 255 +17:5 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +17:6 188 186 181 255 150 148 144 255 94 93 90 255 75 74 72 255 +17:7 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +17:8 68 56 45 255 54 44 36 255 34 28 22 255 27 22 18 255 +17:9 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +17:10 188 186 181 255 150 148 144 255 94 93 90 255 75 74 72 255 +17:11 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +17:12 68 56 45 255 54 44 36 255 34 28 22 255 27 22 18 255 +17:13 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +17:14 188 186 181 255 150 148 144 255 94 93 90 255 75 74 72 255 +17:15 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +18 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +18:1 26 64 35 229 20 51 28 229 13 32 17 229 10 25 14 229 +18:2 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 +18:3 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +18:5 26 64 35 229 20 51 28 229 13 32 17 229 10 25 14 229 +18:6 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 +18:7 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +18:9 26 64 35 229 20 51 28 229 13 32 17 229 10 25 14 229 +18:10 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 +18:11 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +18:13 26 64 35 229 20 51 28 229 13 32 17 229 10 25 14 229 +18:14 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 +18:15 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +19 187 168 87 255 149 134 69 255 93 84 43 255 74 67 34 255 +19:1 163 146 72 255 130 116 57 255 81 73 36 255 65 58 28 255 +20 79 70 47 96 63 56 37 96 39 35 23 96 31 28 18 96 +21 109 130 150 255 87 104 120 255 54 65 75 255 43 52 60 255 +22 41 82 147 255 32 65 117 255 20 41 73 255 16 32 58 255 +23 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +23:1 137 140 129 255 109 112 103 255 68 70 64 255 54 56 51 255 +23:9 137 140 129 255 109 112 103 255 68 70 64 255 54 56 51 255 +24 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 +25 99 85 56 255 79 68 44 255 49 42 28 255 39 34 22 255 +26 35 67 115 255 28 53 92 255 17 33 57 255 14 26 46 255 +26:8 173 173 158 255 138 138 126 255 86 86 79 255 69 69 63 255 +26:9 173 173 158 255 138 138 126 255 86 86 79 255 69 69 63 255 +26:10 173 173 158 255 138 138 126 255 86 86 79 255 69 69 63 255 +26:11 173 173 158 255 138 138 126 255 86 86 79 255 69 69 63 255 +27 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +27:8 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 +27:9 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 +27:10 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 +27:11 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 +27:12 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 +27:13 95 74 49 211 76 59 39 211 47 37 24 211 38 29 19 211 +28 107 98 83 232 85 78 66 232 53 49 41 232 42 39 33 232 +29 152 163 152 255 121 130 121 255 76 81 76 255 60 65 60 255 +29:1 55 63 60 255 44 50 48 255 27 31 30 255 22 25 24 255 +29:2 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 +29:3 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 +29:4 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 +29:5 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 +29:9 140 150 140 255 112 120 112 255 70 75 70 255 56 60 56 255 +29:10 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 +29:11 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 +29:12 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 +29:13 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 +30 194 201 209 75 155 160 167 75 97 100 104 75 77 80 83 75 +31 83 101 88 124 66 80 70 124 41 50 44 124 33 40 35 124 +31:1 32 91 49 56 25 72 39 56 16 45 24 56 12 36 19 56 +31:2 25 72 39 111 20 57 31 111 12 36 19 111 10 28 15 111 +32 83 101 88 124 66 80 70 124 41 50 44 124 33 40 35 124 +33 152 163 152 255 121 130 121 255 76 81 76 255 60 65 60 255 +33:1 75 64 45 255 60 51 36 255 37 32 22 255 30 25 18 255 +33:2 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 +33:3 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 +33:4 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 +33:5 135 140 128 255 108 112 102 255 67 70 64 255 54 56 51 255 +33:9 140 150 140 255 112 120 112 255 70 75 70 255 56 60 56 255 +33:10 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 +33:11 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 +33:12 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 +33:13 150 158 146 207 120 126 116 207 75 79 73 207 60 63 58 207 +34 140 150 140 255 112 120 112 255 70 75 70 255 56 60 56 255 +34:1 75 64 45 255 60 51 36 255 37 32 22 255 30 25 18 255 +34:2 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 +34:3 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 +34:4 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 +34:5 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 +34:9 55 63 60 255 44 50 48 255 27 31 30 255 22 25 24 255 +34:10 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 +34:11 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 +34:12 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 +34:13 75 64 48 111 60 51 38 111 37 32 24 111 30 25 19 111 +35 222 224 221 255 177 179 176 255 111 112 110 255 88 89 88 255 +35:1 226 120 69 255 180 96 55 255 113 60 34 255 90 48 27 255 +35:2 178 101 206 255 142 80 164 255 89 50 103 255 71 40 82 255 +35:3 122 171 214 255 97 136 171 255 61 85 107 255 48 68 85 255 +35:4 218 191 70 255 174 152 56 255 109 95 35 255 87 76 28 255 +35:5 89 200 80 255 71 160 64 255 44 100 40 255 35 80 32 255 +35:6 223 172 183 255 178 137 146 255 111 86 91 255 89 68 73 255 +35:7 45 48 48 255 36 38 38 255 22 24 24 255 18 19 19 255 +35:8 130 140 140 255 104 112 112 255 65 70 70 255 52 56 56 255 +35:9 26 114 132 255 20 91 105 255 13 57 66 255 10 45 52 255 +35:10 82 57 163 255 65 45 130 255 41 28 81 255 32 22 65 255 +35:11 28 73 151 255 22 58 120 255 14 36 75 255 11 29 60 255 +35:12 64 50 34 255 51 40 27 255 32 25 17 255 25 20 13 255 +35:13 36 108 35 255 28 86 28 255 18 54 17 255 14 43 14 255 +35:14 126 39 45 255 100 31 36 255 63 19 22 255 50 15 18 255 +35:15 15 18 19 255 12 14 15 255 7 9 9 255 6 7 7 255 +37 119 113 33 19 95 90 26 19 59 56 16 19 47 45 13 19 +38 93 33 29 22 74 26 23 22 46 16 14 22 37 13 11 22 +38:1 56 99 133 63 44 79 106 63 28 49 66 63 22 39 53 63 +38:2 116 105 128 68 92 84 102 68 58 52 64 68 46 42 51 68 +38:3 54 69 68 69 43 55 54 69 27 34 34 69 21 27 27 69 +38:4 91 69 55 104 72 55 44 104 45 34 27 104 36 27 22 104 +38:5 93 93 50 104 74 74 40 104 46 46 25 104 37 37 20 104 +38:6 112 136 114 104 89 108 91 104 56 68 57 104 44 54 45 104 +38:7 108 101 85 104 86 80 68 104 54 50 42 104 43 40 34 104 +38:8 180 183 163 52 144 146 130 52 90 91 81 52 72 73 65 52 +39 78 103 124 43 62 82 99 43 39 51 62 43 31 41 49 43 +40 151 88 76 35 120 70 60 35 75 44 38 35 60 35 30 35 +41 162 139 82 255 129 111 65 255 81 69 41 255 64 55 32 255 +42 158 154 123 255 126 123 98 255 79 77 61 255 63 61 49 255 +43 186 193 189 255 148 154 151 255 93 96 94 255 74 77 75 255 +43:1 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 +43:2 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +43:3 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +43:4 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 +43:5 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 +43:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +43:7 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 +43:9 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 +43:10 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +43:11 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +43:12 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 +43:13 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 +43:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +43:15 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 +44 186 193 189 255 148 154 151 255 93 96 94 255 74 77 75 255 +44:1 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 +44:2 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +44:3 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +44:4 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 +44:5 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 +44:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +44:7 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 +44:9 204 199 174 255 163 159 139 255 102 99 87 255 81 79 69 255 +44:10 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +44:11 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +44:12 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 +44:13 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 +44:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +44:15 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 +45 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 +46 84 36 29 255 67 28 23 255 42 18 14 255 33 14 11 255 +47 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +48 142 160 145 255 113 128 116 255 71 80 72 255 56 64 58 255 +49 38 44 56 255 30 35 44 255 19 22 28 255 15 17 22 255 +50 129 104 56 48 103 83 44 48 64 52 28 48 51 41 22 48 +51 239 149 41 168 191 119 32 168 119 74 20 168 95 59 16 168 +52 54 54 48 204 43 43 38 204 27 27 24 204 21 21 19 204 +53 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +54 72 80 89 197 57 64 71 197 36 40 44 197 28 32 35 197 +54:4 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +54:5 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +54:6 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +54:7 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +54:8 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +54:9 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +54:10 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +54:11 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +55 194 197 201 50 155 157 160 50 97 98 100 50 77 78 80 50 +56 123 154 155 255 98 123 124 255 61 77 77 255 49 61 62 255 +57 130 144 134 255 104 115 107 255 65 72 67 255 52 57 53 255 +58 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +59 34 69 45 29 27 55 36 29 17 34 22 29 13 27 18 29 +59:1 33 68 44 39 26 54 35 39 16 34 22 39 13 27 17 39 +59:2 33 67 43 50 26 53 34 50 16 33 21 50 13 26 17 50 +59:3 33 66 43 60 26 52 34 60 16 33 21 60 13 26 17 60 +59:4 43 81 44 82 34 64 35 82 21 40 22 82 17 32 17 82 +59:5 55 93 50 109 44 74 40 109 27 46 25 109 22 37 20 109 +59:6 83 106 57 123 66 84 45 123 41 53 28 123 33 42 22 123 +59:7 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +59:8 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +59:9 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +59:10 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +59:11 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +59:12 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +59:13 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +59:14 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +59:15 146 135 92 134 116 108 73 134 73 67 46 134 58 54 36 134 +60 54 74 54 255 43 59 43 255 27 37 27 255 21 29 21 255 +60:1 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:2 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:3 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:4 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:5 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:6 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:7 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:8 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:9 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:10 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:11 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:12 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:13 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:14 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +60:15 46 67 50 255 36 53 40 255 23 33 25 255 18 26 20 255 +61:2 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +61:3 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +61:4 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +61:5 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +62:2 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +62:3 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +62:4 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +62:5 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +63 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +64 96 93 76 226 76 74 60 226 48 46 38 226 38 37 30 226 +65 56 50 34 109 44 40 27 109 28 25 17 109 22 20 13 109 +66 96 92 75 208 76 73 60 208 48 46 37 208 38 36 30 208 +66:6 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +66:7 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +66:8 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +66:9 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +67 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +68 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +69 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +70 141 154 152 255 112 123 121 255 70 77 76 255 56 61 60 255 +71 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +72 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +73 136 100 99 255 108 80 79 255 68 50 49 255 54 40 39 255 +74 136 100 99 255 108 80 79 255 68 50 49 255 54 40 39 255 +75:1 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +75:2 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +75:3 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +75:4 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +75:5 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +76:1 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 +76:2 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 +76:3 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 +76:4 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 +76:5 115 84 57 35 92 67 45 35 57 42 28 35 46 33 22 35 +77 141 154 152 255 112 123 121 255 70 77 76 255 56 61 60 255 +78 225 231 237 255 180 184 189 255 112 115 118 255 90 92 94 255 +79 163 228 236 179 130 182 188 179 81 114 118 179 65 91 94 179 +80 225 231 237 255 180 184 189 255 112 115 118 255 90 92 94 255 +81 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +82 155 172 168 255 124 137 134 255 77 86 84 255 62 68 67 255 +83 105 114 67 175 84 91 53 175 52 57 33 175 42 45 26 175 +84 80 78 72 255 64 62 57 255 40 39 36 255 32 31 28 255 +85 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +86 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +87 140 65 69 255 112 52 55 255 70 32 34 255 56 26 27 255 +88 63 62 58 255 50 49 46 255 31 31 29 255 25 24 23 255 +89 114 171 192 255 91 136 153 255 57 85 96 255 45 68 76 255 +90 91 0 160 167 72 0 128 167 45 0 80 167 36 0 64 167 +91 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +92 196 189 189 195 156 151 151 195 98 94 94 195 78 75 75 195 +93 175 175 170 255 140 140 136 255 87 87 85 255 70 70 68 255 +94 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +95 158 153 141 176 126 122 112 176 79 76 70 176 63 61 56 176 +95:1 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +95:2 158 38 75 176 126 30 60 176 79 19 37 176 63 15 30 176 +95:3 43 104 141 176 34 83 112 176 21 52 70 176 17 41 56 176 +95:4 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +95:5 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +95:6 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +95:7 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +95:8 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +95:9 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +95:10 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +95:11 43 55 141 176 34 44 112 176 21 27 70 176 17 22 56 176 +95:12 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +95:13 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +95:14 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +95:15 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +96 98 95 75 237 78 76 60 237 49 47 37 237 39 38 30 237 +97 141 154 152 255 112 123 121 255 70 77 76 255 56 61 60 255 +97:1 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +97:2 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 +98 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 +98:1 115 127 118 255 92 101 94 255 57 63 59 255 46 50 47 255 +98:2 112 123 119 255 89 98 95 255 56 61 59 255 44 49 47 255 +98:3 110 119 117 255 88 95 93 255 55 59 58 255 44 47 46 255 +99 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +99:1 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:2 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:3 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:4 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:5 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:6 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:7 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:8 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:9 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:14 100 177 254 254 80 141 203 254 50 88 127 254 40 70 101 254 +99:15 215 205 186 255 172 164 148 255 107 102 93 255 86 82 74 255 +100 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +100:1 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:2 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:3 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:4 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:5 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:6 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:7 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:8 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:9 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:14 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:15 215 205 186 255 172 164 148 255 107 102 93 255 86 82 74 255 +101 90 92 89 115 72 73 71 115 45 46 44 115 36 36 35 115 +102 79 70 47 96 63 56 37 96 39 35 23 96 31 28 18 96 +103 94 151 70 255 75 120 56 255 47 75 35 255 37 60 28 255 +104 20 58 31 30 16 46 24 30 10 29 15 30 8 23 12 30 +105 20 58 31 30 16 46 24 30 10 29 15 30 8 23 12 30 +106 9 43 17 162 7 34 13 162 4 21 8 162 3 17 6 162 +107 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +108 143 99 84 255 114 79 67 255 71 49 42 255 57 39 33 255 +109 119 130 126 255 95 104 100 255 59 65 63 255 47 52 50 255 +110 88 83 100 255 70 66 80 255 44 41 50 255 35 33 40 255 +111 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 +112 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +113 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +114 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +115 102 23 21 38 81 18 16 38 51 11 10 38 40 9 8 38 +115:1 96 22 19 73 76 17 15 73 48 11 9 73 38 8 7 73 +115:2 96 22 19 73 76 17 15 73 48 11 9 73 38 8 7 73 +115:3 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +115:4 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +115:5 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +115:6 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +115:7 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +116 35 42 44 255 28 33 35 255 17 21 22 255 14 16 17 255 +117 88 86 78 117 70 68 62 117 44 43 39 117 35 34 31 117 +118 95 94 73 111 76 75 58 111 47 47 36 111 38 37 29 111 +119 38 44 56 255 30 35 44 255 19 22 28 255 15 17 22 255 +120 93 93 75 255 74 74 60 255 46 46 37 255 37 37 30 255 +120:4 113 117 89 96 90 93 71 96 56 58 44 96 45 46 35 96 +120:5 113 117 89 96 90 93 71 96 56 58 44 96 45 46 35 96 +120:6 113 117 89 96 90 93 71 96 56 58 44 96 45 46 35 96 +120:7 113 117 89 96 90 93 71 96 56 58 44 96 45 46 35 96 +121 179 179 156 255 143 143 124 255 89 89 78 255 71 71 62 255 +122 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +123 80 75 58 255 64 60 46 255 40 37 29 255 32 30 23 255 +124 117 134 125 255 93 107 100 255 58 67 62 255 46 53 50 255 +125 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +125:1 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 +125:2 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 +125:3 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +125:4 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 +125:5 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +125:9 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 +125:10 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 +125:11 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +125:12 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 +125:13 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +126 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +126:1 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 +126:2 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 +126:3 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +126:4 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 +126:5 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +126:9 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 +126:10 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 +126:11 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +126:12 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 +126:13 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +127 164 130 7 131 131 104 5 131 82 65 3 131 65 52 2 131 +128 194 188 163 255 155 150 130 255 97 94 81 255 77 75 65 255 +129 99 153 134 255 79 122 107 255 49 76 67 255 39 61 53 255 +130:2 39 54 54 197 31 43 43 197 19 27 27 197 15 21 21 197 +130:3 39 54 54 197 31 43 43 197 19 27 27 197 15 21 21 197 +130:4 39 54 54 197 31 43 43 197 19 27 27 197 15 21 21 197 +130:5 39 54 54 197 31 43 43 197 19 27 27 197 15 21 21 197 +131 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +133 56 163 125 255 44 130 100 255 28 81 62 255 22 65 50 255 +134 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 +135 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 +136 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +137 94 103 90 255 75 82 72 255 47 51 45 255 37 41 36 255 +138 79 70 47 96 63 56 37 96 39 35 23 96 31 28 18 96 +139 132 142 134 255 105 113 107 255 66 71 67 255 52 56 53 255 +139:1 142 160 145 255 113 128 116 255 71 80 72 255 56 64 58 255 +140 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +141 31 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +141:2 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +141:3 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +141:4 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 +141:5 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 +141:6 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 +141:7 32 90 48 104 25 72 38 104 16 45 24 104 12 36 19 104 +142 31 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +142:2 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +142:3 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +142:4 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 +142:5 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 +142:6 30 88 48 53 24 70 38 53 15 44 24 53 12 35 19 53 +142:7 26 83 46 114 20 66 36 114 13 41 23 114 10 33 18 114 +143 65 55 46 255 52 44 36 255 32 27 23 255 26 22 18 255 +145 171 171 151 255 136 136 120 255 85 85 75 255 68 68 60 255 +146 72 80 89 197 57 64 71 197 36 40 44 197 28 32 35 197 +146:4 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +146:5 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +146:6 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +146:7 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +146:8 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +146:9 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +146:10 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +146:11 61 78 102 210 48 62 81 210 30 39 51 210 24 31 40 210 +147 162 139 82 255 129 111 65 255 81 69 41 255 64 55 32 255 +148 158 154 123 255 126 123 98 255 79 77 61 255 63 61 49 255 +149 176 176 171 255 140 140 136 255 88 88 85 255 70 70 68 255 +150 182 176 171 255 145 140 136 255 91 88 85 255 72 70 68 255 +151 83 91 84 255 66 72 67 255 41 45 42 255 33 36 33 255 +152 144 81 54 255 115 64 43 255 72 40 27 255 57 32 21 255 +153 154 97 87 255 123 77 69 255 77 48 43 255 61 38 34 255 +154 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +155 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 +155:1 213 218 210 255 170 174 168 255 106 109 105 255 85 87 84 255 +155:2 221 226 220 255 176 180 176 255 110 113 110 255 88 90 88 255 +155:3 205 212 202 255 164 169 161 255 102 106 101 255 82 84 80 255 +155:4 205 212 202 255 164 169 161 255 102 106 101 255 82 84 80 255 +156 226 230 223 255 180 184 178 255 113 115 111 255 90 92 89 255 +157 101 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +157:8 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 +157:9 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 +157:10 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 +157:11 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 +157:12 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 +157:13 106 89 70 211 84 71 56 211 53 44 35 211 42 35 28 211 +158 132 133 122 255 105 106 97 255 66 66 61 255 52 53 48 255 +158:1 138 141 130 255 110 112 104 255 69 70 65 255 55 56 52 255 +159 237 221 214 255 189 176 171 255 118 110 107 255 94 88 85 255 +159:1 223 117 65 255 178 93 52 255 111 58 32 255 89 46 26 255 +159:2 195 116 195 255 156 92 156 255 97 58 97 255 78 46 78 255 +159:3 141 170 195 255 112 136 156 255 70 85 97 255 56 68 78 255 +159:4 212 172 65 255 169 137 52 255 106 86 32 255 84 68 26 255 +159:5 116 179 77 255 92 143 61 255 58 89 38 255 46 71 30 255 +159:6 226 176 179 255 180 140 143 255 113 88 89 255 90 70 71 255 +159:7 72 70 67 255 57 56 53 255 36 35 33 255 28 28 26 255 +159:8 150 148 142 255 120 118 113 255 75 74 71 255 60 59 56 255 +159:9 56 133 146 255 44 106 116 255 28 66 73 255 22 53 58 255 +159:10 112 65 146 255 89 52 116 255 56 32 73 255 44 26 58 255 +159:11 57 90 153 255 45 72 122 255 28 45 76 255 22 36 61 255 +159:12 100 64 47 255 80 51 37 255 50 32 23 255 40 25 18 255 +159:13 62 120 53 255 49 96 42 255 31 60 26 255 24 48 21 255 +159:14 153 55 55 255 122 44 44 255 76 27 27 255 61 22 22 255 +159:15 43 36 35 255 34 28 28 255 21 18 17 255 17 14 14 255 +160 158 153 141 176 126 122 112 176 79 76 70 176 63 61 56 176 +160:1 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +160:2 158 38 75 176 126 30 60 176 79 19 37 176 63 15 30 176 +160:3 43 104 141 176 34 83 112 176 21 52 70 176 17 41 56 176 +160:4 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +160:5 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +160:6 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +160:7 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +160:8 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +160:9 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +160:10 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +160:11 43 55 141 176 34 44 112 176 21 27 70 176 17 22 56 176 +160:12 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +160:13 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +160:14 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +160:15 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +161 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +161:1 12 53 22 154 9 42 17 154 6 26 11 154 4 21 8 154 +161:5 12 53 22 154 9 42 17 154 6 26 11 154 4 21 8 154 +161:9 12 53 22 154 9 42 17 154 6 26 11 154 4 21 8 154 +161:13 12 53 22 154 9 42 17 154 6 26 11 154 4 21 8 154 +162 93 52 47 255 74 41 37 255 46 26 23 255 37 20 18 255 +162:1 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 +162:4 80 66 56 255 64 52 44 255 40 33 28 255 32 26 22 255 +162:5 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +162:8 80 66 56 255 64 52 44 255 40 33 28 255 32 26 22 255 +162:9 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +162:12 80 66 56 255 64 52 44 255 40 33 28 255 32 26 22 255 +162:13 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +163 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 +164 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +165 132 195 210 150 105 156 168 150 66 97 105 150 52 78 84 150 +167 132 122 85 230 105 97 68 230 66 61 42 230 52 48 34 230 +168 64 81 75 255 51 64 60 255 32 40 37 255 25 32 30 255 +168:1 92 105 99 255 73 84 79 255 46 52 49 255 36 42 39 255 +168:2 94 108 102 255 75 86 81 255 47 54 51 255 37 43 40 255 +169 93 113 108 255 74 90 86 255 46 56 54 255 37 45 43 255 +170 222 194 89 255 177 155 71 255 111 97 44 255 88 77 35 255 +171 222 224 221 255 177 179 176 255 111 112 110 255 88 89 88 255 +171:1 226 120 69 255 180 96 55 255 113 60 34 255 90 48 27 255 +171:2 178 101 206 255 142 80 164 255 89 50 103 255 71 40 82 255 +171:3 122 171 214 255 97 136 171 255 61 85 107 255 48 68 85 255 +171:4 218 191 70 255 174 152 56 255 109 95 35 255 87 76 28 255 +171:5 89 200 80 255 71 160 64 255 44 100 40 255 35 80 32 255 +171:6 223 172 183 255 178 137 146 255 111 86 91 255 89 68 73 255 +171:7 45 48 48 255 36 38 38 255 22 24 24 255 18 19 19 255 +171:8 130 140 140 255 104 112 112 255 65 70 70 255 52 56 56 255 +171:9 26 114 132 255 20 91 105 255 13 57 66 255 10 45 52 255 +171:10 82 57 163 255 65 45 130 255 41 28 81 255 32 22 65 255 +171:11 28 73 151 255 22 58 120 255 14 36 75 255 11 29 60 255 +171:12 64 50 34 255 51 40 27 255 32 25 17 255 25 20 13 255 +171:13 36 108 35 255 28 86 28 255 18 54 17 255 14 43 14 255 +171:14 126 39 45 255 100 31 36 255 63 19 22 255 50 15 18 255 +171:15 15 18 19 255 12 14 15 255 7 9 9 255 6 7 7 255 +172 176 115 86 255 140 92 68 255 88 57 43 255 70 46 34 255 +173 42 47 55 255 33 37 44 255 21 23 27 255 16 18 22 255 +174 160 217 232 255 128 173 185 255 80 108 116 255 64 86 92 255 +175 54 62 47 192 43 49 37 192 27 31 23 192 21 24 18 192 +175:8 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 +175:9 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 +175:10 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 +175:11 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 +175:12 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 +175:13 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 +175:14 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 +175:15 70 57 45 109 56 45 36 109 35 28 22 109 28 22 18 109 +178 82 77 61 255 65 61 48 255 41 38 30 255 32 30 24 255 +179 154 79 65 255 123 63 52 255 77 39 32 255 61 31 26 255 +180 145 74 62 255 116 59 49 255 72 37 31 255 58 29 24 255 +181 154 79 65 255 123 63 52 255 77 39 32 255 61 31 26 255 +182 154 79 65 255 123 63 52 255 77 39 32 255 61 31 26 255 +183 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 +184 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 +185 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +186 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +187 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 +188 53 40 39 255 42 32 31 255 26 20 19 255 21 16 15 255 +189 132 117 100 255 105 93 80 255 66 58 50 255 52 46 40 255 +190 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +191 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +192 105 48 43 255 84 38 34 255 52 24 21 255 42 19 17 255 +193 78 66 50 255 62 52 40 255 39 33 25 255 31 26 20 255 +194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 +195 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 +197 59 51 40 255 47 40 32 255 29 25 20 255 23 20 16 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/dokulight.txt b/dynmap/colorschemes/dokulight.txt new file mode 100644 index 0000000..d4cb43d --- /dev/null +++ b/dynmap/colorschemes/dokulight.txt @@ -0,0 +1,614 @@ +1 122 135 128 255 97 108 102 255 61 67 64 255 48 54 51 255 +1:1 156 85 51 255 124 68 40 255 78 42 25 255 62 34 20 255 +1:2 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +1:3 187 182 174 255 149 145 139 255 93 91 87 255 74 72 69 255 +1:4 192 190 182 255 153 152 145 255 96 95 91 255 76 76 72 255 +1:5 83 89 82 255 66 71 65 255 41 44 41 255 33 35 32 255 +1:6 82 87 82 255 65 69 65 255 41 43 41 255 32 34 32 255 +2 53 93 38 255 42 74 30 255 26 46 19 255 21 37 15 255 +3 97 70 53 255 77 56 42 255 48 35 26 255 38 28 21 255 +3:2 123 84 34 255 98 67 27 255 61 42 17 255 49 33 13 255 +4 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +5 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +5:1 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 +5:2 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +5:3 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 +5:4 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 +5:5 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 +6 37 59 29 114 29 47 23 114 18 29 14 114 14 23 11 114 +6:1 34 54 26 63 27 43 20 63 17 27 13 63 13 21 10 63 +6:2 75 97 48 91 60 77 38 91 37 48 24 91 30 38 19 91 +6:3 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +6:4 75 76 26 81 60 60 20 81 37 38 13 81 30 30 10 81 +6:5 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 +6:9 34 54 26 63 27 43 20 63 17 27 13 63 13 21 10 63 +6:10 75 97 48 91 60 77 38 91 37 48 24 91 30 38 19 91 +6:11 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +6:12 75 76 26 81 60 60 20 81 37 38 13 81 30 30 10 81 +6:13 38 41 30 121 30 32 24 121 19 20 15 121 15 16 12 121 +7 42 43 46 255 33 34 36 255 21 21 23 255 16 17 18 255 +8 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 +9 61 136 198 143 48 108 158 143 30 68 99 143 24 54 79 143 +9:1 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 +9:2 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 +9:3 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 +9:4 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 +9:5 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 +9:6 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 +9:7 65 143 205 141 52 114 164 141 32 71 102 141 26 57 82 141 +10 129 31 15 255 103 24 12 255 64 15 7 255 51 12 6 255 +11 128 34 18 255 102 27 14 255 64 17 9 255 51 13 7 255 +12 230 217 160 255 184 173 128 255 115 108 80 255 92 86 64 255 +12:1 156 96 58 255 124 76 46 255 78 48 29 255 62 38 23 255 +13 78 73 62 255 62 58 49 255 39 36 31 255 31 29 24 255 +14 130 130 101 255 104 104 80 255 65 65 50 255 52 52 40 255 +15 120 120 109 255 96 96 87 255 60 60 54 255 48 48 43 255 +16 91 100 95 255 72 80 76 255 45 50 47 255 36 40 38 255 +17 140 124 88 255 112 99 70 255 70 62 44 255 56 49 35 255 +17:1 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 +17:2 141 130 98 255 112 104 78 255 70 65 49 255 56 52 39 255 +17:3 117 103 65 255 93 82 52 255 58 51 32 255 46 41 26 255 +17:4 73 60 41 255 58 48 32 255 36 30 20 255 29 24 16 255 +17:5 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +17:6 182 181 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +17:7 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +17:8 73 60 41 255 58 48 32 255 36 30 20 255 29 24 16 255 +17:9 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +17:10 182 181 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +17:11 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +17:12 73 60 41 255 58 48 32 255 36 30 20 255 29 24 16 255 +17:13 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +17:14 182 181 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +17:15 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +18 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 +18:1 37 65 31 229 29 52 24 229 18 32 15 229 14 26 12 229 +18:2 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 +18:3 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 +18:5 37 65 31 229 29 52 24 229 18 32 15 229 14 26 12 229 +18:6 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 +18:7 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 +18:9 37 65 31 229 29 52 24 229 18 32 15 229 14 26 12 229 +18:10 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 +18:11 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 +18:13 37 65 31 229 29 52 24 229 18 32 15 229 14 26 12 229 +18:14 87 113 58 167 69 90 46 167 43 56 29 167 34 45 23 167 +18:15 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 +19 187 168 87 255 149 134 69 255 93 84 43 255 74 67 34 255 +19:1 159 143 77 255 127 114 61 255 79 71 38 255 63 57 30 255 +20 67 66 61 96 53 52 48 96 33 33 30 96 26 26 24 96 +21 92 115 131 255 73 92 104 255 46 57 65 255 36 46 52 255 +22 44 87 152 255 35 69 121 255 22 43 76 255 17 34 60 255 +23 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +23:1 112 117 107 255 89 93 85 255 56 58 53 255 44 46 42 255 +23:9 112 117 107 255 89 93 85 255 56 58 53 255 44 46 42 255 +24 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +25 83 80 70 255 66 64 56 255 41 40 35 255 33 32 28 255 +26 125 38 34 255 100 30 27 255 62 19 17 255 50 15 13 255 +26:8 170 153 137 255 136 122 109 255 85 76 68 255 68 61 54 255 +26:9 170 153 137 255 136 122 109 255 85 76 68 255 68 61 54 255 +26:10 170 153 137 255 136 122 109 255 85 76 68 255 68 61 54 255 +26:11 170 153 137 255 136 122 109 255 85 76 68 255 68 61 54 255 +27 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +27:8 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 +27:9 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 +27:10 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 +27:11 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 +27:12 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 +27:13 98 76 53 211 78 60 42 211 49 38 26 211 39 30 21 211 +28 89 81 73 232 71 64 58 232 44 40 36 232 35 32 29 232 +29 119 134 126 255 95 107 100 255 59 67 63 255 47 53 50 255 +29:1 63 72 39 255 50 57 31 255 31 36 19 255 25 28 15 255 +29:2 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 +29:3 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 +29:4 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 +29:5 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 +29:9 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +29:10 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 +29:11 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 +29:12 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 +29:13 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 +30 191 193 197 76 152 154 157 76 95 96 98 76 76 77 78 76 +31 103 96 56 122 82 76 44 122 51 48 28 122 41 38 22 122 +31:1 51 90 37 56 40 72 29 56 25 45 18 56 20 36 14 56 +31:2 40 71 29 111 32 56 23 111 20 35 14 111 16 28 11 111 +32 103 96 56 122 82 76 44 122 51 48 28 122 41 38 22 122 +33 119 134 126 255 95 107 100 255 59 67 63 255 47 53 50 255 +33:1 76 66 52 255 60 52 41 255 38 33 26 255 30 26 20 255 +33:2 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 +33:3 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 +33:4 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 +33:5 112 120 110 255 89 96 88 255 56 60 55 255 44 48 44 255 +33:9 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +33:10 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 +33:11 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 +33:12 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 +33:13 119 132 124 207 95 105 99 207 59 66 62 207 47 52 49 207 +34 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +34:1 76 66 52 255 60 52 41 255 38 33 26 255 30 26 20 255 +34:2 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 +34:3 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 +34:4 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 +34:5 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 +34:9 63 72 39 255 50 57 31 255 31 36 19 255 25 28 15 255 +34:10 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 +34:11 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 +34:12 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 +34:13 83 69 52 111 66 55 41 111 41 34 26 111 33 27 20 111 +35 220 218 214 255 176 174 171 255 110 109 107 255 88 87 85 255 +35:1 217 100 46 255 173 80 36 255 108 50 23 255 86 40 18 255 +35:2 169 82 188 255 135 65 150 255 84 41 94 255 67 32 75 255 +35:3 118 149 198 255 94 119 158 255 59 74 99 255 47 59 79 255 +35:4 209 172 48 255 167 137 38 255 104 86 24 255 83 68 19 255 +35:5 94 183 60 255 75 146 48 255 47 91 30 255 37 73 24 255 +35:6 215 147 157 255 172 117 125 255 107 73 78 255 86 58 62 255 +35:7 54 52 50 255 43 41 40 255 27 26 25 255 21 20 20 255 +35:8 125 134 129 255 100 107 103 255 62 67 64 255 50 53 51 255 +35:9 41 102 113 255 32 81 90 255 20 51 56 255 16 40 45 255 +35:10 92 47 143 255 73 37 114 255 46 23 71 255 36 18 57 255 +35:11 41 65 130 255 32 52 104 255 20 32 65 255 16 26 52 255 +35:12 84 50 29 255 67 40 23 255 42 25 14 255 33 20 11 255 +35:13 54 99 26 255 43 79 20 255 27 49 13 255 21 39 10 255 +35:14 131 33 35 255 104 26 28 255 65 16 17 255 52 13 14 255 +35:15 25 23 21 255 20 18 16 255 12 11 10 255 10 9 8 255 +37 122 113 26 19 97 90 20 19 61 56 13 19 48 45 10 19 +38 94 33 25 22 75 26 20 22 47 16 12 22 37 13 10 22 +38:1 59 101 122 63 47 80 97 63 29 50 61 63 23 40 48 63 +38:2 117 106 120 68 93 84 96 68 58 53 60 68 46 42 48 68 +38:3 64 69 56 69 51 55 44 69 32 34 28 69 25 27 22 69 +38:4 96 69 39 104 76 55 31 104 48 34 19 104 38 27 15 104 +38:5 98 93 35 104 78 74 28 104 49 46 17 104 39 37 14 104 +38:6 117 136 98 104 93 108 78 104 58 68 49 104 46 54 39 104 +38:7 113 101 69 104 90 80 55 104 56 50 34 104 45 40 27 104 +38:8 180 183 163 52 144 146 130 52 90 91 81 52 72 73 65 52 +39 142 109 85 43 113 87 68 43 71 54 42 43 56 43 34 43 +40 157 90 78 35 125 72 62 35 78 45 39 35 62 36 31 35 +41 190 161 90 255 152 128 72 255 95 80 45 255 76 64 36 255 +42 104 108 101 255 83 86 80 255 52 54 50 255 41 43 40 255 +43 153 169 161 255 122 135 128 255 76 84 80 255 61 67 64 255 +43:1 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +43:2 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +43:3 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +43:4 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +43:5 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 +43:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +43:7 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 +43:9 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +43:10 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +43:11 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +43:12 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +43:13 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 +43:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +43:15 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 +44 153 169 161 255 122 135 128 255 76 84 80 255 61 67 64 255 +44:1 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +44:2 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +44:3 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +44:4 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +44:5 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 +44:6 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +44:7 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 +44:9 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +44:10 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +44:11 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +44:12 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +44:13 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 +44:14 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +44:15 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 +45 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +46 89 37 30 255 71 29 24 255 44 18 15 255 35 14 12 255 +47 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +48 104 117 92 255 83 93 73 255 52 58 46 255 41 46 36 255 +49 47 44 58 255 37 35 46 255 23 22 29 255 18 17 23 255 +50 105 88 59 48 84 70 47 48 52 44 29 48 42 35 23 48 +51 239 149 41 168 191 119 32 168 119 74 20 168 95 59 16 168 +52 62 58 54 204 49 46 43 204 31 29 27 204 24 23 21 204 +53 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +54 99 59 51 197 79 47 40 197 49 29 25 197 39 23 20 197 +54:4 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 +54:5 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 +54:6 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 +54:7 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 +54:8 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 +54:9 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 +54:10 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 +54:11 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 +55 194 197 201 50 155 157 160 50 97 98 100 50 77 78 80 50 +56 107 140 139 255 85 112 111 255 53 70 69 255 42 56 55 255 +57 109 148 147 255 87 118 117 255 54 74 73 255 43 59 58 255 +58 189 182 162 255 151 145 129 255 94 91 81 255 75 72 64 255 +59 41 81 31 29 32 64 24 29 20 40 15 29 16 32 12 29 +59:1 40 80 31 39 32 64 24 39 20 40 15 39 16 32 12 39 +59:2 40 79 31 50 32 63 24 50 20 39 15 50 16 31 12 50 +59:3 39 78 30 60 31 62 24 60 19 39 15 60 15 31 12 60 +59:4 65 94 39 82 52 75 31 82 32 47 19 82 26 37 15 82 +59:5 85 107 47 109 68 85 37 109 42 53 23 109 34 42 18 109 +59:6 115 121 52 123 92 96 41 123 57 60 26 123 46 48 20 123 +59:7 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +59:8 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +59:9 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +59:10 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +59:11 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +59:12 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +59:13 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +59:14 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +59:15 162 140 87 134 129 112 69 134 81 70 43 134 64 56 34 134 +60 73 74 45 255 58 59 36 255 36 37 22 255 29 29 18 255 +60:1 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:2 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:3 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:4 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:5 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:6 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:7 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:8 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:9 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:10 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:11 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:12 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:13 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:14 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +60:15 54 60 36 255 43 48 28 255 27 30 18 255 21 24 14 255 +61:2 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +61:3 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +61:4 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +61:5 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +62:2 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +62:3 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +62:4 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +62:5 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +63 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +64 90 87 78 226 72 69 62 226 45 43 39 226 36 34 31 226 +65 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +66 73 66 56 208 58 52 44 208 36 33 28 208 29 26 22 208 +66:6 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +66:7 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +66:8 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +66:9 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +67 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +68 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +69 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +70 122 135 128 255 97 108 102 255 61 67 64 255 48 54 51 255 +71 103 106 100 239 82 84 80 239 51 53 50 239 41 42 40 239 +72 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +73 122 84 80 255 97 67 64 255 61 42 40 255 48 33 32 255 +74 122 84 80 255 97 67 64 255 61 42 40 255 48 33 32 255 +75:1 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 +75:2 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 +75:3 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 +75:4 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 +75:5 71 61 58 35 56 48 46 35 35 30 29 35 28 24 23 35 +76:1 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 +76:2 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 +76:3 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 +76:4 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 +76:5 78 62 58 35 62 49 46 35 39 31 29 35 31 24 23 35 +77 122 135 128 255 97 108 102 255 61 67 64 255 48 54 51 255 +78 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +79 159 208 241 179 127 166 192 179 79 104 120 179 63 83 96 179 +80 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +81 74 110 55 195 59 88 44 195 37 55 27 195 29 44 22 195 +82 143 159 164 255 114 127 131 255 71 79 82 255 57 63 65 255 +83 123 114 58 175 98 91 46 175 61 57 29 175 49 45 23 175 +84 82 79 73 255 65 63 58 255 41 39 36 255 32 31 29 255 +85 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +86 183 99 31 255 146 79 24 255 91 49 15 255 73 39 12 255 +87 118 61 65 255 94 48 52 255 59 30 32 255 47 24 26 255 +88 91 66 62 255 72 52 49 255 45 33 31 255 36 26 24 255 +89 197 144 71 255 157 115 56 255 98 72 35 255 78 57 28 255 +90 91 0 160 167 72 0 128 167 45 0 80 167 36 0 64 167 +91 183 99 31 255 146 79 24 255 91 49 15 255 73 39 12 255 +92 196 189 189 195 156 151 151 195 98 94 94 195 78 75 75 195 +93 128 136 130 255 102 108 104 255 64 68 65 255 51 54 52 255 +94 131 136 129 255 104 108 103 255 65 68 64 255 52 54 51 255 +95 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +95:1 152 84 33 176 121 67 26 176 76 42 16 176 60 33 13 176 +95:2 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +95:3 37 102 148 176 29 81 118 176 18 51 74 176 14 40 59 176 +95:4 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +95:5 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +95:6 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +95:7 65 65 61 176 52 52 48 176 32 32 30 176 26 26 24 176 +95:8 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +95:9 37 93 90 176 29 74 72 176 18 46 45 176 14 37 36 176 +95:10 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +95:11 37 53 148 176 29 42 118 176 18 26 74 176 14 21 59 176 +95:12 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +95:13 37 93 39 176 29 74 31 176 18 46 19 176 14 37 15 176 +95:14 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +95:15 37 36 33 176 29 28 26 176 18 18 16 176 14 14 13 176 +96 91 88 79 237 72 70 63 237 45 44 39 237 36 35 31 237 +97 122 135 128 255 97 108 102 255 61 67 64 255 48 54 51 255 +97:1 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +97:2 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 +98 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 +98:1 107 123 111 255 85 98 88 255 53 61 55 255 42 49 44 255 +98:2 102 116 109 255 81 92 87 255 51 58 54 255 40 46 43 255 +98:3 88 99 94 255 70 79 75 255 44 49 47 255 35 39 37 255 +99 198 188 168 255 158 150 134 255 99 94 84 255 79 75 67 255 +99:1 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:2 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:3 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:4 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:5 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:6 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:7 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:8 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:9 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:14 132 118 92 255 105 94 73 255 66 59 46 255 52 47 36 255 +99:15 215 205 186 255 172 164 148 255 107 102 93 255 86 82 74 255 +100 198 188 168 255 158 150 134 255 99 94 84 255 79 75 67 255 +100:1 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:2 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:3 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:4 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:5 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:6 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:7 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:8 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:9 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:14 162 39 33 255 129 31 26 255 81 19 16 255 64 15 13 255 +100:15 215 205 186 255 172 164 148 255 107 102 93 255 86 82 74 255 +101 60 60 56 123 48 48 44 123 30 30 28 123 24 24 22 123 +102 67 66 61 96 53 52 48 96 33 33 30 96 26 26 24 96 +103 94 159 67 255 75 127 53 255 47 79 33 255 37 63 26 255 +104 32 57 24 30 25 45 19 30 16 28 12 30 12 22 9 30 +105 32 57 24 30 25 45 19 30 16 28 12 30 12 22 9 30 +106 31 55 23 170 24 44 18 170 15 27 11 170 12 22 9 170 +107 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +108 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +109 110 125 118 255 88 100 94 255 55 62 59 255 44 50 47 255 +110 95 78 97 255 76 62 77 255 47 39 48 255 38 31 38 255 +111 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 +112 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +113 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +114 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +115 102 23 21 38 81 18 16 38 51 11 10 38 40 9 8 38 +115:1 96 22 19 73 76 17 15 73 48 11 9 73 38 8 7 73 +115:2 96 22 19 73 76 17 15 73 48 11 9 73 38 8 7 73 +115:3 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +115:4 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +115:5 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +115:6 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +115:7 98 25 21 160 78 20 16 160 49 12 10 160 39 10 8 160 +116 45 33 35 255 36 26 28 255 22 16 17 255 18 13 14 255 +117 79 72 66 112 63 57 52 112 39 36 33 112 31 28 26 112 +118 62 62 62 111 49 49 49 111 31 31 31 111 24 24 24 111 +119 47 44 58 255 37 35 46 255 23 22 29 255 18 17 23 255 +120 135 137 126 255 108 109 100 255 67 68 63 255 54 54 50 255 +120:4 140 150 130 95 112 120 104 95 70 75 65 95 56 60 52 95 +120:5 140 150 130 95 112 120 104 95 70 75 65 95 56 60 52 95 +120:6 140 150 130 95 112 120 104 95 70 75 65 95 56 60 52 95 +120:7 140 150 130 95 112 120 104 95 70 75 65 95 56 60 52 95 +121 179 179 156 255 143 143 124 255 89 89 78 255 71 71 62 255 +122 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +123 60 53 44 255 48 42 35 255 30 26 22 255 24 21 17 255 +124 137 111 65 255 109 88 52 255 68 55 32 255 54 44 26 255 +125 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +125:1 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 +125:2 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +125:3 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 +125:4 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 +125:5 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 +125:9 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 +125:10 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +125:11 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 +125:12 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 +125:13 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 +126 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +126:1 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 +126:2 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +126:3 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 +126:4 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 +126:5 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 +126:9 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 +126:10 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +126:11 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 +126:12 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 +126:13 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 +127 164 130 7 131 131 104 5 131 82 65 3 131 65 52 2 131 +128 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +129 91 133 108 255 72 106 86 255 45 66 54 255 36 53 43 255 +130:2 44 41 53 197 35 32 42 197 22 20 26 197 17 16 21 197 +130:3 44 41 53 197 35 32 42 197 22 20 26 197 17 16 21 197 +130:4 44 41 53 197 35 32 42 197 22 20 26 197 17 16 21 197 +130:5 44 41 53 197 35 32 42 197 22 20 26 197 17 16 21 197 +131 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +133 40 138 79 255 32 110 63 255 20 69 39 255 16 55 31 255 +134 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 +135 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +136 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 +137 88 76 71 255 70 60 56 255 44 38 35 255 35 30 28 255 +138 67 66 61 96 53 52 48 96 33 33 30 96 26 26 24 96 +139 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +139:1 104 117 92 255 83 93 73 255 52 58 46 255 41 46 36 255 +140 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +141 41 80 41 12 32 64 32 12 20 40 20 12 16 32 16 12 +141:2 44 83 44 35 35 66 35 35 22 41 22 35 17 33 17 35 +141:3 44 83 44 35 35 66 35 35 22 41 22 35 17 33 17 35 +141:4 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 +141:5 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 +141:6 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 +141:7 41 79 42 104 32 63 33 104 20 39 21 104 16 31 16 104 +142 41 80 41 12 32 64 32 12 20 40 20 12 16 32 16 12 +142:2 44 83 44 35 35 66 35 35 22 41 22 35 17 33 17 35 +142:3 44 83 44 35 35 66 35 35 22 41 22 35 17 33 17 35 +142:4 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 +142:5 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 +142:6 39 77 41 53 31 61 32 53 19 38 20 53 15 30 16 53 +142:7 32 73 38 114 25 58 30 114 16 36 19 114 12 29 15 114 +143 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +145 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +146 99 59 51 197 79 47 40 197 49 29 25 197 39 23 20 197 +146:4 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 +146:5 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 +146:6 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 +146:7 106 52 42 210 84 41 33 210 53 26 21 210 42 20 16 210 +146:8 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 +146:9 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 +146:10 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 +146:11 106 51 42 210 84 40 33 210 53 25 21 210 42 20 16 210 +147 190 161 90 255 152 128 72 255 95 80 45 255 76 64 36 255 +148 104 108 101 255 83 86 80 255 52 54 50 255 41 43 40 255 +149 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +150 133 137 131 255 106 109 104 255 66 68 65 255 53 54 52 255 +151 83 95 91 255 66 76 72 255 41 47 45 255 33 38 36 255 +152 95 56 52 255 76 44 41 255 47 28 26 255 38 22 20 255 +153 139 87 79 255 111 69 63 255 69 43 39 255 55 34 31 255 +154 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +155 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 +155:1 195 191 181 255 156 152 144 255 97 95 90 255 78 76 72 255 +155:2 203 201 191 255 162 160 152 255 101 100 95 255 81 80 76 255 +155:3 189 184 172 255 151 147 137 255 94 92 86 255 75 73 68 255 +155:4 189 184 172 255 151 147 137 255 94 92 86 255 75 73 68 255 +156 207 204 195 255 165 163 156 255 103 102 97 255 82 81 78 255 +157 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +157:8 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 +157:9 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 +157:10 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 +157:11 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 +157:12 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 +157:13 84 69 61 211 67 55 48 211 42 34 30 211 33 27 24 211 +158 116 118 105 255 92 94 84 255 58 59 52 255 46 47 42 255 +158:1 111 117 107 255 88 93 85 255 55 58 53 255 44 46 42 255 +159 164 133 108 255 131 106 86 255 82 66 54 255 65 53 43 255 +159:1 162 89 52 255 129 71 41 255 81 44 26 255 64 35 20 255 +159:2 164 110 94 255 131 88 75 255 82 55 47 255 65 44 37 255 +159:3 78 110 114 255 62 88 91 255 39 55 57 255 31 44 45 255 +159:4 146 102 47 255 116 81 37 255 73 51 23 255 58 40 18 255 +159:5 109 113 52 255 87 90 41 255 54 56 26 255 43 45 20 255 +159:6 143 80 97 255 114 64 77 255 71 40 48 255 57 32 38 255 +159:7 52 37 28 255 41 29 22 255 26 18 14 255 20 14 11 255 +159:8 121 96 74 255 96 76 59 255 60 48 37 255 48 38 29 255 +159:9 51 53 81 255 40 42 64 255 25 26 40 255 20 21 32 255 +159:10 100 76 107 255 80 60 85 255 50 38 53 255 40 30 42 255 +159:11 72 91 121 255 57 72 96 255 36 45 60 255 28 36 48 255 +159:12 102 60 38 255 81 48 30 255 51 30 19 255 40 24 15 255 +159:13 55 70 20 255 44 56 16 255 27 35 10 255 22 28 8 255 +159:14 124 57 42 255 99 45 33 255 62 28 21 255 49 22 16 255 +159:15 27 19 14 255 21 15 11 255 13 9 7 255 10 7 5 255 +160 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +160:1 152 84 33 176 121 67 26 176 76 42 16 176 60 33 13 176 +160:2 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +160:3 37 102 148 176 29 81 118 176 18 51 74 176 14 40 59 176 +160:4 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +160:5 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +160:6 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +160:7 65 65 61 176 52 52 48 176 32 32 30 176 26 26 24 176 +160:8 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +160:9 37 93 90 176 29 74 72 176 18 46 45 176 14 37 36 176 +160:10 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +160:11 37 53 148 176 29 42 118 176 18 26 74 176 14 21 59 176 +160:12 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +160:13 37 93 39 176 29 74 31 176 18 46 19 176 14 37 15 176 +160:14 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +160:15 37 36 33 176 29 28 26 176 18 18 16 176 14 14 13 176 +161 43 77 32 232 34 61 25 232 21 38 16 232 17 30 12 232 +161:1 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 +161:5 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 +161:9 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 +161:13 44 78 32 214 35 62 25 214 22 39 16 214 17 31 12 214 +162 102 55 41 255 81 44 32 255 51 27 20 255 40 22 16 255 +162:1 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 +162:4 84 69 52 255 67 55 41 255 42 34 26 255 33 27 20 255 +162:5 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +162:8 84 69 52 255 67 55 41 255 42 34 26 255 33 27 20 255 +162:9 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +162:12 84 69 52 255 67 55 41 255 42 34 26 255 33 27 20 255 +162:13 51 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +163 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 +164 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 +165 163 217 118 150 130 173 94 150 81 108 59 150 65 86 47 150 +167 111 114 109 239 88 91 87 239 55 57 54 239 44 45 43 239 +168 118 123 96 255 94 98 76 255 59 61 48 255 47 49 38 255 +168:1 85 96 84 255 68 76 67 255 42 48 42 255 34 38 33 255 +168:2 86 99 86 255 68 79 68 255 43 49 43 255 34 39 34 255 +169 89 106 92 255 71 84 73 255 44 53 46 255 35 42 36 255 +170 222 194 89 255 177 155 71 255 111 97 44 255 88 77 35 255 +171 220 218 214 255 176 174 171 255 110 109 107 255 88 87 85 255 +171:1 217 100 46 255 173 80 36 255 108 50 23 255 86 40 18 255 +171:2 169 82 188 255 135 65 150 255 84 41 94 255 67 32 75 255 +171:3 118 149 198 255 94 119 158 255 59 74 99 255 47 59 79 255 +171:4 209 172 48 255 167 137 38 255 104 86 24 255 83 68 19 255 +171:5 94 183 60 255 75 146 48 255 47 91 30 255 37 73 24 255 +171:6 215 147 157 255 172 117 125 255 107 73 78 255 86 58 62 255 +171:7 54 52 50 255 43 41 40 255 27 26 25 255 21 20 20 255 +171:8 125 134 129 255 100 107 103 255 62 67 64 255 50 53 51 255 +171:9 41 102 113 255 32 81 90 255 20 51 56 255 16 40 45 255 +171:10 92 47 143 255 73 37 114 255 46 23 71 255 36 18 57 255 +171:11 41 65 130 255 32 52 104 255 20 32 65 255 16 26 52 255 +171:12 84 50 29 255 67 40 23 255 42 25 14 255 33 20 11 255 +171:13 54 99 26 255 43 79 20 255 27 49 13 255 21 39 10 255 +171:14 131 33 35 255 104 26 28 255 65 16 17 255 52 13 14 255 +171:15 25 23 21 255 20 18 16 255 12 11 10 255 10 9 8 255 +172 141 100 74 255 112 80 59 255 70 50 37 255 56 40 29 255 +173 45 49 52 255 36 39 41 255 22 24 26 255 18 19 20 255 +174 155 194 231 255 124 155 184 255 77 97 115 255 62 77 92 255 +175 59 62 31 192 47 49 24 192 29 31 15 192 23 24 12 192 +175:8 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 +175:9 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 +175:10 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 +175:11 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 +175:12 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 +175:13 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 +175:14 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 +175:15 74 57 31 109 59 45 24 109 37 28 15 109 29 22 12 109 +178 73 77 73 255 58 61 58 255 36 38 36 255 29 30 29 255 +179 143 88 53 255 114 70 42 255 71 44 26 255 57 35 21 255 +180 135 83 50 255 108 66 40 255 67 41 25 255 54 33 20 255 +181 143 88 53 255 114 70 42 255 71 44 26 255 57 35 21 255 +182 143 88 53 255 114 70 42 255 71 44 26 255 57 35 21 255 +183 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 +184 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +185 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 +186 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 +187 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 +188 63 43 38 255 50 34 30 255 31 21 19 255 25 17 15 255 +189 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +190 65 61 32 255 52 48 25 255 32 30 16 255 26 24 12 255 +191 57 49 38 255 45 39 30 255 28 24 19 255 22 19 15 255 +192 77 41 22 255 61 32 17 255 38 20 11 255 30 16 8 255 +193 71 60 56 255 56 48 44 255 35 30 28 255 28 24 22 255 +194 144 145 139 255 115 116 111 255 72 72 69 255 57 58 55 255 +195 71 65 40 236 56 52 32 236 35 32 20 236 28 26 16 236 +196 77 45 28 184 61 36 22 184 38 22 14 184 30 18 11 184 +197 63 58 49 255 50 46 39 255 31 29 24 255 25 23 19 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/flames.txt b/dynmap/colorschemes/flames.txt new file mode 100644 index 0000000..2a38d93 --- /dev/null +++ b/dynmap/colorschemes/flames.txt @@ -0,0 +1,585 @@ +Stone +1 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +Grass +2 60 113 17 255 50 94 14 255 42 79 12 255 50 94 14 255 +Dirt +3 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +3:2 122 87 57 255 97 69 45 255 61 43 28 255 48 34 22 255 +Cobblestone +4 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +Wooden Plank +5 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 +5:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +5:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +5:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +5:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +5:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +Sapling +6 120 120 120 0 96 96 96 0 60 60 60 0 48 48 48 0 +6:1 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 +6:2 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 +6:3 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 +6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +6:9 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 +6:10 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 +6:11 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 +6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +Bedrock +7 84 84 84 255 67 67 67 255 42 42 42 255 33 33 33 255 +Water +8 38 92 255 51 30 73 204 51 19 46 127 51 15 36 102 51 +Stationary Water +9 38 92 255 51 30 73 204 51 19 46 127 51 15 36 102 51 +Lava +10 255 90 0 255 204 72 0 255 127 45 0 255 102 36 0 255 +Stationary Lava +11 255 90 0 255 204 72 0 255 127 45 0 255 102 36 0 255 +Sand +12 218 210 158 255 174 168 126 255 109 105 79 255 87 84 63 255 +Gravel +13 136 126 126 255 108 100 100 255 68 63 63 255 54 50 50 255 +Gold Ore +14 143 140 125 255 114 112 100 255 71 70 62 255 57 56 50 255 +Iron Ore +15 136 130 127 255 108 104 101 255 68 65 63 255 54 52 50 255 +Coal Ore +16 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +Wood - Normal +17 102 81 51 255 125 102 63 255 78 64 39 255 40 32 20 255 +17:0 102 81 51 255 125 102 63 255 78 64 39 255 40 32 20 255 +Wood - Spruce (Red/dark wood) +17:1 75 44 24 255 125 102 63 255 78 64 39 255 30 18 10 255 +Wood - Birch (light wood) +17:2 191 191 191 255 125 102 63 255 78 64 39 255 76 76 76 255 +Wood - Jungle +17:3 75 44 24 255 125 102 63 255 78 64 39 255 30 18 10 255 +Leaves +18 27 69 37 180 22 57 31 180 19 48 25 180 22 57 31 180 +18:1 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:2 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:3 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 +18:5 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:6 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:7 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 +18:9 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:10 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:11 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 +18:13 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:14 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:15 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 +Sponge +19 193 193 65 255 174 174 47 255 97 97 5 255 76 76 20 255 +Glass +20 255 255 255 64 204 204 204 64 127 127 127 64 102 102 102 64 +Lapis Lazuli Ore +21 23 68 196 255 18 56 158 255 14 43 122 255 14 43 78 255 +Lapis Lazuli Block +22 23 68 196 255 18 56 158 255 14 43 122 255 14 43 78 255 +Dispenser +23 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +Sandstone +24 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +Note Block +25 125 91 38 255 100 72 30 255 62 45 19 255 50 36 15 255 +Bed +26 200 20 20 255 160 16 16 255 100 10 10 255 80 8 8 255 +Powered Rail +27 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 +Detector Rail +28 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 +Sticky Piston +29 157 128 79 255 96 96 96 255 78 64 39 255 48 48 48 255 +Cobweb +30 138 145 145 255 110 115 115 255 69 72 72 255 55 57 57 255 +Tall Grass +31 97 156 53 255 73 120 38 255 38 68 16 255 26 50 9 255 +31:1 14 58 21 0 11 46 16 0 7 29 10 0 5 23 8 0 +31:2 15 60 22 0 12 48 17 0 7 30 11 0 6 24 8 0 +Dead Shrubs +32 75 44 24 255 60 35 19 255 37 22 12 255 30 18 10 255 +Piston +33 157 128 79 255 96 96 96 255 78 64 39 255 48 48 48 255 +Piston Head +34 157 128 79 255 96 96 96 255 78 64 39 255 48 48 48 255 +Wool +35 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 +35:0 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 +Wool - Orange +35:1 227 128 52 255 224 126 51 255 187 105 42 255 224 126 51 255 +Wool - Magenta +35:2 185 76 188 255 183 75 186 255 153 63 155 255 183 75 186 255 +Wool - Light Blue +35:3 102 139 199 255 100 137 196 255 84 114 164 255 100 137 196 255 +Wool - Yellow +35:4 189 181 26 255 187 178 26 255 156 149 22 255 187 178 26 255 +Wool - Light Green +35:5 57 189 45 255 56 186 44 255 47 156 37 255 56 186 44 255 +Wool - Pink +35:6 211 132 145 255 209 130 143 255 174 109 120 255 209 130 143 255 +Wool - Gray +35:7 65 67 63 255 64 66 62 255 54 55 52 255 64 66 62 255 +Wool - Light Gray +35:8 154 166 156 255 152 163 154 255 127 137 128 255 152 163 154 255 +Wool - Cyan +35:9 38 117 141 255 37 115 139 255 31 96 116 255 37 115 139 255 +Wool - Purple +35:10 126 54 184 255 124 53 181 255 104 44 151 255 124 53 181 255 +Wool - Blue +35:11 38 51 144 255 37 50 143 255 31 42 119 255 37 50 143 255 +Wool - Brown +35:12 83 51 26 255 82 50 26 255 69 42 22 255 82 50 26 255 +Wool - Dark Green +35:13 54 77 22 255 54 76 22 255 45 63 19 255 54 76 22 255 +Wool - Red +35:14 159 45 38 255 157 44 38 255 131 37 32 255 157 44 38 255 +Wool - Black +35:15 26 23 22 255 26 23 21 255 22 19 18 255 26 23 21 255 +Yellow Flower +37 255 255 0 255 204 204 0 255 127 127 0 255 102 102 0 255 +Red Rose +38 255 0 0 255 204 0 0 255 127 0 0 255 102 0 0 255 +38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 +38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 +38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 +38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 +38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 +38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 +38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 +38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 +Brown Mushroom +39 204 153 120 32 145 109 85 32 114 86 67 32 73 64 58 32 +Red Mushroom +40 255 43 43 32 196 29 38 32 186 105 109 32 124 64 64 32 +Gold Block +41 232 245 46 255 185 196 36 255 116 122 23 255 92 98 18 255 +Iron Block +42 191 191 191 255 152 152 152 255 95 95 95 255 76 76 76 255 +Double Stone Slab +43 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +43:0 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +43:6 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +Double Stone Slab - Sandstone +43:1 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +Double Stone Slab - Wood +43:2 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 +Double Stone Slab - Cobblestone +43:3 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +Double Stone Slab - Brick +43:4 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 +Double Stone Slab - Stone Brick +43:5 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +Stone Slab +44 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +44:0 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +44:6 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +44:8 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +44:14 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +Stone Slab - Sandstone +44:1 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +44:9 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +Stone Slab - Wood +44:2 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 +44:10 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 +Stone Slab - Cobblestone +44:3 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +44:11 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +Stone Slab - Brick +44:4 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 +44:12 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 +Stone Slab - Stone Brick +44:5 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +44:13 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +Brick +45 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 +TNT +46 160 83 65 255 128 66 52 255 80 41 32 255 64 33 26 255 +Bookshelf +47 125 91 38 192 100 72 30 192 62 45 19 192 50 36 15 192 +Moss Stone +48 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +Obsidian +49 26 11 43 255 20 8 34 255 13 5 21 255 10 4 17 255 +Torch +50 159 127 80 255 98 88 20 0 245 220 50 255 196 176 40 0 +Fire +51 255 170 30 200 204 136 24 200 127 85 15 200 102 68 12 200 +Monster Spawner +52 0 150 110 196 0 150 130 196 0 150 110 196 0 150 130 196 +Wooden Stair +53 157 128 79 255 125 102 63 255 78 64 39 255 62 51 31 255 +Chest +54 125 91 38 255 100 72 30 255 62 45 19 255 50 36 15 255 +Redstone Wire +55 240 30 30 64 160 20 20 64 120 15 15 64 100 12 12 64 +Diamond Ore +56 129 140 143 255 103 112 114 255 64 70 71 255 51 56 57 255 +Diamond Block +57 45 166 152 255 36 132 121 255 22 83 76 255 18 66 60 255 +Workbench +58 114 88 56 255 91 70 44 255 57 44 28 255 45 35 22 255 +Crops +59 146 192 0 255 116 153 0 255 73 96 0 255 58 76 0 255 +Farmland +60 95 58 30 255 76 46 24 255 47 29 15 255 38 23 12 255 +Furnace +61 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +Burning Furnace +62 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +Sign Post +63 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 +Wooden Door +64 136 109 67 255 108 87 53 255 68 54 33 255 54 43 26 255 +Ladder +65 181 140 64 32 144 112 51 32 90 70 32 32 72 56 25 32 +Minecart Tracks +66 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 +Cobblestone Stairs +67 115 115 115 255 92 92 92 255 57 57 57 255 46 46 46 255 +Wall Sign +68 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 +Lever +69 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 +Stone Pressure Plate +70 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +Iron Door +71 191 191 191 255 152 152 152 255 95 95 95 255 76 76 76 255 +Wooden Pressure Plate +72 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 +Redstone Ore +73 131 107 107 255 104 85 85 255 65 53 53 255 52 42 42 255 +Glowing Redstone Ore +74 131 107 107 255 104 85 85 255 65 53 53 255 52 42 42 255 +Redstone Torch off +75 159 127 80 255 72 56 25 0 181 140 64 255 144 112 51 0 +Redstone Torch on +76 159 127 80 255 102 0 0 0 255 0 0 255 204 0 0 0 +Stone Button +77 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +Snow +78 255 255 255 255 204 204 204 255 127 127 127 255 102 102 102 255 +Ice +79 83 113 163 51 66 90 130 51 41 56 81 51 33 45 65 51 +Snow Block +80 250 250 250 255 200 200 200 255 125 125 125 255 100 100 100 255 +Cactus +81 25 120 25 255 20 96 20 255 12 60 12 255 10 48 10 255 +Clay +82 151 157 169 255 120 125 135 255 75 78 84 255 60 62 67 255 +Sugar Cane +83 193 234 150 255 154 187 120 255 96 117 75 255 77 93 60 255 +Jukebox +84 125 91 38 255 100 72 30 255 62 45 19 255 50 36 15 255 +Fence +85 127 98 49 96 95 72 33 96 48 34 9 96 32 21 21 96 +Pumpkin +86 255 115 0 200 204 92 0 200 126 57 0 200 102 46 0 200 +Netherrack +87 166 89 89 255 141 80 62 255 135 15 15 255 96 6 6 255 +Soulsand +88 133 109 94 255 121 97 82 255 90 70 57 255 79 59 46 255 +Glowstone +89 249 212 156 255 255 188 94 255 192 143 70 255 122 91 44 255 +Portal +90 140 0 196 128 120 0 196 128 140 0 196 128 120 0 196 128 +Jack-o-lantern +91 255 115 0 255 204 92 0 255 126 57 0 255 102 46 0 255 +Cake Block +92 234 234 234 255 210 210 210 255 203 203 203 255 190 190 190 255 +Below: same as default +93 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +94 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +95 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 +95:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 +95:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 +95:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 +95:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 +95:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 +95:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 +95:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 +95:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 +95:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 +95:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 +95:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 +95:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 +95:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 +95:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 +95:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 +96 126 93 45 219 100 74 36 219 63 46 22 219 50 37 18 219 +97 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +97:1 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +97:2 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +98 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +98:1 114 119 106 255 91 95 84 255 57 59 53 255 45 47 42 255 +98:2 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 +98:3 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 +99 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 +99:1 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:4 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:7 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:10 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +99:14 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +100 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 +100:1 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:4 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:7 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:10 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +100:14 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +101 109 108 106 115 87 86 84 115 54 54 53 115 43 43 42 115 +102 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +103 141 145 36 255 112 116 28 255 70 72 18 255 56 58 14 255 +104 90 112 56 34 72 89 44 34 45 56 28 34 36 44 22 34 +105 90 112 56 34 72 89 44 34 45 56 28 34 36 44 22 34 +106 54 73 23 138 43 58 18 138 27 36 11 138 21 29 9 138 +107 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +108 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +109 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +110 113 88 73 255 90 70 58 255 56 44 36 255 45 35 29 255 +111 14 59 22 0 11 47 17 0 7 29 11 0 5 23 8 0 +112 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +113 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +114 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +115 106 14 30 42 84 11 24 42 53 7 15 42 42 5 12 42 +115:1 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 +115:2 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 +115:3 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:4 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:5 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:6 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:7 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +116 41 43 46 191 32 34 36 191 20 21 23 191 16 17 18 191 +117 106 106 106 255 84 84 84 255 53 53 53 255 42 42 42 255 +118 62 62 62 231 49 49 49 231 31 31 31 231 24 24 24 231 +119 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 +120 147 160 123 207 117 128 98 207 73 80 61 207 58 64 49 207 +121 221 223 165 255 176 178 132 255 110 111 82 255 88 89 66 255 +122 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +123 70 43 26 255 56 34 20 255 35 21 13 255 28 17 10 255 +124 119 89 55 255 95 71 44 255 59 44 27 255 47 35 22 255 +125 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +125:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +125:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +125:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +125:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +125:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +125:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +125:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +125:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +125:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +125:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +126 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +126:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +126:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +126:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +126:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +126:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +126:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +126:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +126:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +126:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +126:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +127 145 80 30 131 116 64 24 131 72 40 15 131 58 32 12 131 +128 216 209 157 255 172 167 125 255 108 104 78 255 86 83 62 255 +129 109 128 116 255 87 102 92 255 54 64 58 255 43 51 46 255 +130:2 20 31 32 199 16 24 25 199 10 15 16 199 8 12 12 199 +130:3 20 31 32 199 16 24 25 199 10 15 16 199 8 12 12 199 +130:4 34 49 44 195 27 39 35 195 17 24 22 195 13 19 17 195 +130:5 16 28 32 195 12 22 25 195 8 14 16 195 6 11 12 195 +131 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +133 81 217 117 255 64 173 93 255 40 108 58 255 32 86 46 255 +134 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +135 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +136 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +137 178 137 111 255 142 109 88 255 89 68 55 255 71 54 44 255 +138 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +139 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +139:1 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 +140 118 65 51 49 94 52 40 49 59 32 25 49 47 26 20 49 +141 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 +141:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +141:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +141:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:7 21 128 2 111 16 102 1 111 10 64 1 111 8 51 0 111 +142 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 +142:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +142:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +142:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:7 34 170 36 105 27 136 28 105 17 85 18 105 13 68 14 105 +143 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +145 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +146 118 87 39 199 94 69 31 199 59 43 19 199 47 34 15 199 +146:1 118 87 38 195 94 69 30 195 59 43 19 195 47 34 15 195 +146:2 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 +146:3 119 88 42 195 95 70 33 195 59 44 21 195 47 35 16 195 +146:5 123 89 37 209 98 71 29 209 61 44 18 209 49 35 14 209 +146:6 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 +146:7 126 92 41 209 100 73 32 209 63 46 20 209 50 36 16 209 +146:9 125 91 38 209 100 72 30 209 62 45 19 209 50 36 15 209 +146:10 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 +146:11 122 89 38 209 97 71 30 209 61 44 19 209 48 35 15 209 +147 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 +148 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 +149 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +150 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +151 66 55 35 255 52 44 28 255 33 27 17 255 26 22 14 255 +152 171 27 9 255 136 21 7 255 85 13 4 255 68 10 3 255 +153 125 84 79 255 100 67 63 255 62 42 39 255 50 33 31 255 +154 62 62 62 255 49 49 49 255 31 31 31 255 24 24 24 255 +155 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +155:1 231 228 220 255 184 182 176 255 115 114 110 255 92 91 88 255 +155:2 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 +155:3 232 229 221 255 185 183 176 255 116 114 110 255 92 91 88 255 +155:4 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 +156 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +157 104 83 71 155 83 66 56 155 52 41 35 155 41 33 28 155 +157:8 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:9 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:10 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:11 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:12 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:13 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +158 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +158:2 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 +158:3 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 +158:4 116 116 116 255 92 92 92 255 58 58 58 255 46 46 46 255 +158:5 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 +159 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +159:1 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +159:2 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +159:3 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +159:4 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +159:5 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +159:6 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +159:7 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +159:8 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +159:9 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +159:10 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +159:11 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +159:12 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +159:14 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +159:15 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +160 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 +160:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 +160:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 +160:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 +160:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 +160:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 +160:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 +160:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 +160:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 +160:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 +160:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 +160:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 +160:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 +160:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 +160:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 +160:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 +161 66 88 28 154 52 70 22 154 33 44 14 154 26 35 11 154 +162 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 +162:1 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +162:4 154 91 64 255 123 72 51 255 77 45 32 255 61 36 25 255 +162:5 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 +162:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +162:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +163 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +164 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +170 157 116 18 255 125 92 14 255 78 58 9 255 62 46 7 255 +171 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 +171:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 +171:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 +171:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 +171:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 +171:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 +171:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 +171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +171:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 +171:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 +171:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 +171:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 +171:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 +171:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 +171:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 +171:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 +172 150 92 66 255 120 73 52 255 75 46 33 255 60 36 26 255 +173 18 18 18 255 14 14 14 255 9 9 9 255 7 7 7 255 +174 165 194 245 255 132 155 196 255 82 97 122 255 66 77 98 255 +175 65 109 43 51 52 87 34 51 32 54 21 51 26 43 17 51 +175:1 142 148 132 86 113 118 105 86 71 74 66 86 56 59 52 86 +175:2 72 89 44 138 57 71 35 138 36 44 22 138 28 35 17 138 +175:3 72 90 45 158 57 72 36 158 36 45 22 158 28 36 18 158 +175:4 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 +175:5 54 88 59 147 43 70 47 147 27 44 29 147 21 35 23 147 +175:8 67 111 45 26 53 88 36 26 33 55 22 26 26 44 18 26 +175:9 148 148 140 83 118 118 112 83 74 74 70 83 59 59 56 83 +175:10 76 94 47 92 60 75 37 92 38 47 23 92 30 37 18 92 +175:11 74 91 46 122 59 72 36 122 37 45 23 122 29 36 18 122 +175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:13 132 133 141 129 105 106 112 129 66 66 70 129 52 53 56 129 +178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 +181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 +194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 +195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 +196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 +197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/misa.txt b/dynmap/colorschemes/misa.txt new file mode 100644 index 0000000..f0e8bda --- /dev/null +++ b/dynmap/colorschemes/misa.txt @@ -0,0 +1,623 @@ +1 97 95 86 255 77 76 68 255 48 47 43 255 38 38 34 255 +1:1 199 161 132 255 159 128 105 255 99 80 66 255 79 64 52 255 +1:2 197 159 137 255 157 127 109 255 98 79 68 255 78 63 54 255 +1:3 106 104 90 255 84 83 72 255 53 52 45 255 42 41 36 255 +1:4 107 104 95 255 85 83 76 255 53 52 47 255 42 41 38 255 +1:5 84 85 83 255 67 68 66 255 42 42 41 255 33 34 33 255 +1:6 85 86 88 255 68 68 70 255 42 43 44 255 34 34 35 255 +1:7 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +1:8 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +1:9 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +1:10 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +1:11 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +1:12 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +1:13 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +1:14 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +1:15 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +2 53 72 31 255 42 57 24 255 26 36 15 255 21 28 12 255 +3 69 54 40 255 55 43 32 255 34 27 20 255 27 21 16 255 +3:2 66 45 20 255 52 36 16 255 33 22 10 255 26 18 8 255 +4 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +5 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +5:1 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 +5:2 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 +5:3 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 +5:4 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 +5:5 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 +6 71 82 60 73 56 65 48 73 35 41 30 73 28 32 24 73 +6:1 61 82 68 91 48 65 54 91 30 41 34 91 24 32 27 91 +6:2 92 90 48 98 73 72 38 98 46 45 24 98 36 36 19 98 +6:3 65 84 49 106 52 67 39 106 32 42 24 106 26 33 19 106 +6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +6:9 61 82 68 91 48 65 54 91 30 41 34 91 24 32 27 91 +6:10 92 90 48 98 73 72 38 98 46 45 24 98 36 36 19 98 +6:11 65 84 49 106 52 67 39 106 32 42 24 106 26 33 19 106 +6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +7 65 60 57 255 52 48 45 255 32 30 28 255 26 24 22 255 +8 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 +9 22 73 83 218 17 58 66 218 11 36 41 218 8 29 33 218 +9:1 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 +9:2 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 +9:3 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 +9:4 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 +9:5 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 +9:6 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 +9:7 22 74 84 218 17 59 67 218 11 37 42 218 8 29 33 218 +10 227 79 35 255 181 63 28 255 113 39 17 255 90 31 14 255 +11 201 64 39 255 160 51 31 255 100 32 19 255 80 25 15 255 +12 173 146 99 255 138 116 79 255 86 73 49 255 69 58 39 255 +12:1 128 44 9 255 102 35 7 255 64 22 4 255 51 17 3 255 +13 116 104 88 255 92 83 70 255 58 52 44 255 46 41 35 255 +14 99 98 79 255 79 78 63 255 49 49 39 255 39 39 31 255 +15 106 86 74 255 84 68 59 255 53 43 37 255 42 34 29 255 +16 71 73 68 255 56 58 54 255 35 36 34 255 28 29 27 255 +17 132 104 65 255 105 83 52 255 66 52 32 255 52 41 26 255 +17:1 75 60 49 255 60 48 39 255 37 30 24 255 30 24 19 255 +17:2 151 137 108 255 120 109 86 255 75 68 54 255 60 54 43 255 +17:3 91 60 44 255 72 48 35 255 45 30 22 255 36 24 17 255 +17:4 70 52 34 255 56 41 27 255 35 26 17 255 28 20 13 255 +17:5 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 +17:6 123 119 103 255 98 95 82 255 61 59 51 255 49 47 41 255 +17:7 60 52 35 255 48 41 28 255 30 26 17 255 24 20 14 255 +17:8 70 52 34 255 56 41 27 255 35 26 17 255 28 20 13 255 +17:9 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 +17:10 123 119 103 255 98 95 82 255 61 59 51 255 49 47 41 255 +17:11 60 52 35 255 48 41 28 255 30 26 17 255 24 20 14 255 +17:12 70 52 34 255 56 41 27 255 35 26 17 255 28 20 13 255 +17:13 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 +17:14 123 119 103 255 98 95 82 255 61 59 51 255 49 47 41 255 +17:15 60 52 35 255 48 41 28 255 30 26 17 255 24 20 14 255 +18 50 76 30 187 40 60 24 187 25 38 15 187 20 30 12 187 +18:1 39 59 35 198 31 47 28 198 19 29 17 198 15 23 14 198 +18:2 78 93 41 187 62 74 32 187 39 46 20 187 31 37 16 187 +18:3 42 70 32 223 33 56 25 223 21 35 16 223 16 28 12 223 +18:5 39 59 35 198 31 47 28 198 19 29 17 198 15 23 14 198 +18:6 78 93 41 187 62 74 32 187 39 46 20 187 31 37 16 187 +18:7 42 70 32 223 33 56 25 223 21 35 16 223 16 28 12 223 +18:9 39 59 35 198 31 47 28 198 19 29 17 198 15 23 14 198 +18:10 78 93 41 187 62 74 32 187 39 46 20 187 31 37 16 187 +18:11 42 70 32 223 33 56 25 223 21 35 16 223 16 28 12 223 +18:13 39 59 35 198 31 47 28 198 19 29 17 198 15 23 14 198 +18:14 78 93 41 187 62 74 32 187 39 46 20 187 31 37 16 187 +18:15 42 70 32 223 33 56 25 223 21 35 16 223 16 28 12 223 +19 190 149 74 255 152 119 59 255 95 74 37 255 76 59 29 255 +19:1 127 99 49 255 101 79 39 255 63 49 24 255 50 39 19 255 +20 58 59 60 59 46 47 48 59 29 29 30 59 23 23 24 59 +21 80 87 94 255 64 69 75 255 40 43 47 255 32 34 37 255 +22 62 82 139 255 49 65 111 255 31 41 69 255 24 32 55 255 +23 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +23:1 85 82 79 255 68 65 63 255 42 41 39 255 34 32 31 255 +23:9 85 82 79 255 68 65 63 255 42 41 39 255 34 32 31 255 +24 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 +25 100 67 50 255 80 53 40 255 50 33 25 255 40 26 20 255 +26 79 78 39 255 63 62 31 255 39 39 19 255 31 31 15 255 +26:8 135 130 84 255 108 104 67 255 67 65 42 255 54 52 33 255 +26:9 135 130 84 255 108 104 67 255 67 65 42 255 54 52 33 255 +26:10 135 130 84 255 108 104 67 255 67 65 42 255 54 52 33 255 +26:11 135 130 84 255 108 104 67 255 67 65 42 255 54 52 33 255 +27 101 83 50 196 80 66 40 196 50 41 25 196 40 33 20 196 +27:8 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 +27:9 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 +27:10 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 +27:11 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 +27:12 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 +27:13 112 81 49 196 89 64 39 196 56 40 24 196 44 32 19 196 +28 82 76 69 193 65 60 55 193 41 38 34 193 32 30 27 193 +29 78 67 64 255 62 53 51 255 39 33 32 255 31 26 25 255 +29:1 134 146 80 255 107 116 64 255 67 73 40 255 53 58 32 255 +29:2 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 +29:3 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 +29:4 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 +29:5 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 +29:9 92 90 87 255 73 72 69 255 46 45 43 255 36 36 34 255 +29:10 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 +29:11 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 +29:12 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 +29:13 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 +30 165 157 165 71 132 125 132 71 82 78 82 71 66 62 66 71 +31 79 88 77 91 63 70 61 91 39 44 38 91 31 35 30 91 +31:1 52 71 32 117 41 56 25 117 26 35 16 117 20 28 12 117 +31:2 48 67 32 88 38 53 25 88 24 33 16 88 19 26 12 88 +32 79 88 77 91 63 70 61 91 39 44 38 91 31 35 30 91 +33 78 67 64 255 62 53 51 255 39 33 32 255 31 26 25 255 +33:1 123 105 78 255 98 84 62 255 61 52 39 255 49 42 31 255 +33:2 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 +33:3 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 +33:4 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 +33:5 94 86 84 255 75 68 67 255 47 43 42 255 37 34 33 255 +33:9 92 90 87 255 73 72 69 255 46 45 43 255 36 36 34 255 +33:10 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 +33:11 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 +33:12 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 +33:13 81 72 69 207 64 57 55 207 40 36 34 207 32 28 27 207 +34 92 90 87 255 73 72 69 255 46 45 43 255 36 36 34 255 +34:1 123 105 78 255 98 84 62 255 61 52 39 255 49 42 31 255 +34:2 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 +34:3 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 +34:4 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 +34:5 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 +34:9 134 146 80 255 107 116 64 255 67 73 40 255 53 58 32 255 +34:10 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 +34:11 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 +34:12 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 +34:13 151 149 147 111 120 119 117 111 75 74 73 111 60 59 58 111 +35 215 212 209 255 172 169 167 255 107 106 104 255 86 84 83 255 +35:1 175 105 52 255 140 84 41 255 87 52 26 255 70 42 20 255 +35:2 156 88 129 255 124 70 103 255 78 44 64 255 62 35 51 255 +35:3 99 117 156 255 79 93 124 255 49 58 78 255 39 46 62 255 +35:4 197 174 76 255 157 139 60 255 98 87 38 255 78 69 30 255 +35:5 138 148 76 255 110 118 60 255 69 74 38 255 55 59 30 255 +35:6 236 154 156 255 188 123 124 255 118 77 78 255 94 61 62 255 +35:7 91 92 93 255 72 73 74 255 45 46 46 255 36 36 37 255 +35:8 167 168 169 255 133 134 135 255 83 84 84 255 66 67 67 255 +35:9 85 119 114 255 68 95 91 255 42 59 57 255 34 47 45 255 +35:10 105 47 110 255 84 37 88 255 52 23 55 255 42 18 44 255 +35:11 42 58 114 255 33 46 91 255 21 29 57 255 16 23 45 255 +35:12 114 73 37 255 91 58 29 255 57 36 18 255 45 29 14 255 +35:13 75 82 39 255 60 65 31 255 37 41 19 255 30 32 15 255 +35:14 174 50 37 255 139 40 29 255 87 25 18 255 69 20 14 255 +35:15 43 44 44 255 34 35 35 255 21 22 22 255 17 17 17 255 +37 116 113 49 44 92 90 39 44 58 56 24 44 46 45 19 44 +38 138 66 50 27 110 52 40 27 69 33 25 27 55 26 20 27 +38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 +38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 +38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 +38:4 126 74 50 57 100 59 40 57 63 37 25 57 50 29 20 57 +38:5 158 121 64 53 126 96 51 53 79 60 32 53 63 48 25 53 +38:6 126 142 118 57 100 113 94 57 63 71 59 57 50 56 47 57 +38:7 166 115 83 57 132 92 66 57 83 57 41 57 66 46 33 57 +38:8 179 179 142 49 143 143 113 49 89 89 71 49 71 71 56 49 +39 149 117 95 49 119 93 76 49 74 58 47 49 59 46 38 49 +40 202 118 111 36 161 94 88 36 101 59 55 36 80 47 44 36 +41 193 166 91 255 154 132 72 255 96 83 45 255 77 66 36 255 +42 148 146 146 255 118 116 116 255 74 73 73 255 59 58 58 255 +43 102 99 95 255 81 79 76 255 51 49 47 255 40 39 38 255 +43:1 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 +43:2 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +43:3 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +43:4 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 +43:5 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +43:6 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 +43:7 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 +43:9 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 +43:10 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +43:11 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +43:12 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 +43:13 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +43:14 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 +43:15 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 +44 102 99 95 255 81 79 76 255 51 49 47 255 40 39 38 255 +44:1 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 +44:2 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +44:3 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +44:4 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 +44:5 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +44:6 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 +44:7 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 +44:9 177 146 98 255 141 116 78 255 88 73 49 255 70 58 39 255 +44:10 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +44:11 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +44:12 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 +44:13 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +44:14 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 +44:15 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 +45 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 +46 35 23 18 255 28 18 14 255 17 11 9 255 14 9 7 255 +47 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +48 62 69 56 255 49 55 44 255 31 34 28 255 24 27 22 255 +49 22 16 20 255 17 12 16 255 11 8 10 255 8 6 8 255 +50 70 49 23 24 56 39 18 24 35 24 11 24 28 19 9 24 +51 225 131 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +52 64 74 103 191 51 59 82 191 32 37 51 191 25 29 41 191 +53 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +54 137 110 60 197 109 88 48 197 68 55 30 197 54 44 24 197 +54:4 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +54:5 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +54:6 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +54:7 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +54:8 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +54:9 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +54:10 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +54:11 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +55 179 179 179 23 143 143 143 23 89 89 89 23 71 71 71 23 +56 95 96 88 255 76 76 70 255 47 48 44 255 38 38 35 255 +57 108 128 146 255 86 102 116 255 54 64 73 255 43 51 58 255 +58 165 133 104 255 132 106 83 255 82 66 52 255 66 53 41 255 +59 37 48 32 9 29 38 25 9 18 24 16 9 14 19 12 9 +59:1 35 45 30 18 28 36 24 18 17 22 15 18 14 18 12 18 +59:2 38 48 30 27 30 38 24 27 19 24 15 27 15 19 12 27 +59:3 42 52 31 39 33 41 24 39 21 26 15 39 16 20 12 39 +59:4 46 56 32 62 36 44 25 62 23 28 16 62 18 22 12 62 +59:5 50 59 33 77 40 47 26 77 25 29 16 77 20 23 13 77 +59:6 64 67 40 92 51 53 32 92 32 33 20 92 25 26 16 92 +59:7 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +59:8 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +59:9 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +59:10 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +59:11 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +59:12 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +59:13 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +59:14 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +59:15 90 83 53 108 72 66 42 108 45 41 26 108 36 33 21 108 +60 68 53 39 255 54 42 31 255 34 26 19 255 27 21 15 255 +60:1 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:2 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:3 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:4 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:5 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:6 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:7 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:8 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:9 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:10 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:11 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:12 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:13 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:14 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +60:15 51 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +61:2 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +61:3 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +61:4 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +61:5 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +62:2 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +62:3 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +62:4 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +62:5 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +63 125 95 54 10 100 76 43 10 62 47 27 10 50 38 21 10 +64 122 94 56 207 97 75 44 207 61 47 28 207 48 37 22 207 +65 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +66 103 86 64 143 82 68 51 143 51 43 32 143 41 34 25 143 +66:6 101 85 63 119 80 68 50 119 50 42 31 119 40 34 25 119 +66:7 101 85 63 119 80 68 50 119 50 42 31 119 40 34 25 119 +66:8 101 85 63 119 80 68 50 119 50 42 31 119 40 34 25 119 +66:9 101 85 63 119 80 68 50 119 50 42 31 119 40 34 25 119 +67 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +68 125 95 54 10 100 76 43 10 62 47 27 10 50 38 21 10 +69 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +70 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +71 153 150 150 228 122 120 120 228 76 75 75 228 61 60 60 228 +72 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +73 108 74 70 255 86 59 56 255 54 37 35 255 43 29 28 255 +74 108 74 70 255 86 59 56 255 54 37 35 255 43 29 28 255 +75:1 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 +75:2 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 +75:3 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 +75:4 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 +75:5 52 22 13 24 41 17 10 24 26 11 6 24 20 8 5 24 +76:1 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +76:2 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +76:3 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +76:4 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +76:5 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +77 99 96 92 255 79 76 73 255 49 48 46 255 39 38 36 255 +78 225 234 239 255 180 187 191 255 112 117 119 255 90 93 95 255 +79 123 170 195 181 98 136 156 181 61 85 97 181 49 68 78 181 +80 225 234 239 255 180 187 191 255 112 117 119 255 90 93 95 255 +81 120 127 77 209 96 101 61 209 60 63 38 209 48 50 30 209 +82 137 85 61 255 109 68 48 255 68 42 30 255 54 34 24 255 +83 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +84 121 94 56 255 96 75 44 255 60 47 28 255 48 37 22 255 +85 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +86 192 122 54 255 153 97 43 255 96 61 27 255 76 48 21 255 +87 103 54 56 255 82 43 44 255 51 27 28 255 41 21 22 255 +88 80 65 51 255 64 52 40 255 40 32 25 255 32 26 20 255 +89 203 176 102 255 162 140 81 255 101 88 51 255 81 70 40 255 +90 114 75 163 141 91 60 130 141 57 37 81 141 45 30 65 141 +91 192 122 54 255 153 97 43 255 96 61 27 255 76 48 21 255 +92 224 211 168 195 179 168 134 195 112 105 84 195 89 84 67 195 +93 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +94 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +95 109 118 117 186 87 94 93 186 54 59 58 186 43 47 46 186 +95:1 94 79 62 186 75 63 49 186 47 39 31 186 37 31 24 186 +95:2 85 73 83 186 68 58 66 186 42 36 41 186 34 29 33 186 +95:3 70 81 90 186 56 64 72 186 35 40 45 186 28 32 36 186 +95:4 95 96 69 186 76 76 55 186 47 48 34 186 38 38 27 186 +95:5 80 89 69 186 64 71 55 186 40 44 34 186 32 35 27 186 +95:6 105 91 90 186 84 72 72 186 52 45 45 186 42 36 36 186 +95:7 68 74 73 186 54 59 58 186 34 37 36 186 27 29 29 186 +95:8 88 95 94 186 70 76 75 186 44 47 47 186 35 38 37 186 +95:9 67 81 79 186 53 64 63 186 33 40 39 186 26 32 31 186 +95:10 72 62 78 186 57 49 62 186 36 31 39 186 28 24 31 186 +95:11 56 65 79 186 44 52 63 186 28 32 39 186 22 26 31 186 +95:12 79 71 58 186 63 56 46 186 39 35 29 186 31 28 23 186 +95:13 64 77 58 186 51 61 46 186 32 38 29 186 25 30 23 186 +95:14 89 62 58 186 71 49 46 186 44 31 29 186 35 24 23 186 +95:15 57 61 60 186 45 48 48 186 28 30 30 186 22 24 24 186 +96 124 95 56 206 99 76 44 206 62 47 28 206 49 38 22 206 +97 97 95 86 255 77 76 68 255 48 47 43 255 38 38 34 255 +97:1 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +97:2 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +98 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +98:1 75 78 60 255 60 62 48 255 37 39 30 255 30 31 24 255 +98:2 80 76 73 255 64 60 58 255 40 38 36 255 32 30 29 255 +98:3 87 83 79 255 69 66 63 255 43 41 39 255 34 33 31 255 +99 174 155 122 255 139 124 97 255 87 77 61 255 69 62 48 255 +99:1 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:2 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:3 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:4 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:5 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:6 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:7 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:8 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:9 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:14 148 111 82 255 118 88 65 255 74 55 41 255 59 44 32 255 +99:15 183 166 140 255 146 132 112 255 91 83 70 255 73 66 56 255 +100 174 155 122 255 139 124 97 255 87 77 61 255 69 62 48 255 +100:1 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:2 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:3 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:4 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:5 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:6 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:7 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:8 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:9 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:14 188 68 65 255 150 54 52 255 94 34 32 255 75 27 26 255 +100:15 183 166 140 255 146 132 112 255 91 83 70 255 73 66 56 255 +101 83 81 77 143 66 64 61 143 41 40 38 143 33 32 30 143 +102 58 59 60 59 46 47 48 59 29 29 30 59 23 23 24 59 +103 114 136 72 255 91 108 57 255 57 68 36 255 45 54 28 255 +104 52 70 33 49 41 56 26 49 26 35 16 49 20 28 13 49 +105 52 70 33 49 41 56 26 49 26 35 16 49 20 28 13 49 +106 41 62 23 130 32 49 18 130 20 31 11 130 16 24 9 130 +107 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +108 142 100 75 255 113 80 60 255 71 50 37 255 56 40 30 255 +109 84 81 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +110 105 128 127 255 84 102 101 255 52 64 63 255 42 51 50 255 +111 14 56 21 148 11 44 16 148 7 28 10 148 5 22 8 148 +112 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 +113 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 +114 66 30 32 255 52 24 25 255 33 15 16 255 26 12 12 255 +115 93 50 46 79 74 40 36 79 46 25 23 79 37 20 18 79 +115:1 96 53 48 117 76 42 38 117 48 26 24 117 38 21 19 117 +115:2 96 53 48 117 76 42 38 117 48 26 24 117 38 21 19 117 +115:3 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 +115:4 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 +115:5 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 +115:6 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 +115:7 92 51 46 134 73 40 36 134 46 25 23 134 36 20 18 134 +116 190 100 56 255 152 80 44 255 95 50 28 255 76 40 22 255 +117 98 95 83 83 78 76 66 83 49 47 41 83 39 38 33 83 +118 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +119 22 16 20 255 17 12 16 255 11 8 10 255 8 6 8 255 +120 45 47 51 255 36 37 40 255 22 23 25 255 18 18 20 255 +120:4 102 121 110 95 81 96 88 95 51 60 55 95 40 48 44 95 +120:5 102 121 110 95 81 96 88 95 51 60 55 95 40 48 44 95 +120:6 102 121 110 95 81 96 88 95 51 60 55 95 40 48 44 95 +120:7 102 121 110 95 81 96 88 95 51 60 55 95 40 48 44 95 +121 163 158 142 255 130 126 113 255 81 79 71 255 65 63 56 255 +122 70 61 68 255 56 48 54 255 35 30 34 255 28 24 27 255 +123 67 56 38 255 53 44 30 255 33 28 19 255 26 22 15 255 +124 124 108 72 255 99 86 57 255 62 54 36 255 49 43 28 255 +125 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +125:1 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 +125:2 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 +125:3 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 +125:4 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 +125:5 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 +125:9 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 +125:10 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 +125:11 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 +125:12 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 +125:13 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 +126 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +126:1 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 +126:2 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 +126:3 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 +126:4 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 +126:5 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 +126:9 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 +126:10 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 +126:11 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 +126:12 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 +126:13 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 +127 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +128 162 134 87 255 129 107 69 255 81 67 43 255 64 53 34 255 +129 93 100 73 255 74 80 58 255 46 50 36 255 37 40 29 255 +130:2 44 47 50 197 35 37 40 197 22 23 25 197 17 18 20 197 +130:3 44 47 50 197 35 37 40 197 22 23 25 197 17 18 20 197 +130:4 44 47 50 197 35 37 40 197 22 23 25 197 17 18 20 197 +130:5 44 47 50 197 35 37 40 197 22 23 25 197 17 18 20 197 +131 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +133 68 104 36 255 54 83 28 255 34 52 18 255 27 41 14 255 +134 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 +135 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 +136 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 +137 61 53 45 255 48 42 36 255 30 26 22 255 24 21 18 255 +138 58 59 60 59 46 47 48 59 29 29 30 59 23 23 24 59 +139 72 69 66 255 57 55 52 255 36 34 33 255 28 27 26 255 +139:1 62 69 56 255 49 55 44 255 31 34 28 255 24 27 22 255 +140 150 94 67 49 120 75 53 49 75 47 33 49 60 37 26 49 +141 81 93 57 9 64 74 45 9 40 46 28 9 32 37 22 9 +141:2 81 94 56 24 64 75 44 24 40 47 28 24 32 37 22 24 +141:3 81 94 56 24 64 75 44 24 40 47 28 24 32 37 22 24 +141:4 83 97 57 44 66 77 45 44 41 48 28 44 33 38 22 44 +141:5 83 97 57 44 66 77 45 44 41 48 28 44 33 38 22 44 +141:6 83 97 57 44 66 77 45 44 41 48 28 44 33 38 22 44 +141:7 89 105 56 96 71 84 44 96 44 52 28 96 35 42 22 96 +142 80 90 60 9 64 72 48 9 40 45 30 9 32 36 24 9 +142:2 80 91 60 24 64 72 48 24 40 45 30 24 32 36 24 24 +142:3 80 91 60 24 64 72 48 24 40 45 30 24 32 36 24 24 +142:4 82 93 61 44 65 74 48 44 41 46 30 44 32 37 24 44 +142:5 82 93 61 44 65 74 48 44 41 46 30 44 32 37 24 44 +142:6 82 93 61 44 65 74 48 44 41 46 30 44 32 37 24 44 +142:7 78 88 58 100 62 70 46 100 39 44 29 100 31 35 23 100 +143 122 93 53 255 97 74 42 255 61 46 26 255 48 37 21 255 +145 74 69 69 255 59 55 55 255 37 34 34 255 29 27 27 255 +146 137 110 60 197 109 88 48 197 68 55 30 197 54 44 24 197 +146:4 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +146:5 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +146:6 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +146:7 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +146:8 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +146:9 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +146:10 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +146:11 137 110 60 210 109 88 48 210 68 55 30 210 54 44 24 210 +147 193 166 91 255 154 132 72 255 96 83 45 255 77 66 36 255 +148 148 146 146 255 118 116 116 255 74 73 73 255 59 58 58 255 +149 85 75 73 255 68 60 58 255 42 37 36 255 34 30 29 255 +150 102 95 93 255 81 76 74 255 51 47 46 255 40 38 37 255 +151 135 108 93 255 108 86 74 255 67 54 46 255 54 43 37 255 +152 116 18 7 255 92 14 5 255 58 9 3 255 46 7 2 255 +153 121 75 77 255 96 60 61 255 60 37 38 255 48 30 30 255 +154 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +155 222 210 211 255 177 168 168 255 111 105 105 255 88 84 84 255 +155:1 212 200 201 255 169 160 160 255 106 100 100 255 84 80 80 255 +155:2 220 203 204 255 176 162 163 255 110 101 102 255 88 81 81 255 +155:3 208 195 196 255 166 156 156 255 104 97 98 255 83 78 78 255 +155:4 208 195 196 255 166 156 156 255 104 97 98 255 83 78 78 255 +156 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +157 85 70 58 167 68 56 46 167 42 35 29 167 34 28 23 167 +157:8 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 +157:9 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 +157:10 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 +157:11 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 +157:12 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 +157:13 97 70 58 167 77 56 46 167 48 35 29 167 38 28 23 167 +158 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +158:1 76 74 71 255 60 59 56 255 38 37 35 255 30 29 28 255 +159 207 189 178 255 165 151 142 255 103 94 89 255 82 75 71 255 +159:1 167 95 60 255 133 76 48 255 83 47 30 255 66 38 24 255 +159:2 156 89 98 255 124 71 78 255 78 44 49 255 62 35 39 255 +159:3 118 100 114 255 94 80 91 255 59 50 57 255 47 40 45 255 +159:4 181 145 74 255 144 116 59 255 90 72 37 255 72 58 29 255 +159:5 141 119 67 255 112 95 53 255 70 59 33 255 56 47 26 255 +159:6 212 139 126 255 169 111 100 255 106 69 63 255 84 55 50 255 +159:7 106 81 70 255 84 64 56 255 53 40 35 255 42 32 28 255 +159:8 170 146 134 255 136 116 107 255 85 73 67 255 68 58 53 255 +159:9 105 98 82 255 84 78 65 255 52 49 41 255 42 39 32 255 +159:10 117 58 79 255 93 46 63 255 58 29 39 255 46 23 31 255 +159:11 67 58 75 255 53 46 60 255 33 29 37 255 26 23 30 255 +159:12 121 70 44 255 96 56 35 255 60 35 22 255 48 28 17 255 +159:13 90 71 41 255 72 56 32 255 45 35 20 255 36 28 16 255 +159:14 162 63 51 255 129 50 40 255 81 31 25 255 64 25 20 255 +159:15 64 47 40 255 51 37 32 255 32 23 20 255 25 18 16 255 +160 109 118 117 186 87 94 93 186 54 59 58 186 43 47 46 186 +160:1 94 79 62 186 75 63 49 186 47 39 31 186 37 31 24 186 +160:2 85 73 83 186 68 58 66 186 42 36 41 186 34 29 33 186 +160:3 70 81 90 186 56 64 72 186 35 40 45 186 28 32 36 186 +160:4 95 96 69 186 76 76 55 186 47 48 34 186 38 38 27 186 +160:5 80 89 69 186 64 71 55 186 40 44 34 186 32 35 27 186 +160:6 105 91 90 186 84 72 72 186 52 45 45 186 42 36 36 186 +160:7 68 74 73 186 54 59 58 186 34 37 36 186 27 29 29 186 +160:8 88 95 94 186 70 76 75 186 44 47 47 186 35 38 37 186 +160:9 67 81 79 186 53 64 63 186 33 40 39 186 26 32 31 186 +160:10 72 62 78 186 57 49 62 186 36 31 39 186 28 24 31 186 +160:11 56 65 79 186 44 52 63 186 28 32 39 186 22 26 31 186 +160:12 79 71 58 186 63 56 46 186 39 35 29 186 31 28 23 186 +160:13 64 77 58 186 51 61 46 186 32 38 29 186 25 30 23 186 +160:14 89 62 58 186 71 49 46 186 44 31 29 186 35 24 23 186 +160:15 57 61 60 186 45 48 48 186 28 30 30 186 22 24 24 186 +161 41 71 31 222 32 56 24 222 20 35 15 222 16 28 12 222 +161:1 36 61 28 222 28 48 22 222 18 30 14 222 14 24 11 222 +161:5 36 61 28 222 28 48 22 222 18 30 14 222 14 24 11 222 +161:9 36 61 28 222 28 48 22 222 18 30 14 222 14 24 11 222 +161:13 36 61 28 222 28 48 22 222 18 30 14 222 14 24 11 222 +162 120 58 30 255 96 46 24 255 60 29 15 255 48 23 12 255 +162:1 75 60 49 255 60 48 39 255 37 30 24 255 30 24 19 255 +162:4 130 124 116 255 104 99 92 255 65 62 58 255 52 49 46 255 +162:5 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 +162:8 130 124 116 255 104 99 92 255 65 62 58 255 52 49 46 255 +162:9 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 +162:12 130 124 116 255 104 99 92 255 65 62 58 255 52 49 46 255 +162:13 60 50 41 255 48 40 32 255 30 25 20 255 24 20 16 255 +163 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 +164 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 +165 90 107 15 178 72 85 12 178 45 53 7 178 36 42 6 178 +167 147 145 145 228 117 116 116 228 73 72 72 228 58 58 58 228 +168 49 83 89 255 39 66 71 255 24 41 44 255 19 33 35 255 +168:1 57 94 100 255 45 75 80 255 28 47 50 255 22 37 40 255 +168:2 19 36 39 255 15 28 31 255 9 18 19 255 7 14 15 255 +169 94 107 80 255 75 85 64 255 47 53 40 255 37 42 32 255 +170 146 125 74 255 116 100 59 255 73 62 37 255 58 50 29 255 +171 215 212 209 255 172 169 167 255 107 106 104 255 86 84 83 255 +171:1 175 105 52 255 140 84 41 255 87 52 26 255 70 42 20 255 +171:2 156 88 129 255 124 70 103 255 78 44 64 255 62 35 51 255 +171:3 99 117 156 255 79 93 124 255 49 58 78 255 39 46 62 255 +171:4 197 174 76 255 157 139 60 255 98 87 38 255 78 69 30 255 +171:5 138 148 76 255 110 118 60 255 69 74 38 255 55 59 30 255 +171:6 236 154 156 255 188 123 124 255 118 77 78 255 94 61 62 255 +171:7 91 92 93 255 72 73 74 255 45 46 46 255 36 36 37 255 +171:8 167 168 169 255 133 134 135 255 83 84 84 255 66 67 67 255 +171:9 85 119 114 255 68 95 91 255 42 59 57 255 34 47 45 255 +171:10 105 47 110 255 84 37 88 255 52 23 55 255 42 18 44 255 +171:11 42 58 114 255 33 46 91 255 21 29 57 255 16 23 45 255 +171:12 114 73 37 255 91 58 29 255 57 36 18 255 45 29 14 255 +171:13 75 82 39 255 60 65 31 255 37 41 19 255 30 32 15 255 +171:14 174 50 37 255 139 40 29 255 87 25 18 255 69 20 14 255 +171:15 43 44 44 255 34 35 35 255 21 22 22 255 17 17 17 255 +172 160 113 89 255 128 90 71 255 80 56 44 255 64 45 35 255 +173 14 18 22 255 11 14 17 255 7 9 11 255 5 7 8 255 +174 78 149 188 255 62 119 150 255 39 74 94 255 31 59 75 255 +175 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 +175:8 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:9 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:10 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:11 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:13 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:14 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:15 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +179 153 50 0 255 122 40 0 255 76 25 0 255 61 20 0 255 +180 143 47 0 255 114 37 0 255 71 23 0 255 57 18 0 255 +181 153 50 0 255 122 40 0 255 76 25 0 255 61 20 0 255 +182 153 50 0 255 122 40 0 255 76 25 0 255 61 20 0 255 +183 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 +184 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 +185 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 +186 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 +187 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 +188 65 51 40 255 52 40 32 255 32 25 20 255 26 20 16 255 +189 151 140 113 255 120 112 90 255 75 70 56 255 60 56 45 255 +190 111 74 59 255 88 59 47 255 55 37 29 255 44 29 23 255 +191 48 29 22 255 38 23 17 255 24 14 11 255 19 11 8 255 +192 96 42 17 255 76 33 13 255 48 21 8 255 38 16 6 255 +193 60 47 38 255 48 37 30 255 30 23 19 255 24 18 15 255 +194 158 146 122 255 126 116 97 255 79 73 61 255 63 58 48 255 +195 109 73 58 214 87 58 46 214 54 36 29 214 43 29 23 214 +196 103 49 20 183 82 39 16 183 51 24 10 183 41 19 8 183 +197 40 22 14 255 32 17 11 255 20 11 7 255 16 8 5 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/ovocean.txt b/dynmap/colorschemes/ovocean.txt new file mode 100644 index 0000000..f0e19dc --- /dev/null +++ b/dynmap/colorschemes/ovocean.txt @@ -0,0 +1,613 @@ +1 112 110 107 255 89 88 85 255 56 55 53 255 44 44 42 255 +2 47 99 42 251 37 79 33 251 23 49 21 251 18 39 16 251 +3 138 104 73 255 110 83 58 255 69 52 36 255 55 41 29 255 +3:2 90 63 28 255 72 50 22 255 45 31 14 255 36 25 11 255 +4 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +5 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +5:1 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 +5:2 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 +5:3 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 +5:4 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 +5:5 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 +6 41 83 30 123 32 66 24 123 20 41 15 123 16 33 12 123 +6:1 16 58 30 69 12 46 24 69 8 29 15 69 6 23 12 69 +6:2 68 111 62 73 54 88 49 73 34 55 31 73 27 44 24 73 +6:3 41 68 21 75 32 54 16 75 20 34 10 75 16 27 8 75 +6:4 66 83 38 74 52 66 30 74 33 41 19 74 26 33 15 74 +6:5 42 83 30 145 33 66 24 145 21 41 15 145 16 33 12 145 +6:9 16 58 30 69 12 46 24 69 8 29 15 69 6 23 12 69 +6:10 68 111 62 73 54 88 49 73 34 55 31 73 27 44 24 73 +6:11 41 68 21 75 32 54 16 75 20 34 10 75 16 27 8 75 +6:12 66 83 38 74 52 66 30 74 33 41 19 74 26 33 15 74 +6:13 42 83 30 145 33 66 24 145 21 41 15 145 16 33 12 145 +7 61 58 58 255 48 46 46 255 30 29 29 255 24 23 23 255 +8 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 +9 56 95 144 159 44 76 115 159 28 47 72 159 22 38 57 159 +9:1 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 +9:2 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 +9:3 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 +9:4 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 +9:5 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 +9:6 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 +9:7 52 97 140 157 41 77 112 157 26 48 70 157 20 38 56 157 +10 211 92 15 255 168 73 12 255 105 46 7 255 84 36 6 255 +11 206 86 14 255 164 68 11 255 103 43 7 255 82 34 5 255 +12 240 221 162 255 192 176 129 255 120 110 81 255 96 88 64 255 +12:1 169 88 33 255 135 70 26 255 84 44 16 255 67 35 13 255 +13 114 101 95 255 91 80 76 255 57 50 47 255 45 40 38 255 +14 109 104 89 255 87 83 71 255 54 52 44 255 43 41 35 255 +15 102 100 97 255 81 80 77 255 51 50 48 255 40 40 38 255 +16 78 77 75 255 62 61 60 255 39 38 37 255 31 30 30 255 +17 151 129 94 255 120 103 75 255 75 64 47 255 60 51 37 255 +17:4 84 67 50 255 67 53 40 255 42 33 25 255 33 26 20 255 +17:5 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 +17:6 193 192 186 255 154 153 148 255 96 96 93 255 77 76 74 255 +17:7 84 65 40 255 67 52 32 255 42 32 20 255 33 26 16 255 +17:8 84 67 50 255 67 53 40 255 42 33 25 255 33 26 20 255 +17:9 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 +17:10 193 192 186 255 154 153 148 255 96 96 93 255 77 76 74 255 +17:11 84 65 40 255 67 52 32 255 42 32 20 255 33 26 16 255 +17:12 84 67 50 255 67 53 40 255 42 33 25 255 33 26 20 255 +17:13 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 +17:14 193 192 186 255 154 153 148 255 96 96 93 255 77 76 74 255 +17:15 84 65 40 255 67 52 32 255 42 32 20 255 33 26 16 255 +18 54 95 45 206 43 76 36 206 27 47 22 206 21 38 18 206 +18:1 48 76 48 0 38 60 38 0 24 38 24 0 19 30 19 0 +18:2 85 111 57 0 68 88 45 0 42 55 28 0 34 44 22 0 +18:3 50 88 42 161 40 70 33 161 25 44 21 161 20 35 16 161 +18:5 48 76 48 0 38 60 38 0 24 38 24 0 19 30 19 0 +18:6 85 111 57 0 68 88 45 0 42 55 28 0 34 44 22 0 +18:7 50 88 42 161 40 70 33 161 25 44 21 161 20 35 16 161 +18:9 48 76 48 0 38 60 38 0 24 38 24 0 19 30 19 0 +18:10 85 111 57 0 68 88 45 0 42 55 28 0 34 44 22 0 +18:11 50 88 42 161 40 70 33 161 25 44 21 161 20 35 16 161 +18:13 48 76 48 0 38 60 38 0 24 38 24 0 19 30 19 0 +18:14 85 111 57 0 68 88 45 0 42 55 28 0 34 44 22 0 +18:15 50 88 42 161 40 70 33 161 25 44 21 161 20 35 16 161 +19 192 168 95 255 153 134 76 255 96 84 47 255 76 67 38 255 +20 88 72 57 58 70 57 45 58 44 36 28 58 35 28 22 58 +21 83 93 117 255 66 74 93 255 41 46 58 255 33 37 46 255 +22 49 80 151 255 39 64 120 255 24 40 75 255 19 32 60 255 +23 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +23:1 138 131 121 255 110 104 96 255 69 65 60 255 55 52 48 255 +23:9 138 131 121 255 110 104 96 255 69 65 60 255 55 52 48 255 +24 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 +25 106 84 68 255 84 67 54 255 53 42 34 255 42 33 27 255 +26 71 102 50 255 56 81 40 255 35 51 25 255 28 40 20 255 +26:8 103 98 68 255 82 78 54 255 51 49 34 255 41 39 27 255 +26:9 103 98 68 255 82 78 54 255 51 49 34 255 41 39 27 255 +26:10 103 98 68 255 82 78 54 255 51 49 34 255 41 39 27 255 +26:11 103 98 68 255 82 78 54 255 51 49 34 255 41 39 27 255 +27 141 121 69 165 112 96 55 165 70 60 34 165 56 48 27 165 +27:8 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 +27:9 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 +27:10 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 +27:11 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 +27:12 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 +27:13 150 123 71 165 120 98 56 165 75 61 35 165 60 49 28 165 +28 89 79 72 160 71 63 57 160 44 39 36 160 35 31 28 160 +29 145 137 127 255 116 109 101 255 72 68 63 255 58 54 50 255 +29:1 97 81 56 255 77 64 44 255 48 40 28 255 38 32 22 255 +29:2 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 +29:3 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 +29:4 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 +29:5 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 +29:9 134 127 118 255 107 101 94 255 67 63 59 255 53 50 47 255 +29:10 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 +29:11 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 +29:12 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 +29:13 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 +30 110 107 103 63 88 85 82 63 55 53 51 63 44 42 41 63 +31 121 91 64 24 96 72 51 24 60 45 32 24 48 36 25 24 +31:1 49 102 43 109 39 81 34 109 24 51 21 109 19 40 17 109 +31:2 48 101 43 71 38 80 34 71 24 50 21 71 19 40 17 71 +32 121 91 64 24 96 72 51 24 60 45 32 24 48 36 25 24 +33 145 137 127 255 116 109 101 255 72 68 63 255 58 54 50 255 +33:1 96 72 54 255 76 57 43 255 48 36 27 255 38 28 21 255 +33:2 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 +33:3 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 +33:4 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 +33:5 133 121 109 255 106 96 87 255 66 60 54 255 53 48 43 255 +33:9 134 127 118 255 107 101 94 255 67 63 59 255 53 50 47 255 +33:10 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 +33:11 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 +33:12 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 +33:13 141 132 122 207 112 105 97 207 70 66 61 207 56 52 48 207 +34 134 127 118 255 107 101 94 255 67 63 59 255 53 50 47 255 +34:1 96 72 54 255 76 57 43 255 48 36 27 255 38 28 21 255 +34:2 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 +34:3 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 +34:4 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 +34:5 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 +34:9 97 81 56 255 77 64 44 255 48 40 28 255 38 32 22 255 +34:10 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 +34:11 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 +34:12 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 +34:13 96 73 54 111 76 58 43 111 48 36 27 111 38 29 21 111 +35 229 228 220 255 183 182 176 255 114 114 110 255 91 91 88 255 +35:1 225 120 49 255 180 96 39 255 112 60 24 255 90 48 19 255 +35:2 184 76 172 255 147 60 137 255 92 38 86 255 73 30 68 255 +35:3 112 160 204 255 89 128 163 255 56 80 102 255 44 64 81 255 +35:4 223 197 54 255 178 157 43 255 111 98 27 255 89 78 21 255 +35:5 111 184 67 255 88 147 53 255 55 92 33 255 44 73 26 255 +35:6 228 177 195 255 182 141 156 255 114 88 97 255 91 70 78 255 +35:7 85 83 78 255 68 66 62 255 42 41 39 255 34 33 31 255 +35:8 169 167 165 255 135 133 132 255 84 83 82 255 67 66 66 255 +35:9 55 133 147 255 44 106 117 255 27 66 73 255 22 53 58 255 +35:10 101 54 143 255 80 43 114 255 50 27 71 255 40 21 57 255 +35:11 59 75 156 255 47 60 124 255 29 37 78 255 23 30 62 255 +35:12 76 58 39 255 60 46 31 255 38 29 19 255 30 23 15 255 +35:13 54 91 39 255 43 72 31 255 27 45 19 255 21 36 15 255 +35:14 128 42 35 255 102 33 28 255 64 21 17 255 51 16 14 255 +35:15 37 35 32 255 29 28 25 255 18 17 16 255 14 14 12 255 +37 127 138 38 27 101 110 30 27 63 69 19 27 50 55 15 27 +38 107 56 27 18 85 44 21 18 53 28 13 18 42 22 10 18 +38:1 40 99 66 71 32 79 52 71 20 49 33 71 16 39 26 71 +38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 +38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 +38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 +38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 +38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 +38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 +38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 +39 91 70 45 22 72 56 36 22 45 35 22 22 36 28 18 22 +40 170 73 65 19 136 58 52 19 85 36 32 19 68 29 26 19 +41 236 220 84 255 188 176 67 255 118 110 42 255 94 88 33 255 +42 181 179 175 255 144 143 140 255 90 89 87 255 72 71 70 255 +43 194 187 174 255 155 149 139 255 97 93 87 255 77 74 69 255 +43:1 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 +43:2 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +43:3 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +43:4 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 +43:5 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 +43:6 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 +43:7 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 +43:9 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 +43:10 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +43:11 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +43:12 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 +43:13 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 +43:14 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 +43:15 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 +44 194 187 174 255 155 149 139 255 97 93 87 255 77 74 69 255 +44:1 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 +44:2 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +44:3 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +44:4 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 +44:5 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 +44:6 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 +44:7 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 +44:9 224 206 157 255 179 164 125 255 112 103 78 255 89 82 62 255 +44:10 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +44:11 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +44:12 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 +44:13 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 +44:14 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 +44:15 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 +45 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 +46 92 69 54 255 73 55 43 255 46 34 27 255 36 27 21 255 +47 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +48 122 122 99 255 97 97 79 255 61 61 49 255 48 48 39 255 +49 41 29 56 255 32 23 44 255 20 14 28 255 16 11 22 255 +50 67 61 49 27 53 48 39 27 33 30 24 27 26 24 19 27 +51 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +52 109 106 90 198 87 84 72 198 54 53 45 198 43 42 36 198 +53 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +54 140 122 103 195 112 97 82 195 70 61 51 195 56 48 41 195 +54:4 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +54:5 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +54:6 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +54:7 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +54:8 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +54:9 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +54:10 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +54:11 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +55 227 227 227 26 181 181 181 26 113 113 113 26 90 90 90 26 +56 109 112 108 255 87 89 86 255 54 56 54 255 43 44 43 255 +57 60 195 211 255 48 156 168 255 30 97 105 255 24 78 84 255 +58 176 145 103 255 140 116 82 255 88 72 51 255 70 58 41 255 +59 67 119 28 9 53 95 22 9 33 59 14 9 26 47 11 9 +59:1 73 123 31 16 58 98 24 16 36 61 15 16 29 49 12 16 +59:2 84 129 29 21 67 103 23 21 42 64 14 21 33 51 11 21 +59:3 91 128 30 33 72 102 24 33 45 64 15 33 36 51 12 33 +59:4 98 132 33 47 78 105 26 47 49 66 16 47 39 52 13 47 +59:5 101 127 41 60 80 101 32 60 50 63 20 60 40 50 16 60 +59:6 107 131 49 72 85 104 39 72 53 65 24 72 42 52 19 72 +59:7 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +59:8 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +59:9 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +59:10 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +59:11 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +59:12 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +59:13 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +59:14 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +59:15 171 155 74 80 136 124 59 80 85 77 37 80 68 62 29 80 +60 105 80 59 255 84 64 47 255 52 40 29 255 42 32 23 255 +60:1 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:2 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:3 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:4 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:5 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:6 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:7 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:8 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:9 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:10 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:11 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:12 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:13 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:14 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +60:15 65 50 36 255 52 40 28 255 32 25 18 255 26 20 14 255 +61:2 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +61:3 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +61:4 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +61:5 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +62:2 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +62:3 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +62:4 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +62:5 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +63 85 69 51 10 68 55 40 10 42 34 25 10 34 27 20 10 +64 93 77 59 255 74 61 47 255 46 38 29 255 37 30 23 255 +64:8 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 +64:9 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 +64:10 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 +64:11 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 +64:12 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 +64:13 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 +64:14 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 +64:15 94 78 60 237 75 62 48 237 47 39 30 237 37 31 24 237 +65 103 85 66 72 82 68 52 72 51 42 33 72 41 34 26 72 +66 90 81 73 134 72 64 58 134 45 40 36 134 36 32 29 134 +66:6 91 83 75 118 72 66 60 118 45 41 37 118 36 33 30 118 +66:7 91 83 75 118 72 66 60 118 45 41 37 118 36 33 30 118 +66:8 91 83 75 118 72 66 60 118 45 41 37 118 36 33 30 118 +66:9 91 83 75 118 72 66 60 118 45 41 37 118 36 33 30 118 +67 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +68 85 69 51 10 68 55 40 10 42 34 25 10 34 27 20 10 +69 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +70 112 110 107 255 89 88 85 255 56 55 53 255 44 44 42 255 +71 78 76 71 255 62 60 56 255 39 38 35 255 31 30 28 255 +71:8 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 +71:9 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 +71:10 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 +71:11 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 +71:12 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 +71:13 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 +71:14 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 +71:15 77 76 71 221 61 60 56 221 38 38 35 221 30 30 28 221 +72 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +73 129 94 87 255 103 75 69 255 64 47 43 255 51 37 34 255 +74 129 94 87 255 103 75 69 255 64 47 43 255 51 37 34 255 +75:1 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 +75:2 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 +75:3 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 +75:4 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 +75:5 74 37 31 21 59 29 24 21 37 18 15 21 29 14 12 21 +76:1 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 +76:2 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 +76:3 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 +76:4 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 +76:5 88 26 18 31 70 20 14 31 44 13 9 31 35 10 7 31 +77 112 110 107 255 89 88 85 255 56 55 53 255 44 44 42 255 +78 236 238 242 255 188 190 193 255 118 119 121 255 94 95 96 255 +79 180 221 246 159 144 176 196 159 90 110 123 159 72 88 98 159 +80 236 238 242 255 188 190 193 255 118 119 121 255 94 95 96 255 +81 87 121 67 195 69 96 53 195 43 60 33 195 34 48 26 195 +82 154 154 150 255 123 123 120 255 77 77 75 255 61 61 60 255 +83 121 158 67 90 96 126 53 90 60 79 33 90 48 63 26 90 +84 95 86 78 255 76 68 62 255 47 43 39 255 38 34 31 255 +85 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +86 161 98 19 255 128 78 15 255 80 49 9 255 64 39 7 255 +87 139 66 70 255 111 52 56 255 69 33 35 255 55 26 28 255 +88 97 68 59 255 77 54 47 255 48 34 29 255 38 27 23 255 +89 224 192 118 255 179 153 94 255 112 96 59 255 89 76 47 255 +90 69 0 105 163 55 0 84 163 34 0 52 163 27 0 42 163 +91 161 98 19 255 128 78 15 255 80 49 9 255 64 39 7 255 +92 239 220 218 195 191 176 174 195 119 110 109 195 95 88 87 195 +93 152 143 135 255 121 114 108 255 76 71 67 255 60 57 54 255 +94 156 144 135 255 124 115 108 255 78 72 67 255 62 57 54 255 +95 193 187 182 156 154 149 145 156 96 93 91 156 77 74 72 156 +95:1 189 119 39 156 151 95 31 156 94 59 19 156 75 47 15 156 +95:2 182 26 109 156 145 20 87 156 91 13 54 156 72 10 43 156 +95:3 75 114 149 156 60 91 119 156 37 57 74 156 30 45 59 156 +95:4 193 179 21 156 154 143 16 156 96 89 10 156 77 71 8 156 +95:5 121 152 61 156 96 121 48 156 60 76 30 156 48 60 24 156 +95:6 185 25 111 166 148 20 88 166 92 12 55 166 74 10 44 166 +95:7 119 113 107 156 95 90 85 156 59 56 53 156 47 45 42 156 +95:8 126 120 115 156 100 96 92 156 63 60 57 156 50 48 46 156 +95:9 32 187 182 156 25 149 145 156 16 93 91 156 12 74 72 156 +95:10 64 26 68 156 51 20 54 156 32 13 34 156 25 10 27 156 +95:11 41 26 69 156 32 20 55 156 20 13 34 156 16 10 27 156 +95:12 111 72 21 156 88 57 16 156 55 36 10 156 44 28 8 156 +95:13 32 131 72 156 25 104 57 156 16 65 36 156 12 52 28 156 +95:14 193 26 21 156 154 20 16 156 96 13 10 156 77 10 8 156 +95:15 32 26 21 156 25 20 16 156 16 13 10 156 12 10 8 156 +96 125 113 101 242 100 90 80 242 62 56 50 242 50 45 40 242 +97 112 110 107 255 89 88 85 255 56 55 53 255 44 44 42 255 +97:1 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +97:2 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 +98 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 +98:1 146 145 128 255 116 116 102 255 73 72 64 255 58 58 51 255 +98:2 147 140 131 255 117 112 104 255 73 70 65 255 58 56 52 255 +98:3 142 136 127 255 113 108 101 255 71 68 63 255 56 54 50 255 +99 227 196 126 255 181 156 100 255 113 98 63 255 90 78 50 255 +99:1 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:2 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:3 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:4 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:5 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:6 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:7 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:8 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:9 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:14 153 112 69 255 122 89 55 255 76 56 34 255 61 44 27 255 +99:15 236 224 201 255 188 179 160 255 118 112 100 255 94 89 80 255 +100 227 196 126 255 181 156 100 255 113 98 63 255 90 78 50 255 +100:1 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:2 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:3 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:4 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:5 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:6 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:7 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:8 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:9 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:14 129 78 70 255 103 62 56 255 64 39 35 255 51 31 28 255 +100:15 236 224 201 255 188 179 160 255 118 112 100 255 94 89 80 255 +101 65 64 61 110 52 51 48 110 32 32 30 110 26 25 24 110 +102 88 72 57 58 70 57 45 58 44 36 28 58 35 28 22 58 +103 52 82 33 255 41 65 26 255 26 41 16 255 20 32 13 255 +104 25 81 31 35 20 64 24 35 12 40 15 35 10 32 12 35 +105 25 81 31 35 20 64 24 35 12 40 15 35 10 32 12 35 +106 49 86 41 104 39 68 32 104 24 43 20 104 19 34 16 104 +107 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +108 139 99 90 255 111 79 72 255 69 49 45 255 55 39 36 255 +109 156 150 140 255 124 120 112 255 78 75 70 255 62 60 56 255 +110 98 88 99 255 78 70 79 255 49 44 49 255 39 35 39 255 +111 16 64 24 0 12 51 19 0 8 32 12 0 6 25 9 0 +112 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 +113 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 +114 53 26 31 255 42 20 24 255 26 13 15 255 21 10 12 255 +115 64 30 31 52 51 24 24 52 32 15 15 52 25 12 12 52 +115:1 68 35 35 92 54 28 28 92 34 17 17 92 27 14 14 92 +115:2 68 35 35 92 54 28 28 92 34 17 17 92 27 14 14 92 +115:3 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 +115:4 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 +115:5 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 +115:6 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 +115:7 75 45 43 113 60 36 34 113 37 22 21 113 30 18 17 113 +116 92 35 30 255 73 28 24 255 46 17 15 255 36 14 12 255 +117 67 72 72 77 53 57 57 77 33 36 36 77 26 28 28 77 +118 64 64 64 111 51 51 51 111 32 32 32 111 25 25 25 111 +119 41 29 56 255 32 23 44 255 20 14 28 255 16 11 22 255 +120 84 131 102 255 67 104 81 255 42 65 51 255 33 52 40 255 +120:4 67 101 71 95 53 80 56 95 33 50 35 95 26 40 28 95 +120:5 67 101 71 95 53 80 56 95 33 50 35 95 26 40 28 95 +120:6 67 101 71 95 53 80 56 95 33 50 35 95 26 40 28 95 +120:7 67 101 71 95 53 80 56 95 33 50 35 95 26 40 28 95 +121 238 236 193 255 190 188 154 255 119 118 96 255 95 94 77 255 +122 12 0 24 255 9 0 19 255 6 0 12 255 4 0 9 255 +123 87 71 56 255 69 56 44 255 43 35 28 255 34 28 22 255 +124 125 110 78 255 100 88 62 255 62 55 39 255 50 44 31 255 +125 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +125:1 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 +125:2 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 +125:3 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 +125:4 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 +125:5 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 +125:9 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 +125:10 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 +125:11 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 +125:12 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 +125:13 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 +126 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +126:1 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 +126:2 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 +126:3 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 +126:4 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 +126:5 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 +126:9 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 +126:10 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 +126:11 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 +126:12 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 +126:13 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 +127 151 66 46 129 120 52 36 129 75 33 23 129 60 26 18 129 +128 212 189 139 255 169 151 111 255 106 94 69 255 84 75 55 255 +129 92 105 89 255 73 84 71 255 46 52 44 255 36 42 35 255 +130:2 75 75 75 195 60 60 60 195 37 37 37 195 30 30 30 195 +130:3 75 75 75 195 60 60 60 195 37 37 37 195 30 30 30 195 +130:4 75 75 75 195 60 60 60 195 37 37 37 195 30 30 30 195 +130:5 75 75 75 195 60 60 60 195 37 37 37 195 30 30 30 195 +131 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +133 38 161 73 255 30 128 58 255 19 80 36 255 15 64 29 255 +134 62 44 29 255 49 35 23 255 31 22 14 255 24 17 11 255 +135 154 127 89 255 123 101 71 255 77 63 44 255 61 50 35 255 +136 132 90 63 255 105 72 50 255 66 45 31 255 52 36 25 255 +137 98 94 89 255 78 75 71 255 49 47 44 255 39 37 35 255 +138 88 72 57 58 70 57 45 58 44 36 28 58 35 28 22 58 +139 136 129 119 255 108 103 95 255 68 64 59 255 54 51 47 255 +139:1 122 122 99 255 97 97 79 255 61 61 49 255 48 48 39 255 +140 135 77 66 49 108 61 52 49 67 38 33 49 54 30 26 49 +141 87 132 66 6 69 105 52 6 43 66 33 6 34 52 26 6 +141:2 94 140 70 16 75 112 56 16 47 70 35 16 37 56 28 16 +141:3 94 140 70 16 75 112 56 16 47 70 35 16 37 56 28 16 +141:4 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 +141:5 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 +141:6 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 +141:7 126 146 13 60 100 116 10 60 63 73 6 60 50 58 5 60 +142 87 132 66 6 69 105 52 6 43 66 33 6 34 52 26 6 +142:2 94 140 70 16 75 112 56 16 47 70 35 16 37 56 28 16 +142:3 94 140 70 16 75 112 56 16 47 70 35 16 37 56 28 16 +142:4 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 +142:5 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 +142:6 92 138 68 23 73 110 54 23 46 69 34 23 36 55 27 23 +142:7 84 132 69 67 67 105 55 67 42 66 34 67 33 52 27 67 +143 98 80 60 255 78 64 48 255 49 40 30 255 39 32 24 255 +145 39 39 39 255 31 31 31 255 19 19 19 255 15 15 15 255 +146 140 122 103 195 112 97 82 195 70 61 51 195 56 48 41 195 +146:4 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +146:5 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +146:6 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +146:7 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +146:8 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +146:9 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +146:10 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +146:11 140 122 102 209 112 97 81 209 70 61 51 209 56 48 40 209 +147 236 220 84 255 188 176 67 255 118 110 42 255 94 88 33 255 +148 181 179 175 255 144 143 140 255 90 89 87 255 72 71 70 255 +149 141 132 124 255 112 105 99 255 70 66 62 255 56 52 49 255 +150 145 134 125 255 116 107 100 255 72 67 62 255 58 53 50 255 +151 163 152 139 255 130 121 111 255 81 76 69 255 65 60 55 255 +152 163 4 21 255 130 3 16 255 81 2 10 255 65 1 8 255 +153 143 86 86 255 114 68 68 255 71 43 43 255 57 34 34 255 +154 31 31 31 255 24 24 24 255 15 15 15 255 12 12 12 255 +155 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 +155:1 225 221 207 254 180 176 165 254 112 110 103 254 90 88 82 254 +155:2 221 216 201 254 176 172 160 254 110 108 100 254 88 86 80 254 +155:3 224 218 205 255 179 174 164 255 112 109 102 255 89 87 82 255 +155:4 224 218 205 255 179 174 164 255 112 109 102 255 89 87 82 255 +156 228 223 212 253 182 178 169 253 114 111 106 253 91 89 84 253 +157 101 88 84 161 80 70 67 161 50 44 42 161 40 35 33 161 +157:8 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 +157:9 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 +157:10 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 +157:11 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 +157:12 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 +157:13 93 82 78 161 74 65 62 161 46 41 39 161 37 32 31 161 +158 125 118 111 255 100 94 88 255 62 59 55 255 50 47 44 255 +158:1 135 128 118 255 108 102 94 255 67 64 59 255 54 51 47 255 +159 207 182 167 255 165 145 133 255 103 91 83 255 82 72 66 255 +159:1 155 80 36 255 124 64 28 255 77 40 18 255 62 32 14 255 +159:2 153 82 107 255 122 65 85 255 76 41 53 255 61 32 42 255 +159:3 113 107 152 255 90 85 121 255 56 53 76 255 45 42 60 255 +159:4 189 132 64 255 151 105 51 255 94 66 32 255 75 52 25 255 +159:5 100 119 58 255 80 95 46 255 50 59 29 255 40 47 23 255 +159:6 153 82 81 255 122 65 64 255 76 41 40 255 61 32 32 255 +159:7 61 38 35 255 48 30 28 255 30 19 17 255 24 15 14 255 +159:8 136 103 99 255 108 82 79 255 68 51 49 255 54 41 39 255 +159:9 79 89 95 255 63 71 76 255 39 44 47 255 31 35 38 255 +159:10 118 64 87 255 94 51 69 255 59 32 43 255 47 25 34 255 +159:11 73 58 88 255 58 46 70 255 36 29 44 255 29 23 35 255 +159:12 77 48 43 255 61 38 34 255 38 24 21 255 30 19 17 255 +159:13 72 79 50 255 57 63 40 255 36 39 25 255 28 31 20 255 +159:14 141 53 55 255 112 42 44 255 70 26 27 255 56 21 22 255 +159:15 40 20 18 255 32 16 14 255 20 10 9 255 16 8 7 255 +160 193 187 182 156 154 149 145 156 96 93 91 156 77 74 72 156 +160:1 189 119 39 156 151 95 31 156 94 59 19 156 75 47 15 156 +160:2 182 26 109 156 145 20 87 156 91 13 54 156 72 10 43 156 +160:3 75 114 149 156 60 91 119 156 37 57 74 156 30 45 59 156 +160:4 193 179 21 156 154 143 16 156 96 89 10 156 77 71 8 156 +160:5 121 152 61 156 96 121 48 156 60 76 30 156 48 60 24 156 +160:6 185 25 111 166 148 20 88 166 92 12 55 166 74 10 44 166 +160:7 119 113 107 156 95 90 85 156 59 56 53 156 47 45 42 156 +160:8 126 120 115 156 100 96 92 156 63 60 57 156 50 48 46 156 +160:9 32 187 182 156 25 149 145 156 16 93 91 156 12 74 72 156 +160:10 64 26 68 156 51 20 54 156 32 13 34 156 25 10 27 156 +160:11 41 26 69 156 32 20 55 156 20 13 34 156 16 10 27 156 +160:12 111 72 21 156 88 57 16 156 55 36 10 156 44 28 8 156 +160:13 32 131 72 156 25 104 57 156 16 65 36 156 12 52 28 156 +160:14 193 26 21 156 154 20 16 156 96 13 10 156 77 10 8 156 +160:15 32 26 21 156 25 20 16 156 16 13 10 156 12 10 8 156 +161 42 75 36 154 33 60 28 154 21 37 18 154 16 30 14 154 +162 168 125 101 255 134 100 80 255 84 62 50 255 67 50 40 255 +162:1 151 129 94 255 120 103 75 255 75 64 47 255 60 51 37 255 +162:4 92 86 75 255 73 68 60 255 46 43 37 255 36 34 30 255 +162:5 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 +162:8 92 86 75 255 73 68 60 255 46 43 37 255 36 34 30 255 +162:9 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 +162:12 92 86 75 255 73 68 60 255 46 43 37 255 36 34 30 255 +162:13 56 46 34 255 44 36 27 255 28 23 17 255 22 18 13 255 +163 157 113 75 255 125 90 60 255 78 56 37 255 62 45 30 255 +164 63 49 35 255 50 39 28 255 31 24 17 255 25 19 14 255 +170 242 216 132 255 193 172 105 255 121 108 66 255 96 86 52 255 +171 229 228 220 255 183 182 176 255 114 114 110 255 91 91 88 255 +171:1 225 120 49 255 180 96 39 255 112 60 24 255 90 48 19 255 +171:2 184 76 172 255 147 60 137 255 92 38 86 255 73 30 68 255 +171:3 112 160 204 255 89 128 163 255 56 80 102 255 44 64 81 255 +171:4 223 197 54 255 178 157 43 255 111 98 27 255 89 78 21 255 +171:5 111 184 67 255 88 147 53 255 55 92 33 255 44 73 26 255 +171:6 228 177 195 255 182 141 156 255 114 88 97 255 91 70 78 255 +171:7 85 83 78 255 68 66 62 255 42 41 39 255 34 33 31 255 +171:8 169 167 165 255 135 133 132 255 84 83 82 255 67 66 66 255 +171:9 55 133 147 255 44 106 117 255 27 66 73 255 22 53 58 255 +171:10 101 54 143 255 80 43 114 255 50 27 71 255 40 21 57 255 +171:11 59 75 156 255 47 60 124 255 29 37 78 255 23 30 62 255 +171:12 76 58 39 255 60 46 31 255 38 29 19 255 30 23 15 255 +171:13 54 91 39 255 43 72 31 255 27 45 19 255 21 36 15 255 +171:14 128 42 35 255 102 33 28 255 64 21 17 255 51 16 14 255 +171:15 37 35 32 255 29 28 25 255 18 17 16 255 14 14 12 255 +172 146 78 70 255 116 62 56 255 73 39 35 255 58 31 28 255 +173 20 21 22 255 16 16 17 255 10 10 11 255 8 8 8 255 +174 190 225 247 255 152 180 197 255 95 112 123 255 76 90 98 255 +175 65 109 43 51 52 87 34 51 32 54 21 51 26 43 17 51 +175:1 142 148 132 86 113 118 105 86 71 74 66 86 56 59 52 86 +175:2 45 93 40 211 36 74 32 211 22 46 20 211 18 37 16 211 +175:3 51 107 46 143 40 85 36 143 25 53 23 143 20 42 18 143 +175:4 42 52 23 203 33 41 18 203 21 26 11 203 16 20 9 203 +175:5 54 88 59 147 43 70 47 147 27 44 29 147 21 35 23 147 +175:8 67 111 45 26 53 88 36 26 33 55 22 26 26 44 18 26 +175:9 148 148 140 83 118 118 112 83 74 74 70 83 59 59 56 83 +175:10 51 107 45 134 40 85 36 134 25 53 22 134 20 42 18 134 +175:11 56 118 50 44 44 94 40 44 28 59 25 44 22 47 20 44 +175:12 85 49 28 167 68 39 22 167 42 24 14 167 34 19 11 167 +175:13 132 133 141 129 105 106 112 129 66 66 70 129 52 53 56 129 +178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 +181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 +194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 +195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 +196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 +197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/sk89q.txt b/dynmap/colorschemes/sk89q.txt new file mode 100644 index 0000000..cd86b59 --- /dev/null +++ b/dynmap/colorschemes/sk89q.txt @@ -0,0 +1,467 @@ +1 133 129 118 255 111 108 98 255 93 90 82 255 111 108 98 255 +2 60 113 17 255 50 94 14 255 42 79 12 255 50 94 14 255 +3 103 83 51 255 86 69 43 255 72 58 36 255 86 69 43 255 +3:2 122 87 57 255 97 69 45 255 61 43 28 255 48 34 22 255 +4 118 112 96 255 98 93 80 255 82 78 67 255 98 93 80 255 +5 109 80 60 255 91 67 50 255 76 56 41 255 91 67 50 255 +5:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +5:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +5:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +5:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +5:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +6 120 120 120 0 96 96 96 0 60 60 60 0 48 48 48 0 +6:1 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 +6:2 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 +6:3 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 +6:4 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:5 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +6:9 51 58 33 83 40 46 26 83 25 29 16 83 20 23 13 83 +6:10 118 150 84 107 94 120 67 107 59 75 42 107 47 60 33 107 +6:11 48 86 18 85 38 68 14 85 24 43 9 85 19 34 7 85 +6:12 114 115 20 75 91 92 16 75 57 57 10 75 45 46 8 75 +6:13 56 86 28 100 44 68 22 100 28 43 14 100 22 34 11 100 +7 79 79 82 255 66 66 68 255 55 55 57 255 66 66 68 255 +8 94 170 255 51 82 148 223 51 69 124 186 51 82 148 223 51 +9 94 170 255 51 82 148 223 51 69 124 186 51 82 148 223 51 +10 255 164 41 255 255 164 41 255 212 137 34 255 255 164 41 255 +11 255 164 41 255 255 164 41 255 212 137 34 255 255 164 41 255 +12 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +13 120 105 79 255 100 87 66 255 84 73 55 255 100 87 66 255 +14 255 181 38 255 255 181 38 255 212 151 31 255 255 181 38 255 +15 231 174 113 255 193 145 94 255 161 121 79 255 193 145 94 255 +16 56 60 70 255 46 50 58 255 39 42 49 255 46 50 58 255 +17 119 97 74 255 99 81 62 255 83 68 52 255 99 81 62 255 +17:0 119 97 74 255 99 81 62 255 83 68 52 255 99 81 62 255 +17:1 75 44 24 255 125 102 63 255 78 64 39 255 30 18 10 255 +17:2 191 191 191 255 125 102 63 255 78 64 39 255 76 76 76 255 +17:3 75 44 24 255 125 102 63 255 78 64 39 255 30 18 10 255 +18 27 69 37 180 22 57 31 180 19 48 25 180 22 57 31 180 +18:1 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:2 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:3 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 +18:5 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:6 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:7 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 +18:9 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:10 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:11 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 +18:13 44 69 44 0 35 55 35 0 22 34 22 0 17 27 17 0 +18:14 67 88 45 0 53 70 36 0 33 44 22 0 26 35 18 0 +18:15 18 71 25 0 14 56 20 0 9 35 12 0 7 28 10 0 +19 193 193 65 255 174 174 47 255 97 97 5 255 76 76 20 255 +20 178 217 223 90 148 181 186 90 124 151 155 90 148 181 186 90 +21 23 68 196 255 18 56 158 255 14 43 122 255 14 43 78 255 +22 23 68 196 255 18 56 158 255 14 43 122 255 14 43 78 255 +23 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +24 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +25 125 91 38 255 100 72 30 255 62 45 19 255 50 36 15 255 +26 200 20 20 255 160 16 16 255 100 10 10 255 80 8 8 255 +27 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 +28 150 134 102 180 120 107 81 180 75 67 51 180 60 53 40 180 +29 109 80 60 255 111 108 98 255 76 56 41 255 111 108 98 255 +30 138 145 145 255 110 115 115 255 69 72 72 255 55 57 57 255 +31 97 156 53 255 73 120 38 255 38 68 16 255 26 50 9 255 +31:1 14 58 21 0 11 46 16 0 7 29 10 0 5 23 8 0 +31:2 15 60 22 0 12 48 17 0 7 30 11 0 6 24 8 0 +32 75 44 24 255 60 35 19 255 37 22 12 255 30 18 10 255 +33 109 80 60 255 111 108 98 255 76 56 41 255 111 108 98 255 +34 109 80 60 255 111 108 98 255 76 56 41 255 111 108 98 255 +35 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 +35:0 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 +35:1 227 128 52 255 224 126 51 255 187 105 42 255 224 126 51 255 +35:2 185 76 188 255 183 75 186 255 153 63 155 255 183 75 186 255 +35:3 102 139 199 255 100 137 196 255 84 114 164 255 100 137 196 255 +35:4 189 181 26 255 187 178 26 255 156 149 22 255 187 178 26 255 +35:5 57 189 45 255 56 186 44 255 47 156 37 255 56 186 44 255 +35:6 211 132 145 255 209 130 143 255 174 109 120 255 209 130 143 255 +35:7 65 67 63 255 64 66 62 255 54 55 52 255 64 66 62 255 +35:8 154 166 156 255 152 163 154 255 127 137 128 255 152 163 154 255 +35:9 38 117 141 255 37 115 139 255 31 96 116 255 37 115 139 255 +35:10 126 54 184 255 124 53 181 255 104 44 151 255 124 53 181 255 +35:11 38 51 144 255 37 50 143 255 31 42 119 255 37 50 143 255 +35:12 83 51 26 255 82 50 26 255 69 42 22 255 82 50 26 255 +35:13 54 77 22 255 54 76 22 255 45 63 19 255 54 76 22 255 +35:14 159 45 38 255 157 44 38 255 131 37 32 255 157 44 38 255 +35:15 26 23 22 255 26 23 21 255 22 19 18 255 26 23 21 255 +37 73 108 60 254 61 90 50 254 51 75 42 254 61 90 50 254 +38 84 139 187 254 70 116 155 254 59 97 130 254 70 116 155 254 +38:1 37 152 138 45 29 121 110 45 18 76 69 45 14 60 55 45 +38:2 177 141 211 38 141 112 168 38 88 70 105 38 70 56 84 38 +38:3 162 191 138 42 129 152 110 42 81 95 69 42 64 76 55 42 +38:4 103 135 38 48 82 108 30 48 51 67 19 48 41 54 15 48 +38:5 95 134 32 49 76 107 25 49 47 67 16 49 38 53 12 49 +38:6 94 153 65 48 75 122 52 48 47 76 32 48 37 61 26 48 +38:7 101 150 73 47 80 120 58 47 50 75 36 47 40 60 29 47 +38:8 176 197 139 43 140 157 111 43 88 98 69 43 70 78 55 43 +39 184 144 0 254 153 119 0 254 128 100 0 254 153 119 0 254 +40 201 17 17 254 168 14 14 254 140 12 12 254 168 14 14 254 +41 247 255 239 255 244 251 236 255 204 210 197 255 244 251 236 255 +42 249 249 249 255 207 207 207 255 173 173 173 255 207 207 207 255 +43 122 112 99 255 101 93 82 255 85 78 69 255 101 93 82 255 +43:0 122 112 99 255 101 93 82 255 85 78 69 255 101 93 82 255 +43:1 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +43:2 109 80 60 255 91 67 50 255 76 56 41 255 91 67 50 255 +43:3 118 112 96 255 98 93 80 255 82 78 67 255 98 93 80 255 +43:4 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 +43:5 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +43:6 122 112 99 255 101 93 82 255 85 78 69 255 101 93 82 255 +44 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 +44:0 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 +44:1 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +44:2 109 80 60 255 91 67 50 255 76 56 41 255 91 67 50 255 +44:3 118 112 96 255 98 93 80 255 82 78 67 255 98 93 80 255 +44:4 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 +44:5 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +44:6 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 +44:8 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 +44:9 192 178 110 255 160 148 92 255 134 124 77 255 160 148 92 255 +44:10 109 80 60 255 91 67 50 255 76 56 41 255 91 67 50 255 +44:11 118 112 96 255 98 93 80 255 82 78 67 255 98 93 80 255 +44:12 170 86 62 255 136 68 49 255 85 43 31 255 68 34 24 255 +44:13 200 200 200 255 160 160 160 255 100 100 100 255 80 80 80 255 +44:14 122 112 99 254 101 93 82 254 85 78 69 254 101 93 82 254 +45 230 103 73 255 192 86 61 255 160 71 50 255 192 86 61 255 +46 255 79 30 255 231 72 27 255 193 60 22 255 231 72 27 255 +47 125 91 38 192 100 72 30 192 62 45 19 192 50 36 15 192 +48 96 108 70 255 80 90 58 255 67 75 49 255 80 90 58 255 +49 83 67 83 255 69 56 69 255 58 47 58 255 69 56 69 255 +50 255 203 58 200 255 203 58 200 212 169 48 200 255 203 58 200 +51 255 170 30 200 255 170 30 200 212 141 25 200 255 170 30 200 +52 255 228 52 255 255 228 52 255 212 190 43 255 255 228 52 255 +53 145 109 80 255 121 91 67 255 101 76 56 255 121 91 67 255 +53:4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +54 165 132 100 255 138 110 84 255 115 92 70 255 138 110 84 255 +55 116 21 21 255 97 18 18 255 81 15 15 255 97 18 18 255 +56 115 230 255 255 105 210 232 255 88 175 194 255 105 210 232 255 +57 164 217 237 255 136 181 198 255 114 151 165 255 136 181 198 255 +58 171 138 99 255 142 115 82 255 118 96 68 255 142 115 82 255 +59 136 152 21 255 114 127 17 255 95 106 14 255 114 127 17 255 +60 123 82 51 255 103 68 43 255 86 57 36 255 103 68 43 255 +61 158 128 73 255 132 106 61 255 110 89 51 255 132 106 61 255 +62 158 128 73 255 132 106 61 255 110 89 51 255 132 106 61 255 +63 60 112 17 255 50 93 14 255 42 78 12 255 50 93 14 255 +64 129 97 69 255 108 81 57 255 90 68 47 255 108 81 57 255 +65 144 128 99 32 120 106 82 32 100 89 69 32 120 106 82 32 +66 113 109 102 180 94 91 85 180 79 76 71 180 94 91 85 180 +67 115 107 93 255 96 89 78 255 80 75 65 255 96 89 78 255 +68 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 +69 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 +70 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +71 255 255 255 255 229 229 229 255 191 191 191 255 229 229 229 255 +72 111 91 54 255 88 72 43 255 55 45 27 255 44 36 21 255 +73 174 107 107 255 145 89 89 255 121 75 75 255 145 89 89 255 +74 174 107 107 255 145 89 89 255 121 75 75 255 145 89 89 255 +75 255 140 61 254 217 119 52 254 181 99 43 254 217 119 52 254 +76 255 0 0 254 255 0 0 254 212 0 0 254 255 0 0 254 +77 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +78 237 248 255 254 237 248 255 254 198 207 212 254 237 248 255 254 +79 166 222 255 55 166 222 255 55 139 185 212 55 166 222 255 55 +80 237 248 255 255 237 248 255 255 198 207 212 255 237 248 255 255 +81 116 167 80 255 97 139 67 255 81 116 56 255 97 139 67 255 +82 234 240 255 255 216 221 235 255 180 185 196 255 216 221 235 255 +83 136 167 74 255 114 139 62 255 95 116 52 255 114 139 62 255 +84 116 97 80 255 97 81 67 255 81 68 55 255 97 81 67 255 +85 115 99 63 255 96 82 52 255 80 69 44 255 96 82 52 255 +86 255 115 0 200 204 92 0 200 126 57 0 200 102 46 0 200 +87 166 89 89 255 141 80 62 255 135 15 15 255 96 6 6 255 +88 133 109 94 255 121 97 82 255 90 70 57 255 79 59 46 255 +89 249 212 156 255 255 188 94 255 192 143 70 255 122 91 44 255 +90 140 0 196 128 120 0 196 128 140 0 196 128 120 0 196 128 +91 255 115 0 255 204 92 0 255 126 57 0 255 102 46 0 255 +92 234 234 234 255 210 210 210 255 203 203 203 255 190 190 190 255 +93 159 127 80 255 72 56 25 0 181 140 64 255 144 112 51 0 +Below - same as standard +94 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +95 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 +95:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 +95:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 +95:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 +95:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 +95:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 +95:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 +95:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 +95:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 +95:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 +95:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 +95:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 +95:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 +95:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 +95:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 +95:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 +96 126 93 45 219 100 74 36 219 63 46 22 219 50 37 18 219 +97 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +97:1 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +97:2 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +98 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +98:1 114 119 106 255 91 95 84 255 57 59 53 255 45 47 42 255 +98:2 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 +98:3 118 118 118 255 94 94 94 255 59 59 59 255 47 47 47 255 +99 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 +99:1 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:4 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:7 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:10 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +99:14 141 106 83 255 112 84 66 255 70 53 41 255 56 42 33 255 +99:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +100 202 171 120 255 161 136 96 255 101 85 60 255 80 68 48 255 +100:1 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:4 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:7 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:10 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +100:14 182 37 36 255 145 29 28 255 91 18 18 255 72 14 14 255 +100:15 207 204 194 255 165 163 155 255 103 102 97 255 82 81 77 255 +101 109 108 106 115 87 86 84 115 54 54 53 115 43 43 42 115 +102 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +103 141 145 36 255 112 116 28 255 70 72 18 255 56 58 14 255 +104 90 112 56 34 72 89 44 34 45 56 28 34 36 44 22 34 +105 90 112 56 34 72 89 44 34 45 56 28 34 36 44 22 34 +106 54 73 23 138 43 58 18 138 27 36 11 138 21 29 9 138 +107 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +108 146 99 86 255 116 79 68 255 73 49 43 255 58 39 34 255 +109 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +110 113 88 73 255 90 70 58 255 56 44 36 255 45 35 29 255 +111 14 59 22 0 11 47 17 0 7 29 11 0 5 23 8 0 +112 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +113 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +114 44 22 26 255 35 17 20 255 22 11 13 255 17 8 10 255 +115 106 14 30 42 84 11 24 42 53 7 15 42 42 5 12 42 +115:1 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 +115:2 108 15 22 120 86 12 17 120 54 7 11 120 43 6 8 120 +115:3 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:4 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:5 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:6 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +115:7 111 18 17 204 88 14 13 204 55 9 8 204 44 7 6 204 +116 41 43 46 191 32 34 36 191 20 21 23 191 16 17 18 191 +117 106 106 106 255 84 84 84 255 53 53 53 255 42 42 42 255 +118 62 62 62 231 49 49 49 231 31 31 31 231 24 24 24 231 +119 20 18 29 255 16 14 23 255 10 9 14 255 8 7 11 255 +120 147 160 123 207 117 128 98 207 73 80 61 207 58 64 49 207 +121 221 223 165 255 176 178 132 255 110 111 82 255 88 89 66 255 +122 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +123 70 43 26 255 56 34 20 255 35 21 13 255 28 17 10 255 +124 119 89 55 255 95 71 44 255 59 44 27 255 47 35 22 255 +125 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +125:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +125:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +125:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +125:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +125:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +125:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +125:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +125:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +125:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +125:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +126 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +126:1 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +126:2 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +126:3 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +126:4 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +126:5 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +126:9 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +126:10 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +126:11 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +126:12 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +126:13 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +127 145 80 30 131 116 64 24 131 72 40 15 131 58 32 12 131 +128 216 209 157 255 172 167 125 255 108 104 78 255 86 83 62 255 +129 109 128 116 255 87 102 92 255 54 64 58 255 43 51 46 255 +130:2 20 31 32 199 16 24 25 199 10 15 16 199 8 12 12 199 +130:3 20 31 32 199 16 24 25 199 10 15 16 199 8 12 12 199 +130:4 34 49 44 195 27 39 35 195 17 24 22 195 13 19 17 195 +130:5 16 28 32 195 12 22 25 195 8 14 16 195 6 11 12 195 +131 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +133 81 217 117 255 64 173 93 255 40 108 58 255 32 86 46 255 +134 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +135 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +136 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +137 178 137 111 255 142 109 88 255 89 68 55 255 71 54 44 255 +138 218 240 244 70 174 192 195 70 109 120 122 70 87 96 97 70 +139 122 122 122 255 97 97 97 255 61 61 61 255 48 48 48 255 +139:1 103 121 103 255 82 96 82 255 51 60 51 255 41 48 41 255 +140 118 65 51 49 94 52 40 49 59 32 25 49 47 26 20 49 +141 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 +141:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +141:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +141:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +141:7 21 128 2 111 16 102 1 111 10 64 1 111 8 51 0 111 +142 1 171 16 9 0 136 12 9 0 85 8 9 0 68 6 9 +142:2 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +142:3 1 187 15 23 0 149 12 23 0 93 7 23 0 74 6 23 +142:4 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:5 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:6 0 190 16 54 0 152 12 54 0 95 8 54 0 76 6 54 +142:7 34 170 36 105 27 136 28 105 17 85 18 105 13 68 14 105 +143 156 127 78 255 124 101 62 255 78 63 39 255 62 50 31 255 +145 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +146 118 87 39 199 94 69 31 199 59 43 19 199 47 34 15 199 +146:1 118 87 38 195 94 69 30 195 59 43 19 195 47 34 15 195 +146:2 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 +146:3 119 88 42 195 95 70 33 195 59 44 21 195 47 35 16 195 +146:5 123 89 37 209 98 71 29 209 61 44 18 209 49 35 14 209 +146:6 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 +146:7 126 92 41 209 100 73 32 209 63 46 20 209 50 36 16 209 +146:9 125 91 38 209 100 72 30 209 62 45 19 209 50 36 15 209 +146:10 119 87 39 199 95 69 31 199 59 43 19 199 47 34 15 199 +146:11 122 89 38 209 97 71 30 209 61 44 19 209 48 35 15 209 +147 249 236 78 255 199 188 62 255 124 118 39 255 99 94 31 255 +148 219 219 219 255 175 175 175 255 109 109 109 255 87 87 87 255 +149 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +150 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +151 66 55 35 255 52 44 28 255 33 27 17 255 26 22 14 255 +152 171 27 9 255 136 21 7 255 85 13 4 255 68 10 3 255 +153 125 84 79 255 100 67 63 255 62 42 39 255 50 33 31 255 +154 62 62 62 255 49 49 49 255 31 31 31 255 24 24 24 255 +155 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +155:1 231 228 220 255 184 182 176 255 115 114 110 255 92 91 88 255 +155:2 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 +155:3 232 229 221 255 185 183 176 255 116 114 110 255 92 91 88 255 +155:4 231 227 219 255 184 181 175 255 115 113 109 255 92 90 87 255 +156 236 233 226 255 188 186 180 255 118 116 113 255 94 93 90 255 +157 104 83 71 155 83 66 56 155 52 41 35 155 41 33 28 155 +157:8 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:9 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:10 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:11 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:12 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +157:13 141 81 70 155 112 64 56 155 70 40 35 155 56 32 28 155 +158 96 96 96 255 76 76 76 255 48 48 48 255 38 38 38 255 +158:2 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 +158:3 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 +158:4 116 116 116 255 92 92 92 255 58 58 58 255 46 46 46 255 +158:5 113 113 113 255 90 90 90 255 56 56 56 255 45 45 45 255 +159 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +159:1 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +159:2 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +159:3 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +159:4 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +159:5 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +159:6 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +159:7 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +159:8 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +159:9 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +159:10 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +159:11 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +159:12 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +159:14 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +159:15 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +160 255 255 255 123 204 204 204 123 127 127 127 123 102 102 102 123 +160:1 216 127 51 123 172 101 40 123 108 63 25 123 86 50 20 123 +160:2 178 76 216 123 142 60 172 123 89 38 108 123 71 30 86 123 +160:3 102 153 216 123 81 122 172 123 51 76 108 123 40 61 86 123 +160:4 229 229 51 123 183 183 40 123 114 114 25 123 91 91 20 123 +160:5 127 204 25 123 101 163 20 123 63 102 12 123 50 81 10 123 +160:6 242 127 165 123 193 101 132 123 121 63 82 123 96 50 66 123 +160:7 76 76 76 123 60 60 60 123 38 38 38 123 30 30 30 123 +160:8 153 153 153 123 122 122 122 123 76 76 76 123 61 61 61 123 +160:9 76 127 153 123 60 101 122 123 38 63 76 123 30 50 61 123 +160:10 127 63 178 123 101 50 142 123 63 31 89 123 50 25 71 123 +160:11 51 76 178 123 40 60 142 123 25 38 89 123 20 30 71 123 +160:12 102 76 51 123 81 60 40 123 51 38 25 123 40 30 20 123 +160:13 102 127 51 123 81 101 40 123 51 63 25 123 40 50 20 123 +160:14 153 51 51 123 122 40 40 123 76 25 25 123 61 20 20 123 +160:15 25 25 25 123 20 20 20 123 12 12 12 123 10 10 10 123 +161 66 88 28 154 52 70 22 154 33 44 14 154 26 35 11 154 +162 105 99 89 255 84 79 71 255 52 49 44 255 42 39 35 255 +162:1 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +162:4 154 91 64 255 123 72 51 255 77 45 32 255 61 36 25 255 +162:5 104 81 48 255 83 64 38 255 52 40 24 255 41 32 19 255 +162:9 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +162:13 45 28 12 255 36 22 9 255 22 14 6 255 18 11 4 255 +163 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +164 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +170 157 116 18 255 125 92 14 255 78 58 9 255 62 46 7 255 +171 221 221 221 255 176 176 176 255 110 110 110 255 88 88 88 255 +171:1 219 125 62 255 175 100 49 255 109 62 31 255 87 50 24 255 +171:2 179 80 188 255 143 64 150 255 89 40 94 255 71 32 75 255 +171:3 106 138 201 255 84 110 160 255 53 69 100 255 42 55 80 255 +171:4 177 166 39 255 141 132 31 255 88 83 19 255 70 66 15 255 +171:5 65 174 56 255 52 139 44 255 32 87 28 255 26 69 22 255 +171:6 208 132 153 255 166 105 122 255 104 66 76 255 83 52 61 255 +171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +171:8 154 161 161 255 123 128 128 255 77 80 80 255 61 64 64 255 +171:9 46 110 137 255 36 88 109 255 23 55 68 255 18 44 54 255 +171:10 126 61 181 255 100 48 144 255 63 30 90 255 50 24 72 255 +171:11 46 56 141 255 36 44 112 255 23 28 70 255 18 22 56 255 +171:12 79 50 31 255 63 40 24 255 39 25 15 255 31 20 12 255 +171:13 53 70 27 255 42 56 21 255 26 35 13 255 21 28 10 255 +171:14 150 52 48 255 120 41 38 255 75 26 24 255 60 20 19 255 +171:15 25 22 22 255 20 17 17 255 12 11 11 255 10 8 8 255 +172 150 92 66 255 120 73 52 255 75 46 33 255 60 36 26 255 +173 18 18 18 255 14 14 14 255 9 9 9 255 7 7 7 255 +174 165 194 245 255 132 155 196 255 82 97 122 255 66 77 98 255 +175 65 109 43 51 52 87 34 51 32 54 21 51 26 43 17 51 +175:1 142 148 132 86 113 118 105 86 71 74 66 86 56 59 52 86 +175:2 72 89 44 138 57 71 35 138 36 44 22 138 28 35 17 138 +175:3 72 90 45 158 57 72 36 158 36 45 22 158 28 36 18 158 +175:4 69 64 3 185 55 51 2 185 34 32 1 185 27 25 1 185 +175:5 54 88 59 147 43 70 47 147 27 44 29 147 21 35 23 147 +175:8 67 111 45 26 53 88 36 26 33 55 22 26 26 44 18 26 +175:9 148 148 140 83 118 118 112 83 74 74 70 83 59 59 56 83 +175:10 76 94 47 92 60 75 37 92 38 47 23 92 30 37 18 92 +175:11 74 91 46 122 59 72 36 122 37 45 23 122 29 36 18 122 +175:12 115 61 7 107 92 48 5 107 57 30 3 107 46 24 2 107 +175:13 132 133 141 129 105 106 112 129 66 66 70 129 52 53 56 129 +178 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +179 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +180 165 84 29 255 132 67 23 255 82 42 14 255 66 33 11 255 +181 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +182 166 85 29 255 132 68 23 255 83 42 14 255 66 34 11 255 +183 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +184 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +185 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +186 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +187 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +188 103 77 46 255 82 61 36 255 51 38 23 255 41 30 18 255 +189 195 179 123 255 156 143 98 255 97 89 61 255 78 71 49 255 +190 154 110 77 255 123 88 61 255 77 55 38 255 61 44 30 255 +191 61 39 18 255 48 31 14 255 30 19 9 255 24 15 7 255 +192 169 91 51 255 135 72 40 255 84 45 25 255 67 36 20 255 +193 96 74 49 255 76 59 39 255 48 37 24 255 38 29 19 255 +194 217 210 179 255 173 168 143 255 108 105 89 255 86 84 71 255 +195 151 113 85 207 120 90 68 207 75 56 42 207 60 45 34 207 +196 161 93 58 183 128 74 46 183 80 46 29 183 64 37 23 183 +197 69 47 25 255 55 37 20 255 34 23 12 255 27 18 10 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/colorschemes/sphax.txt b/dynmap/colorschemes/sphax.txt new file mode 100644 index 0000000..846cba2 --- /dev/null +++ b/dynmap/colorschemes/sphax.txt @@ -0,0 +1,615 @@ +1 118 115 107 255 94 92 85 255 59 57 53 255 47 46 42 255 +1:1 142 96 76 255 113 76 60 255 71 48 38 255 56 38 30 255 +1:2 152 104 82 255 121 83 65 255 76 52 41 255 60 41 32 255 +1:3 181 184 181 255 144 147 144 255 90 92 90 255 72 73 72 255 +1:4 186 189 186 255 148 151 148 255 93 94 93 255 74 75 74 255 +1:5 121 117 104 255 96 93 83 255 60 58 52 255 48 46 41 255 +1:6 119 115 103 255 95 92 82 255 59 57 51 255 47 46 41 255 +2 42 80 22 255 33 64 17 255 21 40 11 255 16 32 8 255 +3 86 60 40 255 68 48 32 255 43 30 20 255 34 24 16 255 +3:2 49 41 27 255 39 32 21 255 24 20 13 255 19 16 10 255 +4 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 +5 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +5:1 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 +5:2 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 +5:3 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 +5:4 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 +5:5 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 +6 50 74 19 97 40 59 15 97 25 37 9 97 20 29 7 97 +6:1 11 40 27 75 8 32 21 75 5 20 13 75 4 16 10 75 +6:2 110 123 66 51 88 98 52 51 55 61 33 51 44 49 26 51 +6:3 67 81 22 87 53 64 17 87 33 40 11 87 26 32 8 87 +6:4 70 79 16 91 56 63 12 91 35 39 8 91 28 31 6 91 +6:5 47 70 19 102 37 56 15 102 23 35 9 102 18 28 7 102 +6:9 11 40 27 75 8 32 21 75 5 20 13 75 4 16 10 75 +6:10 110 123 66 51 88 98 52 51 55 61 33 51 44 49 26 51 +6:11 67 81 22 87 53 64 17 87 33 40 11 87 26 32 8 87 +6:12 70 79 16 91 56 63 12 91 35 39 8 91 28 31 6 91 +6:13 47 70 19 102 37 56 15 102 23 35 9 102 18 28 7 102 +7 23 23 24 255 18 18 19 255 11 11 12 255 9 9 9 255 +8 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 +9 98 204 243 179 78 163 194 179 49 102 121 179 39 81 97 179 +9:1 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 +9:2 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 +9:3 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 +9:4 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 +9:5 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 +9:6 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 +9:7 107 212 243 179 85 169 194 179 53 106 121 179 42 84 97 179 +10 179 102 3 255 143 81 2 255 89 51 1 255 71 40 1 255 +11 164 87 4 255 131 69 3 255 82 43 2 255 65 34 1 255 +12 206 184 112 255 164 147 89 255 103 92 56 255 82 73 44 255 +12:1 165 100 44 255 132 80 35 255 82 50 22 255 66 40 17 255 +13 138 127 123 255 110 101 98 255 69 63 61 255 55 50 49 255 +14 132 126 95 255 105 100 76 255 66 63 47 255 52 50 38 255 +15 133 127 114 255 106 101 91 255 66 63 57 255 53 50 45 255 +16 101 98 92 255 80 78 73 255 50 49 46 255 40 39 36 255 +17 161 128 80 255 128 102 64 255 80 64 40 255 64 51 32 255 +17:1 94 71 40 255 75 56 32 255 47 35 20 255 37 28 16 255 +17:2 163 136 85 255 130 108 68 255 81 68 42 255 65 54 34 255 +17:3 145 110 68 255 116 88 54 255 72 55 34 255 58 44 27 255 +17:4 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +17:5 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 +17:6 207 209 200 255 165 167 160 255 103 104 100 255 82 83 80 255 +17:7 84 67 26 255 67 53 20 255 42 33 13 255 33 26 10 255 +17:8 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +17:9 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 +17:10 207 209 200 255 165 167 160 255 103 104 100 255 82 83 80 255 +17:11 84 67 26 255 67 53 20 255 42 33 13 255 33 26 10 255 +17:12 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +17:13 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 +17:14 207 209 200 255 165 167 160 255 103 104 100 255 82 83 80 255 +17:15 84 67 26 255 67 53 20 255 42 33 13 255 33 26 10 255 +18 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 +18:1 39 68 33 208 31 54 26 208 19 34 16 208 15 27 13 208 +18:2 67 88 45 220 53 70 36 220 33 44 22 220 26 35 18 220 +18:3 29 59 16 240 23 47 12 240 14 29 8 240 11 23 6 240 +18:5 39 68 33 208 31 54 26 208 19 34 16 208 15 27 13 208 +18:6 67 88 45 220 53 70 36 220 33 44 22 220 26 35 18 220 +18:7 29 59 16 240 23 47 12 240 14 29 8 240 11 23 6 240 +18:9 39 68 33 208 31 54 26 208 19 34 16 208 15 27 13 208 +18:10 67 88 45 220 53 70 36 220 33 44 22 220 26 35 18 220 +18:11 29 59 16 240 23 47 12 240 14 29 8 240 11 23 6 240 +18:13 39 68 33 208 31 54 26 208 19 34 16 208 15 27 13 208 +18:14 67 88 45 220 53 70 36 220 33 44 22 220 26 35 18 220 +18:15 29 59 16 240 23 47 12 240 14 29 8 240 11 23 6 240 +19 210 210 76 255 168 168 60 255 105 105 38 255 84 84 30 255 +19:1 171 174 68 255 136 139 54 255 85 87 34 255 68 69 27 255 +20 113 95 70 87 90 76 56 87 56 47 35 87 45 38 28 87 +21 103 102 113 255 82 81 90 255 51 51 56 255 41 40 45 255 +22 34 53 135 255 27 42 108 255 17 26 67 255 13 21 54 255 +23 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +23:1 96 90 79 255 76 72 63 255 48 45 39 255 38 36 31 255 +23:9 96 90 79 255 76 72 63 255 48 45 39 255 38 36 31 255 +24 236 228 167 255 188 182 133 255 118 114 83 255 94 91 66 255 +25 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +26 66 86 109 255 52 68 87 255 33 43 54 255 26 34 43 255 +26:8 177 185 185 255 141 148 148 255 88 92 92 255 70 74 74 255 +26:9 177 185 185 255 141 148 148 255 88 92 92 255 70 74 74 255 +26:10 177 185 185 255 141 148 148 255 88 92 92 255 70 74 74 255 +26:11 177 185 185 255 141 148 148 255 88 92 92 255 70 74 74 255 +27 113 97 61 198 90 77 48 198 56 48 30 198 45 38 24 198 +27:8 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +27:9 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +27:10 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +27:11 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +27:12 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +27:13 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +28 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +29 99 95 85 255 79 76 68 255 49 47 42 255 39 38 34 255 +29:1 81 73 35 255 64 58 28 255 40 36 17 255 32 29 14 255 +29:2 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 +29:3 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 +29:4 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 +29:5 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 +29:9 93 82 65 255 74 65 52 255 46 41 32 255 37 32 26 255 +29:10 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 +29:11 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 +29:12 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 +29:13 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 +30 255 255 255 78 204 204 204 78 127 127 127 78 102 102 102 78 +31 106 67 26 50 84 53 20 50 53 33 13 50 42 26 10 50 +31:1 32 61 17 98 25 48 13 98 16 30 8 98 12 24 6 98 +31:2 32 60 17 81 25 48 13 81 16 30 8 81 12 24 6 81 +32 106 67 26 50 84 53 20 50 53 33 13 50 42 26 10 50 +33 99 95 85 255 79 76 68 255 49 47 42 255 39 38 34 255 +33:1 79 59 30 255 63 47 24 255 39 29 15 255 31 23 12 255 +33:2 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 +33:3 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 +33:4 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 +33:5 96 87 69 255 76 69 55 255 48 43 34 255 38 34 27 255 +33:9 93 82 65 255 74 65 52 255 46 41 32 255 37 32 26 255 +33:10 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 +33:11 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 +33:12 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 +33:13 97 91 76 207 77 72 60 207 48 45 38 207 38 36 30 207 +34 96 83 68 255 76 66 54 255 48 41 34 255 38 33 27 255 +34:1 81 60 32 255 64 48 25 255 40 30 16 255 32 24 12 255 +34:2 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 +34:3 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 +34:4 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 +34:5 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 +34:9 83 74 37 255 66 59 29 255 41 37 18 255 33 29 14 255 +34:10 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 +34:11 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 +34:12 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 +34:13 96 76 46 111 76 60 36 111 48 38 23 111 38 30 18 111 +35 236 236 236 255 188 188 188 255 118 118 118 255 94 94 94 255 +35:1 232 120 43 255 185 96 34 255 116 60 21 255 92 48 17 255 +35:2 185 57 196 255 148 45 156 255 92 28 98 255 74 22 78 255 +35:3 82 121 205 255 65 96 164 255 41 60 102 255 32 48 82 255 +35:4 209 194 29 255 167 155 23 255 104 97 14 255 83 77 11 255 +35:5 53 177 42 255 42 141 33 255 26 88 21 255 21 70 16 255 +35:6 215 127 151 255 172 101 120 255 107 63 75 255 86 50 60 255 +35:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +35:8 136 146 146 255 108 116 116 255 68 73 73 255 54 58 58 255 +35:9 41 124 159 255 32 99 127 255 20 62 79 255 16 49 63 255 +35:10 124 47 192 255 99 37 153 255 62 23 96 255 49 18 76 255 +35:11 36 48 147 255 28 38 117 255 18 24 73 255 14 19 58 255 +35:12 80 47 25 255 64 37 20 255 40 23 12 255 32 18 10 255 +35:13 52 72 22 255 41 57 17 255 26 36 11 255 20 28 8 255 +35:14 154 41 37 255 123 32 29 255 77 20 18 255 61 16 14 255 +35:15 11 11 11 255 8 8 8 255 5 5 5 255 4 4 4 255 +37 144 148 34 56 115 118 27 56 72 74 17 56 57 59 13 56 +38 105 30 18 53 84 24 14 53 52 15 9 53 42 12 7 53 +38:1 28 113 155 76 22 90 124 76 14 56 77 76 11 45 62 76 +38:2 149 107 186 59 119 85 148 59 74 53 93 59 59 42 74 59 +38:3 150 153 167 73 120 122 133 73 75 76 83 73 60 61 66 73 +38:4 76 57 17 66 60 45 13 66 38 28 8 66 30 22 6 66 +38:5 85 73 22 66 68 58 17 66 42 36 11 66 34 29 8 66 +38:6 88 111 76 67 70 88 60 67 44 55 38 67 35 44 30 67 +38:7 92 99 80 66 73 79 64 66 46 49 40 66 36 39 32 66 +38:8 159 166 146 59 127 132 116 59 79 83 73 59 63 66 58 59 +39 152 117 89 44 121 93 71 44 76 58 44 44 60 46 35 44 +40 170 101 83 35 136 80 66 35 85 50 41 35 68 40 33 35 +41 208 182 36 255 166 145 28 255 104 91 18 255 83 72 14 255 +42 137 140 130 255 109 112 104 255 68 70 65 255 54 56 52 255 +43 155 152 144 255 124 121 115 255 77 76 72 255 62 60 57 255 +43:1 236 228 167 255 188 182 133 255 118 114 83 255 94 91 66 255 +43:2 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +43:3 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 +43:4 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 +43:5 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 +43:6 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 +43:7 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 +43:8 159 154 150 255 127 123 120 255 79 77 75 255 63 61 60 255 +43:9 242 230 174 255 193 184 139 255 121 115 87 255 96 92 69 255 +43:10 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +43:11 101 95 91 255 80 76 72 255 50 47 45 255 40 38 36 255 +43:12 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 +43:13 121 119 119 255 96 95 95 255 60 59 59 255 48 47 47 255 +43:14 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 +43:15 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 +44 155 152 144 255 124 121 115 255 77 76 72 255 62 60 57 255 +44:1 236 228 167 255 188 182 133 255 118 114 83 255 94 91 66 255 +44:2 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +44:3 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 +44:4 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 +44:5 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 +44:6 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 +44:7 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 +44:9 236 228 167 255 188 182 133 255 118 114 83 255 94 91 66 255 +44:10 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +44:11 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 +44:12 121 62 45 255 96 49 36 255 60 31 22 255 48 24 18 255 +44:13 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 +44:14 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 +44:15 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 +45 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 +46 133 74 49 255 106 59 39 255 66 37 24 255 53 29 19 255 +47 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +48 88 90 76 255 70 72 60 255 44 45 38 255 35 36 30 255 +49 36 30 48 255 28 24 38 255 18 15 24 255 14 12 19 255 +50 72 60 45 25 57 48 36 25 36 30 22 25 28 24 18 25 +51 222 153 33 77 177 122 26 77 111 76 16 77 88 61 13 77 +52 105 103 78 186 84 82 62 186 52 51 39 186 42 41 31 186 +53 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +54 94 51 30 197 75 40 24 197 47 25 15 197 37 20 12 197 +54:4 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 +54:5 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 +54:6 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 +54:7 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 +54:8 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 +54:9 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 +54:10 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 +54:11 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 +55 160 160 160 15 128 128 128 15 80 80 80 15 64 64 64 15 +56 127 134 126 255 101 107 100 255 63 67 63 255 50 53 50 255 +57 122 147 131 255 97 117 104 255 61 73 65 255 48 58 52 255 +58 205 196 172 255 164 156 137 255 102 98 86 255 82 78 68 255 +59 69 124 1 13 55 99 0 13 34 62 0 13 27 49 0 13 +59:1 85 127 35 35 68 101 28 35 42 63 17 35 34 50 14 35 +59:2 82 115 40 74 65 92 32 74 41 57 20 74 32 46 16 74 +59:3 86 131 48 110 68 104 38 110 43 65 24 110 34 52 19 110 +59:4 121 148 54 130 96 118 43 130 60 74 27 130 48 59 21 130 +59:5 149 153 61 149 119 122 48 149 74 76 30 149 59 61 24 149 +59:6 173 157 67 168 138 125 53 168 86 78 33 168 69 62 26 168 +59:7 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +59:8 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +59:9 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +59:10 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +59:11 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +59:12 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +59:13 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +59:14 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +59:15 187 153 64 185 149 122 51 185 93 76 32 185 74 61 25 185 +60 93 59 33 255 74 47 26 255 46 29 16 255 37 23 13 255 +60:1 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:2 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:3 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:4 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:5 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:6 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:7 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:8 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:9 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:10 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:11 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:12 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:13 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:14 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +60:15 61 32 9 255 48 25 7 255 30 16 4 255 24 12 3 255 +61:2 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +61:3 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +61:4 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +61:5 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +62:2 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +62:3 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +62:4 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +62:5 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +63 120 92 53 10 96 73 42 10 60 46 26 10 48 36 21 10 +64 88 70 43 239 70 56 34 239 44 35 21 239 35 28 17 239 +65 75 61 40 225 60 48 32 225 37 30 20 225 30 24 16 225 +66 84 78 72 177 67 62 57 177 42 39 36 177 33 31 28 177 +66:6 85 79 73 137 68 63 58 137 42 39 36 137 34 31 29 137 +66:7 85 79 73 137 68 63 58 137 42 39 36 137 34 31 29 137 +66:8 85 79 73 137 68 63 58 137 42 39 36 137 34 31 29 137 +66:9 85 79 73 137 68 63 58 137 42 39 36 137 34 31 29 137 +67 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 +68 120 92 53 10 96 73 42 10 60 46 26 10 48 36 21 10 +69 101 95 91 255 80 76 72 255 50 47 45 255 40 38 36 255 +70 118 115 107 255 94 92 85 255 59 57 53 255 47 46 42 255 +71 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +72 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +73 128 104 97 255 102 83 77 255 64 52 48 255 51 41 38 255 +74 128 104 97 255 102 83 77 255 64 52 48 255 51 41 38 255 +75:1 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 +75:2 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 +75:3 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 +75:4 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 +75:5 65 44 31 79 52 35 24 79 32 22 15 79 26 17 12 79 +76:1 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 +76:2 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 +76:3 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 +76:4 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 +76:5 110 44 31 79 88 35 24 79 55 22 15 79 44 17 12 79 +77 121 116 112 255 96 92 89 255 60 58 56 255 48 46 44 255 +78 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +79 176 229 253 149 140 183 202 149 88 114 126 149 70 91 101 149 +80 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +81 94 134 70 195 75 107 56 195 47 67 35 195 37 53 28 195 +82 124 129 139 255 99 103 111 255 62 64 69 255 49 51 55 255 +83 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +84 61 41 24 255 48 32 19 255 30 20 12 255 24 16 9 255 +85 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +86 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +87 88 19 19 255 70 15 15 255 44 9 9 255 35 7 7 255 +88 50 37 30 255 40 29 24 255 25 18 15 255 20 14 12 255 +89 161 101 0 255 128 80 0 255 80 50 0 255 64 40 0 255 +90 130 52 186 179 104 41 148 179 65 26 93 179 52 20 74 179 +91 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +92 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +93 142 132 124 255 113 105 99 255 71 66 62 255 56 52 49 255 +94 155 133 125 255 124 106 100 255 77 66 62 255 62 53 50 255 +95 245 245 245 91 196 196 196 91 122 122 122 91 98 98 98 91 +95:1 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +95:2 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +95:3 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +95:4 211 211 60 106 168 168 48 106 105 105 30 106 84 84 24 106 +95:5 127 190 42 81 101 152 33 81 63 95 21 81 50 76 16 81 +95:6 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +95:7 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +95:8 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +95:9 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +95:10 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +95:11 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +95:12 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +95:13 103 124 60 106 82 99 48 106 51 62 30 106 41 49 24 106 +95:14 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +95:15 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +96 71 59 38 255 56 47 30 255 35 29 19 255 28 23 15 255 +97 118 115 107 255 94 92 85 255 59 57 53 255 47 46 42 255 +97:1 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 +97:2 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 +98 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 +98:1 109 114 103 255 87 91 82 255 54 57 51 255 43 45 41 255 +98:2 111 111 106 255 88 88 84 255 55 55 53 255 44 44 42 255 +98:3 113 112 107 255 90 89 85 255 56 56 53 255 45 44 42 255 +99 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +99:1 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:2 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:3 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:4 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:5 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:6 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:7 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:8 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:9 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:14 143 108 84 255 114 86 67 255 71 54 42 255 57 43 33 255 +99:15 204 199 185 255 163 159 148 255 102 99 92 255 81 79 74 255 +100 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +100:1 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:2 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:3 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:4 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:5 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:6 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:7 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:8 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:9 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:14 186 52 46 255 148 41 36 255 93 26 23 255 74 20 18 255 +100:15 204 199 185 255 163 159 148 255 102 99 92 255 81 79 74 255 +101 109 106 80 115 87 84 64 115 54 53 40 115 43 42 32 115 +102 113 95 70 87 90 76 56 87 56 47 35 87 45 38 28 87 +103 1 101 31 255 0 80 24 255 0 50 15 255 0 40 12 255 +104 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +105 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +106 32 65 18 116 25 52 14 116 16 32 9 116 12 26 7 116 +107 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +108 124 63 47 255 99 50 37 255 62 31 23 255 49 25 18 255 +109 118 118 114 255 94 94 91 255 59 59 57 255 47 47 45 255 +110 141 114 129 255 112 91 103 255 70 57 64 255 56 45 51 255 +111 15 61 23 152 12 48 18 152 7 30 11 152 6 24 9 152 +112 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 +113 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 +114 44 21 25 255 35 16 20 255 22 10 12 255 17 8 10 255 +115 84 13 23 45 67 10 18 45 42 6 11 45 33 5 9 45 +115:1 82 17 23 110 65 13 18 110 41 8 11 110 32 6 9 110 +115:2 82 17 23 110 65 13 18 110 41 8 11 110 32 6 9 110 +115:3 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 +115:4 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 +115:5 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 +115:6 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 +115:7 89 17 24 183 71 13 19 183 44 8 12 183 35 6 9 183 +116 148 80 65 255 118 64 52 255 74 40 32 255 59 32 26 255 +117 135 96 56 97 108 76 44 97 67 48 28 97 54 38 22 97 +118 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +119 36 30 48 255 28 24 38 255 18 15 24 255 14 12 19 255 +120 88 116 97 255 70 92 77 255 44 58 48 255 35 46 38 255 +120:4 68 115 89 95 54 92 71 95 34 57 44 95 27 46 35 95 +120:5 68 115 89 95 54 92 71 95 34 57 44 95 27 46 35 95 +120:6 68 115 89 95 54 92 71 95 34 57 44 95 27 46 35 95 +120:7 68 115 89 95 54 92 71 95 34 57 44 95 27 46 35 95 +121 217 218 162 255 173 174 129 255 108 109 81 255 86 87 64 255 +122 19 8 23 255 15 6 18 255 9 4 11 255 7 3 9 255 +123 55 50 40 255 44 40 32 255 27 25 20 255 22 20 16 255 +124 184 171 92 255 147 136 73 255 92 85 46 255 73 68 36 255 +125 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +125:1 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 +125:2 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 +125:3 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 +125:4 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 +125:5 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 +125:9 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 +125:10 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 +125:11 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 +125:12 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 +125:13 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 +126 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +126:1 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 +126:2 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 +126:3 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 +126:4 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 +126:5 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 +126:9 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 +126:10 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 +126:11 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 +126:12 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 +126:13 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 +127 103 47 13 130 82 37 10 130 51 23 6 130 41 18 5 130 +128 234 225 164 255 187 180 131 255 117 112 82 255 93 90 65 255 +129 106 134 109 255 84 107 87 255 53 67 54 255 42 53 43 255 +130:2 42 46 47 197 33 36 37 197 21 23 23 197 16 18 18 197 +130:3 42 46 47 197 33 36 37 197 21 23 23 197 16 18 18 197 +130:4 42 46 47 197 33 36 37 197 21 23 23 197 16 18 18 197 +130:5 42 46 47 197 33 36 37 197 21 23 23 197 16 18 18 197 +131 101 95 91 255 80 76 72 255 50 47 45 255 40 38 36 255 +133 98 147 104 255 78 117 83 255 49 73 52 255 39 58 41 255 +134 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 +135 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 +136 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 +137 74 72 54 255 59 57 43 255 37 36 27 255 29 28 21 255 +138 113 95 70 87 90 76 56 87 56 47 35 87 45 38 28 87 +139 98 94 87 255 78 75 69 255 49 47 43 255 39 37 34 255 +139:1 88 90 76 255 70 72 60 255 44 45 38 255 35 36 30 255 +140 131 76 54 49 104 60 43 49 65 38 27 49 52 30 21 49 +141 32 134 12 33 25 107 9 33 16 67 6 33 12 53 4 33 +141:2 25 125 15 57 20 100 12 57 12 62 7 57 10 50 6 57 +141:3 25 125 15 57 20 100 12 57 12 62 7 57 10 50 6 57 +141:4 30 120 20 82 24 96 16 82 15 60 10 82 12 48 8 82 +141:5 30 120 20 82 24 96 16 82 15 60 10 82 12 48 8 82 +141:6 30 120 20 82 24 96 16 82 15 60 10 82 12 48 8 82 +141:7 77 115 17 111 61 92 13 111 38 57 8 111 30 46 6 111 +142 60 105 41 33 48 84 32 33 30 52 20 33 24 42 16 33 +142:2 62 109 43 57 49 87 34 57 31 54 21 57 24 43 17 57 +142:3 62 109 43 57 49 87 34 57 31 54 21 57 24 43 17 57 +142:4 69 112 43 82 55 89 34 82 34 56 21 82 27 44 17 82 +142:5 69 112 43 82 55 89 34 82 34 56 21 82 27 44 17 82 +142:6 69 112 43 82 55 89 34 82 34 56 21 82 27 44 17 82 +142:7 108 122 49 92 86 97 39 92 54 61 24 92 43 48 19 92 +143 106 84 51 255 84 67 40 255 53 42 25 255 42 33 20 255 +145 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +146 94 51 30 197 75 40 24 197 47 25 15 197 37 20 12 197 +146:4 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 +146:5 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 +146:6 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 +146:7 97 45 25 210 77 36 20 210 48 22 12 210 38 18 10 210 +146:8 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 +146:9 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 +146:10 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 +146:11 96 45 25 210 76 36 20 210 48 22 12 210 38 18 10 210 +147 208 182 36 255 166 145 28 255 104 91 18 255 83 72 14 255 +148 137 140 130 255 109 112 104 255 68 70 65 255 54 56 52 255 +149 140 128 125 255 112 102 100 255 70 64 62 255 56 51 50 255 +150 153 131 127 255 122 104 101 255 76 65 63 255 61 52 50 255 +151 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +152 167 15 15 255 133 12 12 255 83 7 7 255 66 6 6 255 +153 101 36 35 255 80 28 28 255 50 18 17 255 40 14 14 255 +154 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +155 235 233 227 255 188 186 181 255 117 116 113 255 94 93 90 255 +155:1 234 231 224 255 187 184 179 255 117 115 112 255 93 92 89 255 +155:2 233 230 223 255 186 184 178 255 116 115 111 255 93 92 89 255 +155:3 226 223 216 255 180 178 172 255 113 111 108 255 90 89 86 255 +155:4 226 223 216 255 180 178 172 255 113 111 108 255 90 89 86 255 +156 237 235 229 255 189 188 183 255 118 117 114 255 94 94 91 255 +157 84 78 74 192 67 62 59 192 42 39 37 192 33 31 29 192 +157:8 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +157:9 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +157:10 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +157:11 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +157:12 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +157:13 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +158 92 83 71 255 73 66 56 255 46 41 35 255 36 33 28 255 +158:1 94 88 78 255 75 70 62 255 47 44 39 255 37 35 31 255 +159 210 178 161 255 168 142 128 255 105 89 80 255 84 71 64 255 +159:1 162 84 38 255 129 67 30 255 81 42 19 255 64 33 15 255 +159:2 151 88 109 255 120 70 87 255 75 44 54 255 60 35 43 255 +159:3 114 109 139 255 91 87 111 255 57 54 69 255 45 43 55 255 +159:4 186 134 35 255 148 107 28 255 93 67 17 255 74 53 14 255 +159:5 105 119 53 255 84 95 42 255 52 59 26 255 42 47 21 255 +159:6 162 78 79 255 129 62 63 255 81 39 39 255 64 31 31 255 +159:7 58 42 36 255 46 33 28 255 29 21 18 255 23 16 14 255 +159:8 136 108 98 255 108 86 78 255 68 54 49 255 54 43 39 255 +159:9 87 91 91 255 69 72 72 255 43 45 45 255 34 36 36 255 +159:10 119 70 86 255 95 56 68 255 59 35 43 255 47 28 34 255 +159:11 74 60 91 255 59 48 72 255 37 30 45 255 29 24 36 255 +159:12 77 51 36 255 61 40 28 255 38 25 18 255 30 20 14 255 +159:13 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +159:14 144 61 47 255 115 48 37 255 72 30 23 255 57 24 18 255 +159:15 26 19 15 255 20 15 12 255 13 9 7 255 10 7 6 255 +160 245 245 245 91 196 196 196 91 122 122 122 91 98 98 98 91 +160:1 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +160:2 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +160:3 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +160:4 211 211 60 106 168 168 48 106 105 105 30 106 84 84 24 106 +160:5 127 190 42 81 101 152 33 81 63 95 21 81 50 76 16 81 +160:6 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +160:7 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +160:8 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +160:9 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +160:10 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +160:11 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +160:12 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +160:13 103 124 60 106 82 99 48 106 51 62 30 106 41 49 24 106 +160:14 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +160:15 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +161 33 69 20 209 26 55 16 209 16 34 10 209 13 27 8 209 +161:1 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 +161:5 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 +161:9 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 +161:13 32 67 20 232 25 53 16 232 16 33 10 232 12 26 8 232 +162 145 90 65 255 116 72 52 255 72 45 32 255 58 36 26 255 +162:1 94 71 40 255 75 56 32 255 47 35 20 255 37 28 16 255 +162:4 92 85 75 255 73 68 60 255 46 42 37 255 36 34 30 255 +162:5 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 +162:8 92 85 75 255 73 68 60 255 46 42 37 255 36 34 30 255 +162:9 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 +162:12 92 85 75 255 73 68 60 255 46 42 37 255 36 34 30 255 +162:13 41 26 8 255 32 20 6 255 20 13 4 255 16 10 3 255 +163 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 +164 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 +165 107 183 87 204 85 146 69 204 53 91 43 204 42 73 34 204 +167 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +168 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +168:1 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +168:2 42 69 56 255 33 55 44 255 21 34 28 255 16 27 22 255 +169 165 192 178 255 132 153 142 255 82 96 89 255 66 76 71 255 +170 197 159 43 255 157 127 34 255 98 79 21 255 78 63 17 255 +171 236 236 236 255 188 188 188 255 118 118 118 255 94 94 94 255 +171:1 232 120 43 255 185 96 34 255 116 60 21 255 92 48 17 255 +171:2 185 57 196 255 148 45 156 255 92 28 98 255 74 22 78 255 +171:3 82 121 205 255 65 96 164 255 41 60 102 255 32 48 82 255 +171:4 209 194 29 255 167 155 23 255 104 97 14 255 83 77 11 255 +171:5 53 177 42 255 42 141 33 255 26 88 21 255 21 70 16 255 +171:6 215 127 151 255 172 101 120 255 107 63 75 255 86 50 60 255 +171:7 64 64 64 255 51 51 51 255 32 32 32 255 25 25 25 255 +171:8 136 146 146 255 108 116 116 255 68 73 73 255 54 58 58 255 +171:9 41 124 159 255 32 99 127 255 20 62 79 255 16 49 63 255 +171:10 124 47 192 255 99 37 153 255 62 23 96 255 49 18 76 255 +171:11 36 48 147 255 28 38 117 255 18 24 73 255 14 19 58 255 +171:12 80 47 25 255 64 37 20 255 40 23 12 255 32 18 10 255 +171:13 52 72 22 255 41 57 17 255 26 36 11 255 20 28 8 255 +171:14 154 41 37 255 123 32 29 255 77 20 18 255 61 16 14 255 +171:15 11 11 11 255 8 8 8 255 5 5 5 255 4 4 4 255 +172 152 93 67 255 121 74 53 255 76 46 33 255 60 37 26 255 +173 8 8 8 255 6 6 6 255 4 4 4 255 3 3 3 255 +174 166 208 240 255 132 166 192 255 83 104 120 255 66 83 96 255 +175 44 37 11 200 35 29 8 200 22 18 5 200 17 14 4 200 +175:8 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 +175:9 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 +175:10 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 +175:11 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 +175:12 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 +175:13 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 +175:14 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 +175:15 56 35 11 159 44 28 8 159 28 17 5 159 22 14 4 159 +178 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +179 195 128 72 255 156 102 57 255 97 64 36 255 78 51 28 255 +180 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +181 195 128 72 255 156 102 57 255 97 64 36 255 78 51 28 255 +182 195 128 72 255 156 102 57 255 97 64 36 255 78 51 28 255 +183 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 +184 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 +185 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 +186 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 +187 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 +188 79 53 25 255 63 42 20 255 39 26 12 255 31 21 10 255 +189 183 142 82 255 146 113 65 255 91 71 41 255 73 56 32 255 +190 107 64 33 255 85 51 26 255 53 32 16 255 42 25 13 255 +191 46 33 18 255 36 26 14 255 23 16 9 255 18 13 7 255 +192 132 80 52 255 105 64 41 255 66 40 26 255 52 32 20 255 +193 58 41 21 255 46 32 16 255 29 20 10 255 23 16 8 255 +194 187 166 145 255 149 132 116 255 93 83 72 255 74 66 58 255 +195 90 60 36 230 72 48 28 230 45 30 18 230 36 24 14 230 +196 130 83 56 183 104 66 44 183 65 41 28 183 52 33 22 183 +197 42 31 18 255 33 24 14 255 21 15 9 255 16 12 7 255 + +Biome Mapping +[RAINFOREST] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[SWAMPLAND] 64 128 0 255 51 102 0 255 32 64 0 255 26 51 0 255 +[SEASONAL_FOREST] 51 165 42 255 41 132 34 255 26 83 21 255 20 66 17 255 +[FOREST] 0 128 64 255 0 102 51 255 0 64 32 255 0 51 26 255 +[SAVANNA] 58 58 58 255 46 46 46 255 29 29 29 255 23 23 23 255 +[SHRUBLAND] 170 158 24 255 136 126 19 255 85 79 12 255 68 63 10 255 +[TAIGA] 204 255 102 255 163 204 82 255 102 128 51 255 82 102 41 255 +[DESERT] 255 255 102 255 204 204 82 255 128 128 51 255 102 102 41 255 +[PLAINS] 255 204 102 255 204 163 82 255 128 102 51 255 102 82 41 255 +[ICE_DESERT] 26 33 103 255 21 26 82 255 13 17 52 255 10 13 41 255 +[TUNDRA] 222 222 222 255 178 178 178 255 111 111 111 255 89 89 89 255 +[HELL] 255 0 0 255 204 0 0 255 128 0 0 255 102 0 0 255 +[SKY] 102 204 255 255 82 163 204 255 51 102 128 255 41 82 102 255 +[OCEAN] 0 0 255 255 0 0 204 255 0 0 128 255 0 0 102 255 +[RIVER] 0 128 255 255 0 102 204 255 0 64 128 255 0 51 102 255 +[EXTREME_HILLS] 128 64 0 255 102 51 0 255 64 32 0 255 51 26 0 255 +[FROZEN_OCEAN] 102 255 204 255 82 204 163 255 51 128 102 255 41 102 82 255 +[FROZEN_RIVER] 102 102 255 255 82 82 204 255 51 51 128 255 41 41 102 255 +[ICE_PLAINS] 102 255 255 255 82 204 204 255 51 128 128 255 41 102 102 255 +[ICE_MOUNTAINS] 255 255 255 255 204 204 204 255 128 128 128 255 102 102 102 255 +[MUSHROOM_ISLAND] 255 111 207 255 204 89 166 255 128 56 104 255 102 44 83 255 +[MUSHROOM_SHORE] 255 0 128 255 204 0 102 255 128 0 64 255 102 0 51 255 +[BEACH] 255 206 75 255 230 185 68 255 255 206 75 255 179 144 53 255 +[DESERT_HILLS] 255 146 51 255 230 131 46 255 255 146 51 255 179 102 36 255 +[FOREST_HILLS] 0 162 100 255 0 146 90 255 0 162 100 255 0 113 70 255 +[TAIGA_HILLS] 178 212 117 255 160 191 105 255 178 212 117 255 125 148 82 255 +[SMALL_MOUNTAINS] 184 103 33 255 166 93 30 255 184 103 33 255 129 72 23 255 +[JUNGLE] 49 67 21 255 39 54 17 255 25 34 11 255 20 27 8 255 +[JUNGLE_HILLS] 33 44 14 255 26 36 12 255 16 22 7 255 13 18 6 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 255 57 16 14 255 diff --git a/dynmap/configuration.txt b/dynmap/configuration.txt new file mode 100644 index 0000000..27248f6 --- /dev/null +++ b/dynmap/configuration.txt @@ -0,0 +1,467 @@ +# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/dynmap/ + +# All map templates are defined in the templates directory +# To use the HDMap very-low-res (2 ppb) map templates as world defaults, set value to vlowres +# The definitions of these templates are in normal-vlowres.txt, nether-vlowres.txt, and the_end-vlowres.txt +# To use the HDMap low-res (4 ppb) map templates as world defaults, set value to lowres +# The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and the_end-lowres.txt +# To use the HDMap hi-res (16 ppb) map templates (these can take a VERY long time for initial fullrender), set value to hires +# The definitions of these templates are in normal-hires.txt, nether-hires.txt, and the_end-hires.txt +# To use the HDMap low-res (4 ppb) map templates, with support for boosting resolution selectively to hi-res (16 ppb), set value to low_boost_hi +# The definitions of these templates are in normal-low_boost_hi.txt, nether-low_boost_hi.txt, and the_end-low_boost_hi.txt +# To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to vhi-res (32 ppb), set value to hi_boost_vhi +# The definitions of these templates are in normal-hi_boost_vhi.txt, nether-hi_boost_vhi.txt, and the_end-hi_boost_vhi.txt +# To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to xhi-res (64 ppb), set value to hi_boost_xhi +# The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt +deftemplatesuffix: hires + +# Map storage scheme: only uncommoent one 'type' value +# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting +# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory) +# mysql: MySQL database, at hostname:port in database, accessed via userid with password +# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password +# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password +storage: + # Filetree storage (standard tree of image files for maps) + type: filetree + # SQLite db for map storage (uses dbfile as storage location) + #type: sqlite + #dbfile: dynmap.db + # MySQL DB for map storage (at 'hostname':'port' in database 'database' using user 'userid' password 'password' and table prefix 'prefix' + #type: mysql + #hostname: localhost + #port: 3306 + #database: dynmap + #userid: dynmap + #password: dynmap + #prefix: "" + +components: + - class: org.dynmap.ClientConfigurationComponent + + - class: org.dynmap.InternalClientUpdateComponent + sendhealth: true + sendposition: true + allowwebchat: false + webchat-interval: 5 + hidewebchatip: false + trustclientname: false + includehiddenplayers: false + # (optional) if true, color codes in player display names are used + use-name-colors: false + # (optional) if true, player login IDs will be used for web chat when their IPs match + use-player-login-ip: true + # (optional) if use-player-login-ip is true, setting this to true will cause chat messages not matching a known player IP to be ignored + require-player-login-ip: false + # (optional) block player login IDs that are banned from chatting + block-banned-player-chat: true + # Require login for web-to-server chat (requires login-enabled: true) + webchat-requires-login: false + # If set to true, users must have dynmap.webchat permission in order to chat + webchat-permissions: false + # Limit length of single chat messages + chatlengthlimit: 256 + # # Optional - make players hidden when they are inside/underground/in shadows (#=light level: 0=full shadow,15=sky) + # hideifshadow: 4 + # # Optional - make player hidden when they are under cover (#=sky light level,0=underground,15=open to sky) + # hideifundercover: 14 + # # (Optional) if true, players that are crouching/sneaking will be hidden + hideifsneaking: false + # If true, player positions/status is protected (login with ID with dynmap.playermarkers.seeall permission required for info other than self) + protected-player-info: false + # If true, hide players with invisibility potion effects active + hide-if-invisiblity-potion: true + # If true, player names are not shown on map, chat, list + hidenames: false + #- class: org.dynmap.JsonFileClientUpdateComponent + # writeinterval: 1 + # sendhealth: true + # sendposition: true + # allowwebchat: true + # webchat-interval: 5 + # hidewebchatip: false + # includehiddenplayers: false + # use-name-colors: false + # use-player-login-ip: false + # require-player-login-ip: false + # block-banned-player-chat: true + # hideifshadow: 0 + # hideifundercover: 0 + # hideifsneaking: false + # # Require login for web-to-server chat (requires login-enabled: true) + # webchat-requires-login: false + # # If set to true, users must have dynmap.webchat permission in order to chat + # webchat-permissions: false + # # Limit length of single chat messages + # chatlengthlimit: 256 + # hide-if-invisiblity-potion: true + # hidenames: false + + - class: org.dynmap.SimpleWebChatComponent + allowchat: true + # If true, web UI users can supply name for chat using 'playername' URL parameter. 'trustclientname' must also be set true. + allowurlname: false + + # Note: this component is needed for the dmarker commands, and for the Marker API to be available to other plugins + - class: org.dynmap.MarkersComponent + type: markers + showlabel: false + enablesigns: false + # Default marker set for sign markers + default-sign-set: markers + # (optional) add spawn point markers to standard marker layer + showspawn: true + spawnicon: world + spawnlabel: "Spawn" + # (optional) layer for showing offline player's positions (for 'maxofflinetime' minutes after logoff) + showofflineplayers: false + offlinelabel: "Offline" + offlineicon: offlineuser + offlinehidebydefault: true + offlineminzoom: 0 + maxofflinetime: 30 + # (optional) layer for showing player's spawn beds + showspawnbeds: false + spawnbedlabel: "Spawn Beds" + spawnbedicon: bed + spawnbedhidebydefault: true + spawnbedminzoom: 0 + spawnbedformat: "%name%'s bed" + # (optional) Show world border (vanilla 1.8+) + showworldborder: true + worldborderlabel: "Border" + + - class: org.dynmap.ClientComponent + type: chat + allowurlname: false + - class: org.dynmap.ClientComponent + type: chatballoon + focuschatballoons: false + - class: org.dynmap.ClientComponent + type: chatbox + showplayerfaces: true + messagettl: 5 + # Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages + #scrollback: 100 + # Optional: set maximum number of lines visible for chatbox + #visiblelines: 10 + # Optional: send push button + sendbutton: false + - class: org.dynmap.ClientComponent + type: playermarkers + showplayerfaces: true + showplayerhealth: true + # If true, show player body too (only valid if showplayerfaces=true + showplayerbody: false + # Option to make player faces small - don't use with showplayerhealth + smallplayerfaces: false + # Optional - make player faces layer hidden by default + hidebydefault: false + # Optional - ordering priority in layer menu (low goes before high - default is 0) + layerprio: 0 + # Optional - label for player marker layer (default is 'Players') + label: "Players" + + #- class: org.dynmap.ClientComponent + # type: digitalclock + - class: org.dynmap.ClientComponent + type: link + + - class: org.dynmap.ClientComponent + type: timeofdayclock + showdigitalclock: true + #showweather: true + # Mouse pointer world coordinate display + - class: org.dynmap.ClientComponent + type: coord + label: "Location" + hidey: false + show-mcr: false + show-chunk: false + + # Note: more than one logo component can be defined + #- class: org.dynmap.ClientComponent + # type: logo + # text: "Dynmap" + # #logourl: "images/block_surface.png" + # linkurl: "http://forums.bukkit.org/threads/dynmap.489/" + # # Valid positions: top-left, top-right, bottom-left, bottom-right + # position: bottom-right + + #- class: org.dynmap.ClientComponent + # type: inactive + # timeout: 1800 # in seconds (1800 seconds = 30 minutes) + # redirecturl: inactive.html + # #showmessage: 'You were inactive for too long.' + + #- class: org.dynmap.TestComponent + # stuff: "This is some configuration-value" + +# Treat hiddenplayers.txt as a whitelist for players to be shown on the map? (Default false) +display-whitelist: false + +# How often a tile gets rendered (in seconds). +renderinterval: 1 + +# How many tiles on update queue before accelerate render interval +renderacceleratethreshold: 60 + +# How often to render tiles when backlog is above renderacceleratethreshold +renderaccelerateinterval: 0.2 + +# How many update tiles to work on at once (if not defined, default is 1/2 the number of cores) +tiles-rendered-at-once: 2 + +# If true, use normal priority threads for rendering (versus low priority) - this can keep rendering +# from starving on busy Windows boxes (Linux JVMs pretty much ignore thread priority), but may result +# in more competition for CPU resources with other processes +usenormalthreadpriority: true + +# Save and restore pending tile renders - prevents their loss on server shutdown or /reload +saverestorepending: true + +# Save period for pending jobs (in seconds): periodic saving for crash recovery of jobs +save-pending-period: 900 + +# Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds) +zoomoutperiod: 30 + +# Control whether zoom out tiles are validated on startup (can be needed if zoomout processing is interrupted, but can be expensive on large maps) +initial-zoomout-validate: true + +# Default delay on processing of updated tiles, in seconds. This can reduce potentially expensive re-rendering +# of frequently updated tiles (such as due to machines, pistons, quarries or other automation). Values can +# also be set on individual worlds and individual maps. +tileupdatedelay: 30 + +# Tile hashing is used to minimize tile file updates when no changes have occurred - set to false to disable +enabletilehash: true + +# Optional - hide ores: render as normal stone (so that they aren't revealed by maps) +#hideores: true + +# Optional - enabled BetterGrass style rendering of grass and snow block sides +#better-grass: true + +# Optional - enable smooth lighting by default on all maps supporting it (can be set per map as lighting option) +smooth-lighting: true + +# Optional - use world provider lighting table (good for custom worlds with custom lighting curves, like nether) +# false=classic Dynmap lighting curve +use-brightness-table: true + +# Optional - render specific block names using the textures and models of another block name: can be used to hide/disguise specific +# blocks (e.g. make ores look like stone, hide chests) or to provide simple support for rendering unsupported custom blocks +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" + +# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100, wepb-l), +# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download) +# +# Has no effect on maps with explicit format settings +image-format: jpg-q90 + +# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH +# For Windows, include .exe +# +#cwebpPath: /usr/bin/cwebp +#dwebpPath: /usr/bin/dwebp + +# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures +# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker) +# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks +use-generated-textures: true +correct-water-lighting: true +transparent-leaves: true + +# ctm-support: if true, Connected Texture Mod (CTM) in texture packs is enabled (default) +ctm-support: true +# custom-colors-support: if true, Custom Colors in texture packs is enabled (default) +custom-colors-support: true + +# Control loading of player faces (if set to false, skins are never fetched) +#fetchskins: false + +# Control updating of player faces, once loaded (if faces are being managed by other apps or manually) +#refreshskins: false + +# Customize URL used for fetching player skins (%player% is macro for name) +skin-url: "http://skins.minecraft.net/MinecraftSkins/%player%.png" + +# Control behavior for new (1.0+) compass orientation (sunrise moved 90 degrees: east is now what used to be south) +# default is 'newrose' (preserve pre-1.0 maps, rotate rose) +# 'newnorth' is used to rotate maps and rose (requires fullrender of any HDMap map - same as 'newrose' for FlatMap or KzedMap) +compass-mode: newnorth + +# Triggers for automatic updates : blockupdate-with-id is debug for breaking down updates by ID:meta +# To disable, set just 'none' and comment/delete the rest +render-triggers: + - blockupdate + #- blockupdate-with-id + #- lightingupdate + - chunkpopulate + - chunkgenerate + #- none + +# Title for the web page - if not specified, defaults to the server's name (unless it is the default of 'Unknown Server') +webpage-title: "Serveur SNIR Powered by Bernard Inc." + +# The path where the tile-files are placed. +tilespath: web/tiles + +# The path where the web-files are located. +webpath: web + +# The path were the /dynmapexp command exports OBJ ZIP files +exportpath: export + +# The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access). +# If not set, uses same setting as server in server.properties (or 0.0.0.0 if not specified) +#webserver-bindaddress: 0.0.0.0 + +# The TCP-port the webserver will listen on. +webserver-port: 8123 + +# Maximum concurrent session on internal web server - limits resources used in Bukkit server +max-sessions: 30 + +# Disables Webserver portion of Dynmap (Advanced users only) +disable-webserver: false + +# Enable/disable having the web server allow symbolic links (true=compatible with existing code, false=more secure (default)) +allow-symlinks: true + +# Enable login support +login-enabled: false +# Require login to access website (requires login-enabled: true) +login-required: false + +# Period between tile renders for fullrender, in seconds (non-zero to pace fullrenders, lessen CPU load) +timesliceinterval: 0.0 + +# Maximum chunk loads per server tick (1/20th of a second) - reducing this below 90 will impact render performance, but also will reduce server thread load +maxchunkspertick: 200 + +# Progress report interval for fullrender/radiusrender, in tiles. Must be 100 or greater +progressloginterval: 100 + +# Parallel fullrender: if defined, number of concurrent threads used for fullrender or radiusrender +# Note: setting this will result in much more intensive CPU use, some additional memory use. Caution should be used when +# setting this to equal or exceed the number of physical cores on the system. +#parallelrendercnt: 4 + +# Interval the browser should poll for updates. +updaterate: 2000 + +# If nonzero, server will pause fullrender/radiusrender processing when 'fullrenderplayerlimit' or more users are logged in +fullrenderplayerlimit: 0 +# If nonzero, server will pause update render processing when 'updateplayerlimit' or more users are logged in +updateplayerlimit: 0 +# Target limit on server thread use - msec per tick +per-tick-time-limit: 50 +# If TPS of server is below this setting, update renders processing is paused +update-min-tps: 18.0 +# If TPS of server is below this setting, full/radius renders processing is paused +fullrender-min-tps: 18.0 +# If TPS of server is below this setting, zoom out processing is paused +zoomout-min-tps: 18.0 + +showplayerfacesinmenu: true + +# Control whether players that are hidden or not on current map are grayed out (true=yes) +grayplayerswhenhidden: true + +# Set sidebaropened: 'true' to pin menu sidebar opened permanently, 'pinned' to default the sidebar to pinned, but allow it to unpin +#sidebaropened: true + +# Customized HTTP response headers - add 'id: value' pairs to all HTTP response headers (internal web server only) +#http-response-headers: +# Access-Control-Allow-Origin: "my-domain.com" +# X-Custom-Header-Of-Mine: "MyHeaderValue" + +# Trusted proxies for web server - which proxy addresses are trusted to supply valid X-Forwarded-For fields +trusted-proxies: + - "127.0.0.1" + - "0:0:0:0:0:0:0:1" + +joinmessage: "%playername% joined" +quitmessage: "%playername% quit" +spammessage: "You may only chat once every %interval% seconds." +# format for messages from web: %playername% substitutes sender ID (typically IP), %message% includes text +webmsgformat: "&color;2[WEB] %playername%: &color;f%message%" + +# Control whether layer control is presented on the UI (default is true) +showlayercontrol: true + +# Enable checking for banned IPs via banned-ips.txt (internal web server only) +check-banned-ips: true + +# Default selection when map page is loaded +defaultzoom: 0 +defaultworld: world +defaultmap: flat +# (optional) Zoom level and map to switch to when following a player, if possible +#followzoom: 3 +#followmap: surface + +# If true, make persistent record of IP addresses used by player logins, to support web IP to player matching +persist-ids-by-ip: true + +# If true, map text to cyrillic +cyrillic-support: false + +# Messages to customize +msg: + maptypes: "Map Types" + players: "Players" + chatrequireslogin: "Chat Requires Login" + chatnotallowed: "You are not permitted to send chat messages" + hiddennamejoin: "Player joined" + hiddennamequit: "Player quit" + +# URL for client configuration (only need to be tailored for proxies or other non-standard configurations) +url: + # configuration URL + #configuration: "up/configuration" + # update URL + #update: "up/world/{world}/{timestamp}" + # sendmessage URL + #sendmessage: "up/sendmessage" + # login URL + #login: "up/login" + # register URL + #register: "up/register" + # tiles base URL + #tiles: "tiles/" + # markers base URL + #markers: "tiles/" + # Snapshot cache size, in chunks +snapshotcachesize: 500 +# Snapshot cache uses soft references (true), else weak references (false) +soft-ref-cache: true + +# Player enter/exit title messages for map markers +# +# Processing period - how often to check player positions vs markers - default is 1000ms (1 second) +#enterexitperiod: 1000 +# Title message fade in time, in ticks (0.05 second intervals) - default is 10 (1/2 second) +#titleFadeIn: 10 +# Title message stay time, in ticks (0.05 second intervals) - default is 70 (3.5 seconds) +#titleStay: 70 +# Title message fade out time, in ticks (0.05 seocnd intervals) - default is 20 (1 second) +#titleFadeOut: 20 +# Enter/exit messages use on screen titles (true - default), if false chat messages are sent instead +#enterexitUseTitle: true +# Set true if new enter messages should supercede pending exit messages (vs being queued in order), default false +#enterReplacesExits: true + +# Set to true to enable verbose startup messages - can help with debugging map configuration problems +# Set to false for a much quieter startup log +verbose: false + +# Enables debugging. +#debuggers: +# - class: org.dynmap.debug.LogDebugger +# Debug: dump blocks missing render data +dump-missing-blocks: false diff --git a/dynmap/custom-lightings.txt b/dynmap/custom-lightings.txt new file mode 100644 index 0000000..6c569b8 --- /dev/null +++ b/dynmap/custom-lightings.txt @@ -0,0 +1,3 @@ +# The user is free to add new and custom lightings here, including replacements for standard ones +# Dynmap's install will not overwrite it +lightings: \ No newline at end of file diff --git a/dynmap/custom-perspectives.txt b/dynmap/custom-perspectives.txt new file mode 100644 index 0000000..fe32e16 --- /dev/null +++ b/dynmap/custom-perspectives.txt @@ -0,0 +1,3 @@ +# The user is free to add new and custom perspectives here, including replacements for standard ones +# Dynmap's install will not overwrite it +perspectives: diff --git a/dynmap/custom-shaders.txt b/dynmap/custom-shaders.txt new file mode 100644 index 0000000..27f14d4 --- /dev/null +++ b/dynmap/custom-shaders.txt @@ -0,0 +1,3 @@ +# The user is free to add new and custom shaders here, including replacements for standard ones +# Dynmap's install will not overwrite it +shaders: diff --git a/dynmap/lightings.txt b/dynmap/lightings.txt new file mode 100644 index 0000000..55f4a30 --- /dev/null +++ b/dynmap/lightings.txt @@ -0,0 +1,149 @@ +version: 3.2-SNAPSHOT +# +# This file contains default standard lighting profiles. The contents of this file CAN need to be replaced and updated +# during upgrades, so new or updated lighting definitions should be done in the custom-lightings.txt file +# +lightings: + # Default lighting - no effects, shadows, day/night + - class: org.dynmap.hdmap.DefaultHDLighting + name: default + # Shadows enabled day mode + - class: org.dynmap.hdmap.ShadowHDLighting + name: shadows + shadowstrength: 1.0 + # Night view (default moonight level is 4) + - class: org.dynmap.hdmap.ShadowHDLighting + name: night + shadowstrength: 1.0 + ambientlight: 4 + # A 'bright' night view (easier to see unlit landscape dimly) + - class: org.dynmap.hdmap.ShadowHDLighting + name: brightnight + shadowstrength: 1.0 + ambientlight: 8 + # Night and day view + - class: org.dynmap.hdmap.ShadowHDLighting + name: nightandday + shadowstrength: 1.0 + ambientlight: 4 + night-and-day: true + # 'Bright' Night and day view + - class: org.dynmap.hdmap.ShadowHDLighting + name: brightnightandday + shadowstrength: 1.0 + ambientlight: 8 + night-and-day: true + # Shadows enabled nether + - class: org.dynmap.hdmap.ShadowHDLighting + name: nethershadows + shadowstrength: 0.5 + ambientlight: 4 + # Shadows enabled day mode (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: shadows-smooth + shadowstrength: 1.0 + smooth-lighting: true + # Night view (default moonight level is 4) (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: night-smooth + shadowstrength: 1.0 + ambientlight: 4 + smooth-lighting: true + # A 'bright' night view (easier to see unlit landscape dimly) (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: brightnight-smooth + shadowstrength: 1.0 + ambientlight: 8 + smooth-lighting: true + # Night and day view (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: nightandday-smooth + shadowstrength: 1.0 + ambientlight: 4 + night-and-day: true + smooth-lighting: true + # 'Bright' Night and day view (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: brightnightandday-smooth + shadowstrength: 1.0 + ambientlight: 8 + night-and-day: true + smooth-lighting: true + # Shadows enabled day mode (always classic lighting map) + - class: org.dynmap.hdmap.ShadowHDLighting + name: shadows-classic + shadowstrength: 1.0 + use-brightness-table: false + # Shadows enabled nether (always classic lighting map) + - class: org.dynmap.hdmap.ShadowHDLighting + name: nethershadows-classic + shadowstrength: 0.5 + ambientlight: 4 + use-brightness-table: false + # Shadows enabled day mode - grayscale + - class: org.dynmap.hdmap.ShadowHDLighting + name: grayscale + shadowstrength: 1.0 + grayscale: true + smooth-lighting: true + # Shadows enabled day mode - grayscale parchment + - class: org.dynmap.hdmap.ShadowHDLighting + name: parchment + shadowstrength: 1.0 + grayscale: true + graytone: '#C09A53' + smooth-lighting: true + # Default day mode - grayscale parchment + - class: org.dynmap.hdmap.DefaultHDLighting + name: parchment-noshadow + grayscale: true + graytone: '#C09A53' + # Spawn at night warning map + - class: org.dynmap.hdmap.LightLevelHDLighting + name: nightspawn + color0: '#FF0000' + color1: '#FF6600' + color2: '#FF9900' + color3: '#FFCC00' + color4: '#FFCC33' + color5: '#FFCC66' + color6: '#FFCC99' + color7: '#FFFF00' + night: true + # Spawn day-night warning map + - class: org.dynmap.hdmap.LightLevelHDLighting + name: daynightspawn + color0: '#FF0000' + color1: '#FF6600' + color2: '#FF9900' + color3: '#FFCC00' + color4: '#FFCC33' + color5: '#FFCC66' + color6: '#FFCC99' + color7: '#FFFF00' + night-and-day: true + # Shadows enabled day mode - grayscale parchment, brown ink + - class: org.dynmap.hdmap.ShadowHDLighting + name: parchmentbrownink + shadowstrength: 1.0 + grayscale: true + graytone: '#C09A53' + graytonedark: '#400000' + smooth-lighting: true + # Shadows enabled - black and white parchment, brown ink + - class: org.dynmap.hdmap.ShadowHDLighting + name: parchmentbrowninkbw + shadowstrength: 1.0 + blackandwhite: true + blackthreshold: 64 + graytone: '#C09A53' + graytonedark: '#400000' + smooth-lighting: true + # Shadows disabled - black and white parchment, brown ink + - class: org.dynmap.hdmap.DefaultHDLighting + name: parchmentbw + blackandwhite: true + blackthreshold: 80 + graytone: '#C09A53' + graytonedark: '#400000' + \ No newline at end of file diff --git a/dynmap/markers.yml b/dynmap/markers.yml new file mode 100644 index 0000000..6709d16 --- /dev/null +++ b/dynmap/markers.yml @@ -0,0 +1,20 @@ +%YAML 1.1 +--- +icons: { + } +sets: + markers: + hide: false + circles: { + } + deficon: default + areas: { + } + label: Markers + markers: { + } + lines: { + } + layerprio: 0 +playersets: { + } diff --git a/dynmap/permissions.yml.example b/dynmap/permissions.yml.example new file mode 100644 index 0000000..a25f9ad --- /dev/null +++ b/dynmap/permissions.yml.example @@ -0,0 +1,27 @@ +# +# Sample permissions.yml for dynmap - trivial, flat-file based permissions for dynmap features +# To use, copy this file to dynmap/permissions.yml, and edit appropriate. File is YAML format. +# +# All operators have full permissions to all functions. +# All users receive the permissions under the 'defaultuser' section +# Specific users can be given more permissions by defining a section with their name containing their permisssions +# All permissions correspond to those documented here (https://github.com/webbukkit/dynmap/wiki/Permissions), but +# do NOT have the 'dynmap.' prefix when used here (e.g. 'dynmap.fullrender' permission is just 'fullrender' here). +# +defaultuser: + - render + - show.self + - hide.self + - sendtoweb + - stats + - marker.list + - marker.listsets + - marker.icons + - webregister + - webchat + #- marker.sign + +#playername1: +# - fullrender +# - cancelrender +# - radiusrender diff --git a/dynmap/perspectives.txt b/dynmap/perspectives.txt new file mode 100644 index 0000000..5ef266b --- /dev/null +++ b/dynmap/perspectives.txt @@ -0,0 +1,501 @@ +version: 3.2-SNAPSHOT +# +# This file contains default standard perspective definitions. The contents of this file CAN need to be replaced and updated +# during upgrades, so new or updated perspective definitions should be done in the custom-perspectives.txt file +# +perspectives: + # Default - used if bad or no perspective name supplied + - class: org.dynmap.hdmap.IsoHDPerspective + name: default + azimuth: 135 + inclination: 60 + scale: 4 + # iso_classic is very close to KzedMap view + - class: org.dynmap.hdmap.IsoHDPerspective + name: classic + azimuth: 135 + inclination: 60 + scale: 1.4 + # High angle (60 degree) views + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_60_vlowres + azimuth: 180 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_60_lowres + azimuth: 180 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_60_medres + azimuth: 180 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_60_hires + azimuth: 180 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_60_vlowres + azimuth: 135 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_60_lowres + azimuth: 135 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_60_medres + azimuth: 135 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_60_hires + azimuth: 135 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_60_vlowres + azimuth: 90 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_60_lowres + azimuth: 90 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_60_medres + azimuth: 90 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_60_hires + azimuth: 90 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_60_vlowres + azimuth: 45 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_60_lowres + azimuth: 45 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_60_medres + azimuth: 45 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_60_hires + azimuth: 45 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_60_vlowres + azimuth: 0 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_60_lowres + azimuth: 0 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_60_medres + azimuth: 0 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_60_hires + azimuth: 0 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_60_vlowres + azimuth: 315 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_60_lowres + azimuth: 315 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_60_medres + azimuth: 315 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_60_hires + azimuth: 315 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_60_vlowres + azimuth: 270 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_60_lowres + azimuth: 270 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_60_medres + azimuth: 270 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_60_hires + azimuth: 270 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_60_vlowres + azimuth: 225 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_60_lowres + azimuth: 225 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_60_medres + azimuth: 225 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_60_hires + azimuth: 225 + inclination: 60 + scale: 16 + +# Low angle perspectives (30 degrees) + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_30_vlowres + azimuth: 180 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_30_lowres + azimuth: 180 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_30_medres + azimuth: 180 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_30_hires + azimuth: 180 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_30_vlowres + azimuth: 135 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_30_lowres + azimuth: 135 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_30_medres + azimuth: 135 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_30_hires + azimuth: 135 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_30_vlowres + azimuth: 90 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_30_lowres + azimuth: 90 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_30_medres + azimuth: 90 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_30_hires + azimuth: 90 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_30_vlowres + azimuth: 45 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_30_lowres + azimuth: 45 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_30_medres + azimuth: 45 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_30_hires + azimuth: 45 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_30_vlowres + azimuth: 0 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_30_lowres + azimuth: 0 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_30_medres + azimuth: 0 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_30_hires + azimuth: 0 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_30_vlowres + azimuth: 315 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_30_lowres + azimuth: 315 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_30_medres + azimuth: 315 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_30_hires + azimuth: 315 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_30_vlowres + azimuth: 270 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_30_lowres + azimuth: 270 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_30_medres + azimuth: 270 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_30_hires + azimuth: 270 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_30_vlowres + azimuth: 225 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_30_lowres + azimuth: 225 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_30_medres + azimuth: 225 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_30_hires + azimuth: 225 + inclination: 30 + scale: 16 + +# Vertical perspectives (90 deg) + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_90_vlowres + azimuth: 0 + inclination: 90 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_90_lowres + azimuth: 0 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_90_medres + azimuth: 0 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_90_hires + azimuth: 0 + inclination: 90 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_90_vlowres + azimuth: 180 + inclination: 90 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_90_lowres + azimuth: 180 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_90_medres + azimuth: 180 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_90_hires + azimuth: 180 + inclination: 90 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_vlowres + azimuth: 90 + inclination: 90 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_lowres + azimuth: 90 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_medres + azimuth: 90 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_hires + azimuth: 90 + inclination: 90 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_vlowres + azimuth: 270 + inclination: 90 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_lowres + azimuth: 270 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_medres + azimuth: 270 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_hires + azimuth: 270 + inclination: 90 + scale: 16 + \ No newline at end of file diff --git a/dynmap/renderdata/README b/dynmap/renderdata/README new file mode 100644 index 0000000..ae6f10e --- /dev/null +++ b/dynmap/renderdata/README @@ -0,0 +1 @@ +Most renderdata files are now internal - custom files can still be placed in the dynmap/renderdata directory. diff --git a/dynmap/shaders.txt b/dynmap/shaders.txt new file mode 100644 index 0000000..a12422e --- /dev/null +++ b/dynmap/shaders.txt @@ -0,0 +1,195 @@ +version: 3.2-SNAPSHOT +# +# This file contains default standard shader definitions. The contents of this file are replaced and updated +# during upgrades, so new or updated shader definitions should be done in the custom-shaders.txt file +# +shaders: + # Default shader - used if shader not specified or invalid + - class: org.dynmap.hdmap.TexturePackHDShader + name: default + texturepack: standard + + # Color scheme based shaders + - class: org.dynmap.hdmap.DefaultHDShader + name: defaultscheme + colorscheme: default + + - class: org.dynmap.hdmap.DefaultHDShader + name: ovocean + colorscheme: ovocean + + - class: org.dynmap.hdmap.DefaultHDShader + name: flames + colorscheme: flames + + - class: org.dynmap.hdmap.DefaultHDShader + name: sk89q + colorscheme: sk89q + + - class: org.dynmap.hdmap.DefaultHDShader + name: amidst + biomecolored: biome + colorscheme: amidst + + # Biome based shaders + - class: org.dynmap.hdmap.DefaultHDShader + name: biome + biomecolored: biome + + - class: org.dynmap.hdmap.DefaultHDShader + name: temperature + biomecolored: temperature + + - class: org.dynmap.hdmap.DefaultHDShader + name: rainfall + biomecolored: rainfall + + # No transparency default color scheme shader + - class: org.dynmap.hdmap.DefaultHDShader + name: no_transparency + colorscheme: default + transparency: false + + # Cave view shader + - class: org.dynmap.hdmap.CaveHDShader + name: cave + + # Cave view shader - only lit caves + - class: org.dynmap.hdmap.CaveHDShader + name: lit-cave + onlyiflit: true + + # Cave view shader - hide various soft blocks + - class: org.dynmap.hdmap.CaveHDShader + name: cave-noplants + hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ] + + # Texture pack based shader for standard Minecraft textures + - class: org.dynmap.hdmap.TexturePackHDShader + name: stdtexture + texturepack: standard + + # Standard texture cave view shader + - class: org.dynmap.hdmap.TexturePackHDCaveShader + name: stdtexture-cave + texturepack: standard + max-sky-light: 0 + min-emitted-light: 1 + + # Standard texture underwater view shader + - class: org.dynmap.hdmap.TexturePackHDUnderwaterShader + name: stdtexture-underwater + texturepack: standard + + # Standard texture underwater view shader (with land not hidden) + - class: org.dynmap.hdmap.TexturePackHDUnderwaterShader + name: stdtexture-underwater-keep-land + texturepack: standard + hide-land: false + + # Texture pack based shader for standard Minecraft textures, without biome-tinted grass/leaves + - class: org.dynmap.hdmap.TexturePackHDShader + name: stdtexture-nobiome + texturepack: standard + biomeshaded: false + + # Texture pack based shader for standard Minecraft textures, with grid for region file borders (512x512) + - class: org.dynmap.hdmap.TexturePackHDShader + name: stdtexture-mcr-grid + texturepack: standard + grid-scale: 512 + + # Topological map shader + - class: org.dynmap.hdmap.TopoHDShader + name: topo + color127: "#FFFFFF" + color111: "#8B4513" + color95: "#D2B48C" + color79: "#FFFF00" + color63: "#008000" + color47: "#228B22" + color31: "#104010" + color15: "#6B8E23" + color0: "#696969" + linecolor: "#000000" + watercolor: "#0000FF" + wateralpha: 1.0 + + # Topological map shader (spread over 256 height) + - class: org.dynmap.hdmap.TopoHDShader + name: topo256 + color255: "#FFFFFF" + color222: "#8B4513" + color190: "#D2B48C" + color158: "#FFFF00" + color126: "#008000" + color94: "#228B22" + color62: "#104010" + color30: "#6B8E23" + color0: "#696969" + linecolor: "#000000" + watercolor: "#0000FF" + wateralpha: 1.0 + + # Topological map shader (hide plants and other soft features) + - class: org.dynmap.hdmap.TopoHDShader + name: topo-noplants + color127: "#FFFFFF" + color111: "#8B4513" + color95: "#D2B48C" + color79: "#FFFF00" + color63: "#008000" + color47: "#228B22" + color31: "#104010" + color15: "#6B8E23" + color0: "#696969" + linecolor: "#000000" + watercolor: "#0000FF" + wateralpha: 1.0 + hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ] + + # Topological map shader (hide plants and other soft features) + - class: org.dynmap.hdmap.TopoHDShader + name: topo256-noplants + color255: "#FFFFFF" + color222: "#8B4513" + color190: "#D2B48C" + color158: "#FFFF00" + color126: "#008000" + color94: "#228B22" + color62: "#104010" + color30: "#6B8E23" + color0: "#696969" + linecolor: "#000000" + watercolor: "#0000FF" + wateralpha: 1.0 + hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ] + + # Alternate topological map shader (thanks to TerraNetworkOrg!) + - class: org.dynmap.hdmap.TopoHDShader + name: TerraNetworkOrgTopo + color127: "#4F2101" + color120: "#8B4513" + color108: "#D2B48C" + color96: "#C99653" + color84: "#CB9C0B" + color72: "#B1B62E" + color60: "#0F8D0F" + color48: "#14703B" + color36: "#106343" + color24: "#0E5347" + color12: "#939393" + color0: "#696969" + linecolor: "#000000" + watercolor: "#1F1FEA" + wateralpha: 1.0 + + # Inhabited time map shader + - class: org.dynmap.hdmap.InhabitedHDShader + name: inhabited + color10: "#0000FF" + color30: "#00FFFF" + color100: "#008000" + color300: "#FFFF00" + color1000: "#FF8000" + color3000: "#FF0000" diff --git a/dynmap/templates/nether-hi_boost_vhi.txt b/dynmap/templates/nether-hi_boost_vhi.txt new file mode 100644 index 0000000..d907152 --- /dev/null +++ b/dynmap/templates/nether-hi_boost_vhi.txt @@ -0,0 +1,37 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="hi_boost_vhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'vhires' resolution (32 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-hi_boost_vhi.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap hires with vhires boost) + nether-hi_boost_vhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_30_hires + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 2 + boostzoom: 1 + \ No newline at end of file diff --git a/dynmap/templates/nether-hi_boost_xhi.txt b/dynmap/templates/nether-hi_boost_xhi.txt new file mode 100644 index 0000000..b789a54 --- /dev/null +++ b/dynmap/templates/nether-hi_boost_xhi.txt @@ -0,0 +1,37 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="hi_boost_xhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'xhires' resolution (64 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-hi_boost_xhi.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap hires with xhires boost) + nether-hi_boost_xhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 5 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_30_hires + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 3 + boostzoom: 2 + \ No newline at end of file diff --git a/dynmap/templates/nether-hires.txt b/dynmap/templates/nether-hires.txt new file mode 100644 index 0000000..eb36453 --- /dev/null +++ b/dynmap/templates/nether-hires.txt @@ -0,0 +1,38 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="hires") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-hires.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap hires) + nether-hires: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 1 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_30_hires + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 1 diff --git a/dynmap/templates/nether-low_boost_hi.txt b/dynmap/templates/nether-low_boost_hi.txt new file mode 100644 index 0000000..42c8be5 --- /dev/null +++ b/dynmap/templates/nether-low_boost_hi.txt @@ -0,0 +1,38 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="low_boost_hi") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge), with boosted tiles +# rendered at "hires" (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-low_boost_hi.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap lowres, with hires boost) + nether-low_boost_hi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_30_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + boostzoom: 2 diff --git a/dynmap/templates/nether-lowres.txt b/dynmap/templates/nether-lowres.txt new file mode 100644 index 0000000..014a271 --- /dev/null +++ b/dynmap/templates/nether-lowres.txt @@ -0,0 +1,40 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="lowres") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-lowres.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap lowres) + nether-lowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_60_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/dynmap/templates/nether-vlowres.txt b/dynmap/templates/nether-vlowres.txt new file mode 100644 index 0000000..b092bf5 --- /dev/null +++ b/dynmap/templates/nether-vlowres.txt @@ -0,0 +1,40 @@ +version: 0.24 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="vlowres") +# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-vlowres.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap vlowres) + nether-vlowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_60_vlowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/dynmap/templates/nether.txt b/dynmap/templates/nether.txt new file mode 100644 index 0000000..941d75a --- /dev/null +++ b/dynmap/templates/nether.txt @@ -0,0 +1,39 @@ +version: 1.9 +# +# Default template for "Nether" environment worlds +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether.txt' if you wish to customize it +# +templates: + # Nether world template + nether: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: defaultscheme + lighting: default + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_60_vlowres + shader: defaultscheme + lighting: default + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/dynmap/templates/normal-hi_boost_vhi.txt b/dynmap/templates/normal-hi_boost_vhi.txt new file mode 100644 index 0000000..e377a20 --- /dev/null +++ b/dynmap/templates/normal-hi_boost_vhi.txt @@ -0,0 +1,40 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="hi_boost_vhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'vhires' resolution (32 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-hi_boost_vhi.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap hires with vhires boost) + normal-hi_boost_vhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_30_hires + shader: stdtexture + lighting: shadows + mapzoomin: 2 + boostzoom: 1 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + mapzoomin: 4 diff --git a/dynmap/templates/normal-hi_boost_xhi.txt b/dynmap/templates/normal-hi_boost_xhi.txt new file mode 100644 index 0000000..c6489d4 --- /dev/null +++ b/dynmap/templates/normal-hi_boost_xhi.txt @@ -0,0 +1,40 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="hi_boost_xhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'xhires' resolution (64 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-hi_boost_xhi.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap hires with vhires boost) + normal-hi_boost_xhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + mapzoomin: 5 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_30_hires + shader: stdtexture + lighting: shadows + mapzoomin: 3 + boostzoom: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + mapzoomin: 5 diff --git a/dynmap/templates/normal-hires.txt b/dynmap/templates/normal-hires.txt new file mode 100644 index 0000000..e1b84f3 --- /dev/null +++ b/dynmap/templates/normal-hires.txt @@ -0,0 +1,42 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="lhires") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-hires.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap hires) + normal-hires: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + mapzoomin: 1 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_30_hires + shader: stdtexture + lighting: shadows + mapzoomin: 1 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + mapzoomin: 3 diff --git a/dynmap/templates/normal-low_boost_hi.txt b/dynmap/templates/normal-low_boost_hi.txt new file mode 100644 index 0000000..ecab5c6 --- /dev/null +++ b/dynmap/templates/normal-low_boost_hi.txt @@ -0,0 +1,43 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="low_boost_hi") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge), with boosted tiles +# rendered at 'hires' (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-low_boost_hi.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap lowres, with hires boost) + normal-low_boost_hi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_30_lowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + boostzoom: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 diff --git a/dynmap/templates/normal-lowres.txt b/dynmap/templates/normal-lowres.txt new file mode 100644 index 0000000..ecc8656 --- /dev/null +++ b/dynmap/templates/normal-lowres.txt @@ -0,0 +1,45 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="lowres") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-lowres.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap lowres) + normal-lowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_60_lowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/dynmap/templates/normal-vlowres.txt b/dynmap/templates/normal-vlowres.txt new file mode 100644 index 0000000..1c11ab5 --- /dev/null +++ b/dynmap/templates/normal-vlowres.txt @@ -0,0 +1,45 @@ +version: 0.24 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="vlowres") +# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-vlowres.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap vlowres) + normal-vlowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_60_vlowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_vlowres + shader: cave + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/dynmap/templates/normal.txt b/dynmap/templates/normal.txt new file mode 100644 index 0000000..97f31fb --- /dev/null +++ b/dynmap/templates/normal.txt @@ -0,0 +1,44 @@ +version: 1.9 +# +# Default template for "Normal" environment worlds +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-vlowres.txt' if you wish to customize it +# +templates: + # Template for normal world + normal: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: defaultscheme + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_60_vlowres + shader: defaultscheme + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_vlowres + shader: cave + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/dynmap/templates/the_end-hi_boost_vhi.txt b/dynmap/templates/the_end-hi_boost_vhi.txt new file mode 100644 index 0000000..8ef065d --- /dev/null +++ b/dynmap/templates/the_end-hi_boost_vhi.txt @@ -0,0 +1,33 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="hi_boost_vhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'vhires' resolution (32 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-hi_boost_vhi.txt' if you wish to customize it +# +templates: + # The End world template (HDMap hires with vhires boost) + the_end-hi_boost_vhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_30_hires + shader: stdtexture + lighting: brightnight + mapzoomin: 2 + boostzoom: 1 + \ No newline at end of file diff --git a/dynmap/templates/the_end-hi_boost_xhi.txt b/dynmap/templates/the_end-hi_boost_xhi.txt new file mode 100644 index 0000000..9b314c8 --- /dev/null +++ b/dynmap/templates/the_end-hi_boost_xhi.txt @@ -0,0 +1,33 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="hi_boost_xhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'xhires' resolution (64 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-hi_boost_vhi.txt' if you wish to customize it +# +templates: + # The End world template (HDMap hires with xhires boost) + the_end-hi_boost_xhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + mapzoomin: 5 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_30_hires + shader: stdtexture + lighting: brightnight + mapzoomin: 3 + boostzoom: 2 + \ No newline at end of file diff --git a/dynmap/templates/the_end-hires.txt b/dynmap/templates/the_end-hires.txt new file mode 100644 index 0000000..0a97d0b --- /dev/null +++ b/dynmap/templates/the_end-hires.txt @@ -0,0 +1,35 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="hires") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-hires.txt' if you wish to customize it +# +templates: + # The End world template (HDMap hires) + the_end-hires: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + mapzoomin: 1 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_30_hires + shader: stdtexture + lighting: brightnight + mapzoomin: 1 + \ No newline at end of file diff --git a/dynmap/templates/the_end-low_boost_hi.txt b/dynmap/templates/the_end-low_boost_hi.txt new file mode 100644 index 0000000..070aebb --- /dev/null +++ b/dynmap/templates/the_end-low_boost_hi.txt @@ -0,0 +1,35 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="low_boost_hi") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge), with boosted tiles +# rendered at 'hires' (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-low_boost_hi.txt' if you wish to customize it +# +templates: + # The End world template (HDMap lowres, with hires boost) + the_end-low_boost_hi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_30_lowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + boostzoom: 2 + \ No newline at end of file diff --git a/dynmap/templates/the_end-lowres.txt b/dynmap/templates/the_end-lowres.txt new file mode 100644 index 0000000..43a3c18 --- /dev/null +++ b/dynmap/templates/the_end-lowres.txt @@ -0,0 +1,37 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="lowres") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-lowres.txt' if you wish to customize it +# +templates: + # The End world template (HDMap lowres) + the_end-lowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_60_lowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + \ No newline at end of file diff --git a/dynmap/templates/the_end-vlowres.txt b/dynmap/templates/the_end-vlowres.txt new file mode 100644 index 0000000..563a923 --- /dev/null +++ b/dynmap/templates/the_end-vlowres.txt @@ -0,0 +1,37 @@ +version: 0.24 +# +# Default template for "The End" environment worlds (deftemplatesuffix="vlowres") +# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-vlowres.txt' if you wish to customize it +# +templates: + # The End world template (HDMap vlowres) + the_end-vlowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_60_vlowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + \ No newline at end of file diff --git a/dynmap/templates/the_end.txt b/dynmap/templates/the_end.txt new file mode 100644 index 0000000..5718921 --- /dev/null +++ b/dynmap/templates/the_end.txt @@ -0,0 +1,36 @@ +version: 1.9 +# +# Default template for "The End" environment worlds +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-vlowres.txt' if you wish to customize it +# +templates: + # The End world template + the_end: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: defaultscheme + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_60_vlowres + shader: defaultscheme + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + \ No newline at end of file diff --git a/dynmap/texturepacks/standard/README b/dynmap/texturepacks/standard/README new file mode 100644 index 0000000..0d0a961 --- /dev/null +++ b/dynmap/texturepacks/standard/README @@ -0,0 +1 @@ +Additional or alternative texture pack files for the standard vanilla texture pack can be placed in this directory. \ No newline at end of file diff --git a/dynmap/version.txt b/dynmap/version.txt new file mode 100644 index 0000000..ce8aa2f --- /dev/null +++ b/dynmap/version.txt @@ -0,0 +1 @@ +3.2-SNAPSHOT-489 \ No newline at end of file diff --git a/dynmap/web/config.js b/dynmap/web/config.js new file mode 100644 index 0000000..a3436f7 --- /dev/null +++ b/dynmap/web/config.js @@ -0,0 +1,2 @@ +// This file is retired : settings now can be tailored using url section in configuration.txt, when needed +// \ No newline at end of file diff --git a/dynmap/web/css/dynmap_style.css b/dynmap/web/css/dynmap_style.css new file mode 100644 index 0000000..3bdc79b --- /dev/null +++ b/dynmap/web/css/dynmap_style.css @@ -0,0 +1,1019 @@ +/* TILE DEBUGGING */ +/*.leaflet-tile { + margin: -1; + border: 1px solid red; +}*/ + +/******************* + * Attribution placement + */ +.leaflet-control-attribution { + margin-right: 20px !important; +} + +/******************* + * Page setup + */ + +.dynmap .map .tile img, img { + image-rendering: -moz-crisp-edges; + image-rendering: pixelated; + -ms-interpolation-mode: nearest-neighbor; +} + + +/******************* + * fieldset and legend styles + */ + +.dynmap fieldset { + border: none; + border-top: 1px solid rgba(196,196,196,0.4); +} + +.dynmap legend { + padding: 8px 4px; + font-weight: bold; + color: #fff; +} + +.leaflet-control-layers { + background-color: #bbb; +} + +.leaflet-control-layers:hover { + background-color: #bbb; +} + +.leaflet-control-zoom-in { + background-color: #eee; + } + +.leaflet-control-zoom-out { + background-color: #eee; + } + +.leaflet-control-zoom-in:hover { + background-color: #fff; + } + +.leaflet-control-zoom-out:hover { + background-color: #fff; + } + + +/******************* + * Map Setup + */ + +.dynmap > .map { + width: 100%; + height: 100%; + background: #000; + z-index: 0; +} + +/* Map Controls */ +.gmnoprint{ + margin-top:-75px; + margin-left:-20px; +} + + +/******************* + * Alerts are pretty. + */ + +.alertbox { + position: fixed; + width: 50%; + z-index: 999; + + top: 0; + left: 0; + right: 0; + + text-align: center; + font-size: 16px; + font-weight: bold; + + color: #fff; + background: #c00; + + border-color: #a00; + + margin: auto; + padding: 8px; +} + + +/******************* + * shared rules + */ + +.dynmap .panel ul, .dynmap .panel li { + list-style: none; + + padding: 0; + margin: 0; +} + +.maplist li a, +.playerlist li a { + outline: none; + text-decoration: none; +} + +.alertbox, +.largeclock { + border-style: solid; + border-width: 0px 1px 1px 1px; + + -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + + -moz-border-radius: 0 0 3px 3px; + -webkit-border-radius: 0 0 3px 3px; + -o-border-radius: 0 0 3px 3px; + + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + border-radius: 0 0 3px 3px; +} + +/******************* + * sidebar panels + */ + +.dynmap .sidebar { + + display: block; + position: absolute; + z-index: 120; + + top: 0px; + right: 0px; + + height: 100%; + + background: rgb(0,0,0); /* FU IE */ + background: rgba(0,0,0,0.6); + color: #fff; + + border-left: 1px solid rgba(0,0,0,0.5); +} + +.dynmap .hitbar { + + display: block; + position: absolute; + z-index: 110; + + top: 0px; + + height: 100%; + width: 16px; + + text-align: center; + + background: url(../images/sidebar_hint.png) rgb(0,0,0); + background: url(../images/sidebar_hint.png) rgba(0,0,0,0.6); + background-repeat: no-repeat; + background-position:center; + + border: 1px solid rgba(0,0,0,0.5); +} + +/* magic and metrics */ + +/* The following only applies to desktops, not to mobile devices */ +@media screen and (min-device-width: 640px) { + .dynmap .sidebar { + -moz-transition: all 0.6s ease-in-out; + -webkit-transition: all 0.6s ease-in-out; + -o-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; + } + + .dynmap .hitbar { + -moz-transition: all 0.6s ease-in-out; + -webkit-transition: all 0.6s ease-in-out; + -o-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; + } + + .dynmap .sidebar:hover { + margin-right: 0px; + } + + .dynmap .sidebar < .hitbar:hover { + margin-right: 0px; + } + + .dynmap .sidebar:hover .hitbar { + right: -120px; + } +} + +.dynmap .sidebar.pinned { + margin-right: 0px; +} + +.dynmap .sidebar.pinned .hitbar { + right: -120px; +} + +/* pinning */ + +.dynmap .sidebar .panel > .pin { + position: absolute; + + right: 8px; + top: 7px; + + width: 16px; + height: 16px; + + background-image: url(../images/window_close.png); +} + +.dynmap .sidebar .panel > .pin:hover { + background-image: url(../images/window_pinned_hover.png); +} + +.dynmap .sidebar.pinned .panel > .pin:hover { + background-image: url(../images/window_close_hover.png); +} + +.dynmap .sidebar.pinned .panel > .pin { + background-image: url(../images/window_pinned.png); +} + + +/******************* + * Sidebar clock style + */ +/* +.dynmap .panel .clock { + display: inline-block; + height: 16px; + z-index:50; + + font-weight: bold; + background-repeat: no-repeat; + padding-left: 20px; + margin-left: 8px; +} +*/ +.largeclock.digitalclock { + text-align: center; + font-size: 50px; + font-weight: bold; +} + +.digitalclock { + text-align: center; + font-size: 20px; + font-weight:bold; +} + +.digitalclock.night { + /* background-image: url(../images/clock_night.png); */ + color: #dff; +} + +.digitalclock.day { + /* background-image: url(../images/clock_day.png); */ + color: #fd3; +} + +.digitalclock.night, .digitalclock.day { + -moz-transition: color 8s 8s linear; + -webkit-transition: color 8s 8s linear; + -o-transition: color 8s 8s linear; + transition: color 8s 8s linear; +} + + +/******************* + * Large clock style + */ + +.largeclock { + position: absolute; + top: 0; + left: 0; + right: 0; + border-color: rgba(0,0,0,0.5); + width: 150px; + height: 60px; + background: rgba(0,0,0,0.6); + z-index:50; + + margin: auto; +} + +.timeofday { + background-repeat: no-repeat; +} + +.timeofday.sun { + background-image: url(../images/sun.png); +} + +.timeofday.moon { + background-image: url(../images/moon.png); +} + +.timeofday.digitalclock { + position: relative; + bottom: 25px; +} + +/******************* + * Clock weather style + */ + +.weather { + position: absolute; + top: 5px; + right: 0px; + width: 32px; + height: 32px; + display: block; + background-repeat: no-repeat; +} + +.weather.sunny_day { + background-image: url(../images/weather_sunny_day.png); +} + +.weather.stormy_day { + background-image: url(../images/weather_stormy_day.png); +} +.weather.thunder_day { + background-image: url(../images/weather_thunder_day.png); +} + +.weather.sunny_night { + background-image: url(../images/weather_sunny_night.png); +} + +.weather.stormy_night { + background-image: url(../images/weather_stormy_night.png); +} +.weather.thunder_night { + background-image: url(../images/weather_thunder_night.png); +} + +/******************* + * generic sidebar sublist styling + */ + +.dynmap .panel .subsection { + display: block; + clear: both; + + width: 100%; + line-height: 18px; + margin: 0 0 30px 0; + + border-bottom: 1px solid rgba(128,128,128,0.3); + +} + +.dynmap .sublist .item { + display: block; + float: left; + + height: 18px; + width: 18px; + + padding: 2px; + margin: 5px 2px; + + border-radius: 3px; + -moz-border-radius: 3px; + + background: rgba(32,32,32,0.6); + border: 1px solid rgba(64,64,64,0.6); +} + +.dynmap .sublist .item:hover { + background: rgba(64,64,64,0.6); + border: 1px solid rgba(128,128,128,0.6); +} + +.dynmap .sublist .item.selected { + background: rgba(128,128,128,0.5); + border: 1px solid rgba(255,255,255,0.5); +} + +.dynmap .sublist .item > a { + display: block; + + text-indent: -99999px; + outline: none; +} + +.dynmap .sublist .item > a { + background-repeat: no-repeat; + background-position: center; +} + +/******************* + * player list-specific styles + */ + +.dynmap .playerlist .player { + + display: inline-block; + float: left; + width: 100%; + + padding: 4px 0; + border: 3px solid transparent; +} + +.dynmap .playerlist .player.otherworld { + opacity: 0.5; +} + +.dynmap .playerlist .player:hover { + background: rgba(64,64,64,0.6); +} + +.dynmap .playerlist .player a { + color: #fff; +} + +.dynmap .playerlist .playerIcon img { + width: 16px; + height: 16px; +} + +.dynmap .playerlist .playerIcon > * { + vertical-align: middle; + border: none; +} + +.dynmap .playerlist .playerIcon { + width: 16px; + height: 16px; + + display: block; + float: left; + + margin: 0px 4px 0px 2px; +} + +.dynmap .playerlist .player.following { + background: rgba(128,128,128,0.5); + border: 1px solid rgba(255,255,255,0.5); + + border-radius: 3px; + -moz-border-radius: 3px; + + padding: 6px 2px; + + width: -webkit-calc(100% - 6px); + width: calc(100% - 6px); +} + +.dynmap .playerlist .player:hover .playericon { + background: url(../images/player_follow_off.png) no-repeat; +} + +.dynmap .playerlist .player.following .playericon { + background: url(../images/player_follow_on.gif) no-repeat; +} + +.dynmap .playerlist .player.following .playericon > *, +.dynmap .playerlist .player:hover .playericon > * { + visibility: hidden; +} + +/******************* + * Playerlist Scrolling + */ + +.panel .scrollup { + border: 1px solid rgba(64,64,64,0.6); + background: url(../images/scrollup.png) rgba(32,32,32,0.6); + + margin-bottom: 4px; + + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; +} + +.panel .scrolldown { + border: 1px solid rgba(64,64,64,0.6); + background: url(../images/scrolldown.png) rgba(32,32,32,0.6); + + margin-top: 4px; + + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; +} + +.panel .scrollup:hover, .panel .scrolldown:hover { + border: 1px solid rgba(128,128,128,0.6); + background: url(../images/scrollup.png) rgba(64,64,64,0.6); +} + +.panel .scrollup:active, .panel .scrolldown:active { + border: 1px solid rgba(255,255,255,0.5); + background: url(../images/scrollup.png) rgba(128,128,128,0.5); +} + +.panel .scrolldown:hover { + border: 1px solid rgba(128,128,128,0.6); + background: url(../images/scrolldown.png) rgba(64,64,64,0.6); +} + +.panel .scrolldown:active { + border: 1px solid rgba(255,255,255,0.5); + background: url(../images/scrolldown.png) rgba(128,128,128,0.5); +} + +.panel .scrollup, .panel .scrollup:active, .panel .scrollup:hover, +.panel .scrolldown, .panel .scrolldown:active, .panel .scrolldown:hover { + height: 18px; + width: 100%; + + background-repeat: no-repeat; + background-position: center; +} + +.sidebar .list { + overflow:hidden; +} + +.sidebar .content { + min-height: 24px; +} + +/******************* + * players on the map + */ + +/* smooth player movements (contrib from KillahKiwi) */ +.dynmap .playerMarker { + -moz-transition: all 0.6s ease-in-out 0s; + -webkit-transition: all 0.6s ease-in-out 0s; + -o-transition: all 0.6s ease-in-out 0s; + transition: all 0.6s ease-in-out 0s; +} + +.dynmap .playerIcon { + margin-top: -16px; + margin-left: -16px; + width: 32px; + height: 32px; +} + +.dynmap .playerIconSm { + margin-top: -8px; + margin-left: -8px; + width: 16px; + height: 16px; +} + +.dynmap .playerName { + position: absolute; + top: -19px; + left: 18px; + z-index:20; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerNameSm { + position: absolute; + top: -16px; + left: 10px; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerNameNoHealth { + top: -7px; +} + +.dynmap .healthContainer { + display: block; + position: absolute; + top: 1px; + left: 18px; + + width: 50px; + + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; + + z-index: 21; +} + +.dynmap .healthContainerSm { + display: block; + position: absolute; + top: -2px; + left: 10px; + + width: 50px; + + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerHealth { + height: 7px; + + background: url(../images/heart.png) repeat-x left center; +} + +.dynmap .playerHealthBackground { + height: 7px; + width: 50px; + + background: url(../images/heart_depleted.png) repeat-x left center; +} + +.dynmap .playerArmor { + height: 7px; + + background: url(../images/armor.png) repeat-x left center; +} + +.dynmap .playerArmorBackground { + height: 7px; + width: 50px; + + background: url(../images/armor_depleted.png) repeat-x left center; +} + + +/******************* + * Compass + */ + +.compass, .compass_NE, .compass_SE, .compass_NW, .compass_SW { + display: block; + position: absolute; + z-index: 10; + top: 20px; + right: 32px; + height: 84px; + width: 83px; + background-repeat: no-repeat; +} + +.compass, .compass_SE { + background-image: url(../images/compass.png); +} + +.compass_NE { + background-image: url(../images/compass_NE.png); +} + +.compass_NW { + background-image: url(../images/compass_NW.png); +} + +.compass_SW { + background-image: url(../images/compass_SW.png); +} + +.compass_flat, .compass_N, .compass_E, .compass_W, .compass_S { + top: 10px; + right: 21px; + + height: 105px; + width: 105px; +} + +.compass_flat, .compass_S { + background-image: url(../images/compass_flat.png); +} + +.compass_N { + background-image: url(../images/compass_N.png); +} + +.compass_E { + background-image: url(../images/compass_E.png); +} + +.compass_W { + background-image: url(../images/compass_W.png); +} + +.mobilecompass { + top: 5px; + right: 10px; + height: 42px; + width: 42px; + background-size: cover; +} + +/******************* + * Chat + */ + +.chat { + position: absolute; + bottom: 0px; + left: 32px; + z-index:50; + + border-color: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.6); + + border-style: solid; + border-width: 1px 1px 0px 1px; + + -moz-border-radius: 3px 3px 0px 0px; + -webkit-border-radius: 3px 3px 0px 0px; + -o-border-radius: 3px 3px 0px 0px; + border-radius: 3px 3px 0px 0px; + + margin-left: 10px; +} + +.chatinput { + + width: 608px; + height: 16px; + + outline: none; + color: #fff; + background-color: #000000; + + border: 0px; + background: rgba(0, 0, 0, 0.6); + background-image: url(../images/chat_cursor.png); + background-repeat: no-repeat; + background-position: 1px center; + + margin: 4px; + padding: 1px 1px 1px 15px; +} + +.chatsendbutton { + background-color: #bbb; +} + +.loginbutton { + color: #000; + font-family: sans-serif; + font-size: 11px; + border: 1px solid rgba(128,128,128,0.6); + background-color: #bbb; + border-style: solid; + padding: 2px; + -moz-border-radius: 5px; + border-radius: 5px; + cursor: pointer; + margin: 0; +} + +.messagelist { + color: white; + overflow: hidden; + + width: 622px; + max-height: 6em; + + margin: 4px 4px 0px 4px; + padding: 1px; +} + +.scrollback:hover { + overflow-y: auto !important; +} + + +.messagerow { + position: relative; + max-height: 200px; + + left: 0px; + bottom: 0px; + + color: #fff; + font-weight: bold; +} + +.messageicon { + position: relative; + top: 1px; + left: 0px; +} + +.messagetext { + position: relative; + top: -3px; + left: 0px; +} + +.leaflet-popup { + color: black; +} + +.balloonmessage { + word-wrap: break-word; +} + +/* Marker styles */ +.dynmap .mapMarker .markerName { + display: none; + z-index: 101; +} + +.dynmap .mapMarker:hover .markerName, +.dynmap .mapMarker .markerName-show { + display: block; + position: absolute; + z-index: 16; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .mapMarker .markerName16x16 { + top: -6px; + left: 10px; +} + +.dynmap .mapMarker .markerName8x8 { + top: -4px; + left: 6px; +} + +.dynmap .mapMarker .markerName32x32 { + top: -8px; + left: 18px; +} + +.dynmap .mapMarker .markerIcon16x16 { + transform: translate(-50%, -50%); + width: 16px; + height: 16px; +} + +.dynmap .mapMarker .markerIcon8x8 { + transform: translate(-50%, -50%); + width: 8px; + height: 8px; +} + +.dynmap .mapMarker .markerIcon32x32 { + transform: translate(-50%, -50%); + width: 32px; + height: 32px; +} + +.dynmap .mapMarker .markerName_offline_players { + font-style: italic; +} + +.dynmap .coord-control { + color: #000; + + border: 1px solid rgba(128,128,128,0.6); + background-color: #bbb; + border-style: solid; + + padding: 2px; + min-width: 80px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.dynmap .coord-control-noy { + width: 60px; +} + +.dynmap .coord-control .coord-control-label { + +} + +.dynmap .coord-control .coord-control-value { + font-weight: bold; +} + +.dynmap .dynmap-link { + -moz-border-radius: 7px; + -webkit-border-radius: 7px; + border-radius: 7px; + padding: 2px; + background: rgba(0, 0, 0, 0.25); + } +.dynmap .dynmap-link a { + background-color: rgba(255, 255, 255, 0.75); + } +.dynmap .dynmap-link a { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; + } +.dynmap .dynmap-link a { + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + width: 19px; + height: 19px; + } +.dynmap .dynmap-link a:hover { + background-color: #fff; + } +.leaflet-big-buttons .dynmap-link a { + width: 27px; + height: 27px; + } +.dynmap .dynmap-link-button { + background-image: url(images/link.png); + } + +/* Login/register panel */ +.dynmaplogin { + text-align: center; + width: 100%; + font-weight: bold; + color: #FFFFFF; + background: #000000; +} + +table.loginregister { + color: #ffffff; + border: 1px solid rgba(64,64,64,0.6); + background: #bbb; + font-weight: bold; + margin: auto; +} + +td.login { + vertical-align: top; + color: #000000; + background-color: #bbb; + border: 1px solid rgba(64,64,64,0.6); + font-weight: bold; + margin: 2em; + width: 40em; +} + +td.register { + vertical-align: top; + color: #000000; + background-color: #bbb; + border: 1px solid rgba(64,64,64,0.6); + font-weight: bold; + margin: 2em; + width: 40em; +} + +div.statusmessage { + color: #FF0000; + font-weight: bold; + font-size: 24px; + +} + +.logincontainer { + background-color: rgba(0,0,0,0.0); +} + +.pinnedloginbutton { + margin-right: 201px; +} diff --git a/dynmap/web/css/embedded_example.css b/dynmap/web/css/embedded_example.css new file mode 100644 index 0000000..84ff380 --- /dev/null +++ b/dynmap/web/css/embedded_example.css @@ -0,0 +1,15 @@ +/* Embedded into website */ + +#mcmap { + width: 100%; + height: 500px; +} + +.dynmap .sidebar { + width: 140px; /* original width 200px */ + margin-right: -143px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */ +} + +.dynmap .hitbar { + right: 140px; /* width of sidebar */ +} \ No newline at end of file diff --git a/dynmap/web/css/images/layers.png b/dynmap/web/css/images/layers.png new file mode 100644 index 0000000000000000000000000000000000000000..ef90a080bcff7b4e7917539732fa85847c788fb1 GIT binary patch literal 973 zcmeAS@N?(olHy`uVBq!ia0vp^QXtI13?%1G+4F~ifpKksPlzioFE2kozkq;%prD|T zkdTOoh^VNjgoK2oq@;|DjI6Azyu7@!va*JThM}RMiHV7+si~QnnT3UgrKP2nm6f%% zwVj=vy}iAIgM*`^qqDQKtE;Prhlh`kkFT$9WMpJiR8(48+W-ImSFc{Zb?esl_V&KM zz7;E0%$hZ8?%cT>Hf-3rb7xCSOLuqo%$YMMO_~H$Q&m;f)YP^&UNe7?b@}g zqN1X{z8)xb;J|^ryu7lqvN?0+0ChDqH00;!0}a``cW-57Wn5fbe0)66x{QpBoSdB8 z++3hypn}4}!kU_z+S=N>x;miA&CSiNt*vcsZCzbmy}iAYCr_R-Wy;j4Q>Ra#K4Zp= z*|TTQn>TO%{P_zOELga3;i5&0fG%0JYSo%GYk-bfzkdD3jT<*_-n?bY7NC2!ZQHhE z#}1$ifezTWZ{Pm?`wt#Gc=+()BS(%LJ$m%`@#7~?o;-Ex)alcw&zw1P?%cWa=g(ib zaN*LWOP4QSzIyfQwQJX|U%!6y=FMBTZr#3p`_7#^ckkZ4fB*iYM~|L7dGh@E^A|5( zynXxj-Me?6KY#x6 z>o;%Sy!-L{_wPR%c~^OC{BIq%{ z`Kyx?3KXQ`RalY*JQtRDSLSA3zuTtNQJuN${<(A8t(#W~=-W3ot_joWyQuH=ID3cU zJ+{0FDKXPTKD3vc#kN^{7_Yk|^uO(M^zDV-+Z;7(0w)A+X=i<0Z8Vcz$Em9<&Z}z* zL(0S*GIlraH5GVF)Vy~&s+8+G#>~i3mi3VpD z>6ugo2uhthvFZNfu(XXU-FpRj3w1v2uw~el_UdA`#kAjhtfdvC)BKpPZ+@e9TY4MM oxx+1cTK=C&bYJD1&CF28Aba!1z2xr;ZiC|1)78&qol`;+0Qh;)5C8xG literal 0 HcmV?d00001 diff --git a/dynmap/web/css/images/link.png b/dynmap/web/css/images/link.png new file mode 100644 index 0000000000000000000000000000000000000000..c4f00cb2231006331f76e8fb34fe98ba3e6c4c5a GIT binary patch literal 649 zcmV;40(Sk0P)R-wVQ6jZWcdI0SI7HLUn+ckeHpfG*^&WNl8M*$>e_m+%~e1e$TbFH z(ca$P8S6G|`k$7O^&jK{CVU1k0`c?bFBpFR`o)l$lXnKleSPl2rS#vw|1$jj^9QU3 zuK|C7fi{2PLWYLgYKAv2UoylcB>fKv2xQp4Z3_cGzu;Pe0a#X1_5bVFum6KX!v1gG zy8ZvEHS7P!CnWywn=ol7P+AV;1xBO*o3?uOnoLGUMh1|?@87=}8tSSU5)xAxUcPwB zpslOV@ZSJml#C3+_wPS|_&dRXX88q- z<2Uc#FtD(3lrLGb_|3`F=ejkuv>3K*-o&7#twS)X7?&1GCf1H)a#g?Xt!HIMLl0ThjLv**n3J9+X%Fi7wZFolVUi|^~|Xai}!M<@(n=>QZp jqDXS@32BBI01#jRVaY0la%Xjb00000NkvXXu0mjfT~I+< literal 0 HcmV?d00001 diff --git a/dynmap/web/css/images/marker-icon.png b/dynmap/web/css/images/marker-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e2e9f757f515ded172e6f72c3ce55bbe15579649 GIT binary patch literal 1747 zcmV;^1}yoBP)P001cn1^@s6z>|W`000J>NklgF+#9zZY7a#;@J(5X0e&McXK2n7+jhR}<0i-1U5t`>D@ zJSJ*^swjdwq0keUf9!BETXZhVyjqS4&z|?2HdJnOU-HYF_xSyu=XsCkdtVv=(53>u zME@3F*5J;OHwJNJdWK(ivQ??rr&t7M)1yRas=d_yYH>g+p#{( zm+NoyW%|8bNfUkAMrabri(FY#Dqr5%zhZA&e^iALHXiJOFYA7Qt##L_a?_z6SW{&J zVeyp#G&snW>SO{*%d9CGVM}xic~V`MU$)*JU1Nbw2YX?ywi}|VZ4g;$g)p^+DoLHR zZ^Zr$S_=f^oU`+!4K^?NsU;H{;bhhex#H7(!s52U&FJ}OHQf-VvVd?Btj2MhF|zQI z%l~jBr~6T7^_WIHC1>8j&bv`c18g|Z3*l-jgeoml1{oh++Y75JI)RgU>LEY<%)C)X zI2rZ2kb>s^4cZuYeq3!A}DS`X~>Nd;+A$4e;ZwyD<1@2!8$ZKJ3w%!6)+sCALy+bKwyk zqKCS6qEGWmJ)97b-QXY|`<0lS5THkEtGgjE>ojOvuftfM&Ugd-rQg9C+|FdGM)HXs z(IxsA$&r(xg_j^4=hC;>s;1UF*Wp1I-2~sEF zZYgb?&`4bM1qjM*hR`yr3qJ(;L>Kj2XpBUy+)t((6z;bIr@-ihFNVAl4<#?{TWIaQ zIi>;YjXS_iIfNb?!N1t-!Y6vZvW5ZXE{%l7imzV9NvV4nf#G`Pcex;#@}?EINwsk7 z>UC=SlJC*b5a>-mgHP%q2+qF;cbNx ztCV@{s&fPsSt#;i@#G-m$as&$gLaG}ebOrtS5*22&glbhMH_fz8(~qVVN!VIVCKzg z1$U9^93(E%Ur9v_R*h#!t)Ce+#)+m(q^zCq%g&L-!E zC&et9WrT(49pl0S`?=DK7=`+;`CB!wP3ta97b)XdJ8K=@`DXOk0Q0};7zNT!`k4t@ z+)=9S)4p(jEGm5!qq)PDTmXiw3qDM19|fiylc@LtiQ=}Kfb#w&ckv^7tBj;cfwtY$q?IdliYlg zqh@4;IyW)OFPQPw4z|JsAEb7`+@yA@Q8SXQT#;upV`QNJ59Bg5m(jci3`0T4X-&^GU6)x7$Vi0XMWB(2hrdK^!hq0 zt!bDg$Hh)-9L62h`&{0PBf%7vM>69o`k4~kx^Wc)?lG!}=WgV2x-rq?HN#jMr^B0; p5zMeb2q5MEX5{g&Aa%N&e*pr!t%ZZ}>w*9P002ovPDHLkV1gpUS8xCT literal 0 HcmV?d00001 diff --git a/dynmap/web/css/images/marker-icon@2x.png b/dynmap/web/css/images/marker-icon@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..0015b6495fa458ad39d51cb4b913430016f48d33 GIT binary patch literal 4033 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/css/images/popup-close.png b/dynmap/web/css/images/popup-close.png new file mode 100644 index 0000000000000000000000000000000000000000..c8faec5ea909075fd573e032a67f867e66b0eea7 GIT binary patch literal 1125 zcmaJ=U1$?o6rLt(YiKdcqR^`BW&B}LlbK1Hgp7%uB$L`er<63sh@ehpZricW+;QgC zOuH_d3gSPgpuSYm-G{BPhzPPQtGl8_5EMlar2agJZ-NRUiZAs}ZK4mxd6;|d<@>(# zopaAU*xR$Q#n>KMTC}YD)T%|iUfP}*n0Ucr)IQmY*=A9%xtILzvJ!WVy3&F!l`m?E` z)C)4mf*=xP0}2~uL6i$};r3W8whn|?j%C;o!-WD|j1Px+mIZSkO|n_)0G}5-=W>x< zk{-g?oXbWd(O5JbuX07CjOft7Rjyj&rrEk&cMx=wWEP>N?S^Wn zg>*1mFt643BG%QL*vJk)eL}?$4X# zK|Ichse&_IO8oM%eXZA<3HaA~cl~$#;O(X0uKDUts}1@WOuem?wzQ7>mX1%ffdS8R zNtkG!x-4Av9q6xoX!W1IL@iu3N&DY;pPv-g`TFO1^1@#Y`64wnAuMY?X_kb_HsOh9 z>dcXunVH6a_AlCTqVdG1}u0u|Jx8&bb>M_o>Ex haIv46e`t9_6HEPiDxppP-SyOc__=J4crm?w?fToD8KiK*P3E+rbu&-aPsj zc=Ebe6OGZUe}O-uN6*HX7;iXbf%PCZY2SO3@B7}5d41Y!+}qo|xeEZ;tDhJxZm*~B z&Nlykc<@W$W}lf|)}{j%+aUpEO#1}ZJ$p!6#KzM{?@0-OZRmEotZSWW4)sJk#fXU) za5ey?<0P=1F=4PzhOVy*-(SBKpo?|ktY9H4sFIO;G7Cw2*6291u~Wpt@m*L-G%nx~ zX2Zlg_aiOQg@vxh{q$H8-~z(Nx^P)k*J{El4GAoWDC-~vK}8nj{E@1vw_y&+NJ2SD z&Shm)%jYzN;PMf8wh#}rmQh>g;*lisM*}^CAt0l3XknQ;l3M%MsaV>N7jZ z`q9Bk!61k4^u_EPbW+lc%_#uc)?oMkCtQN1CtUvkYo|1Ev~0&A=y-9rCKwJE3QGEiAQ|4;^Hgr zosHad5xjtBHc03`Cb$+-4=x(k+|9KVHtH?8cylevMy|w*kzY?be0NfJy|g@7 zuRZbku7`Z7zr6c-gZ~hj=4r>|c0QlK`1JfM_pY&4qdf=TUZVRv+OHesPV%|m!x;B^ h;MvFS@2!V#z*YuiF2JonxqT_OXvHc_ulvJ`@VbDZr$16ySWDd*l(VgHk)_z zajn4qAMgF**mQ%|yR<|4bm}G;RDIIJuo=1oY-87-J$R3g04Tt~>C&!ss(B>j-5kSb zVa(V7935w|>y0plJv;~^o%{Lr9R~wn=g!I&vSI@dgOhoJJM)&~%}1Wk^({SCUycGsI`)ycl}&YxV_ f86W-zukSws1+e=GC?7;Gf1;pSZ<()Z=a2sY#=<8c literal 0 HcmV?d00001 diff --git a/dynmap/web/css/leaflet.css b/dynmap/web/css/leaflet.css new file mode 100644 index 0000000..49d271c --- /dev/null +++ b/dynmap/web/css/leaflet.css @@ -0,0 +1,457 @@ +/* required styles */ + +.leaflet-map-pane, +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-tile-pane, +.leaflet-overlay-pane, +.leaflet-shadow-pane, +.leaflet-marker-pane, +.leaflet-popup-pane, +.leaflet-overlay-pane svg, +.leaflet-zoom-box, +.leaflet-image-layer, +.leaflet-layer { + position: absolute; + left: 0; + top: 0; + } +.leaflet-container { + overflow: hidden; + -ms-touch-action: none; + } +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } +.leaflet-marker-icon, +.leaflet-marker-shadow { + display: block; + } +/* map is broken in FF if you have max-width: 100% on tiles */ +.leaflet-container img { + max-width: none !important; + } +/* stupid Android 2 doesn't understand "max-width: none" properly */ +.leaflet-container img.leaflet-image-layer { + max-width: 15000px !important; + } +.leaflet-tile { + filter: inherit; + visibility: hidden; + } +.leaflet-tile-loaded { + visibility: inherit; + } +.leaflet-zoom-box { + width: 0; + height: 0; + } + +.leaflet-tile-pane { z-index: 2; } +.leaflet-objects-pane { z-index: 3; } +.leaflet-overlay-pane { z-index: 4; } +.leaflet-shadow-pane { z-index: 5; } +.leaflet-marker-pane { z-index: 6; } +.leaflet-popup-pane { z-index: 7; } + + +/* control positioning */ + +.leaflet-control { + position: relative; + z-index: 7; + pointer-events: auto; + } +.leaflet-top, +.leaflet-bottom { + position: absolute; + z-index: 1000; + pointer-events: none; + } +.leaflet-top { + top: 0; + } +.leaflet-right { + right: 0; + } +.leaflet-bottom { + bottom: 0; + } +.leaflet-left { + left: 0; + } +.leaflet-control { + float: left; + clear: both; + } +.leaflet-right .leaflet-control { + float: right; + } +.leaflet-top .leaflet-control { + margin-top: 10px; + } +.leaflet-bottom .leaflet-control { + margin-bottom: 10px; + } +.leaflet-left .leaflet-control { + margin-left: 10px; + } +.leaflet-right .leaflet-control { + margin-right: 10px; + } + + +/* zoom and fade animations */ + +.leaflet-fade-anim .leaflet-tile, +.leaflet-fade-anim .leaflet-popup { + opacity: 0; + -webkit-transition: opacity 0.2s linear; + -moz-transition: opacity 0.2s linear; + -o-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; + } +.leaflet-fade-anim .leaflet-tile-loaded, +.leaflet-fade-anim .leaflet-map-pane .leaflet-popup { + opacity: 1; + } + +.leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); + -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); + -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1); + transition: transform 0.25s cubic-bezier(0,0,0.25,1); + } +.leaflet-zoom-anim .leaflet-tile, +.leaflet-pan-anim .leaflet-tile, +.leaflet-touching .leaflet-zoom-animated { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; + } + +.leaflet-zoom-anim .leaflet-zoom-hide { + visibility: hidden; + } + + +/* cursors */ + +.leaflet-clickable { + cursor: pointer; + } +.leaflet-container { + cursor: -webkit-grab; + cursor: -moz-grab; + } +.leaflet-popup-pane, +.leaflet-control { + cursor: auto; + } +.leaflet-dragging, +.leaflet-dragging .leaflet-clickable, +.leaflet-dragging .leaflet-container { + cursor: move; + cursor: -webkit-grabbing; + cursor: -moz-grabbing; + } + + +/* visual tweaks */ + +.leaflet-container { + background: #ddd; + outline: 0; + } +.leaflet-container a { + color: #0078A8; + } +.leaflet-container a.leaflet-active { + outline: 2px solid orange; + } +.leaflet-zoom-box { + border: 2px dotted #05f; + background: white; + opacity: 0.5; + } + + +/* general typography */ +.leaflet-container { + font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; + } + + +/* general toolbar styles */ + +.leaflet-bar { + box-shadow: 0 0 8px rgba(0,0,0,0.4); + border: 1px solid #888; + -webkit-border-radius: 5px; + border-radius: 5px; + } +.leaflet-bar-part { + background-color: rgba(255, 255, 255, 0.8); + border-bottom: 1px solid #aaa; + } +.leaflet-bar-part-top { + -webkit-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; + } +.leaflet-bar-part-bottom { + -webkit-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; + border-bottom: none; + } + +.leaflet-touch .leaflet-bar { + -webkit-border-radius: 10px; + border-radius: 10px; + } +.leaflet-touch .leaflet-bar-part { + border-bottom: 4px solid rgba(0,0,0,0.3); + } +.leaflet-touch .leaflet-bar-part-top { + -webkit-border-radius: 7px 7px 0 0; + border-radius: 7px 7px 0 0; + } +.leaflet-touch .leaflet-bar-part-bottom { + -webkit-border-radius: 0 0 7px 7px; + border-radius: 0 0 7px 7px; + border-bottom: none; + } + + +/* zoom control */ + +.leaflet-container .leaflet-control-zoom { + margin-left: 10px; + margin-top: 10px; + } +.leaflet-control-zoom a { + width: 22px; + height: 22px; + text-align: center; + text-decoration: none; + color: black; + } +.leaflet-control-zoom a, +.leaflet-control-layers-toggle { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; + } +.leaflet-control-zoom a:hover { + background-color: #fff; + color: #777; + } +.leaflet-control-zoom-in { + font: bold 18px/24px Arial, Helvetica, sans-serif; + } +.leaflet-control-zoom-out { + font: bold 23px/20px Tahoma, Verdana, sans-serif; + } +.leaflet-control-zoom a.leaflet-control-zoom-disabled { + cursor: default; + background-color: rgba(255, 255, 255, 0.8); + color: #bbb; + } + +.leaflet-touch .leaflet-control-zoom a { + width: 30px; + height: 30px; + } +.leaflet-touch .leaflet-control-zoom-in { + font-size: 24px; + line-height: 29px; + } +.leaflet-touch .leaflet-control-zoom-out { + font-size: 28px; + line-height: 24px; + } + +/* layers control */ + +.leaflet-control-layers { + box-shadow: 0 1px 7px rgba(0,0,0,0.4); + background: #f8f8f9; + -webkit-border-radius: 8px; + border-radius: 8px; + } +.leaflet-control-layers-toggle { + background-image: url(images/layers.png); + width: 36px; + height: 36px; + } +.leaflet-touch .leaflet-control-layers-toggle { + width: 44px; + height: 44px; + } +.leaflet-control-layers .leaflet-control-layers-list, +.leaflet-control-layers-expanded .leaflet-control-layers-toggle { + display: none; + } +.leaflet-control-layers-expanded .leaflet-control-layers-list { + display: block; + position: relative; + } +.leaflet-control-layers-expanded { + padding: 6px 10px 6px 6px; + color: #333; + background: #fff; + } +.leaflet-control-layers-selector { + margin-top: 2px; + position: relative; + top: 1px; + } +.leaflet-control-layers label { + display: block; + } +.leaflet-control-layers-separator { + height: 0; + border-top: 1px solid #ddd; + margin: 5px -10px 5px -6px; + } + + +/* attribution and scale controls */ + +.leaflet-container .leaflet-control-attribution { + background-color: rgba(255, 255, 255, 0.7); + box-shadow: 0 0 5px #bbb; + margin: 0; + } +.leaflet-control-attribution, +.leaflet-control-scale-line { + padding: 0 5px; + color: #333; + } +.leaflet-container .leaflet-control-attribution, +.leaflet-container .leaflet-control-scale { + font-size: 11px; + } +.leaflet-left .leaflet-control-scale { + margin-left: 5px; + } +.leaflet-bottom .leaflet-control-scale { + margin-bottom: 5px; + } +.leaflet-control-scale-line { + border: 2px solid #777; + border-top: none; + color: black; + line-height: 1.1; + padding: 2px 5px 1px; + font-size: 11px; + text-shadow: 1px 1px 1px #fff; + background-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2); + white-space: nowrap; + overflow: hidden; + } +.leaflet-control-scale-line:not(:first-child) { + border-top: 2px solid #777; + border-bottom: none; + margin-top: -2px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); + } +.leaflet-control-scale-line:not(:first-child):not(:last-child) { + border-bottom: 2px solid #777; + } + +.leaflet-touch .leaflet-control-attribution, +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-control-zoom { + box-shadow: none; + } +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-control-zoom { + border: 4px solid rgba(0,0,0,0.3); + } + + +/* popup */ + +.leaflet-popup { + position: absolute; + text-align: center; + } +.leaflet-popup-content-wrapper { + padding: 1px; + text-align: left; + -webkit-border-radius: 20px; + border-radius: 20px; + } +.leaflet-popup-content { + margin: 14px 20px; + line-height: 1.4; + } +.leaflet-popup-content p { + margin: 18px 0; + } +.leaflet-popup-tip-container { + margin: 0 auto; + width: 40px; + height: 20px; + position: relative; + overflow: hidden; + } +.leaflet-popup-tip { + width: 15px; + height: 15px; + padding: 1px; + + margin: -8px auto 0; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); + } +.leaflet-popup-content-wrapper, .leaflet-popup-tip { + background: white; + + box-shadow: 0 3px 14px rgba(0,0,0,0.4); + } +.leaflet-container a.leaflet-popup-close-button { + position: absolute; + top: 0; + right: 0; + padding: 4px 5px 0 0; + text-align: center; + width: 18px; + height: 14px; + font: 16px/14px Tahoma, Verdana, sans-serif; + color: #c3c3c3; + text-decoration: none; + font-weight: bold; + background: transparent; + } +.leaflet-container a.leaflet-popup-close-button:hover { + color: #999; + } +.leaflet-popup-scrolled { + overflow: auto; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; + } + + +/* div icon */ + +.leaflet-div-icon { + background: #fff; + border: 1px solid #666; + } +.leaflet-editing-icon { + -webkit-border-radius: 2px; + border-radius: 2px; + } diff --git a/dynmap/web/css/leaflet.ie.css b/dynmap/web/css/leaflet.ie.css new file mode 100644 index 0000000..b59c814 --- /dev/null +++ b/dynmap/web/css/leaflet.ie.css @@ -0,0 +1,57 @@ +.leaflet-vml-shape { + width: 1px; + height: 1px; + } +.lvml { + behavior: url(#default#VML); + display: inline-block; + position: absolute; + } + +.leaflet-control { + display: inline; + } + +.leaflet-popup-tip { + width: 21px; + _width: 27px; + margin: 0 auto; + _margin-top: -3px; + + filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); + -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; + } +.leaflet-popup-tip-container { + margin-top: -1px; + } +.leaflet-popup-content-wrapper, .leaflet-popup-tip { + border: 1px solid #999; + } +.leaflet-popup-content-wrapper { + zoom: 1; + } + +.leaflet-control-zoom, +.leaflet-control-layers { + border: 3px solid #999; + } +.leaflet-control-zoom a { + background-color: #eee; + } +.leaflet-control-zoom a:hover { + background-color: #fff; + } +.leaflet-control-layers-toggle { + } +.leaflet-control-attribution, +.leaflet-control-layers, +.leaflet-control-scale-line { + background: white; + } +.leaflet-zoom-box { + filter: alpha(opacity=50); + } +.leaflet-control-attribution { + border-top: 1px solid #bbb; + border-left: 1px solid #bbb; + } diff --git a/dynmap/web/css/override_example.css b/dynmap/web/css/override_example.css new file mode 100644 index 0000000..4dec7e2 --- /dev/null +++ b/dynmap/web/css/override_example.css @@ -0,0 +1,39 @@ +/******************* + * This is the over-ride CSS file. + * + * if you know any CSS you can easily add custom rules to change how DynMap + * looks and behaves under your DynMap installation. + * + * 1. Uncomment the override.css in the index.html. + * 2. Rename this file or create a new override.css. + * 3. Add your own rules (or steal these) to personalize how DynMap looks. + * + * By adding your own rules here, you can then save your changes + * between DynMap updates and they won't get over-written. + */ + + +/* Use the alternate compass image */ + +.compass { + top: 20px; + right: 20px; + + height: 50px; + width: 50px; + + background-image: url(../images/compass_alt.png); +} + +/* These next two keep the DynMap sidebar open... */ + +.dynmap .sidebar { + margin-right: 0px; +} + +/* ...and hide the hitbar along with the sidebar controls */ + +.dynmap .sidebar .hitbar, +.dynmap .sidebar .panel > .pin { + display: none; +} \ No newline at end of file diff --git a/dynmap/web/css/regions.css b/dynmap/web/css/regions.css new file mode 100644 index 0000000..efc6fcb --- /dev/null +++ b/dynmap/web/css/regions.css @@ -0,0 +1,35 @@ +.regioninfo > * { + display: block; +} + +.regioninfo > *:empty { + display: none; +} + +.regioninfo .regionname { + font-size: 120%; + font-weight: bold; +} + +.regioninfo .regionflags .regionflag { + display: block; + font-size: 90%; + color: gray; + margin-left: 5px; +} + +.regioninfo .owners:before { + content: "Owners: "; +} + +.regioninfo .members:before { + content: "Members: "; +} + +.regioninfo .regionflags:before { + content: "Flags: "; +} + +.regioninfo .regionpriority:before { + content: "Priority: "; +} \ No newline at end of file diff --git a/dynmap/web/css/standalone.css b/dynmap/web/css/standalone.css new file mode 100644 index 0000000..4102c2d --- /dev/null +++ b/dynmap/web/css/standalone.css @@ -0,0 +1,41 @@ +/* Standalone Document */ + +html { + width: 100%; + height: 100% +} + +body { + height: 100%; + + font-family: sans-serif; + font-size: 11px; + + color: #fff; + background: #000; + + margin: 0px; + padding: 0px ; +} + +/* Chat Balloons */ + +#content { color: #000; } + +#mcmap { width: 100%; height: 100%;} + +.dynmap { + width: 100%; + height: 100%; + overflow: hidden; + position: absolute; +} + +.dynmap .sidebar { + width: 200px; /* original width 200px */ + margin-right: -203px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */ +} + +.dynmap .hitbar { + right: 200px; /* width of sidebar */ +} \ No newline at end of file diff --git a/dynmap/web/gettiles.php b/dynmap/web/gettiles.php new file mode 100644 index 0000000..159e69e --- /dev/null +++ b/dynmap/web/gettiles.php @@ -0,0 +1,21 @@ + diff --git a/dynmap/web/images/BiomeKey.png b/dynmap/web/images/BiomeKey.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9da476c6032675b677cc00474f8ca17b6a315c GIT binary patch literal 27727 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/armor.png b/dynmap/web/images/armor.png new file mode 100644 index 0000000000000000000000000000000000000000..0044af123450dd6af3f96d39bcd5e603becd5a0a GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWw1G<(@8%Ar-e6G8v}*XK-+E-r?gDa1$tQ5)c@A)6&Xz2SZv~ z&i@CG-u*8qDF6TX>Bs+xNg4kc7#W%R*KgSU|J(Qf|JSYG^`DuUxu5C(|9>w&fBwYq z?)?{rFJC@0{Qdj)1tZ8T4NdJe{QLp}A3uKhaO3*b5GEc5wg`*PS;tmt0Hql`UHx3v IIVCg!0Gu~fRR910 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/armor_depleted.png b/dynmap/web/images/armor_depleted.png new file mode 100644 index 0000000000000000000000000000000000000000..c9bdc24eb8746fba845fe8737815131313725f12 GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWw1GNuDl_Ar-fh1Ox>w6%`c=CpR`8WN~T!p|fVqnnhMtR$fd@ zOv_VKQzh5M>@4d4d3w73{MOdizf-49m5ke4b+q8~v$IKR3(P|O{QTI`($d%jcpn)% moUK~0V8I7QpfL=LYz)@kk_Q}e|?^Z1Bi(X-m5h*Ff%wbFfe9)Uhxqmvd$@?2>=WeE*}5@ literal 0 HcmV?d00001 diff --git a/dynmap/web/images/block_nether_flat.png b/dynmap/web/images/block_nether_flat.png new file mode 100644 index 0000000000000000000000000000000000000000..298cdf95ddbc4910da14c30c050c9e375e911fe5 GIT binary patch literal 2620 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/block_other.png b/dynmap/web/images/block_other.png new file mode 100644 index 0000000000000000000000000000000000000000..6756844578aaf4efe2ef2ab3edc3fa2780342b4f GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxUdRE{-7;bCUl2|8LK% zCm$~S4#xBIY?+gj4!pg+{b5c6Lz3h47D**l)z)xj9tIYH zHpUw~hn5MlF)(#-F6Wu$xP!rgLC~Z@fPq7yix)=hVAPM_rxJDf>}+$85r<|?IePSH zph?Z&U!ty$JB8IBcuFcXd`MH9;rRUA+`|_*m>C#bt}>J~e@IPlU|?oA&X)Mre#e9~ Qpa&T|UHx3vIVCg!032Iu%>V!Z literal 0 HcmV?d00001 diff --git a/dynmap/web/images/block_skylands.png b/dynmap/web/images/block_skylands.png new file mode 100644 index 0000000000000000000000000000000000000000..641155f3b7fb0ab38048af147ddb327a2bd7691a GIT binary patch literal 993 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/block_the_end_surface.png b/dynmap/web/images/block_the_end_surface.png new file mode 100644 index 0000000000000000000000000000000000000000..69bcc329dcd335f99ea67f7d590ff54ec24f128a GIT binary patch literal 1062 zcmV+>1ljwEP)4Tx0C)j~RNrgUP!#^!Wu36$i#lf!2|j3%Ze&w*L!7p2SGvtw>Nd9_NSmf@ zT$;ut?S8Na*^6&F#dq-sKKTa>*@JI;k`2ZbVfd_wB24xov!0tYO(#d#()tZ$I5%3%!zLYh@BH>w}XODA7?mkV}ap}jU$$3 zG&Mk)3Bm`(LOM&hKscCb;PVaG&Vdx+MpZJHTQ(R_;DA31$+jOGBoLXk_De?ey1m!ik&_4G zH9n^))_*|$z4!HUisgBd@awc5jn(v9k~&t~+vLrrBg4dZQ9lDnLV}JQWGLW~LJVP= zW5lZXOcog;N~F?hbX0k=IMzETla}oqM|jC!4!B+x^;@#I_Tc-T-6hwKycLDTx1-om z?X`jFy0R0R8-I0SrK4`)H@W4T8*Qr#2vPou<*`U!Wy(*2QP*`g=8#jD{B;Y@GL-Hm zb`n?&x~%YC_$q7)PlXr4m%r4=&fcvN%Ybn#KC7Nn&Bp8{(oE9pWVpYI^+LuN`H(R~ zTAjWmO`M83^4d@fCkA(d>*nHIFV_d2yUbnT`nd?LE^;G|!WZ>Ld?E0@Grm4ww{M7H zr`x{MWb30bTI;*hk-DO>dX$gbC-yy#suLNqvA(f>RtPJ!qGM`Gvvf}Y10`)vm-7Xa z?-7Ixe2A_siI1ydSCCID3U8SVUY86>uSnT0use_K1GZDvUFKY)t}F* z)!pahe+zh{{06Bb3f97*Uorpy0K-W{K~y*qWBmXBKLajs^U)lzq`F)RBQ75p(N#{%k#mRM^07+ gNx}@mrV*wF0O;&eZ!%I$umAu607*qoM6N<$f{kqJEC2ui literal 0 HcmV?d00001 diff --git a/dynmap/web/images/block_world_biome.png b/dynmap/web/images/block_world_biome.png new file mode 100644 index 0000000000000000000000000000000000000000..a72932a5da2832ec80ed4ecadb8fbd3d3d58fafa GIT binary patch literal 1092 zcmV-K1iSl*P)4Tx0C)j~RL^S@K@|QrZmG~B2wH0nvUrdpNm;9CMbtL^5n^i$+aIn^?(HA4aZWV5ov6ELTdbo0FI&wK{O>*+w4vx20?>!`FrQsdJlnHR>OPy zcd~b_n$otK2Za4V;76L-DzNVtaSB-y0*E}{p()372;bw_^6ZZ}PI-92wGS&j#91PI zKs7DSe@(bk%_Y-7gGe}(^>I=@oY#w#*Bu9GZf3^F5WP>3rn}7Ut74&?PWBFvy`A)a zPP5)V!Xd&78LdA?xQ(9mjMYElVd13a#D+Z_7&Y|xU=_C-srWU*6kiZcC!$nw*)9$7 zn6CX+@=AhmkT}X@VSsa5NKe;HZuq)~1$`#h6R+ZTR#D-3j}vF!)ZOnz+5)dI4jl{{ z44Mr{P!L4~VVJN`K!!XTF*LGrKO?IK8z<8w`3e3jI8lUGNUta*C8 zn(P`s>{pjD=7Kek#B;Fw@hxAK%$F&Q6vg9J^Xf~4by_hu-=A!MJ3Znq&n~srbFGPs zH&&aMXZ>nO`|hf|ljc?VPhR!${AbO?W8x_>CU%PFA&Hm8F7cAsOREdwU~R_;ot1_u z(ruCYB-LPGn!NQdT|ZlRy+(fw^-+`=%+gee_kY4FWHg<*4sZI8+sFJD270UUORdLHO0nA4V) z%{fwsET5CQ>B?eK%uw4yQc~9?*JVo2}ze(;aRcp*ceL#HUJSllrgm5wQKR zQu+C;QrUh^8rFfA`ftFz{YAidi-`aL0TD?=K~y*qWBmXBKLakHR=N@_d8<2|5tkYk zY!YydJ>g(!$;XXggPyOb$1n)R0GLKT0bvw#pRcTk7{q{S5F^M7FpamnBN&WZccW-N zQ{#fd2XQ3B8^K~A7cqfYpC8{~0BJ@CXFOIjFq}z8V5kC^i$Gk27aAQP(g+arcW9JNFy!)4g*}0 zU~!m1I1~{!0Eb4H@E|fk;<^LORRrlY&uefs;FJjCNk%}DDnGvv!wsoCm@vZ)9&s?+ z@pLAbM$Qu`2EcT{40^8F02Y$G4xy1X!qj3l0451H2um)6sR000>S0j{QwW>@0000< KMNUMnLSTZwhV+mC literal 0 HcmV?d00001 diff --git a/dynmap/web/images/block_world_cave.png b/dynmap/web/images/block_world_cave.png new file mode 100644 index 0000000000000000000000000000000000000000..b6a547bad64014b18faab08cfe95d1d6e136e807 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxS$$E{-7;bCUl2|8LK% zx8V9tW}V8FcbWyKOEoYg9Z6&GSuC)hVaES=kJ;H`*ce#^x)@(bU1T(CW?TeVXp(PiYcMc;aQ5rv0y77OjSIXF@jRR!dT_NM z8&KzAh8(uU%N)!Mj7M66+0H7&Feo%|NI7sYum~JwgAsQcu3tFf$W!tAq3s-A0S67w zNVRmX8OmMLR@Bv3_AmPQ^N>|V5F3ZWnwgw;7l`}6OU!6tY+yK)#jwlKf7z1)!K{3``xI(_glj9A)#{JHVQG$Wh% eh~pdr2@ENWVV;LqpL!1rMFvk-KbLh*2~7a4w2Slr literal 0 HcmV?d00001 diff --git a/dynmap/web/images/block_world_surface.png b/dynmap/web/images/block_world_surface.png new file mode 100644 index 0000000000000000000000000000000000000000..603c6d5129596873c480174a9343c483964cfee9 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxTF?E{-7;bCUl2|8LK% zC$RGhtIkfFDt=`>QwGK(9cLM4xH&r78T|kI+n;9#4-TVcsCw;;YQVz#<^*Cu!1Lz}Uc`l)<3LAmAV(4I>Je?P~w{Y+3eQ-tG|4h?YrH z?#}i-C}UR_C&GK*{-4vuiY?!bY&4l!1g@QF$-A(*eZ8T{AqEGAL{o;l3+8TJUYM5N bz`)GlemEu6>xohs(6bDlu6{1-oD!M<Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01mML01mMMoQxmZ00007bV*G`2ign} z6cH;9(*BD800O;9L_t(Y$E}u2YZFlv$A32&lcr7DPOXMQI#G%Q7ZyK(g5SYiLB*91 zgi<%IL^s`73Zmksw1w>a5F+^kf(wbDk};^QwGZ1goutWi;W=SCO<&-J%N>%rzyG=C zb;oeRVXZa#Y>cr-y>Ctc4Nm|Yng@!RV}fHqJTwi^23o+bthSqoIVLy(B!M1TV*;+r z41gxkj*6H=zz%RqplP6AW?Do8U>#VMbsK0zMVvz{R`39D8aN9K7jmiRy187f-vGV| z=ePXau-0}&oX|<)VsQ${0D}U~0waZ7>KVY*%LAPg7jmh^ai z7!qqo1UwT4fB0PE(pXnE1^R-@5?gA(%p>G;3B9eJpD;)tFs!RZGKPoaeJ+Vim z8~E1b44&uV`@a4aSGcCB!UJGyz4lKdpU-y{30v&@eg{53JH?lu0ZTy40m=h~ ztebch7SW+rcLCoMun#N)n?OSgEhbU#1I|b-T*$hK7b;RJl>nHZor;1V0^flj0$vq( z0JKb~7iqzzr6xv!F+GX8C<0dKisb#46j&2z8DrWe(n+-+rNvz%z-ZP@Eb4npYmEm2 z{3Q)e!8_7TTaq-^7-PG&YduM?1b#@?q-?GM8^E6sxGDETJ9_b$11=klNm7J*B&9W- zcVyjX@kwvAxPY~ItN>d_fseeCLthUEUiSa{tK!(7D&g@L!*y8i>Yz~$00000NkvXX Hu0mjf>ttG= literal 0 HcmV?d00001 diff --git a/dynmap/web/images/cave_off.png b/dynmap/web/images/cave_off.png new file mode 100644 index 0000000000000000000000000000000000000000..500d9872ee1ce6c07a54ac46ad1fe00c1dcf863a GIT binary patch literal 1134 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/clock_night.png b/dynmap/web/images/clock_night.png new file mode 100644 index 0000000000000000000000000000000000000000..0832f0cb7fc272a7004195827c0e5d754f17c231 GIT binary patch literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxV!#E{-7;bCUl2|8LK% z%An8?QQ*0!<|pUTl)^$gx13iDOdW!ESq*yU%;DI$I(+@N|9?0Wtt=wWxrXrzIB2jn zm@Lj_xj5gxejnEoxyBm`%{8@m%MM>*U=g^(P;z#9y8E;A%CIy5jcyk=@)-ed3T1@u0Hr>mdKI;Vst0McuDSO5S3 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/compass.png b/dynmap/web/images/compass.png new file mode 100644 index 0000000000000000000000000000000000000000..2614dd30d6158e70edce299344712f152819eb3e GIT binary patch literal 5203 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 N002ovPDHLkV1h!?*8Kng literal 0 HcmV?d00001 diff --git a/dynmap/web/images/compass_E.png b/dynmap/web/images/compass_E.png new file mode 100644 index 0000000000000000000000000000000000000000..a12f9878340a212d8d56756c15d79e42ae9be827 GIT binary patch literal 4323 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 R;4uII002ovPDHLkV1m>t^bi05 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/compass_N.png b/dynmap/web/images/compass_N.png new file mode 100644 index 0000000000000000000000000000000000000000..4794e3610185cfabc3599475cb077b7c75ad23b0 GIT binary patch literal 4187 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/compass_NE.png b/dynmap/web/images/compass_NE.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c6574eab8d4637cf4053f8c148256fe9ea8275 GIT binary patch literal 5165 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 bBK|i3_WP>6KgXn>00000NkvXXu0mjf-D=sD literal 0 HcmV?d00001 diff --git a/dynmap/web/images/compass_NW.png b/dynmap/web/images/compass_NW.png new file mode 100644 index 0000000000000000000000000000000000000000..b657abf895972500d531cd74aae748fe74ac830a GIT binary patch literal 5133 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 DYI)0F literal 0 HcmV?d00001 diff --git a/dynmap/web/images/compass_alt.png b/dynmap/web/images/compass_alt.png new file mode 100644 index 0000000000000000000000000000000000000000..0e7cc4b8e3cc2db5076aaa844e60e08cf25b718a GIT binary patch literal 802 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*_=1|;R|J2nC-mUKs7M+SzCeKo%WCj zoWL5q%%{;>PhGuTaDG$+LlQ$}iov6klhyw}fApv+SwMb%6;NmTx949WGFl2aCUQ%M9 z^qg7Xz%$Mie`b~o4ab2J3dau^bolq!%}`Hx#RycK%)-)9YQwXj8f^aoTc@DI6Bu`^ zJ1{6Tuw7A(@LKr)hfVWouro`(a}@DR2;zM7nT3OaMIhGJ$&0sdwaMY7ataL@?*x;Q z8TS5Tu-vt1(Ia~!`T4d$mnxj)&p9i&K>cIc9FD{WhDB990>aD-E-YWNw3`=bLa42i zkKBQ)eTzhZoTGAzOGTP0nIdHuUh0SdhDymv<_$FsYdQTg?==85EA3wE>J{j<`bi59 z15?M6C9Zy{Zv5b|5_~II^y|utc?&%6H83?W9C|HSG+S7~!5=L7@C%3PVyQ1)ekXuF z3b1kV?Yoqqrvb4eDz6r^}A z+y)04vz>#xE>Qd7W6BJSE~WiEE}NJbfk6@3bKx>r!C|#bMsQG^pCuy;3KX|MhppB| z3(6ttsxC=!fIY%H+lC2dOlUt(2t<08JKH6&F+B?ct%?|n78femGBN>e3jEk@H{Wq% fwgv+OBO8O$t5h5QH(N!4iJZaH)z4*}Q$iB}8^RWj literal 0 HcmV?d00001 diff --git a/dynmap/web/images/compass_flat.png b/dynmap/web/images/compass_flat.png new file mode 100644 index 0000000000000000000000000000000000000000..3a81604545d0428a448501a46c720e30ea66db32 GIT binary patch literal 1844 zcmV-42g~@0P)ccu^tuQPt+mjDt$R7IO z3dK%a+Icl7whJWID#@fKF^Q>vc8)u@yQcn0Y-`Rr{=RU?y?BkDeDeLB?>RR);^N|> zz`8D8yjWFHQSoCa6#BEVvGMHX%a=d1+wEsP9#4(Hfg~O}k(ZZOe)Q0)CXt6g#8q%eBoh5suU>84 zHaR(79F4}VUAy+REX(BzK%z&LK3_oa`MyDi-=gNUt7;pJN%YE&nvt_UaS6!+kmy!9 zYSRFTUKvm;L9LKCNIXSw8ySzx1QtM|6q3H|0VGPtqZg?hAkmxbG&unh{g9yCfs+8z z>wu&sJ%B`!aO_r6=1fk2L~s1ovXaq=fJITPqxWoe_`zt^MNSh$T zI^~Xwafx+EHUbKq#Biy@+5?d24GjQ^f%vVdfHZ(av6Gk&4_m=W%!dbX5{tE`6wjh9B>f$LXyC$xdFJO3e|d?Ikd5nLH7O zl&%&kIy-s&TXBYoj;#A zapL%uD_1hvlT3TDS98Q`(_C)u5-53QX5DMiSR^bMUO6{lC%;Qts=PXA`Vtz<^pBL4 zmGz>B7kl+}b#>j99zTAZEGa3ey>#i)J55bZlGSR>ZEkLUtEQ%A-|+BobcMNza}7sq zszQn)l=^&vxUjG$%zuiC-t@n+XO%Z$l(awb_KCu`$6gH}}%d zXJr|uIvg6ZIpN;B${Sb@OvX}MQJWg&XlG6%fN>}21y3~l>Gyl@WRTM8Qpf_415>d%{-qK`NRn@53Y&KrM ze%*>7Sx%ljIf~##Z{NP1?tPfODbO^C+-=6R+B9s1ap&PiqPwCfzwO_@|3mG(udna! zn_h7!B;cyan5Kbbb-~lCbAw985q#`tdBq_}THh*(NOPW+j>?7Xe_iE?E=s3H>n*q9 z;9aHTTFkH1InVi;!^^a8T=40Zgs?l3uq?E`qGXU=X)d9Kmrqe^$}|X~c96iBVyVWm zw%?tfw5bh1!f<+790*yxpER;kd|gK>qkUx-QhWo63Ls_4O_>H2fV9ba1d!O6SZ0zK zeE^AWNM45fxn;_o3Xrm+C!~yllQ>Cu0EvNd3CbPiPMRjA5g<_<9#qErxFyP+7a(Q7 z+|7fN=oY>~=LaXTA07Y_<&f~_D<%LE-QmH@LI1dSk_wRMpDTfrDA8IAtpJH4sZj3N zEP2>rQviwX@Zja7ZvY7(Wp}OwkSH9J=6MVaJV9D%p%oxeJ}&u%^gpBmkg_ya@^aKK zt{^?)vDEQg?!ZalB!IM0Y0E(K0;OA`ZB&xLmoOZKr)0+?qz&zi1&}u1NoIgVw{WVH z0TTUAG6Ez@r6|hp$BrFyPfkwG6%-UmH*VbcArgt4=Am!PHh^N^o<)QVYRfh)D;&OHy$~1 z=bfGxqAL+SSe)X_FVErh6+)<@vmm&XQWZJpR_)bkIq)&YDzfTWT+3T^gon2m z!RaXPf`0y)&pEH(UiU8Jz5a!3rE6Gx%k<{G{d>NxT)V%V;g(;o;eW&VBOA!YBLG}_)Usv{9+`^o)CbL=ouLlZAmbgZgIOpf) zrskC}I2WZRmZYXAlxLP?D7bt2281{Ai31f~@pN$v(Kw%+uz%*A7I^Fo2cjokT?AZ<79+~MJ8-!m)G?9pdsVM8;e)1BSjkFWWha4Rh>z2o=R zC;b0<#p8eFr8X*72+h=syNeS3j3^ HP6OGP- literal 0 HcmV?d00001 diff --git a/dynmap/web/images/follow_on.png b/dynmap/web/images/follow_on.png new file mode 100644 index 0000000000000000000000000000000000000000..2fb7be7a830cb0db93246700a0f6551e47417d70 GIT binary patch literal 376 zcmeAS@N?(olHy`uVBq!ia0vp^{2A!YBLG}_)Usv{9+`^o4a@mtocL9YYOI#yLobz*Y zQ}ap~oQqNuOHxx5$}>wc6x=<11Hv2m#DR(~d%8G=Xq-<@SioSAB>ZHv`R{(cZ!aHc zx;4%E`R44u)$3-S`tbOibDRD8`-TQUu%Uy?&}Q9>qz(V-<~znUO-?+v%)Q6uwoc@n zLkECh!j`Sm6aRfv=P{S7O;x#-KQC?3|E>M&f3Dw`d96OBd1l8&4gG^BKbYIhYXkzv zZHsx{8L2r*$?~*H@WoV|E_i$~{Mhro#Sb1fgd3l6tEo#-I_8#QDHf=BXBOwp6AP94 zZ?ByD^3{LSCp-Q>{=`?5VZ7*e$Jv!Ei<>9(S~#}Nm#LJ}WMsG?o9OXzkEb8ddkmhg KelF{r5}E)!GMOO& literal 0 HcmV?d00001 diff --git a/dynmap/web/images/heart.png b/dynmap/web/images/heart.png new file mode 100644 index 0000000000000000000000000000000000000000..fba847742a3065726c8766713370cc26bacc7761 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^tRT$61|)m))t&+=$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWw1G8J;eVAr-fHPT2A}IEXMjOf2VCx|l7><+s_&ed3GQW1%Wu z(pC?d>ZBs$OlRu~w|6Yq+E&{0(QRT7lV`u_wxCmw-%Vcf_`KZp e$xCXOco-HxmYp+m<$gDyB@CXfelF{r5}E)@A41ar literal 0 HcmV?d00001 diff --git a/dynmap/web/images/home.png b/dynmap/web/images/home.png new file mode 100644 index 0000000000000000000000000000000000000000..5b15f03d91972545039ccf87464053d071b81127 GIT binary patch literal 428 zcmV;d0aN~oP)P000>X1^@s6#OZ}&0004VNkl6WQ8AUp{_yYF`;#)}FoSa&UZ%}XQpfBJo4t5h9L?K8t z0Ym&lpq&Z{-XV#mgWv7GpW{CK?zjg;QmfTyr_=dF%4{|p%w{tT27~r+IBfm(5^wW% zyLDXGT}L}vmY)iR0^u@C{qx=y;??iY^%0Ap-l{Cos@-P2;cW{I-O$uO&>m=&!b+iqf{!zdhR5us^$nGKI2U#p66jQnZUN~>?DW70k&&rsi0UaW+#y(35udX zmgVduqTG)p_T%^aJ(kO5>cfH{xGV{R;3|nIXOpZ}tE&&)?RH{G7=~vX(&TtN#@4?< W{-EnTc7+oF0000A!YBLG}_)Usv{9+`^oavU_hWIt~<)EOCt}an8@p zP0cG|a4t$sEJ;mKD9}%WVsZNFMr%S-rs_>evELm1!MM0+hlUzO8Uj<2qD$JbVAUe}6aU2sCaD>o^*v?OAj# zbK6AyX(s0%@E=ie4Z1knbJeO<+dV^aCS}cXQ)xcho!^`&G2yvo*CL18+thZL*dN_7 zS<`OL>DWa&u@7q^7q83yQro}o^@BOT=PtOTYW1eLaQDRjT6G(Pb>a`})IO-#bujil oTf_d)gXYI;^d56J=gEF#X?wMYPtmzs5aA!YBLG}_)Usv{9+`^oaCjT?6Rs)43OI#yLobz*Y zQ}ap~oQqNuOHxx5$}>wc6x=<11Hv2m#DR(qd%8G=Se$-4*^ujygMjOQHf`P9tCxIU z3byz>HeAD8JtyX<63d#kIZTs-v>kP>e!9J5k$~{zTj9DopP!%AdF|3tk(9yH0v;xlI&8<$($-5BSquvyS~VTXa|B)4Wqi=47__J-3( zB_#Y_?sboxrqQ+NcAiU1-_ww{@ yt0p};ueM_L&SDSQ{}Y}Ggf4yknfbo8J%b$kPNOr%tFHmQ!{F)a=d#Wzp$PyCu8B7Q literal 0 HcmV?d00001 diff --git a/dynmap/web/images/moon.png b/dynmap/web/images/moon.png new file mode 100644 index 0000000000000000000000000000000000000000..0283a879121166dc7a60fc2461656c17892bbe27 GIT binary patch literal 3248 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 CmGP7S literal 0 HcmV?d00001 diff --git a/dynmap/web/images/player.png b/dynmap/web/images/player.png new file mode 100644 index 0000000000000000000000000000000000000000..212039f167b29d0e1ff27752aea61c26021e3b6e GIT binary patch literal 328 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxVoxE{-7;bCUl2|8IZT z(d}3j8(SNjLfQ{qjfx3}PjoO!|0sMX!~FX9_iq7t&42&@?`2>-(zIl!pvtRH?_|Ty z8Zd;^Go&$0ILjd5pm48#M%sc--ilIXp2n4{**O%{W+-f&b@3__i-7Qn^A3zjUzMbp z`1BhXk`9R`9ATIc2V^O&;jw4nQ0U^tB-8>vsfagx0qNGrZJwmEl3@w^5^;rw853Bf zJTCBra|<{u*wZj+CdX1QmFrDk8Ce9Bm)?|AIKc2&!_Q%+TPZ8hdkmhgelF{r5}E)$ CYiq^; literal 0 HcmV?d00001 diff --git a/dynmap/web/images/player_death.png b/dynmap/web/images/player_death.png new file mode 100644 index 0000000000000000000000000000000000000000..9abd211a8b3273ac6311798def0469793b6c87b7 GIT binary patch literal 404 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;Uj1_nlXPZ!6KiaAMt{{OdU zHYzA8auRi5`u*)~vWqw~hl1M-MuXn%`S*`4o$nYLDtcI+Cc4r3#u zf9$U^89EtR1i1BDcjUOUGcX=`@#4h~`ABBNIEIVAzrRmsc$Le-p`ez-wRg{+0}^w4 zc^Oy)!t`VI*2!v1OEYjN@Gv`Uv)xlKe`Z>ENXzEJolFW1275N--Zrz4UM3kUBMDT_ ztRdUL6y)Z{*0;a@|37(^HlM>!9BLNW3EXA4#4X@Zpnt$gLWKLo!roptHU>r(|IP(R z7#B6F9ac>YGK!eM+sGL7seUv-K8h%!wgk- z%<^R30|SBS6B;c#V;Ow%?``LIP3&mrol*Dch1raK-#_WjVB=8eie(UR(21{e4!W{l zUBG_5T?v~{b(ZuZjhy*gIee;bN;u3pcYtddBU49`IM4;B|3240*i-*M!1!oicltpS qV{PuPAJg9pi2widmm6la0YkyFNY)Mhej>owVDNPHb6Mw<&;$UI-?I?_ literal 0 HcmV?d00001 diff --git a/dynmap/web/images/player_follow_off.png b/dynmap/web/images/player_follow_off.png new file mode 100644 index 0000000000000000000000000000000000000000..935e7c65e8607696f36e4db42909fb2d5ab4d737 GIT binary patch literal 361 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxQ5I!_VyZTYioPXs{j9wcbkMlLxjVe>+9o2qGag?FBxVWwQ z`@4l1P!VOG38s5$eok7T$iV1QsKCS`(8j3lKQAR9D2QqE(W6HVkGQzH23}!i5fIip zYtZ_`q?y5iVWEVAj!w@)f!Pv9Kr6*k`ntNf+L&^ZPB17mXz;l-Ffi?Y0Q3RRrAwDo uGFej91c0jC0?OE)dKBfbzcOXyFkq;e7TrCOBl;}R{|uh4elF{r5}E+xNpv6p literal 0 HcmV?d00001 diff --git a/dynmap/web/images/player_follow_on.gif b/dynmap/web/images/player_follow_on.gif new file mode 100644 index 0000000000000000000000000000000000000000..6937e81d9518be0d50e481832f280ab5eb89a801 GIT binary patch literal 332 zcmZ?wbhEHb6krfwSj5io9|X>v`9ITmCWCPrgRwCK5CDY~|8x7fh6Fo12DlpO889;f zMHPRtuyQf5Gw6VnfV49(J5_AEvo_^~r)s3i>$U99621sBE|_{(gF$WMwt0?Q^23fB zpS`8CZ}(#?ks#>xmGjAdeAVc=ol02(XhA+_Mh zDnUk-+|bzA?`P(#hly28UGdpt^&})$ASvf47de%usdR1)gR$@Sui@pjBI#ZVKTNWx zU{@~Tu*S!$!Bu5ysnPE3=cbg`F4$3+`pje@4%0mtuiWn9IG~ct6d(O?jr@_!Sc^$3 MmX!2QW?--e0L_1Bc>n+a literal 0 HcmV?d00001 diff --git a/dynmap/web/images/player_follow_on.png b/dynmap/web/images/player_follow_on.png new file mode 100644 index 0000000000000000000000000000000000000000..fa790c51bb44aecefc0fbd1a705bb7fbca3f56f9 GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxSqyE{-7;bCUl2|8LK1 zZ~tGC&FH}KetBO8rjFK$6F>HpvNjuPi)YTNuTN%(<`HnvQ8+g{n}^3{(-O%8+I$Nc znL0X6a%V6oGz9S6uzIR=c%tTeNsdlM<^~2Q!w0&Dbq#vgFwT}RV&G5^VSZHPB>B$p zjpM}zUmi&Y76CU2g=`Cxr>2h1K-(TUuy82wFpK#{o?UR{0aM!TryWThH=l4UTEWht zpcXSLk?Uh78zabAhZ&B%&WdJ+DGWg8oRE1hQ_I78G%3&OG+>MJCYa44$rjF6*2UngDIVb8G+r literal 0 HcmV?d00001 diff --git a/dynmap/web/images/player_travel.png b/dynmap/web/images/player_travel.png new file mode 100644 index 0000000000000000000000000000000000000000..03ea7568b4ee907a0e5af314af76428c553fa0e7 GIT binary patch literal 454 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;Uj1_s7JPZ!6KiaAMt{{OdU z=CH7|bd+#usQvxT@X!qg#v@FZZBkE(EHdHd=5D@vn1_)=K`g~nRaLc#t>(`U!Do-y z7AW!pl|6Xz;>Z72S63(e`TP6(|BpYF{_j1^dLTz&-v^WD|8E6r75wWK*FPYUajbs9 zJ+=mhB&Y4QZpV|^1UbdpCa`!K#K*3f?HGBhIq`OCtik;G^W~4a0u4RVz$#$GBFVra z5XS7m$iUcgwV{VAvdvuopTU~Q4>D)=|6Dia;k(PSJaN0G8(v{z5xBz;@j~blPcS<( zP&b2@hnt(*g9)vzCU!kC%nEyf22A3c;Oowx%QJf+gF?dry#}@C|4&HVbTx=hlt{DY zU}h0e*3n>#6rA7b% literal 0 HcmV?d00001 diff --git a/dynmap/web/images/scrolldown.png b/dynmap/web/images/scrolldown.png new file mode 100644 index 0000000000000000000000000000000000000000..9d07aa655b1472a2342ba38c3c47e8d37a3399d4 GIT binary patch literal 1019 zcmaJ=O-$2J9IwInF+yTYOjJmGmT)nweeE{3RVvJN$kdW$OkF&vrG2mh?W^s>6%HOa z7$6)xc<^BK#MPr5I2gewCMJ5&#Au8OiSeKYKVtBPuVWh?oK0Te`@j5tzyIf(%?+Gt z2^|hG4AYYBSMqe<7py(I=>N#iO^t4cNTx^z@h~ZCE@Dy!9zq~%X(K3)G-LAWGt|v6 zO{`fclA?N6(y_&90fzG}hq4)_yT^AleGCyWghotTX4jV8tvpmdut2aU`BEm&;r^ z!eMuW7m~?jpdpH3iU@m?HqrdB?X}kw6y)iy=@1j!AW+nX@C1=r8tGOFmQ$Cty=s|g z!FXSDc!7gKN;ROW{vT>tb+kwFXgl723VVe~2l092;R#o#jT>$cTsczOMH<0w0psyn z6>}v_uvfwkNDszQ%W$ z<5*xrE>DBugU0^V=-L&Xp5Ry?TWZt?AK7%;T{_m6r*psPlfYReRq)?_$)5@J9^LbN z@kiVHP3Zwy-#hwgrFZ7~POJ6isC#2|$GMjH@8yoWj~@3b(S_*zlf+VM+xWco@y_eH znODho$3JYWbnafbbz1b~rw2dJ&Ai-LKGtuq-JV^%_a=0H?Q8R;{V%>ZLnid?VuyKP QwJCUx+01})|KyeFKl%enRsaA1 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/scrollup.png b/dynmap/web/images/scrollup.png new file mode 100644 index 0000000000000000000000000000000000000000..b6b6c0c4673acbbf9079e83bf8095789aa11f802 GIT binary patch literal 1005 zcmah|PiWIn7|)oLF&OS9D(E9qPiyjC+9qvSH?pR61v^GoSWjY_yscqNUY5MsZ0s-` zC|<;?Ui2)ogP@lkbb4{9H%0KGXD=cm3Rdb%*KQ(X243F#9>3rB{k}i%=FIfPp}|vw z9LEinr*wnu!|@tOu>aX_ZIf*$X|YCU$vkbE0p>KD)G;W#<^ndbX|FEt;xUfv=bdVe z)+(1&i@1UrV}!`{8JpwACL-Uo7BK~Nyx@3w{>%1L9yoTMpUYHW#V_E7Gqo1r*|q7a zwYF&GY<^-Kj72JQ;9_cm$X)V6HOliHzbZS&*CG!(5W1M>_e9kyGoU~M3^D>tT2O{S zMgmHu6-5~Z5=2mhl8B@vQq+{BLI}Da&!PqPylUvBZY*Zy`39xFDvHf!Q)s3H5-f-) zm&?UIBq_-d$#B)9W|Z{8k)8(~hgRVD)FB>-J(_j0Li0RRx|f3MS1S9Cy|7y-Rx&X% zeGv&zblo_w4mzX;K9F%JI;^hxSTt}*RsxIlV}7JZX0hRGnBWF7{|y&-3g? zupL{?XsL``)a7(GB_mXXSuG8VIiw&|$Ydp$>T%0nNKMbeJ+5=W%^b;93jsDM395uF z^}09HAe4j+;)B9$22@PT@nSnJZC5D{oU7O_1;hoN+NjPy@nh`}Wg$XJ8Y&W$vj}Nv zxui{MX)T*8rLsEHzQ?r>$@{-tk%n%!`c^;^q5|l6>sk4PpH5?Zjpu*O%ao2lwu*KY70# OKfrQvTHl(ya_tY@TS5^4 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/server.png b/dynmap/web/images/server.png new file mode 100644 index 0000000000000000000000000000000000000000..e28417c7ff650355b8e63e8726e3e3b9bf2c30e0 GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxWP_E{-7;bCUl2|8LK% zCm3Ul-t7$@r)x4pk!#~e9-<0)nq0Y~O*u~x?q z7<2AU6JX#_Xo{N<{fT|OI0F+$UPDt8Qy8m&e#hdD&Ti!&42&(Nn)VeR81%krw6VTu z4cCzJpJT!3e+npJZhVj@DK+)z1rBB)?C_k+}|Y_9h%`@{4)Jz|^61R)I&rK_rtcv4LTcg%l%GN0L4Ri@?!F4grUXzwSMX z42(xST;d%3Jc2K(0%cn}60EqF9^T-|#3Ep*cYqsc#G?!r4g-eyPfe8kGrJvtu4M3Z L^>bP0l+XkK3L8!a literal 0 HcmV?d00001 diff --git a/dynmap/web/images/sign.png b/dynmap/web/images/sign.png new file mode 100644 index 0000000000000000000000000000000000000000..8d8573ceffab5aef9d2417b6e5aeab7ce89b7604 GIT binary patch literal 681 zcmV;a0#^NrP)P000>X1^@s6#OZ}&0007TNkl1we^xo3arX@&0OVAC0L=#|POdxJ_V`7Z|#J}KwaOqN)E)5ALMiwdfHOESfh%;UxP)BaA; zG%e(&N+94T77g`XU|(&cs5+t#d;$!_BLF?~E<|psJbAiGek{wv)yck))wLqeSH6%L z@DU9O+`c&j&@=BsEE^Qfrd(_BVPluk;RK0zn8MZ`TH7QV5{O1Z3}q5-Sks+T-rlJK zPQFt+6k=LXku556osXM!?%tSU@?x09e@@?%+sGTmLuEgQLI^YTpraPmWH zA4oJ3V19PooyewR0L)D1P*j~{RA4aa)Gp)(nWyWGhXnwdE!)i<3W-I6%+HN`471at zo?1SaBA-in>b>Ouy-?h#vhuFL?Bxk^=h7^_SVwNE0E`T$nY%LKdSAaS@V!*!`n4$l zo-MC?JcmMb!=x@L=!OY6x2`TJ0Pb;hq^KHoNx`x#0P2$B@%#cQSND1F=v8+C&1v9H z&7xd$fEDQno7-g?ibX@|HduG2*{YbtlU8qtC<}BPthCPzVp_J-_-HsV zb(Hze!lkv&SW< P00000NkvXXu0mjfdR0DT literal 0 HcmV?d00001 diff --git a/dynmap/web/images/sign_home.png b/dynmap/web/images/sign_home.png new file mode 100644 index 0000000000000000000000000000000000000000..5ecfcec81e6cad5fc313180680c6be12c2beb2cc GIT binary patch literal 407 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;Uj1_nkYPZ!6KiaAMt{{OdU zHYzA8auRi5`u*)~vWqw~hk{s1@9F9K$Ct{lW4o!)z>vhS^T5T6AOClY>mT@We}BD& zp~t^hS63@I|6~4Y((r|eMSyz~Z&Ff{hMAF}p&^55Q>FmJ#{2tfyBD!3G(6b0_%_=n z*0#iLhn`G`WfXAmx$%cGom|kKsuQjJhyq9Twbkt5*V@!p00i_>zopr09P!IrT_o{ literal 0 HcmV?d00001 diff --git a/dynmap/web/images/sign_sign.png b/dynmap/web/images/sign_sign.png new file mode 100644 index 0000000000000000000000000000000000000000..5eae09b9852c15a228489fd8975833c01dfdd43e GIT binary patch literal 431 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;Uj1_nkePZ!6KiaAMt{{Odc zo;>+-J)6+MeYL+O98DY;Ha3_<|J&uc}S$SF|=agv+zm$k^u=l$?0*=yje287v$MVkwR(A6~uA=kdM405q;4NJ-$2`*F@+ zi~jEoVL2di#BDnJt$PfYxCI<~0+^d?Nt+5MUE$(?40hs*|*2|;-b7eW3A zH7{E(-;n9V#=zJj$i0NAf#J|grUlm}9PcTl0L^~*mFa{)LSF8H+-J)6+MeYL+O98DY;Ha3{}&opYy=sk4kP{OQ<6F=@>yf|4ID1Ja?%9JS`W=|d; z?=LU|@)f*OQd13WDn2wkyu93>r>d%o=khY&WDgIIga?lvCH?sJR{HSj@bwbga&NaK zNjNYplwi2jz$c~?(Qw_Af$>PonU9}7G2P}!R_;D{o z!f54C^owzZS_;q_iH#0g3>*q`^cbpo1)uObu`#d+#OXKiFh0A+R+GiR#KW-QcwK>6 TNoo=>#2GwY{an^LB{Ts5surOk literal 0 HcmV?d00001 diff --git a/dynmap/web/images/sign_warp.png b/dynmap/web/images/sign_warp.png new file mode 100644 index 0000000000000000000000000000000000000000..9f05e517e1b8a5ddbc1047402682e38801df5fc5 GIT binary patch literal 435 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 DumVSe literal 0 HcmV?d00001 diff --git a/dynmap/web/images/weather_stormy.png b/dynmap/web/images/weather_stormy.png new file mode 100644 index 0000000000000000000000000000000000000000..45808fb140cdc8742683a387a07153634a537033 GIT binary patch literal 1285 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/weather_stormy_night.png b/dynmap/web/images/weather_stormy_night.png new file mode 100644 index 0000000000000000000000000000000000000000..fe08ba889f8a0bfd7e0a12efd947fd557bf1d9d2 GIT binary patch literal 2968 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/weather_sunny.png b/dynmap/web/images/weather_sunny.png new file mode 100644 index 0000000000000000000000000000000000000000..8ef8cbdaec0adfcc3c1dfe1330b190c21e0d44b6 GIT binary patch literal 905 zcmV;419tq0P)P000*V1^@s6{^R5m0000PbVXQnQ*UN; zcVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBU#D@jB_RCwC#R7+12Q562}%(P4ypy=={ z3Kirbno{F)fl^%|X=F-jpm(Ljq( z-jCKgrOe}cr=_)&RyXR(lbqa{Gv|Kao%5Y@$&H)0kjW^e8RHM71`OCL<2j8-?fu51 z;8E_B{Z&q1a92ZpGOy#a63<~yrUHQ!@~hSx;WcHm-4{o z&cEPuesfI@n+Lq|QAuKv$*DkA!0G9kA-1^JUwce<4WIK_T(ZX?j&?{}3yHc2YApo~ zg+OQL`VjWFTeh$GmKy!ROQUOXlCP6f83|@)W}75Q@;aTB;CUXANCeBvD+mvsN9pzo z$kGfbp95Hm0d*N9x(JBXfD(lE&R6*D>|l`NI1oa>nZK6FP0P!ZVg#nyY&JL?<)}H+ zi?Fa4?^g~(m0MwKIRYx51}$m@R=Jw`*F4ze}@PGx10_Jf4p!r+|l)e+*QC*u1A6Ce&Y%zXN)aHWd||-t^-sp0MWysQKm^`2_&e1RJjUm$47gjlpafx=(^s` z%HgT2t$|s`1aPKSPP{6iQHUgp(0mA6M2!)xffyP)6-&?sP$G9}njX_c@cH~LJTJ7> zRPTtN+%S-7MAFH01|U~m!-5jPn12xJVn2$-2r5v5+-;03y3o$jp2alLbiGZM<@iS3 z*a(~`65SjV3wFlbw6faEh<=~M{K$O_j6Fx$hl!Ohx0l+Q?~-^6_da<#)KFjN&d<;L z?Zjuh1yaLNWgZ`%-h(1oy(rx0Idt$qkkd5H$uxAZ#jh>Wt8AVx;NDWWf5B)lIUA`6rFTKd}EK f|4IIy{SaUP?0FoMp=4%e00000NkvXXu0mjf<$|<~ literal 0 HcmV?d00001 diff --git a/dynmap/web/images/weather_sunny_day.png b/dynmap/web/images/weather_sunny_day.png new file mode 100644 index 0000000000000000000000000000000000000000..94ce5b077ec74f98c0d50e4d459b43a6c4050332 GIT binary patch literal 2385 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 literal 0 HcmV?d00001 diff --git a/dynmap/web/images/weather_thunder.png b/dynmap/web/images/weather_thunder.png new file mode 100644 index 0000000000000000000000000000000000000000..07bbfc0a4766796f99f1faa69f226c949ecf9540 GIT binary patch literal 627 zcmV-(0*w8MP)P000*V1^@s6{^R5m0000PbVXQnQ*UN; zcVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBU!6-h)vRCwBA{Qv(y1FZoQ10BGqC8L&% zT0$7GkfOM_q+DN+|JwyY{_j}jpS|Q``0Va*aV-?FCi~ z<}SCm0AwyeFRDllE(HO;?+pL`F{0q7FZdZ|FSGpc?K@k5xrN2Yix)35fG}CX1+qk3 z_!GmwzX*Z%pST$2EVBRw(*l^-hmRl0j}w00?+(BJpn9H%>jy(z@F|7|PlO5{0`bN3 zhaUX+$#wuJwIM7da3jf<{QSl8Vf%hf0XeC63?R(T{s$~BB=8xGjdUJ@eY@v~M#7m( z3Iaej>6WCV<_k`lGR^+vJL`M z&%vovr}wk7{51IXl?mochT|928E)Q}T9BNanD|OSj=VUzeEAB*wFeLJb8~)AkP>;$ z@cA<%!>>Oq40}%+0}}ynLTXC#LV0;vhO^IqlV{15D_7z9MN;^=!23@O44=R9GMu}i z_u<6_B@==6rQ{iVYqhRZAiMwo literal 0 HcmV?d00001 diff --git a/dynmap/web/images/weather_thunder_day.png b/dynmap/web/images/weather_thunder_day.png new file mode 100644 index 0000000000000000000000000000000000000000..89005210e0019ee5f95221735eafa6a30a560f9b GIT binary patch literal 2818 zcmZuzc{J4PAO4aVgQ`eAV<;s%myX-rmYbmaf z$cXGFlxQJo6h_8xy64>ge&_u>pXZ#!$!4kF zfPmROfJ)tF6WHlbV*`No`+R}DiDgfCC?<9RY&Q89Mnj(3zlXt;i#OOT^)C{bdHDdq zD~dC?Xl>h9X5&e*{vaCpG+>^-t~$#FK_Z5XPDmkB6SGpp#%wwNiXJoVel>H&7nC~w zu1L>nAlCb&s8JKxJGI1;OH9_pA~s%yCllZhM379>)Mrw>nsdAJwb~nWNS7@PnrI{0 zd!rfwqx)U7eeJ~^fpG4EC{|cpANiZ6uMJW4TEn!67!=IihjPHezosCoa>!ZwX~?5j z6ok_=GTseFFUUR#-}4XccKoJUC?P0lm6MicsTsaY@ia4o5{M@q8#03f19u&irYr81 zq%#j#=iS}iZU6TFpeRW470N@AISmMA?XzCF1Idy)TI%YTB}GJx1OJc!dfspGCl8kL z-PXGfK|H`qTRBPb!?gU~J}+@8L=Ye~j1e;Ah&JJL%K@9pK@cPu7}^)@V%Mm^SFqNLf_`D_ z!Erd;N!ONH`piryL)5m}nFkC8OCx1uqOdM6(+TX`qI5kW!`*{Ow&5104dH>R?#_6~ z-FmsQC!d7^gM&Q|4h}jYh==LpSK`T|ZaL+(b}g$^P`P>GeI}Ett)X!^<`@{(GwST#2{+pMmvJpZnltSc2wLc!`X_&JG01nvX`!Oz73AB;E`wsMu93kC(- z*4aGo?-!_<^l*ihr&!7piNwi~EcC5YI+1WV0F~5+g$Bt-ooQciZ* z|M5!`V!EYC8r!}eKRDo^zPFeM!cP>ri^1aWrmbL)8I=my)C9%#JIRf_dewb`8|ZdC z4iuD>lt?G^p~pR1jiQ8`u1WC&K$e*_+hIe36z+ry{s@ghI4fJmj#pfYTVg%&j*DGo z^&ifxUwcLAjtI)hr$@Mtt)I^}D{X0R9#<6RgT==nagf`3DK4UDGlHKbt(XT$xrMnoDtYs5w|(BF8!`w35Ty*nIHk$q zDui-r%zUke@Pys&Z%JN1*e;>k9XUt zeW)YKm(kpw5x%D`BzZJUdq%E`pdU!yZ2XwXQ=U=WU9WsjeM58>wO_n(JHKvHM(nUG)q9wJ=VHa$1Ph=9^o1RM-@K2QelGdpwr zqgWH;^{c(pJ&hdS1~JTqgMuAaQiK@g=MvK;ogDP1>g4{z^6Eu=(MQ&qthSV*J)!Id z@WZs5g<;NHk_F7AgSCR(G%yBh27PwU+LuQ)4t%SrOTaGOBG0?GNqF(<+I4;J;?esI zRuOD;e9#V?k4}#Ij(A2kiqRk?hs3Wbb%jnOB8~t`n?Q!pvr&(`Pwir6hUKiyEa&FH z!yk&;J6XG#HzE&nXjWk}N58$1eGSvvF7;bmSzoA2)Lscuue(%$2%44Z36oQlBsH_i#ircI|WB6%u&}vmkM3>8GTVh4QMnvHK z4Fs^xXO1lChC3_`@4uaA4m>iw-wy?tzNaSCCH|?gPysl6#bZxj-|teQJUTd`^+ha7 zY;0r#iO$L?)Y%wM-&%w2%X`*@*xc9L?>Q4u<*DW`GM1A`t*)Z8GLNo>$jg7`xT90~ zP8_7}9dHqqrL|v^bf}n3cURu+S&yjlcexF-$rBeLig$LZd|A}-lDBVsH*RfIwih>M zJf|a``Xf2{S5QSxzdZjazQ}QH$DWhC4Uob}c75;7>r;Q4b*zOe)H{%}r)cn&=>`}R zObYtt5wJMLJ=L}$nf*;;BGJ6xtl7>)TQ^Sf^Z`B!6Zmnw|@J^_~U zi{t-#n6W3%;s&Pz}T^JrTsu6=} z!Kh5BqFOO10JyjT5;XONLjF^F`#QV3hW#HU1dVCLs5D_z$Np2cf{uru+oQ3S0M77| JLA@R+_J1M#Ai4km literal 0 HcmV?d00001 diff --git a/dynmap/web/images/weather_thunder_night.png b/dynmap/web/images/weather_thunder_night.png new file mode 100644 index 0000000000000000000000000000000000000000..63b359e99601920e2f63809667af38dd5146935d GIT binary patch literal 2898 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 K=d#Wzp$Pz;7k-2Q literal 0 HcmV?d00001 diff --git a/dynmap/web/images/window_close_hover.png b/dynmap/web/images/window_close_hover.png new file mode 100644 index 0000000000000000000000000000000000000000..08656f6af74f90239fcc112f05fa9d1b8333709a GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxSqyE{-7;bCUl2|8MVX zrTn;_&FH|H|NkW!nL1dPL<*mHs1*3wT!HN+D~E!Zz;ks0@5zr@6c{)Z)Qr9!WOQIi zlt}pgh_(6s_xBQ9j!6oZB@6-%5^Q^Fe~YbSj5OXPV+2$xR?@io)-8ueTFsLt2{oHd zXltzg{?75q1qP7zhMbNK8w}#kDgZT#uqy$DN*T|bSD5X{@I+R1!HqOOKc1}&j4cnD zQqC%*HyfN$$l1sYv_kL4kB`b0TPFVPkyAUtpwM8zW1*thcsAUESx})tgU_Xbfob;x rTY>w^fy&lX*fufpsw zt%<>b!EoXdZf*t+g)UwcVh>x*uP>ZE9~m1M4rMZIa;s@$U=avoPLOg4aWUPQjiIp%$Mn#iRXMxA{y$qZkAQ=Y!nxPi*GtZ`tM!`1xNO<7 z1Sy4v86KBfSs7RaxOW|xYhCW($Gq9q)wQteAcF%#;2Wj}hDA3RuoH(mj&0As-(;w0 zD8ay?z{7mz>{&yRMB!#ekaBJYMwYUJ{qpt_OO`J6yu@+JM}a}Wp=U~3dIJM9!zx9i UWuNrsgM7f?>FVdQ&MBb@04R-P-2eap literal 0 HcmV?d00001 diff --git a/dynmap/web/images/window_pinned_hover.png b/dynmap/web/images/window_pinned_hover.png new file mode 100644 index 0000000000000000000000000000000000000000..e1f963d2abc69ced69a46b837a4c1430e0770dd4 GIT binary patch literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxU*bE{-7;bCUl2|8LKn zZ1uRF&FH}Yng1mjnK~va_CB<4R-16#bgcq| zdFf3_g#!!=ziYfz)-5^;bU1^j LtDnm{r-UW|ufpsw zt%<>b!EoXdZf*t+g)UwcVh>x*uP>ZE9~m1M4rMZIa;s@$U=avoPLOg4aWUPQjiIp%$Mn`xb7liW(xO!> zBN!YQF5Y1RaunCFFzwm1C*a5JZMn)`@(v6WpES4g%QqQnGAJ};$hj~ux)gIWFm*f= zV_*@u=Hb>KkaRVnyP|>N(9Et6u4-nMm6erivKWC199aY$ENUChx*AM>T%>EpAm9+8 zdq8a3lQfeChDDVEj4T3Ybs0DmW<>*KT*S*19K4gTe~DWM4fP8EF? literal 0 HcmV?d00001 diff --git a/dynmap/web/images/zoom_out.png b/dynmap/web/images/zoom_out.png new file mode 100644 index 0000000000000000000000000000000000000000..9af74b2d1a2895f9fe062eb8f9ec40fc662c9bec GIT binary patch literal 336 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjEa{HEjtmSN`)Ym%P6qN7l0AZa z85pWm85kOx85n;42huMX7)lKo7+xhXFj!4zU=YurzH;UjpxWD>E{-7;bCUl2|8L*C zZ{NRqHmQbgaeX5u76I-PAC%quE*z?1b8|cPpMmiR)8h}HJ_TL`xb7liW(xO!> zBN!YQF5Y2kU|6)1m4VTvn45vA +Minecraft Dynamic Map - Inactive + + + + + \ No newline at end of file diff --git a/dynmap/web/index.html b/dynmap/web/index.html new file mode 100644 index 0000000..1a32c37 --- /dev/null +++ b/dynmap/web/index.html @@ -0,0 +1,57 @@ + + + + + Minecraft Dynamic Map + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/dynmap/web/js/chat.js b/dynmap/web/js/chat.js new file mode 100644 index 0000000..e71f03e --- /dev/null +++ b/dynmap/web/js/chat.js @@ -0,0 +1,47 @@ + +componentconstructors['chat'] = function(dynmap, configuration) { + var me = this; + + if(dynmap.getBoolParameterByName("hidechat")) + return; + + // Provides 'chat'-events by monitoring the world-updates. + $(dynmap).bind('worldupdate', function(event, update) { + swtch(update.type, { + chat: function() { + $(dynmap).trigger('chat', [{source: update.source, name: update.playerName, text: update.message, account: update.account, + channel: update.channel}]); + } + }); + }); + var pname = null; + if(configuration.allowurlname) { + pname = dynmap.getParameterByName("chatname"); + if(pname == "") pname = null; + } + + if (dynmap.options.allowwebchat) { + // Accepts 'sendchat'-events to send chat messages to the server. + $(dynmap).bind('sendchat', function(event, message) { + var data = '{"name":'+JSON.stringify(pname?pname:"")+',"message":'+JSON.stringify(message)+'}'; + $.ajax({ + type: 'POST', + contentType: "application/json; charset=utf-8", + url: config.url.sendmessage, + data: data, + dataType: 'json', + success: function(response) { + if(response.error != "none") { + var msg = dynmap.options['msg-chatnotallowed']; + $(dynmap).trigger('chat', [{source: 'me', name: 'Error', text: msg }]); + } + }, + error: function(xhr) { + if (xhr.status === 403) { + $(dynmap).trigger('chat', [{source: 'me', name: 'Error', text: dynmap.options.spammessage.replace('%interval%', dynmap.options['webchat-interval'])}]); + } + } + }); + }); + } +}; diff --git a/dynmap/web/js/chatballoon.js b/dynmap/web/js/chatballoon.js new file mode 100644 index 0000000..8e5c4d3 --- /dev/null +++ b/dynmap/web/js/chatballoon.js @@ -0,0 +1,69 @@ +componentconstructors['chatballoon'] = function(dynmap, configuration) { + var me = this; + + if(dynmap.getBoolParameterByName("hidechat")) + return; + + me.chatpopups = {}; + $(dynmap).bind('playerupdated', function(event, player) { + var popup = me.chatpopups[player.account]; + if (popup) { + var markerPosition = dynmap.getProjection().fromLocationToLatLng(player.location); + popup.layer.setLatLng(markerPosition); + } + }); + $(dynmap).bind('worldchanged', function() { + $.each(me.chatpopups, function(name, popup) { + popup.close(); + }); + }); + $(dynmap).bind('chat', function(event, message) { + if (message.source != 'player') { + return; + } + var player = dynmap.players[message.account]; + if (!player) + return; + if (dynmap.world !== player.location.world) { + return; + } + var popupPosition = dynmap.getProjection().fromLocationToLatLng(player.location); + var popup = me.chatpopups[message.account]; + if (!popup) { + me.chatpopups[message.account] = popup = { + layer: new L.Popup({autoPan: configuration.focuschatballoons, closeButton: false}), + content: $('
').addClass('balloonmessages')[0] + }; + popup.layer.setContent($(popup.content).html()); + + popup.close = function() { + if (popup.timeout) { window.clearTimeout(popup.timeout); } + dynmap.map.removeLayer(popup.layer); + delete me.chatpopups[message.account]; + }; + + popup.layer.setLatLng(popupPosition); + dynmap.map.addLayer(popup.layer); + } + + // Add line to balloon. + $('
').addClass('balloonmessage').text(chat_encoder(message)).appendTo(popup.content); + + // Remove older lines when too many messages are shown. + var children = $(popup.content).children(); + if (children.length > 5) { + $(children[0]).remove(); + } + + popup.layer.setContent($(popup.content).html()); + + if (popup.timeout) { window.clearTimeout(popup.timeout); } + popup.timeout = window.setTimeout(function() { + popup.close(); + }, 8000); + + if (configuration.focuschatballoons) { + dynmap.panToLatLng(popupPosition); + } + }); +}; \ No newline at end of file diff --git a/dynmap/web/js/chatbox.js b/dynmap/web/js/chatbox.js new file mode 100644 index 0000000..ae9bca2 --- /dev/null +++ b/dynmap/web/js/chatbox.js @@ -0,0 +1,153 @@ +componentconstructors['chatbox'] = function(dynmap, configuration) { + var me = this; + + if(dynmap.getBoolParameterByName("hidechat")) + return; + var chat = $('
') + .addClass('chat') + .appendTo(dynmap.options.container); + var messagelist = $('
') + .addClass('messagelist') + .appendTo(chat); + + if (configuration.visiblelines) { + messagelist.css('max-height', configuration.visiblelines + 'em'); + } + else { + messagelist.css('max-height', '6em'); + } + + if (configuration.scrollback) { + messagelist.addClass('scrollback') + .click( function() { $(this).hide(); } ); + } + + if (dynmap.options.allowwebchat) { + if(dynmap.options.loggedin || !dynmap.options['webchat-requires-login']) { + var chatinput = $('') + .addClass('chatinput') + .attr({ + id: 'chatinput', + type: 'text', + value: '', + maxlength: dynmap.options.chatlengthlimit + }) + .keydown(function(event) { + if (event.keyCode == '13') { + event.preventDefault(); + if(chatinput.val() != '') { + $(dynmap).trigger('sendchat', [chatinput.val()]); + chatinput.val(''); + } + } + }); + if(configuration.sendbutton) { + var chatbutton = $('