diff --git a/code/game/area/areas_vr.dm b/code/game/area/areas_vr.dm index bca625aae8..e356063e2a 100644 --- a/code/game/area/areas_vr.dm +++ b/code/game/area/areas_vr.dm @@ -22,18 +22,10 @@ /area/proc/apply_ceiling() if(!ceiling_type) return - var/added_roofs = 0 for(var/turf/T in contents) - log_and_message_admins("I am checking [T]") if(T.outdoors >= 0) - log_and_message_admins("It's outdoors, I'll skip it.") continue if(HasAbove(T.z)) - log_and_message_admins("It has a z level above it, I will investigate what's above.") var/turf/TA = GetAbove(T) - log_and_message_admins("I found [TA] up there.") if(isopenspace(TA)) - log_and_message_admins("[TA] is open space, I'll try to replace it.") TA.ChangeTurf(ceiling_type, TRUE, TRUE, TRUE) - added_roofs ++ - log_and_message_admins("Made [added_roofs] roof tiles!", R_DEBUG) diff --git a/code/game/objects/random/misc_vr.dm b/code/game/objects/random/misc_vr.dm index ed7ae7dc11..91f2d713c4 100644 --- a/code/game/objects/random/misc_vr.dm +++ b/code/game/objects/random/misc_vr.dm @@ -105,7 +105,7 @@ name = "random loot from maint" desc = "A list of things that people can find in away missions." icon = 'icons/mob/randomlandmarks.dmi' - icon_state = "awayloot" + icon_state = "fanc_trejur" spawn_nothing_percentage = 50 /obj/random/mainttoyloot/item_to_spawn() @@ -129,5 +129,62 @@ prob(3);/obj/fiftyspawner/silver, prob(1);/obj/fiftyspawner/diamond, prob(5);/obj/fiftyspawner/phoron, - prob(1);/obj/item/capture_crystal/random + prob(1);/obj/item/capture_crystal/random, + prob(1);/obj/random/unidentified_medicine ) + +/obj/random/maintenance/misc //Clutter and loot for maintenance and away missions + name = "random maintenance item" + desc = "This is a random maintenance item." + icon = 'icons/mob/randomlandmarks.dmi' + icon_state = "trejur" + spawn_nothing_percentage = 25 + + +/obj/random/maintenance/misc/item_to_spawn() + return pick(prob(500);/obj/random/maintenance, + prob(300);/obj/random/maintenance/cargo, + prob(300);/obj/random/maintenance/engineering, + prob(300);/obj/random/maintenance/medical, + prob(300);/obj/random/maintenance/research, + prob(300);/obj/random/maintenance/security, + prob(300);/obj/random/maintenance/security, + prob(50);/obj/random/maintenance/morestuff, + prob(25);/obj/random/mainttoyloot, + prob(10);/obj/random/maintenance/foodstuff) + +/obj/random/maintenance/foodstuff + name = "random food or drink item" + desc = "This is a random maintenance item." + icon = 'icons/mob/randomlandmarks.dmi' + icon_state = "foodstuffs" + spawn_nothing_percentage = 0 + + +/obj/random/maintenance/foodstuff/item_to_spawn() + return pick(prob(100);/obj/random/snack, + prob(100);/obj/random/drinksoft, + prob(50);/obj/random/mre, + prob(10);/obj/random/donkpocketbox, + prob(1);/obj/random/meat) + +/obj/random/maintenance/morestuff + name = "random potentially useful things" + desc = "This is a random maintenance item." + icon = 'icons/mob/randomlandmarks.dmi' + icon_state = "trejur" + spawn_nothing_percentage = 0 + + +/obj/random/maintenance/misc/item_to_spawn() + return pick(prob(10);/obj/random/tool, + prob(1);/obj/random/toolbox, + prob(2);/obj/random/powercell, + prob(2);/obj/random/flashlight, + prob(1);/obj/random/pouch, + prob(1);/obj/random/thermalponcho, + prob(5);/obj/random/contraband, + prob(5);/obj/random/cargopod, + prob(1);/obj/item/weapon/flame/lighter/random, + prob(1);/obj/item/weapon/storage/wallet/random, + prob(1);/obj/random/cutout) diff --git a/icons/mob/randomlandmarks.dmi b/icons/mob/randomlandmarks.dmi index 5cdaf35cb6..ae2f854fa6 100644 Binary files a/icons/mob/randomlandmarks.dmi and b/icons/mob/randomlandmarks.dmi differ diff --git a/maps/groundbase/gb-z1.dmm b/maps/groundbase/gb-z1.dmm index 6064dc0a36..bdea78e177 100644 --- a/maps/groundbase/gb-z1.dmm +++ b/maps/groundbase/gb-z1.dmm @@ -99,7 +99,7 @@ dir = 6 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "ao" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, @@ -761,7 +761,7 @@ dir = 8 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "cd" = ( /obj/structure/grille, /obj/machinery/door/firedoor/glass, @@ -800,7 +800,7 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "ci" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/dark, @@ -885,7 +885,7 @@ "ct" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "cu" = ( /obj/item/weapon/storage/secure/briefcase/ml3m_pack_med, /obj/structure/table/reinforced, @@ -916,9 +916,6 @@ /area/groundbase/security/armory) "cy" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/black, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /turf/simulated/floor/bluegrid{ name = "Mainframe Base"; nitrogen = 100; @@ -1082,7 +1079,7 @@ dir = 4 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "cS" = ( /obj/structure/bed/chair/office/light{ dir = 8 @@ -1317,9 +1314,6 @@ /obj/machinery/atmospherics/pipe/manifold/hidden/black{ dir = 1 }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, /turf/simulated/floor/bluegrid{ name = "Mainframe Base"; nitrogen = 100; @@ -1707,7 +1701,7 @@ dir = 4 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "ep" = ( /obj/machinery/computer/secure_data, /turf/simulated/floor/tiled/dark, @@ -1807,7 +1801,7 @@ "eD" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "eE" = ( /obj/structure/flora/pottedplant, /obj/machinery/camera/network/security, @@ -2107,7 +2101,7 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "fv" = ( /obj/machinery/computer/atmos_alert, /obj/machinery/requests_console/preset/engineering{ @@ -2205,7 +2199,7 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "fK" = ( /obj/structure/table/bench/steel, /obj/structure/cable/yellow{ @@ -2369,14 +2363,6 @@ /obj/structure/disposalpipe/trunk, /turf/simulated/floor, /area/groundbase/cargo/mining) -"gd" = ( -/obj/effect/landmark{ - name = "maint_pred" - }, -/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ - outdoors = 0 - }, -/area/maintenance/groundbase/level1/stunnel) "ge" = ( /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 @@ -2699,9 +2685,6 @@ /obj/machinery/atmospherics/pipe/manifold/hidden{ dir = 1 }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/tcomms) "gV" = ( @@ -2815,6 +2798,11 @@ }, /turf/simulated/floor/outdoors/sidewalk/virgo3c, /area/groundbase/level1/centsquare) +"hm" = ( +/turf/simulated/floor/outdoors/newdirt_nograss{ + outdoors = 0 + }, +/area/maintenance/groundbase/level1/nwtunnel) "ho" = ( /obj/structure/cable{ icon_state = "1-2" @@ -3390,7 +3378,7 @@ dir = 6 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "iR" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 6 @@ -4274,13 +4262,13 @@ dir = 4 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "kU" = ( /obj/machinery/camera/network/command{ dir = 8 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "kV" = ( /obj/machinery/light/small{ dir = 4 @@ -4513,7 +4501,7 @@ dir = 4 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "lw" = ( /obj/machinery/shieldgen, /turf/simulated/floor, @@ -4787,7 +4775,7 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "mf" = ( /obj/machinery/cryopod{ dir = 2 @@ -5053,7 +5041,7 @@ dir = 5 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "mR" = ( /obj/structure/bed/chair/comfy/orange{ dir = 4 @@ -5479,7 +5467,7 @@ dir = 4 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "nX" = ( /obj/machinery/atmospherics/unary/freezer{ dir = 8 @@ -5625,7 +5613,7 @@ dir = 4 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "or" = ( /obj/structure/stairs/spawner/west, /obj/structure/railing/grey{ @@ -5991,17 +5979,6 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/security/halle) -"po" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/groundbase/command/tcomms) "pp" = ( /mob/living/simple_mob/vore/alienanimals/catslug/custom/engislug{ ghostjoin = 1 @@ -6152,7 +6129,7 @@ dir = 4 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "pJ" = ( /obj/machinery/light{ dir = 4 @@ -6536,20 +6513,6 @@ "qE" = ( /turf/simulated/mineral/cave/virgo3c, /area/groundbase/level1/ne) -"qF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/black{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/groundbase/command/tcomms) "qG" = ( /obj/structure/disposalpipe/segment{ dir = 8; @@ -7235,9 +7198,6 @@ req_access = list(61) }, /obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/command/tcomms) "su" = ( @@ -8239,7 +8199,7 @@ dir = 8 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "uZ" = ( /obj/machinery/photocopier, /turf/simulated/floor/tiled/dark, @@ -9151,9 +9111,6 @@ "xl" = ( /obj/machinery/hologram/holopad, /obj/machinery/atmospherics/pipe/simple/hidden/black, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /turf/simulated/floor/bluegrid{ name = "Mainframe Base"; nitrogen = 100; @@ -9985,9 +9942,6 @@ "zm" = ( /obj/machinery/atmospherics/pipe/simple/hidden/black, /obj/machinery/telecomms/server/presets/unused, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /turf/simulated/floor/tiled/dark{ nitrogen = 100; oxygen = 0; @@ -10097,7 +10051,7 @@ dir = 8 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "zz" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -10224,7 +10178,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "zM" = ( /obj/machinery/power/terminal{ dir = 8 @@ -10655,7 +10609,7 @@ icon_state = "4-8" }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "AP" = ( /obj/machinery/firealarm{ dir = 8 @@ -10689,7 +10643,7 @@ dir = 8 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "AV" = ( /obj/machinery/light{ dir = 4 @@ -10782,8 +10736,10 @@ /turf/unsimulated/wall/planetary/virgo3c, /area/groundbase/level1/se) "Bk" = ( -/turf/simulated/mineral/cave/virgo3c, -/area/maintenance/groundbase/level1/setunnel) +/turf/simulated/floor/outdoors/newdirt_nograss{ + outdoors = 0 + }, +/area/groundbase/unexplored/rock) "Bl" = ( /obj/machinery/atmospherics/pipe/simple/visible/red{ dir = 4 @@ -11001,7 +10957,7 @@ dir = 8 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "BJ" = ( /obj/machinery/door/firedoor, /obj/machinery/door/blast/regular{ @@ -11431,7 +11387,7 @@ dir = 10 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "CO" = ( /obj/machinery/atmospherics/pipe/simple/hidden/green{ dir = 9 @@ -11530,7 +11486,7 @@ "CZ" = ( /obj/machinery/holoplant, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "Db" = ( /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/level1/southeastspur) @@ -11946,7 +11902,7 @@ /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ outdoors = 0 }, -/area/maintenance/groundbase/level1/setunnel) +/area/groundbase/unexplored/rock) "Ef" = ( /turf/simulated/wall/r_wall, /area/groundbase/command/ai/foyer) @@ -11961,7 +11917,7 @@ dir = 9 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "Ej" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -12415,7 +12371,7 @@ }, /obj/machinery/firealarm, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "Ft" = ( /obj/structure/bed/chair/comfy/black, /obj/effect/landmark/start/hos, @@ -12535,7 +12491,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/steel_ridged, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "FJ" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/hidden/black{ @@ -12885,9 +12841,6 @@ /obj/structure/table/glass, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/bar) -"GG" = ( -/turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) "GH" = ( /obj/machinery/light{ dir = 1 @@ -13981,9 +13934,6 @@ /turf/simulated/floor/tiled/dark, /area/groundbase/medical/resleeving) "Jw" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/tcomms) "Jx" = ( @@ -14717,7 +14667,7 @@ dir = 8 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "Lk" = ( /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c, /area/groundbase/level1/centsquare) @@ -14910,7 +14860,7 @@ icon_state = "1-2" }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "LG" = ( /obj/machinery/computer/power_monitor, /obj/machinery/atmospherics/pipe/simple/hidden/supply, @@ -15031,14 +14981,11 @@ /area/groundbase/engineering/workshop) "LW" = ( /obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /obj/structure/cable/yellow{ icon_state = "2-8" }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "LX" = ( /obj/machinery/alarm, /turf/simulated/floor/tiled/white, @@ -15406,7 +15353,7 @@ }, /obj/machinery/light, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "MO" = ( /turf/simulated/mineral/cave/virgo3c, /area/groundbase/level1/nw) @@ -15825,9 +15772,6 @@ req_access = list(61) }, /obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, /turf/simulated/floor/tiled/steel_ridged, /area/groundbase/command/tcomms) "NS" = ( @@ -16419,7 +16363,7 @@ pixel_x = 32 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "PE" = ( /obj/machinery/door/firedoor, /obj/structure/table/reinforced, @@ -16830,20 +16774,6 @@ }, /turf/simulated/floor/tiled/dark, /area/groundbase/civilian/gateway) -"QM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/black{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/groundbase/command/tcomms) "QN" = ( /obj/structure/table/standard, /obj/item/stack/nanopaste, @@ -17340,7 +17270,7 @@ dir = 4 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "Sa" = ( /obj/structure/table/marble, /obj/machinery/atmospherics/unary/vent_pump/on, @@ -17455,7 +17385,7 @@ icon_state = "0-4" }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "So" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -18457,7 +18387,7 @@ pixel_x = -30 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "US" = ( /obj/structure/bed/chair/sofa/bench, /obj/effect/landmark/start/visitor, @@ -19026,10 +18956,10 @@ /turf/simulated/floor/tiled, /area/groundbase/engineering/workshop) "Wx" = ( -/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ +/turf/simulated/floor/outdoors/newdirt_nograss{ outdoors = 0 }, -/area/groundbase/level1/se) +/area/groundbase/level1/nw) "Wz" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 8 @@ -19092,9 +19022,6 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/groundbase/command/ai/foyer) -"WH" = ( -/turf/simulated/wall/r_wall, -/area/groundbase/command/tcomms/computer) "WI" = ( /obj/machinery/camera/network/civilian, /turf/simulated/floor/tiled, @@ -19399,20 +19326,6 @@ /obj/random/tech_supply/component/nofail, /turf/simulated/floor/tiled, /area/groundbase/engineering/techstorage) -"Xp" = ( -/obj/machinery/power/apc/hyper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/simulated/floor/bluegrid{ - name = "Mainframe Base"; - nitrogen = 100; - oxygen = 0; - temperature = 80 - }, -/area/groundbase/command/tcomms) "Xr" = ( /obj/structure/closet/secure_closet/brig{ id = "Cell C" @@ -19704,7 +19617,7 @@ dir = 8 }, /turf/simulated/floor/tiled/techfloor/grid, -/area/groundbase/command/tcomms/computer) +/area/groundbase/command/tcomms) "Yf" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -20607,61 +20520,61 @@ QD AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce IV "} (3,1,1) = {" @@ -20749,61 +20662,61 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +Bk +Bk +Bk +Bk +ce +ce +ce +ce +ce +ce +ce +ce IV "} (4,1,1) = {" @@ -20891,45 +20804,6 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ ce ce ce @@ -20944,8 +20818,47 @@ ce ce ce ce -AZ -AZ +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +Bk +Bk +Bk +ce +ce +Bk +Bk +ce +ce +ce +ce +ce +ce +ce IV "} (5,1,1) = {" @@ -21033,45 +20946,6 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ ce ce ce @@ -21086,8 +20960,47 @@ ce ce ce ce -AZ -AZ +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +Bk +Bk +ce +ce +ce +ce +ce +Bk +Bk +Bk +ce +ce +ce +ce +ce IV "} (6,1,1) = {" @@ -21175,45 +21088,6 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM -AZ -AZ -AZ -AZ -AZ ce ce ce @@ -21228,8 +21102,47 @@ ce ce ce ce -AZ -AZ +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +ce +ce +ce +ce +ce +ce +Bk +ce +ce +ce +ce +ce +ce +Bk +Bk +Bk +Bk +Bk +ce +ce +ce IV "} (7,1,1) = {" @@ -21247,13 +21160,13 @@ Uv Uv Uv Uv -WH -WH -WH -WH -WH -WH -WH +Uv +Uv +Uv +Uv +Uv +Uv +Uv MO MO MO @@ -21317,45 +21230,6 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM -AZ -AZ -AZ -AZ -AZ -dM -dM -AZ -dM -dM -AZ -AZ -dM -dM -dM -AZ -AZ -AZ -AZ ce ce ce @@ -21370,8 +21244,47 @@ ce ce ce ce -AZ -AZ +ce +ce +ce +ce +ce +iW +ce +ce +ce +ce +ce +iW +iW +ce +iW +iW +ce +ce +iW +iW +iW +ce +ce +ce +Bk +Bk +Bk +ce +ce +ce +ce +ce +ce +Bk +Bk +Bk +Bk +Bk +Bk +ce +ce IV "} (8,1,1) = {" @@ -21395,7 +21308,7 @@ Ye Sn eo CZ -WH +Uv Dc Dc Dc @@ -21459,45 +21372,45 @@ eR Eg ca ca -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM -dM -dM -AZ -AZ -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +ce +ce +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +Bk +Bk iW iW ce @@ -21506,14 +21419,14 @@ ce ce ce ce +Bk +Bk +Bk +Bk +Bk +Bk ce ce -ce -ce -ce -ce -AZ -AZ IV "} (9,1,1) = {" @@ -21531,13 +21444,13 @@ za QG za tQ -GG +Jw CN ct AO fu mQ -WH +Uv Ij uv Hu @@ -21601,45 +21514,45 @@ eR Eg ca ca -ca -ca -AZ -AZ -AZ -dM -AZ -AZ -AZ -dM -dM -AZ -AZ -AZ -AZ -AZ -AZ -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM -dM +pV +pV +ce +ce +ce +iW +ce +ce +ce +iW +iW +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW iW iW iW @@ -21649,13 +21562,13 @@ iW ce ce ce +Bk +Bk +Bk +Bk ce ce ce -ce -ce -AZ -AZ IV "} (10,1,1) = {" @@ -21673,13 +21586,13 @@ za QG za tQ -GG -GG -GG +Jw +Jw +Jw me -GG +Jw MN -WH +Uv KK Rt By @@ -21746,19 +21659,19 @@ ca ca ca ca -AZ -dM -dM -AZ -dM -dM -dM -dM -dM -AZ -AZ -AZ -AZ +ce +iW +iW +ce +iW +iW +iW +iW +iW +ce +ce +ce +ce tk sz sz @@ -21781,7 +21694,7 @@ sz sz sz ei -AZ +ce iW iW iW @@ -21793,11 +21706,11 @@ ce ce ce ce +Bk +Bk ce ce ce -AZ -AZ IV "} (11,1,1) = {" @@ -21815,13 +21728,13 @@ KV vG za tQ -GG -GG -GG +Jw +Jw +Jw me -GG +Jw oq -WH +Uv Hs gT DP @@ -21858,16 +21771,16 @@ MO MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce MO MO MO @@ -21897,10 +21810,10 @@ sz sz sz ei -dM -AZ -AZ -dM +iW +ce +ce +iW PC iW iW @@ -21916,14 +21829,14 @@ iW ce iW iW -dM -dM -AZ -AZ -AZ -AZ +iW +iW +ce +ce +ce +ce PC -dM +iW iW iW iW @@ -21935,11 +21848,11 @@ ce ce ce ce +Bk +Bk ce ce ce -AZ -AZ IV "} (12,1,1) = {" @@ -21957,13 +21870,13 @@ za QG za tQ -GG -GG -GG +Jw +Jw +Jw me -GG +Jw oq -WH +Uv bd gT Xs @@ -22000,8 +21913,8 @@ MO MO MO MO -MO -MO +ce +ce ce ce ce @@ -22058,12 +21971,12 @@ ce ce ce ce -AZ -AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce +ce wX ei iW @@ -22078,10 +21991,10 @@ ce ce ce ce +Bk +ce ce ce -AZ -AZ IV "} (13,1,1) = {" @@ -22099,13 +22012,13 @@ PI sU za Uv -GG +Jw kU -GG +Jw me -GG +Jw oq -WH +Uv lp cC lc @@ -22142,8 +22055,8 @@ ZZ ZZ ZZ ZZ -MO -MO +ce +ce ce ce ce @@ -22200,13 +22113,13 @@ ce ce ce ce -AZ -AZ -AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce +ce +ce PC iW iW @@ -22219,11 +22132,11 @@ ce ce ce ce +Bk +ce ce ce ce -AZ -AZ IV "} (14,1,1) = {" @@ -22233,9 +22146,9 @@ MO MO MO Uv -Xp -po -qF +za +za +QG za Cu WA @@ -22245,9 +22158,9 @@ yt yt yt fJ -GG +Jw oq -WH +Uv Dc Dc PT @@ -22284,14 +22197,14 @@ ZP ZP ZP ZZ -MO -MO -ce -ce ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -22342,12 +22255,12 @@ ce ce ce ce -AZ -AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce +ce dM PC iW @@ -22360,12 +22273,12 @@ ce ce ce ce +Bk +Bk ce ce ce ce -AZ -AZ IV "} (15,1,1) = {" @@ -22377,7 +22290,7 @@ MO Uv za le -QM +QG za za xG @@ -22387,9 +22300,9 @@ bB OL Uv ch -GG +Jw pI -WH +Uv kG au zz @@ -22426,15 +22339,15 @@ ZP ZP ZP ZZ -MO -MO -ce -ce -ce -ce ce ce ce +Bk +Bk +Bk +Bk +Bk +Bk ce ce MO @@ -22484,8 +22397,8 @@ ce ce ce ce -AZ -AZ +ce +ce Qq Qq Qq @@ -22501,13 +22414,13 @@ ce ce ce ce +Bk +Bk +Bk ce ce ce ce -ce -AZ -AZ IV "} (16,1,1) = {" @@ -22523,7 +22436,7 @@ dy zm xl cy -po +za st Jw gU @@ -22568,16 +22481,16 @@ ZP ZP ZP ZZ -MO -MO -ce -ce -ce ce ce ce +Bk +Bk ce ce +Bk +Bk +Bk ce MO MO @@ -22626,8 +22539,8 @@ ce ce ce ce -AZ -AZ +ce +ce Qq UK UK @@ -22643,13 +22556,13 @@ ce ce ce ce +Bk +Bk +Bk ce ce ce ce -ce -AZ -AZ IV "} (17,1,1) = {" @@ -22671,9 +22584,9 @@ BU Lc Uv cR -GG +Jw uY -WH +Uv KC Sv zz @@ -22710,16 +22623,16 @@ ZP ZP ZP ZZ -MO -MO -ce -ce -ce -ce +ce +ce +Bk +Bk ce ce ce ce +Bk +Bk ce MO WB @@ -22768,8 +22681,8 @@ ce ce ce ce -AZ -AZ +ce +ce Qq UK UK @@ -22784,14 +22697,14 @@ ce ce ce ce +Bk +Bk ce ce ce ce ce ce -AZ -AZ IV "} (18,1,1) = {" @@ -22813,9 +22726,9 @@ Uv Uv Uv Fs -GG +Jw zy -WH +Uv SS SS Hf @@ -22852,15 +22765,15 @@ ZP ZP ZP ZZ -MO -MO -ce -ce +ce +ce +Bk ce ce ce ce ce +Bk iW ce WB @@ -22910,8 +22823,8 @@ ce ce ce ce -AZ -AZ +ce +ce Qq Qq Qq @@ -22925,15 +22838,15 @@ iW iW ce ce +Bk +Bk +Bk ce ce ce ce ce ce -ce -AZ -AZ IV "} (19,1,1) = {" @@ -22953,11 +22866,11 @@ za Uv UR RZ -GG +Jw CN ct AU -ms +Uv Pm zS lC @@ -22994,10 +22907,10 @@ ZP ZP ZP ZZ -MO -MO ce ce +Bk +ce ce ce ce @@ -23036,24 +22949,24 @@ AZ dM dM dM -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce dM dM dM @@ -23066,6 +22979,9 @@ iW iW iW iW +Bk +Bk +Bk ce ce ce @@ -23073,9 +22989,6 @@ ce ce ce ce -ce -AZ -AZ IV "} (20,1,1) = {" @@ -23093,13 +23006,13 @@ za QG za tQ -GG -GG -GG -GG -GG +Jw +Jw +Jw +Jw +Jw oq -ms +Uv PL Ne zt @@ -23136,10 +23049,10 @@ ZP ZP ZP ZZ -MO -MO ce ce +Bk +ce ce ce ce @@ -23178,24 +23091,24 @@ dM dM dM dM -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW dM dM dM @@ -23206,9 +23119,9 @@ wX ei iW iW -iW -iW -iW +Bk +Bk +Bk iW ce ce @@ -23216,8 +23129,8 @@ ce ce ce ce -AZ -AZ +ce +ce IV "} (21,1,1) = {" @@ -23235,13 +23148,13 @@ xQ vG za tQ -GG -GG -GG -GG -GG +Jw +Jw +Jw +Jw +Jw MN -ms +Uv Qg hN lC @@ -23278,8 +23191,8 @@ ZP ZP ZP ZZ -MO -MO +ce +ce ce ce ce @@ -23348,8 +23261,8 @@ dM wX ei iW -iW -iW +Bk +Bk iW iW iW @@ -23358,8 +23271,8 @@ ce ce ce ce -AZ -AZ +ce +ce IV "} (22,1,1) = {" @@ -23377,13 +23290,13 @@ za QG za tQ -GG +Jw an eD eD iP Ei -ms +Uv Rr Ui ZJ @@ -23420,8 +23333,8 @@ ZP ZP ZP ZZ -MO -MO +ce +ce ce ce ce @@ -23500,8 +23413,8 @@ ce ce ce ce -AZ -AZ +ce +ce IV "} (23,1,1) = {" @@ -23519,13 +23432,13 @@ za QG za tQ -GG +Jw cc -GG -GG +Jw +Jw lv -GG -ms +Jw +Uv Sy Uu SI @@ -23562,8 +23475,8 @@ ZP ZP ZP ZZ -MO -MO +ce +ce ce ce ce @@ -23625,25 +23538,25 @@ AZ AZ AZ AZ -AZ -AZ -dM -dM -dM -dM -dM -dM -dM -dM -dM +ce +ce +iW +iW +iW +iW +iW +iW +iW +iW +iW PC iW ce ce ce ce -AZ -AZ +ce +ce IV "} (24,1,1) = {" @@ -23667,7 +23580,7 @@ PD kT Li CZ -ms +Uv TQ YT lC @@ -23704,8 +23617,8 @@ rE rE Bz ZZ -MO -MO +ce +ce ce ce ce @@ -23767,25 +23680,25 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM -dM -dM -dM +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW PC iW ce ce ce ce -AZ -AZ +ce +ce IV "} (25,1,1) = {" @@ -23803,13 +23716,13 @@ Uv Uv Uv Uv -WH -WH -WH -WH -WH -WH -el +Uv +Uv +Uv +Uv +Uv +Uv +Uv el el Kq @@ -23846,8 +23759,8 @@ rE rE SG ZZ -MO -MO +ce +ce ce ce ce @@ -23909,48 +23822,48 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM -dM -dM -dM +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW PC iW ce ce ce ce -AZ -AZ +ce +ce IV "} (26,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce el el Ex @@ -23988,8 +23901,8 @@ Ki jB zZ ZZ -MO -MO +ce +ce ce ce ce @@ -24051,48 +23964,48 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM -dM +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW PC iW ce ce ce ce -AZ -AZ +ce +ce IV "} (27,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce el el cQ @@ -24130,8 +24043,8 @@ pj pj pj pj -MO -MO +ce +ce ce ce ce @@ -24193,48 +24106,48 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM -dM -dM +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW PC iW iW iW iW ce -AZ -AZ +ce +ce IV "} (28,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +Bk +Bk +Bk +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce el el IC @@ -24272,8 +24185,8 @@ ut ut yA pj -MO -MO +ce +ce ce ce ce @@ -24335,48 +24248,48 @@ XW XW XW XW -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW PC iW iW ce ce ce -AZ -AZ +ce +ce IV "} (29,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +Bk +Bk +Bk +Bk +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce el el el @@ -24414,8 +24327,8 @@ GF GF uF pj -MO -MO +ce +ce ce ce ce @@ -24477,48 +24390,48 @@ Mp OT FY XW -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW PC iW iW iW ce ce -AZ -AZ +ce +ce IV "} (30,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +Bk +Bk +Bk +Bk +Bk +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce el el el @@ -24556,8 +24469,8 @@ AA GF Xu pj -MO -MO +ce +ce ce ce ce @@ -24619,53 +24532,53 @@ sX OT fS XW -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW PC iW iW iW ce ce -AZ -AZ +ce +ce IV "} (31,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +Bk +Bk +ce +ce +Bk +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce MO MO Sc @@ -24698,8 +24611,8 @@ ut GF vV pj -MO -MO +ce +ce ce ce iW @@ -24763,51 +24676,51 @@ DT XW Hp Hp -AZ -AZ -AZ -AZ -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +ce +ce +ce +ce +iW PC iW iW iW ce ce -AZ -AZ +ce +ce IV "} (32,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +Bk +ce +ce +Bk +Bk +Bk +Bk +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce MO MO FF @@ -24840,8 +24753,8 @@ ht ht ht pj -MO -MO +ce +ce ce ce iW @@ -24908,48 +24821,48 @@ Hp Hp Hp Hp -AZ -AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce +ce PC iW iW iW ce ce -AZ -AZ +ce +ce IV "} (33,1,1) = {" FL -MO ce ce ce ce ce ce +Bk +Bk +Bk +Bk +ce +ce +Bk +Bk +Bk +Bk +Bk +Bk ce ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -MO -MO -MO MO xs jU @@ -24982,8 +24895,8 @@ ht nK mX pj -MO -MO +ce +ce ce ce iW @@ -24998,10 +24911,10 @@ ce ce ce ce -AZ -AZ -AZ -AZ +ce +ce +ce +ce AZ AZ eR @@ -25050,48 +24963,48 @@ Sf iF Cz Hp -AZ -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +ce +iW PC iW iW iW ce ce -AZ -AZ +ce +ce IV "} (34,1,1) = {" FL -MO ce ce ce ce ce ce +Bk +Bk +ce +ce +ce +ce +Bk +ce +Bk +Bk +Bk +Bk +Bk ce ce ce ce ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -MO -MO xs Ob FF @@ -25105,11 +25018,11 @@ MO MO FF Fi -FF -FF -MO -MO -MO +iW +iW +ce +ce +ce pj vm qd @@ -25124,8 +25037,8 @@ nK SE Ed pj -MO -MO +ce +ce iW iW iW @@ -25140,10 +25053,10 @@ ce ce ce ce -AZ -AZ -FF -AZ +ce +ce +iW +ce AZ AZ AZ @@ -25192,40 +25105,40 @@ zM yp fN Hp -AZ -AZ -AZ -dM -dM -dM +ce +ce +ce +iW +iW +iW PC iW iW iW ce ce -AZ -AZ +ce +ce IV "} (35,1,1) = {" FL -MO -ce -ce -ce -ce -ce -ce ce ce ce ce ce +Bk +Bk +Bk ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -25247,11 +25160,11 @@ MO MO FF Fi -FF -FF -MO -MO -MO +iW +iW +ce +ce +ce pj GA wF @@ -25278,14 +25191,14 @@ VF Ci PY dE -MO -AZ -AZ -AZ -AZ -AZ -FF -FF +ce +ce +ce +ce +ce +ce +iW +iW AZ AZ AZ @@ -25346,20 +25259,20 @@ iW ce ce ce -AZ -AZ +ce +ce IV "} (36,1,1) = {" FL -MO -ce -ce -ce ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -25389,11 +25302,11 @@ MO FF FF Fi -FF -MO -MO -MO -MO +iW +ce +ce +ce +ce pj dj qd @@ -25413,21 +25326,21 @@ MO MO FF FF -FF +hm FF Ht jU Za FF co -MO -AZ -AZ -AZ -AZ -AZ -AZ -FF +ce +ce +ce +ce +ce +ce +ce +iW FF AZ AZ @@ -25476,32 +25389,32 @@ gi yp od Hp -AZ -AZ -AZ -AZ -dM -dM +ce +ce +ce +ce +iW +iW su iW iW iW ce ce -AZ -AZ +ce +ce IV "} (37,1,1) = {" FL -MO -ce -ce -ce ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -25531,11 +25444,11 @@ nC nC nC Oh -FF -MO -MO -MO -MO +iW +ce +ce +ce +ce pj GR qd @@ -25553,20 +25466,20 @@ pj MO MO MO -MO -MO -FF +Wx +Wx +hm FF FF FF Jh FF co -MO -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce ce ce iW @@ -25618,31 +25531,31 @@ TT Mz Cs Hp -AZ -AZ -AZ -AZ -dM -dM +ce +ce +ce +ce +iW +iW su iW ce ce ce ce -AZ -AZ +ce +ce IV "} (38,1,1) = {" FL -MO -ce -ce -ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -25669,15 +25582,15 @@ ce iW iW Jh -FF -FF -FF -MO -MO -MO -MO -MO -MO +iW +iW +iW +ce +ce +ce +ce +ce +ce pj us wL @@ -25694,8 +25607,8 @@ HB pj MO MO -MO -MO +Wx +Wx MO MO MO @@ -25704,11 +25617,11 @@ FF Jh hD co -MO -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce ce ce ce @@ -25761,30 +25674,30 @@ qa qa qa qa -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +iW su iW ce ce ce ce -AZ -AZ +ce +ce IV "} (39,1,1) = {" FL -MO -ce -ce -ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -25811,15 +25724,15 @@ ce iW ce Jh -FF -FF -MO -MO -MO -MO -MO -MO -MO +iW +iW +ce +ce +ce +ce +ce +ce +ce pj xE qd @@ -25836,8 +25749,8 @@ yo pj MO MO -MO -MO +Wx +Wx MO xh xh @@ -25846,11 +25759,11 @@ xh Jh FF co -MO -FF -FF -FF -FF +ce +iW +iW +iW +iW iW iW iW @@ -25903,29 +25816,29 @@ qx BT rf qa -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +iW su iW ce ce ce ce -AZ -AZ +ce +ce IV "} (40,1,1) = {" FL -MO ce ce ce ce ce +Bk ce ce ce @@ -25953,15 +25866,15 @@ ce ce ce Jh -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce pj GZ ht @@ -25978,7 +25891,7 @@ ht pj MO MO -MO +Wx MO MO xh @@ -26045,35 +25958,35 @@ Yb vn JO qa -AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce +ce su iW iW ce ce ce -AZ -AZ +ce +ce IV "} (41,1,1) = {" FL -MO -ce -ce -ce ce ce ce ce +Bk +Bk ce ce ce +Bk ce +Bk ce ce ce @@ -26095,15 +26008,15 @@ ce ce iW Jh -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce pj ht vV @@ -26119,8 +26032,8 @@ Uy vk pj MO -MO -MO +Wx +Wx MO MO xh @@ -26187,35 +26100,35 @@ wN pl rA qa -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +iW su iW ce ce ce ce -AZ -AZ +ce +ce IV "} (42,1,1) = {" FL -MO -ce -ce -ce -ce -ce ce ce ce ce +Bk +Bk ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -26237,15 +26150,15 @@ ce iW iW Jh -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce pj Jj GF @@ -26261,8 +26174,8 @@ pj pj pj MO -MO -MO +Wx +Wx MO MO xh @@ -26329,36 +26242,36 @@ MX ZL iK qa -AZ -AZ -AZ -AZ -dM +ce +ce +ce +ce +iW su iW iW ce ce ce -AZ -AZ +ce +ce IV "} (43,1,1) = {" FL -MO -ce -ce -ce -ce -ce -ce -ce ce ce ce ce +Bk ce +Bk +Bk +Bk +Bk +Bk +Bk +Bk ce ce ce @@ -26379,15 +26292,15 @@ ce iW iW Jh -FF -MO -MO -MO -MO -MO -MO -MO -MO +iW +ce +ce +ce +ce +ce +ce +ce +ce pj ht ut @@ -26403,9 +26316,9 @@ pj pj pj MO -MO -MO -MO +Wx +Wx +Wx MO MO MO @@ -26482,21 +26395,25 @@ iW ce ce ce -AZ -AZ +ce +ce IV "} (44,1,1) = {" FL -MO -ce -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +ce +Bk +Bk +Bk +Bk +ce +ce +ce +ce +Bk ce ce ce @@ -26504,10 +26421,18 @@ ce ce ce ce +Jh +iW +Bk +Bk +Bk +Bk ce ce ce ce +iW +iW Jh iW ce @@ -26518,18 +26443,6 @@ ce ce ce ce -iW -iW -Jh -FF -MO -MO -MO -MO -MO -MO -MO -MO pj mr pj @@ -26545,11 +26458,11 @@ NO Jb pj MO -MO -MO -MO -MO -MO +Wx +Wx +Wx +Wx +Wx MO MO MO @@ -26624,25 +26537,25 @@ ce ce ce ce -AZ -AZ +ce +ce IV "} (45,1,1) = {" FL -MO -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +ce +Bk +Bk +Bk ce ce ce ce ce +Bk ce ce ce @@ -26654,24 +26567,24 @@ Jh iW ce ce -ce -ce -ce +Bk +Bk +Bk ce ce ce iW iW Jh -FF -MO -MO -MO -MO -MO -MO -MO -MO +iW +ce +ce +ce +ce +ce +ce +ce +ce sf em MO @@ -26688,11 +26601,11 @@ HZ pj MO MO -MO -MO -MO -MO -MO +Wx +Wx +Wx +Wx +Wx MO MO MO @@ -26766,25 +26679,25 @@ ce ce ce ce -AZ -AZ +ce +ce IV "} (46,1,1) = {" FL -MO -ce -ce -ce -ce -ce -ce +ce +ce +ce +Bk +Bk +Bk ce ce ce ce ce ce +Bk ce ce ce @@ -26797,23 +26710,23 @@ iW ce ce ce -ce -ce +Bk +Bk ce ce ce ce ce Jh -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce vN FF FF @@ -26829,11 +26742,11 @@ MP MP pj MO -MO -MO -MO -MO -MO +Wx +Wx +Wx +Wx +Wx MO MO MO @@ -26908,13 +26821,12 @@ pV ce ce ce -AZ -AZ +ce +ce IV "} (47,1,1) = {" FL -MO ce ce ce @@ -26927,6 +26839,7 @@ ce ce ce ce +Bk ce ce ce @@ -26939,6 +26852,16 @@ iW iW ce ce +Bk +Bk +ce +ce +ce +ce +iW +Jh +iW +ce ce ce ce @@ -26946,16 +26869,6 @@ ce ce ce iW -Jh -FF -MO -MO -MO -MO -MO -MO -MO -FF vN FF FF @@ -26971,8 +26884,8 @@ pj db pj MO -MO -MO +Wx +Wx MO MO MO @@ -27050,13 +26963,12 @@ pV ce ce ce -AZ -AZ +ce +ce IV "} (48,1,1) = {" FL -MO ce ce ce @@ -27069,6 +26981,7 @@ ce ce ce ce +Bk ce ce ce @@ -27082,22 +26995,22 @@ ce ce ce ce -ce +Bk ce ce ce ce iW Jh -FF -FF -MO -FF -MO -MO -MO -MO -FF +iW +iW +ce +iW +ce +ce +ce +ce +iW vN FF MO @@ -27114,7 +27027,7 @@ Mv pj MO MO -MO +Wx MO MO MO @@ -27198,8 +27111,6 @@ IV "} (49,1,1) = {" FL -MO -ce ce ce ce @@ -27212,9 +27123,11 @@ ce ce ce ce +Bk ce ce ce +Bk ce ce ce @@ -27224,7 +27137,7 @@ ce ce ce ce -ce +Bk ce ce ce @@ -27236,10 +27149,10 @@ jU jU jU oJ -MO -MO -MO -MO +ce +ce +ce +ce vN FF FF @@ -27256,7 +27169,7 @@ pj pj MO MO -MO +Wx MO xs jU @@ -27340,7 +27253,6 @@ IV "} (50,1,1) = {" FL -MO ce ce ce @@ -27353,6 +27265,21 @@ ce ce ce ce +Bk +ce +ce +Bk +Bk +ce +ce +iW +Jh +iW +ce +ce +ce +ce +Bk ce ce ce @@ -27360,28 +27287,14 @@ ce ce ce iW +iW +iW +iW Jh -FF -MO -MO +iW ce ce ce -ce -ce -ce -ce -MO -MO -FF -FF -FF -FF -Jh -FF -MO -MO -MO vN FF FF @@ -27482,9 +27395,6 @@ IV "} (51,1,1) = {" FL -MO -ce -ce ce ce ce @@ -27492,38 +27402,41 @@ ce ce ce ce +Bk +Bk +Bk +Bk +Bk +Bk +ce +ce +Bk +ce +ce +ce +iW +Jh +iW ce ce ce ce +Bk ce ce ce ce ce iW +Bk +iW +ce +iW Jh -FF -MO -MO +iW +iW ce -ce -ce -ce -ce -ce -ce -MO -FF -FF -FF -MO -FF -Jh -FF -FF -MO -FF +iW vN FF FF @@ -27624,48 +27537,48 @@ IV "} (52,1,1) = {" FL -MO -ce -ce -ce -ce -ce -ce ce ce ce ce ce ce +Bk +Bk +Bk ce ce +Bk +Bk ce ce +Bk +Bk ce ce ce Jh -FF -MO -MO +iW ce ce ce ce +Bk ce ce ce -MO -MO -MO -FF -MO -FF +ce +Bk +Bk +ce +iW +ce +iW Jh -FF -FF -FF -FF +iW +iW +iW +iW vN FF FF @@ -27766,16 +27679,14 @@ IV "} (53,1,1) = {" FL -MO -ce -ce -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +ce +ce +ce +Bk +Bk ce ce ce @@ -27783,26 +27694,28 @@ ce ce ce ce +Bk +Bk ce ce ce Jh -FF -FF -MO +iW +iW ce ce ce +Bk +Bk ce ce +Bk +Bk ce ce -MO -MO -MO -FF -FF -MO +iW +iW +ce Ht jU jU @@ -27908,43 +27821,43 @@ IV "} (54,1,1) = {" FL -MO -ce -ce -ce -ce -ce -ce -ce -ce -ce ce ce ce ce ce ce +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk ce ce ce iW Jh -FF -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -FF -MO -MO +iW +ce +ce +ce +ce +Bk +Bk +Bk +Bk +Bk +Bk +ce +ce +iW +ce +ce FF FF FF @@ -28050,10 +27963,6 @@ fx "} (55,1,1) = {" FL -MO -ce -ce -ce ce ce ce @@ -28065,28 +27974,32 @@ ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce ce iW Jh -FF -FF -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +iW +iW +ce +ce +ce +ce +Bk +Bk +Bk +Bk +ce +ce +ce +ce +ce +ce MO MO MO @@ -28192,7 +28105,7 @@ fx "} (56,1,1) = {" FL -MO +ce ce ce ce @@ -28217,18 +28130,18 @@ FF FF MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce MO MO MO @@ -28334,7 +28247,7 @@ fx "} (57,1,1) = {" FL -MO +ce ce ce ce @@ -28359,18 +28272,18 @@ FF MO MO MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce MO MO MO @@ -28476,15 +28389,15 @@ fx "} (58,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce MO MO MO @@ -28501,18 +28414,18 @@ MO FF FF MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce MO MO MO @@ -28618,14 +28531,14 @@ fx "} (59,1,1) = {" FL -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce MO MO MO @@ -28643,18 +28556,18 @@ WB WB FF MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce MO MO MO @@ -28789,12 +28702,12 @@ MO MO MO MO -MO -MO -MO -MO -MO -MO +ce +ce +ce +ce +ce +ce MO MO MO @@ -28931,9 +28844,9 @@ MO MO MO MO -MO -MO -MO +ce +ce +ce MO MO MO @@ -30026,14 +29939,14 @@ SH vp vp AZ -AZ -AZ -AZ ce ce ce -AZ -AZ +ce +ce +ce +ce +ce IV "} (69,1,1) = {" @@ -30160,22 +30073,22 @@ AZ AZ AZ AZ -AZ -AZ -AZ -nS +ce +ce +ce +iW NK ww ww li -nS -AZ -AZ +iW +ce +ce +ce +ce ce ce ce -AZ -AZ IV "} (70,1,1) = {" @@ -30295,10 +30208,10 @@ AZ AZ AZ AZ -AZ -AZ -AZ -AZ +ce +ce +ce +ce ce ce ce @@ -30310,14 +30223,14 @@ ce iW iW SH -AZ -AZ -AZ ce ce ce -AZ -AZ +ce +ce +ce +ce +ce IV "} (71,1,1) = {" @@ -30437,10 +30350,10 @@ Lt Lt Lt Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce ce ce ce @@ -30452,14 +30365,14 @@ iW iW iW SH -nS -nS -nS +iW +iW +iW +ce +ce ce ce ce -Lt -Lt Bh "} (72,1,1) = {" @@ -30579,10 +30492,10 @@ Lt Lt Lt Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce ce ce ce @@ -30594,14 +30507,14 @@ ce iW iW SH -nS -nS -Lt +iW +iW +ce +ce +ce ce ce ce -Lt -Lt Bh "} (73,1,1) = {" @@ -30721,10 +30634,10 @@ Lt Lt Lt Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce ce ce ce @@ -30736,14 +30649,14 @@ ce iW iW SH -nS -nS -nS +iW +iW +iW +ce +ce ce ce ce -Lt -Lt Bh "} (74,1,1) = {" @@ -30863,10 +30776,10 @@ eR Lt Lt Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce ce ce ce @@ -30878,14 +30791,14 @@ ce ce iW SH -nS -Lt -nS +iW +ce +iW +ce +ce ce ce ce -Lt -Lt Bh "} (75,1,1) = {" @@ -31005,10 +30918,10 @@ eR eR Lt Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce ce ce ce @@ -31020,14 +30933,14 @@ ce ce iW SH -nS -nS -nS +iW +iW +iW +ce +ce ce ce ce -Lt -Lt Bh "} (76,1,1) = {" @@ -31162,14 +31075,14 @@ ce ce ce SH -nS +iW +ce +ce ce ce ce ce ce -Lt -Lt Bh "} (77,1,1) = {" @@ -31304,30 +31217,30 @@ iW iW ce SH -nS +iW +ce +ce ce ce ce ce ce -Lt -Lt Bh "} (78,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce De UE qE @@ -31446,30 +31359,30 @@ iW iW iW SH -nS -nS +iW +iW +ce +ce ce ce ce ce -Lt -Lt Bh "} (79,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce De UE qE @@ -31578,39 +31491,39 @@ eR Lt Lt Lt -Lt -Lt -Lt -Lt -Lt -Lt -nS +ce +ce +ce +ce +ce +ce +iW Yw ww JG -gd -nS +Ee +Bk +Bk +ce ce ce ce ce -Lt -Lt Bh "} (80,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +Bk +Bk +Bk +ce +ce +ce +ce +ce AX Ta qE @@ -31721,46 +31634,46 @@ Lt Lt Lt Lt -Lt -Lt -Lt -Lt -Lt -nS +ce +ce +ce +ce +ce +iW SH -nS -nS -nS -nS +iW +iW +iW +Bk +Bk +Bk ce ce ce ce -Lt -Lt Bh "} (81,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +Bk +Bk +Bk +Bk +ce +ce +ce +ce +ce De -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce fo oN sQ @@ -31863,46 +31776,46 @@ eR Lt Lt Lt -Lt -Lt -Lt -Lt -Lt -nS +ce +ce +ce +ce +ce +iW SH -nS -nS +iW +iW +ce +Bk +Bk +Bk +Bk ce ce ce -ce -ce -ce -Lt -Lt Bh "} (82,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -pU +ce +ce +Bk +Bk +Bk +ce +ce +ce +ce +ce +iW De -qE -pU -qE -qE -qE -qE -qE +ce +iW +ce +ce +ce +ce +ce fo Qh sQ @@ -32012,39 +31925,39 @@ Lt nS nS SH -nS +iW ce ce ce +Bk +Bk +Bk ce ce ce -ce -Lt -Lt Bh "} (83,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -pU -pU +ce +ce +ce +Bk +ce +ce +ce +ce +ce +iW +iW De -pU -pU -qE -qE -qE -qE -qE +iW +iW +ce +ce +ce +ce +ce fo Yq SB @@ -32154,39 +32067,39 @@ Lt nS nS SH -nS -nS +iW +iW ce ce ce +Bk +Bk ce ce ce -Lt -Lt Bh "} (84,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -pU +ce +ce +ce +Bk +ce +ce +ce +ce +ce +ce +iW De -pU -pU -qE -qE -qE -qE -qE +iW +iW +ce +ce +ce +ce +ce fo oN qU @@ -32296,39 +32209,39 @@ Lt vp vp SH -nS -nS +iW +iW ce ce ce +Bk +Bk ce ce ce -Lt -Lt Bh "} (85,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -pU -pU +ce +ce +ce +Bk +ce +ce +ce +ce +ce +iW +iW SA rr -pU -qE -qE -qE -qE -qE +iW +ce +ce +ce +ce +ce fo Qx SB @@ -32438,39 +32351,39 @@ vp vp vp SH -nS +iW ce ce ce ce ce +Bk +Bk ce ce -Lt -Lt Bh "} (86,1,1) = {" nH -qE -qE -qE ce ce ce +Bk +Bk +Bk +Bk +Bk ce -ce -ce -ce -iW +Bk +Bk iW De -pU -qE -qE -qE -qE -qE +iW +ce +ce +ce +ce +ce fo zs MS @@ -32483,17 +32396,17 @@ um tv NP pF -qE -qE -qE -qE +ce +ce +ce +ce Ro -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce Pa vy zG @@ -32580,39 +32493,39 @@ vp vp vp SH -nS +iW ce ce ce ce ce ce +Bk +ce ce -Lt -Lt Bh "} (87,1,1) = {" nH -qE -qE -qE -ce -ce ce ce ce ce +Bk ce +Bk +Bk +Bk +Bk iW iW De -pU -qE -qE -qE -qE -qE +iW +ce +ce +ce +ce +ce eA fA eO @@ -32625,17 +32538,17 @@ pF pF pF pF -qE -qE -qE -qE +ce +ce +ce +ce Ro -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce Pa QN YK @@ -32722,23 +32635,20 @@ ww ww ww JG -Lt ce ce ce ce ce ce +Bk +Bk +ce ce -Lt -Lt Bh "} (88,1,1) = {" nH -qE -qE -qE ce ce ce @@ -32746,16 +32656,19 @@ ce ce ce ce +Bk +Bk +Bk iW iW De -pU -qE -qE -qE -qE -qE -qE +iW +ce +ce +ce +ce +ce +ce jI fI be @@ -32763,21 +32676,21 @@ Ln Qf zN jI -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce +ce Ro -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce Pa MJ IW @@ -32864,40 +32777,40 @@ ck Cb vp Lt -Lt ce ce ce ce ce ce +Bk +Bk +ce ce -Lt -Lt Bh "} (89,1,1) = {" nH -qE -qE -qE ce ce ce ce ce ce +Bk +Bk +Bk ce ce iW De -pU -qE -pU -qE -qE -qE -qE +iW +ce +iW +ce +ce +ce +ce jI be be @@ -32905,21 +32818,21 @@ xi Av be jI -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce +ce Ro -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce Pa Pa Pa @@ -33012,34 +32925,34 @@ ce ce ce ce +Bk +Bk ce ce -Lt -Lt Bh "} (90,1,1) = {" nH -qE -qE -qE ce ce ce ce ce ce +Bk +Bk +ce ce ce iW De -qE -qE -pU -qE -qE -qE -qE +ce +ce +iW +ce +ce +ce +ce jI am iR @@ -33047,21 +32960,21 @@ Ru qo VK jI -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce +ce Ro -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce jz iB xC @@ -33154,34 +33067,34 @@ ce ce ce ce +Bk +Bk ce ce -Lt -Lt Bh "} (91,1,1) = {" nH -qE -qE -qE ce ce ce ce ce +Bk +Bk +ce ce ce ce ce De -qE -pU -pU -pU -qE -qE -qE +ce +iW +iW +iW +ce +ce +ce jI be QA @@ -33189,21 +33102,21 @@ Rd Kx Ys jI -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce +ce Ro -pU -qE -qE -qE -qE -qE +iW +ce +ce +ce +ce +ce jz VZ FG @@ -33296,21 +33209,21 @@ ce ce ce ce +Bk +Bk ce ce -Lt -Lt Bh "} (92,1,1) = {" nH -qE -qE -qE ce ce ce ce +Bk +Bk +Bk ce ce ce @@ -33321,9 +33234,9 @@ Dv Dv Dv rr -pU -qE -qE +iW +ce +ce jI jI jI @@ -33331,21 +33244,21 @@ ib jI jI jI -qE -qE -qE -qE -qE -qE -pU -pU +ce +ce +ce +ce +ce +ce +iW +iW Ro -pU -qE -qE -qE -qE -qE +iW +ce +ce +ce +ce +ce jz tD rK @@ -33437,22 +33350,22 @@ ce ce ce ce +Bk +Bk +Bk ce ce -ce -Lt -Lt Bh "} (93,1,1) = {" nH -qE -qE -qE -ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -33461,11 +33374,11 @@ ce iW iW iW -pU +iW De -pU -pU -qE +iW +iW +ce qE qE pU @@ -33473,21 +33386,21 @@ pU pU qE qE -qE -qE -qE -qE -pU -pU -pU -pU +ce +ce +ce +ce +iW +iW +iW +iW Ro -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce jz du EF @@ -33578,23 +33491,23 @@ Lt ce ce ce +Bk +Bk +Bk ce ce ce -ce -Lt -Lt Bh "} (94,1,1) = {" nH -qE -qE -qE -ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -33603,11 +33516,11 @@ ce ce ce iW -pU +iW De -qE -pU -qE +ce +iW +ce pU qE pU @@ -33615,8 +33528,8 @@ pU pU qE pU -pU -qE +iW +ce Fm uO uO @@ -33624,12 +33537,12 @@ uO uO uO ir -pU -qE -qE -qE -qE -qE +iW +ce +ce +ce +ce +ce jz Ck VX @@ -33720,19 +33633,22 @@ Lt ce ce ce +Bk +Bk ce ce ce ce -Lt -Lt Bh "} (95,1,1) = {" nH -qE -qE -qE +ce +ce +ce +Bk +Bk +Bk ce ce ce @@ -33743,9 +33659,6 @@ ce ce ce ce -ce -ce -qE SA SD SD @@ -33757,8 +33670,8 @@ pU pU pU pU -qE -pU +ce +iW Ro pU qE @@ -33766,12 +33679,12 @@ pU pU ac Ro -pU -qE -qE -qE -qE -qE +iW +ce +ce +ce +ce +ce jz jz jz @@ -33862,19 +33775,22 @@ Lt ce ce ce +Bk +Bk +Bk ce ce ce -ce -Lt -Lt Bh "} (96,1,1) = {" nH -qE -qE -qE +ce +ce +ce +Bk +Bk +Bk ce ce ce @@ -33885,10 +33801,7 @@ ce ce ce ce -ce -ce -qE -pU +iW pU qE Rh @@ -33908,12 +33821,12 @@ pU pU pU Ro -pU -pU -pU -qE -qE -qE +iW +iW +iW +ce +ce +ce NI QI zw @@ -34004,19 +33917,21 @@ Lt ce ce ce +Bk +Bk +Bk ce ce ce -ce -Lt -Lt Bh "} (97,1,1) = {" nH -qE -qE -qE +ce +ce +ce +ce +Bk ce ce ce @@ -34029,18 +33944,16 @@ ce ce ce ce -qE -qE pU ZK BX Jy sm -qE -pU -iW ce iW +iW +Bk +iW ce ce ce @@ -34146,19 +34059,22 @@ Lt Lt ce ce +Bk +Bk +Bk +Bk ce ce -ce -ce -Lt -Lt Bh "} (98,1,1) = {" nH -qE -qE -qE +ce +ce +ce +ce +Bk +Bk ce ce ce @@ -34170,18 +34086,15 @@ ce ce ce ce -ce -qE -qE Vc Vc oU Vc Vc -qE -pU -ce ce +iW +Bk +Bk ce ce ce @@ -34290,40 +34203,40 @@ ce ce ce ce +Bk +Bk ce ce -Lt -Lt Bh "} (99,1,1) = {" nH -qE -qE -qE +ce +ce +ce +Bk +Bk +Bk +Bk ce ce ce ce ce +Bk +Bk ce ce ce -ce -ce -ce -ce -qE -qE Vc bZ Hy oh Vc -qE -qE ce ce +Bk +Bk ce ce ce @@ -34432,41 +34345,41 @@ ce ce ce ce +Bk +Bk ce ce -Lt -Lt Bh "} (100,1,1) = {" nH -qE -qE -qE +ce +ce +ce +Bk +Bk +Bk ce ce ce ce ce +Bk +Bk +Bk ce ce ce -ce -ce -ce -ce -qE -qE Vc lh cV UN Vc -qE -qE ce ce ce +Bk +ce ce ce ce @@ -34574,41 +34487,41 @@ ce ce ce ce +Bk +ce ce ce -Lt -Lt Bh "} (101,1,1) = {" nH -qE -qE -qE ce ce ce ce ce +Bk ce ce ce ce +Bk +Bk +Bk +ce ce ce ce -qE -qE Vc aQ yN up Vc -qE -qE ce ce ce +Bk +ce ce qE qE @@ -34716,41 +34629,41 @@ ce ce ce ce +Bk +ce ce ce -Lt -Lt Bh "} (102,1,1) = {" nH -qE -qE -qE +ce +ce +ce +Bk +Bk +Bk ce ce ce ce +Bk +Bk +Bk ce ce ce ce -ce -ce -ce -ce -qE -qE Vc Vc Vc Vc Vc -qE -qE ce ce ce +Bk +ce ce qE qE @@ -34857,18 +34770,28 @@ Lt ce ce ce +Bk +Bk ce ce ce -Lt -Lt Bh "} (103,1,1) = {" nH -qE -qE -qE +ce +ce +ce +Bk +Bk +Bk +ce +ce +ce +Bk +Bk +ce +Bk ce ce ce @@ -34880,18 +34803,8 @@ ce ce ce ce -ce -qE -qE -qE -qE -qE -qE -qE -qE -qE -ce -ce +Bk +Bk ce ce qE @@ -35000,17 +34913,25 @@ ce ce ce ce +Bk +ce ce ce -Lt -Lt Bh "} (104,1,1) = {" nH -qE -qE -qE +ce +ce +ce +Bk +Bk +ce +ce +ce +ce +Bk +Bk ce ce ce @@ -35023,17 +34944,9 @@ ce ce ce ce -qE -qE -qE -qE -qE -qE -qE -qE -qE -ce ce +Bk +Bk ce ce qE @@ -35141,40 +35054,40 @@ Lt ce ce ce +Bk +Bk ce ce ce -Lt -Lt Bh "} (105,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +Bk +Bk +ce +ce +ce +ce +Bk +Bk +ce +ce +ce +ce +ce +Bk ce ce ce ce ce ce +Bk +Bk ce ce ce @@ -35283,39 +35196,39 @@ Lt ce ce ce +Bk +Bk ce ce ce -Lt -Lt Bh "} (106,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +Bk +Bk ce ce ce ce ce +Bk ce ce ce ce ce +Bk +ce +Bk +Bk ce ce +Bk +Bk ce ce ce @@ -35425,40 +35338,40 @@ Lt ce ce ce +Bk +Bk ce ce ce -Lt -Lt Bh "} (107,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +Bk +Bk ce ce ce ce ce +Bk +Bk ce ce ce ce +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk ce ce ce @@ -35567,28 +35480,27 @@ ce ce ce ce +Bk +ce ce ce ce -Lt -Lt Bh "} (108,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +Bk +ce +ce +ce +ce +ce +ce +ce +Bk ce ce ce @@ -35601,6 +35513,7 @@ ce ce ce ce +Bk ce ce ce @@ -35712,25 +35625,24 @@ ce ce ce ce -Lt -Lt +ce +ce Bh "} (109,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +Bk +Bk +Bk +Bk +Bk +Bk +ce +Bk +Bk ce ce ce @@ -35743,6 +35655,7 @@ ce ce ce ce +Bk ce ce ce @@ -35793,11 +35706,11 @@ MK MK Lt Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce Lt iS Ip @@ -35854,25 +35767,23 @@ ce ce ce ce -Lt -Lt +ce +ce Bh "} (110,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce +ce +ce +ce +Bk +Bk +Bk +Bk +ce +Bk +Bk +Bk ce ce ce @@ -35885,6 +35796,8 @@ ce ce ce ce +Bk +Bk ce ce ce @@ -35934,12 +35847,12 @@ MK MK Lt Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce Lt iS fn @@ -35996,21 +35909,19 @@ ce ce ce ce -Lt -Lt +ce +ce Bh "} (111,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce +ce +ce +ce +Bk +Bk +Bk +Bk ce ce ce @@ -36026,6 +35937,8 @@ ce ce ce ce +Bk +Bk ce ce ce @@ -36075,13 +35988,13 @@ MK MK MK Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce +ce Lt iS ps @@ -36138,21 +36051,19 @@ ce ce ce ce -Lt -Lt +ce +ce Bh "} (112,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce +ce +ce +ce +ce +Bk +Bk +Bk ce ce ce @@ -36167,6 +36078,8 @@ ce ce ce ce +Bk +Bk ce ce ce @@ -36217,13 +36130,13 @@ MK Lt Lt Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce +ce Lt iS PF @@ -36286,28 +36199,28 @@ Bh "} (113,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce -ce ce ce ce ce +Bk +Bk +Bk +ce +ce +Bk ce ce ce ce +Bk ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -36357,15 +36270,15 @@ MK zf WX Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce +ce +ce +ce Lt OH HL @@ -36428,27 +36341,27 @@ Bh "} (114,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce -ce -ce -ce ce ce ce ce +Bk +Bk +Bk +Bk +Bk +Bk ce ce +Bk +Bk +Bk +Bk +ce +Bk ce ce +Bk ce ce ce @@ -36497,9 +36410,9 @@ WX WX WX zf -Lt -Lt -Lt +ce +ce +ce ce ce ce @@ -36570,24 +36483,24 @@ Bh "} (115,1,1) = {" nH -qE -qE -qE -ce -ce -ce -ce -ce -ce -ce ce ce ce ce ce +Bk +Bk +Bk +Bk +Bk ce ce +Bk +Bk ce +Bk +Bk +Bk ce ce ce @@ -36639,9 +36552,9 @@ qE sV sV zf -sV -Lt -Lt +pV +ce +ce ce ce ce @@ -36712,10 +36625,6 @@ Bh "} (116,1,1) = {" nH -qE -qE -qE -ce ce ce ce @@ -36726,9 +36635,13 @@ ce ce ce ce +Bk +Bk +Bk ce ce ce +Bk ce ce ce @@ -36781,9 +36694,9 @@ qE qE qE zf -sV -vj -Lt +pV +iW +ce ce ce ce @@ -36854,9 +36767,6 @@ Bh "} (117,1,1) = {" nH -qE -qE -qE ce ce ce @@ -36868,6 +36778,9 @@ ce ce ce ce +Bk +ce +ce ce ce ce @@ -36925,13 +36838,13 @@ qE Cw jF vu -Lt -ce -ce -ce ce ce ce +Bk +Bk +Bk +Bk ce ce Lt @@ -36996,9 +36909,6 @@ Bh "} (118,1,1) = {" nH -qE -qE -qE ce ce ce @@ -37009,6 +36919,9 @@ ce ce ce ce +Bk +Bk +ce ce ce ce @@ -37063,17 +36976,17 @@ ce ce ce ce -qE -vj -vj +ce +iW +iW zf ce ce ce +Bk +Bk ce -ce -ce -ce +Bk ce ce Lt @@ -37138,9 +37051,6 @@ Bh "} (119,1,1) = {" nH -qE -qE -qE ce ce ce @@ -37151,6 +37061,9 @@ ce ce ce ce +Bk +Bk +ce ce ce ce @@ -37207,16 +37120,16 @@ ce ce ce ce -vj +iW zf ce ce +Bk +Bk ce ce -ce -ce -ce -ce +Bk +Bk ce Lt OH @@ -37280,23 +37193,23 @@ Bh "} (120,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +Bk +Bk +Bk +Bk +ce +Bk +Bk +Bk +ce +ce +ce +ce +ce qE qE qE @@ -37349,16 +37262,16 @@ ce ce ce ce -vj +iW Cw vu -iW -ce -ce -ce -ce +Bk +Bk +Bk ce ce +Bk +Bk ce Lt OH @@ -37393,11 +37306,11 @@ OH Lt Lt zf -vj -vj -Lt -Lt -Lt +iW +iW +ce +ce +ce Lt Lt Lt @@ -37422,23 +37335,23 @@ Bh "} (121,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +Bk +ce +ce +Bk +Bk +Bk +ce +ce +ce +ce +ce +ce +ce qE qE qE @@ -37488,19 +37401,19 @@ ce ce ce ce +Bk +Bk ce ce -ce -ce -vj +iW zf iW +Bk ce ce ce -ce -ce -ce +Bk +Bk ce Lt Lt @@ -37535,11 +37448,11 @@ Lt Lt vj zf -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce Lt Lt Lt @@ -37564,23 +37477,23 @@ Bh "} (122,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce qE qE qE @@ -37627,61 +37540,61 @@ ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce -ce -ce -ce -ce -vj +iW zf iW ce ce ce ce +Bk +Bk +ce +ce +ce +ce +ce +Lt +Lt +Lt +Lt +ce +ce +ce +iW +iW +iW +iW +ce +ce +ce +ce ce ce ce -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj +ce +ce +ce +ce +ce +ce +ce +ce +iW VL QZ -vj -Lt -Lt -Lt -Lt +iW +ce +ce +ce +ce Lt Lt Lt @@ -37706,23 +37619,23 @@ Bh "} (123,1,1) = {" nH -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce qE qE qE @@ -37768,11 +37681,11 @@ ce ce ce ce -ce -ce -ce -ce -ce +Bk +Bk +Bk +Bk +Bk ce ce ce @@ -37783,13 +37696,13 @@ vu iW ce ce +Bk +Bk +Bk +ce ce ce ce -Lt -Lt -Lt -Lt xh xh xh @@ -37801,30 +37714,30 @@ jF jF jF vu -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW VL QZ -vj -vj -Lt -Lt -Lt -Lt -Lt +iW +iW +ce +ce +ce +ce +ce Lt Lt Lt @@ -37902,7 +37815,6 @@ uH qE qE qE -qE ce ce ce @@ -37910,6 +37822,10 @@ ce ce ce ce +Bk +Bk +Bk +Bk ce ce ce @@ -37917,56 +37833,53 @@ ce ce ce ce -ce -ce -ce -vj +iW zf iW ce ce +Bk +Bk +Bk +ce +ce +ce +ce +xh +sM +sM +rn +zf +iW +iW +iW +ce +iW +Cw +vu +iW +iW +ce +ce ce ce ce -Lt -Lt -Lt -Lt -xh -sM -sM -rn -zf -vj -vj -vj -Lt -vj -Cw -vu -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj -vj +ce +ce +ce +iW +iW +iW VL QZ -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt +iW +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -38051,6 +37964,8 @@ ce ce ce ce +Bk +Bk ce ce ce @@ -38060,55 +37975,53 @@ ce ce ce ce -ce -ce -vj +iW zf iW iW ce ce +Bk +Bk +Bk +ce ce ce -Lt -Lt -Lt -Lt xh sM sM rn zf -vj -Lt -Lt -Lt -Lt -Lt +iW +ce +ce +ce +ce +ce Cw jF jF jF vu -vj -Lt -Lt -Lt -Lt -vj +iW +ce +ce +ce +ce +iW VL jF jF QZ -Lt -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +iW +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -38189,12 +38102,12 @@ qE qE qE qE -qE -ce ce ce ce ce +Bk +Bk ce ce ce @@ -38210,57 +38123,57 @@ jF vu ce ce +Bk +Bk +Bk +ce ce ce -Lt -Lt -Lt -Lt xh xh xh xh zf -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj -vj +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW zf -vj -Lt -Lt -vj -vj +iW +ce +ce +iW +iW VL QZ -vj -vj -Lt -Lt -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +iW +iW +ce +ce +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -38331,7 +38244,12 @@ uH qE qE qE -qE +ce +ce +ce +ce +Bk +Bk ce ce ce @@ -38342,68 +38260,63 @@ ce ce ce ce -ce -ce -ce -ce -ce -vj -vj +iW +iW zf ce ce ce ce -Lt -Lt -Lt -Lt +Bk +Bk +ce +ce VL jF jF jF QZ -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj +iW +ce +ce +ce +ce +ce +ce +ce +ce +iW zf -Lt -Lt -vj +ce +ce +iW VL jF QZ -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -38473,7 +38386,12 @@ uH uH qE qE -qE +ce +ce +ce +ce +Bk +Bk ce ce ce @@ -38483,69 +38401,64 @@ ce ce ce ce +iW +iW +ce +zf ce ce ce ce ce -vj -vj +ce +Bk Bk zf +iW +ce +iW +iW +iW ce ce ce ce -Lt -Lt -Lt -Lt +ce +ce +ce +ce +iW zf -vj ce -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj +ce +iW zf -Lt -Lt -vj -zf -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -38619,6 +38532,8 @@ qE ce ce ce +Bk +Bk ce ce ce @@ -38628,66 +38543,64 @@ ce ce ce ce -ce -ce -vj -vj -vj +iW +iW +iW Cw vu -vj +iW ce ce -Lt -Lt -Lt -Lt -zf -vj ce -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj +ce +ce +Bk zf -Lt -vj -vj +iW +ce +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +iW +iW zf -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Lt +ce +iW +iW +zf +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce +ce Lt Lt Lt @@ -38759,77 +38672,77 @@ uH qE qE qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -qE -Lt -Lt -Lt -vj -vj -vj -vj +ce +ce +ce +Bk +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW zf -vj +iW +ce +ce +ce +ce ce ce -Lt -Lt -Lt -Lt zf -vj +iW ce ce -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -vj -vj -vj +iW +iW +iW +ce +ce +ce +ce +ce +iW +iW +iW Cw jF jF jF QZ -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce Lt Lt Lt @@ -38903,77 +38816,77 @@ qE qE qE qE -qE -qE -qE -qE -qE -qE -qE -qE -Lt -Lt -vj -vj -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +ce +ce +ce Cw jF vu ce -Lt -Lt -Lt -vj +ce +ce +ce +iW zf -vj +iW +ce +ce +ce +iW +iW +iW +ce +ce +ce +ce +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +ce +ce +ce ce ce ce -vj -vj -vj -Lt -Lt -Lt -Lt -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Lt -Lt Lt Lt Lt @@ -39045,78 +38958,78 @@ Lb Lb qE qE -qE -qE -qE -vj -qE -qE -qE -qE -Lt -Lt -vj -Lt -Lt -Lt -Lt -vj -vj +ce +ce +ce +iW +ce +ce +ce +ce +ce +ce +iW +ce +ce +ce +ce +iW +iW zf ce -Lt -Lt -vj -vj +ce +ce +iW +iW zf -vj +iW +ce +ce +ce +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +ce +ce +iW +iW +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce ce ce ce -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Wx -Lt -Lt -Wx -Wx -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Lt -Lt -Lt Lt Lt Lt @@ -39187,26 +39100,26 @@ Lb Lb Lb sV -sV -vj -vj -vj -qE -qE -vj -vj -Lt -vj -vj -Lt -Lt -Lt -Lt -vj -vj +pV +iW +iW +iW +ce +ce +iW +iW +ce +iW +iW +ce +ce +ce +ce +iW +iW zf -vj -Lt +iW +ce VL jF jF @@ -39216,50 +39129,50 @@ ce ce ce ce -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Lt -Lt -Lt -Lt -Lt -Wx -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +ce +ce +ce +ce +ce +iW +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Pp @@ -39329,29 +39242,72 @@ qE Lb sV qE -vj -vj -vj -vj -vj -vj -vj +iW +iW +iW +iW +iW +iW +iW Ee -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt +iW +iW +iW +ce +ce +ce +ce +ce +ce Cw jF jF QZ -vj -vj +iW +iW +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +ce +ce +ce +iW +iW +iW +iW +iW +iW +ce ce ce ce @@ -39359,49 +39315,6 @@ ce ce ce ce -vj -vj -vj -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt Lt Lt Pp @@ -39471,28 +39384,28 @@ qE qE qE qE -qE -qE -qE -qE -vj -vj -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj -vj -vj -vj +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +iW ce ce ce @@ -39503,47 +39416,47 @@ ce ce ce ce -vj -vj -vj -vj -vj -vj -Lt -Lt -Lt -Lt -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Wx -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +ce +ce +ce +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -39613,27 +39526,6 @@ qE qE qE qE -qE -qE -qE -qE -qE -qE -qE -qE -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj -vj -vj ce ce ce @@ -39648,44 +39540,65 @@ ce ce ce ce -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -39755,24 +39668,6 @@ qE qE qE qE -qE -qE -qE -qE -qE -qE -qE -qE -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt ce ce ce @@ -39793,41 +39688,59 @@ ce ce ce ce -vj -vj -vj -vj -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Wx -Wx -Wx -Wx -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -39897,79 +39810,79 @@ qE qE qE qE -qE -qE -qE -qE -qE -qE -qE -qE -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -vj -vj -vj -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +iW +iW +iW +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt @@ -40039,79 +39952,79 @@ qE qE qE qE -qE -qE -qE -qE -qE -qE -qE -qE -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt -Lt +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce +ce Lt Lt Lt diff --git a/maps/groundbase/gb-z2.dmm b/maps/groundbase/gb-z2.dmm index 07c01c9bec..5b085bdfb9 100644 --- a/maps/groundbase/gb-z2.dmm +++ b/maps/groundbase/gb-z2.dmm @@ -5806,6 +5806,11 @@ }, /turf/simulated/floor/tiled/white, /area/groundbase/medical/triage) +"rz" = ( +/turf/simulated/floor/outdoors/newdirt_nograss{ + outdoors = 0 + }, +/area/groundbase/level2/ne) "rA" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -7460,6 +7465,11 @@ }, /turf/simulated/floor/outdoors/newdirt/virgo3c, /area/groundbase/level2/nw) +"wS" = ( +/turf/simulated/floor/outdoors/newdirt_nograss{ + outdoors = 0 + }, +/area/groundbase/unexplored/rock) "wW" = ( /obj/effect/landmark/start/scientist, /obj/structure/cable/yellow{ @@ -9281,7 +9291,7 @@ /turf/simulated/floor/outdoors/newdirt_nograss{ outdoors = 0 }, -/area/groundbase/level2/nw) +/area/groundbase/unexplored/rock) "Cs" = ( /obj/structure/sign/department/sci, /turf/simulated/wall/r_wall, @@ -10353,6 +10363,11 @@ "Fv" = ( /turf/simulated/floor/outdoors/grass/forest/virgo3c, /area/groundbase/science/picnic) +"Fw" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c{ + outdoors = 0 + }, +/area/groundbase/unexplored/rock) "Fx" = ( /turf/simulated/floor/tiled, /area/groundbase/science/rd) @@ -15662,6 +15677,9 @@ }, /turf/simulated/floor/reinforced, /area/rnd/xenobiology) +"UH" = ( +/turf/simulated/mineral/cave/virgo3c, +/area/groundbase/unexplored/rock) "UI" = ( /turf/simulated/floor/outdoors/grass/virgo3c, /area/groundbase/medical/Chemistry) @@ -17536,20 +17554,20 @@ xE xE xE xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH xE xE xE @@ -17678,20 +17696,20 @@ xE xE xE xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH xE xE xE @@ -17820,20 +17838,20 @@ xE xE xE xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -KW +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS xE xE xE @@ -17962,20 +17980,20 @@ xE xE xE xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -KW -KW -KW -Fs +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +Fw Fs pw bY @@ -18104,20 +18122,20 @@ KW KW xE xE -xE -xE -xE -xE -xE -xE -xE -KW -KW -KW -KW -KW -KW -Fs +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +Fw Fs pw bY @@ -18246,20 +18264,20 @@ KW KW KW xE -xE -xE -xE -xE -xE -KW -KW -KW -KW -xE -KW -xE -xE -Fs +UH +UH +UH +UH +UH +wS +wS +wS +wS +UH +wS +UH +UH +Fw Fs pw bY @@ -18388,20 +18406,20 @@ KW KW KW KW -xE -xE -xE -xE -xE -KW -KW -KW -KW -KW -KW -xE -xE -Fs +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +UH +UH +Fw Fs xE bY @@ -18530,20 +18548,20 @@ xE xE KW KW -xE -xE -xE -xE -xE -KW -KW -KW -KW -KW -xE -xE -xE -KW +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS +UH +UH +UH +wS KW xE bY @@ -18672,20 +18690,20 @@ xE xE xE KW -KW -KW -xE -xE -KW -KW -KW -KW -KW -KW -KW -xE -xE -xE +wS +wS +UH +UH +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH xE xE bY @@ -18814,20 +18832,20 @@ xE xE xE KW -KW -xE -xE -xE -xE -xE -xE -xE -KW -KW -KW -KW -xE -xE +wS +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +UH +UH xE xE xE @@ -18956,20 +18974,20 @@ xE xE xE xE -KW -KW -xE -xE -xE -xE -xE -xE -xE -xE -KW -KW -KW -xE +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +UH xE xE xE @@ -19098,20 +19116,20 @@ xE xE xE xE -KW -KW -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -KW -xE +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +UH xE xE xE @@ -19240,20 +19258,20 @@ xE xE xE xE -KW -KW -xE -xE -xE -xE -KW -xE -xE -xE -xE -xE -KW -KW +wS +wS +UH +UH +UH +UH +wS +UH +UH +UH +UH +UH +wS +wS xE xE xE @@ -19382,20 +19400,20 @@ xE xE xE xE -KW -KW -xE -KW -KW -KW -xE -xE -xE -xE -xE -xE -KW -KW +wS +wS +UH +wS +wS +wS +UH +UH +UH +UH +UH +UH +wS +wS xE xE xE @@ -19524,20 +19542,20 @@ xE xE xE xE -KW -KW -KW -KW -KW -KW -KW -KW -xE -xE -xE -xE -xE -KW +wS +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH +UH +UH +wS KW KW xE @@ -19666,20 +19684,20 @@ xE xE xE xE -KW -KW -KW -KW -KW -KW -KW -KW -KW -xE -xE -xE -xE -KW +wS +wS +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH +UH +wS KW xE xE @@ -19808,20 +19826,20 @@ xE xE xE KW -KW -KW -KW -KW -KW -KW -KW -xE -xE -xE -xE -xE -xE -xE +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH +UH KW xE xE @@ -19950,20 +19968,20 @@ xE xE xE KW -KW -KW -KW -KW -KW -KW -KW -KW -xE -xE -xE -xE -KW -KW +wS +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH +UH +wS +wS KW xE xE @@ -20092,20 +20110,20 @@ xE xE xE KW -KW -xE -xE -KW -KW -KW -KW -KW -KW -xE -KW -KW -KW -KW +wS +UH +UH +wS +wS +wS +wS +wS +wS +UH +wS +wS +wS +wS xE xE xE @@ -20234,20 +20252,20 @@ xE KW KW KW -xE -xE -xE -xE -xE -KW -KW -KW -KW -KW -KW -KW -KW -xE +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +wS +wS +UH xE xE xE @@ -20376,20 +20394,20 @@ KW KW KW KW -xE -xE -xE -xE -KW -KW +UH +UH +UH +UH +wS +wS Cr -KW -KW -KW -KW -xE -xE -xE +wS +wS +wS +wS +UH +UH +UH xE xE xE @@ -20518,20 +20536,20 @@ KW KW KW xE -xE -xE -xE -xE -KW -KW -KW -KW -KW -KW -xE -xE -xE -xE +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +UH +UH +UH +UH xE xE xE @@ -20660,20 +20678,20 @@ KW xE xE xE -xE -xE -xE -KW -KW -KW -KW -KW -xE -xE -xE -xE -xE -xE +UH +UH +UH +wS +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH xE xE xE @@ -20802,20 +20820,20 @@ xE xE xE xE -xE -xE -KW -KW -KW -KW -xE -xE -xE -xE -xE -xE -xE -xE +UH +UH +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH xE xE xE @@ -20944,20 +20962,20 @@ xE xE xE xE -KW -KW -KW -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE -xE +wS +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH xE xE xE @@ -21086,16 +21104,16 @@ xE xE xE xE -KW -xE -xE -xE -xE -xE -xE -xE -xE -xE +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH FF FF FF @@ -28020,11 +28038,11 @@ ks ks ks ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH ks ks ks @@ -28158,15 +28176,15 @@ je (77,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks ks @@ -28300,20 +28318,20 @@ je (78,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks to @@ -28442,20 +28460,20 @@ je (79,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks to @@ -28584,20 +28602,20 @@ je (80,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks to @@ -28726,20 +28744,20 @@ je (81,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +wS +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH ks ks ks @@ -28868,20 +28886,20 @@ je (82,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +UH +wS +UH +UH +UH +UH +UH +UH ks ks ks @@ -29010,20 +29028,20 @@ je (83,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +UH +wS +UH +wS +UH +UH +UH +UH ks ks ks @@ -29152,20 +29170,20 @@ je (84,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +UH +UH +UH +UH ks ks ks @@ -29294,23 +29312,23 @@ je (85,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH ks ks ks @@ -29436,23 +29454,23 @@ je (86,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH ks ks ks @@ -29578,23 +29596,23 @@ je (87,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +UH +UH +UH +UH ks ks ks @@ -29720,23 +29738,23 @@ je (88,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +wS +wS +UH +wS +wS +wS +wS +UH +UH +UH ks ks ks @@ -29862,27 +29880,27 @@ je (89,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +wS +wS +wS +wS +UH +UH +UH +UH +wS +wS +wS +UH +UH +UH +UH +UH ks ks ks @@ -30004,27 +30022,27 @@ je (90,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH +UH +wS +wS +UH +UH +UH +UH ks ks ks @@ -30146,27 +30164,27 @@ je (91,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +UH +UH +UH +UH ks ks ks @@ -30288,27 +30306,27 @@ je (92,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH +wS +UH +UH +UH +UH ks ks ks @@ -30430,27 +30448,27 @@ je (93,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +wS +wS +wS +wS +wS +wS +UH +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks to @@ -30572,26 +30590,26 @@ je (94,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +wS +wS +UH +wS +wS +UH +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks ks @@ -30714,25 +30732,25 @@ je (95,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +wS +wS +UH +UH +UH +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH +UH +UH ks ks ks @@ -30856,25 +30874,25 @@ je (96,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +wS +wS +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH ks ks ks @@ -30998,25 +31016,25 @@ je (97,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +wS +UH +UH ks ks ks @@ -31140,23 +31158,23 @@ je (98,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS ks ks ks @@ -31282,23 +31300,23 @@ je (99,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +UH +wS +wS ks ks ks @@ -31424,23 +31442,23 @@ je (100,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +wS +wS +wS +UH +UH +wS +wS +UH +UH +wS +wS ks ks ks @@ -31566,23 +31584,23 @@ je (101,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +wS +UH +wS +UH +wS +wS +UH +UH +UH +wS +UH ks ks ks @@ -31708,23 +31726,23 @@ je (102,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +wS +wS +UH +wS +wS +wS +wS +UH +UH +UH +wS +UH ks ks ks @@ -31850,23 +31868,23 @@ je (103,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +wS +UH +UH +UH +wS +wS +wS +UH +UH +wS +UH ks ks uP @@ -31992,23 +32010,23 @@ je (104,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +wS +UH +UH +wS +wS +wS +UH +UH +UH +wS +UH ks ks uP @@ -32134,23 +32152,23 @@ je (105,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +UH +UH +UH +UH +wS +UH +UH +UH +wS +wS +UH ks ks uP @@ -32276,23 +32294,23 @@ je (106,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +wS +wS +UH +UH +wS +wS +UH ks uP uP @@ -32418,24 +32436,24 @@ je (107,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +wS +UH +UH +UH +wS +wS +wS +rz uP uP cK @@ -32560,24 +32578,24 @@ je (108,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +wS +UH +UH +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +wS +rz uP uP cK @@ -32702,24 +32720,24 @@ je (109,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +wS +UH +UH +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +wS +rz uP cK cK @@ -32844,23 +32862,23 @@ je (110,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +UH ks uP cK @@ -32986,23 +33004,23 @@ je (111,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +UH ks uP cK @@ -33128,23 +33146,23 @@ je (112,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +UH +UH ks uP uP @@ -33270,23 +33288,23 @@ je (113,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +wS +wS +wS +wS +UH +UH ks ks uP @@ -33412,23 +33430,23 @@ je (114,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +wS +wS +wS +wS +wS +wS +wS +wS +wS +wS +UH ks ks ks @@ -33554,23 +33572,23 @@ je (115,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +wS +wS +wS +UH +wS +UH +UH +UH +wS +wS +wS +UH +UH ks ks ks @@ -33696,23 +33714,23 @@ je (116,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks ks @@ -33773,14 +33791,14 @@ Bo Bo fk fk -fk -fk -fk -fk -tN -tN -tN -fk +UH +UH +UH +UH +wS +wS +wS +UH fk fk Bo @@ -33838,23 +33856,23 @@ je (117,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks ks @@ -33915,14 +33933,14 @@ Bo fk fk fk -fk -fk -fk -tN -tN -fk -fk -fk +UH +UH +UH +wS +wS +UH +UH +UH fk fk fk @@ -33980,20 +33998,20 @@ je (118,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks ks @@ -34057,15 +34075,15 @@ fk fk fk fk -fk -fk -tN -tN -fk -fk -fk -fk -fk +UH +UH +wS +wS +UH +UH +UH +UH +UH fk fk fk @@ -34122,19 +34140,19 @@ je (119,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks ks @@ -34199,16 +34217,16 @@ fk fk fk fk -fk -fk -tN -tN -tN -fk -fk -fk -fk -fk +UH +UH +wS +wS +wS +UH +UH +UH +UH +UH fk fk At @@ -34264,19 +34282,19 @@ je (120,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks ks @@ -34341,16 +34359,16 @@ fk fk fk fk -fk -fk -fk -tN -tN -tN -tN -fk -fk -fk +UH +UH +UH +wS +wS +wS +wS +UH +UH +UH fk fk oF @@ -34406,15 +34424,15 @@ je (121,1,1) = {" ni ks -ks -ks -ks -ks -ks -ks -ks -ks -ks +UH +UH +UH +UH +UH +UH +UH +UH +UH ks ks ks @@ -34483,21 +34501,21 @@ fk fk fk fk -fk -fk -fk -tN -tN -tN -tN -tN -fk -fk -fk -fk -fk -oF -fk +UH +UH +UH +wS +wS +wS +wS +wS +UH +UH +UH +UH +UH +Fw +UH fk fk tN @@ -34625,21 +34643,21 @@ fk fk fk fk -fk -fk -tN -tN -tN -tN -tN -fk -fk -fk -fk -fk -fk -tN -fk +UH +UH +wS +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH +wS +UH fk tN tN @@ -34767,21 +34785,21 @@ pe pe pe fk -fk -fk -tN -tN -fk -fk -tN -fk -fk -fk -fk -fk -fk -tN -fk +UH +UH +wS +wS +UH +UH +wS +UH +UH +UH +UH +UH +UH +wS +UH fk tN kQ @@ -34909,21 +34927,21 @@ fx kK pe fk -fk -fk -tN -tN -fk -fk -tN -fk -fk -fk -fk -fk -fk -tN -fk +UH +UH +wS +wS +UH +UH +wS +UH +UH +UH +UH +UH +UH +wS +UH fk tN tN @@ -35051,21 +35069,21 @@ iG Vz pe fk -fk -tN -tN -fk -fk -fk -tN -tN -fk -fk -fk -fk -tN -tN -fk +UH +wS +wS +UH +UH +UH +wS +wS +UH +UH +UH +UH +wS +wS +UH fk tN tN @@ -35193,20 +35211,20 @@ aZ mb pe fk -fk -tN -tN -fk -fk -fk -fk -tN -fk -fk -fk -fk -tN -fk +UH +wS +wS +UH +UH +UH +UH +wS +UH +UH +UH +UH +wS +UH fk fk tN @@ -35335,20 +35353,20 @@ cG cG pe fk -fk -tN -tN -fk -fk -fk -fk -tN -tN -fk -fk -tN -tN -fk +UH +wS +wS +UH +UH +UH +UH +wS +wS +UH +UH +wS +wS +UH fk tN tN @@ -35477,20 +35495,20 @@ cG nx pe fk -fk -tN -fk -fk -fk -fk -fk -fk -tN -tN -tN -tN -fk -fk +UH +wS +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +UH +UH fk tN tN @@ -35619,24 +35637,24 @@ IH Ag pe fk -fk -tN -tN -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -tN -tN -tN -fk +UH +wS +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +UH fk tN tN @@ -35761,24 +35779,24 @@ cG Vz pe fk -fk -fk -tN -fk -fk -fk -fk -fk -fk -fk -fk -fk -tN -tN -tN -tN -tN -fk +UH +UH +wS +UH +UH +UH +UH +UH +UH +UH +UH +UH +wS +wS +wS +wS +wS +UH fk tN tN @@ -35903,24 +35921,24 @@ cG fa pe fk -fk -fk -tN -fk -fk -fk -tN -fk -fk -fk -fk -tN -tN -tN -fk -fk -fk -fk +UH +UH +wS +UH +UH +UH +wS +UH +UH +UH +UH +wS +wS +wS +UH +UH +UH +UH fk tN tN @@ -36045,24 +36063,24 @@ OX pe pe fk -fk -fk -tN -fk -fk -tN -tN -fk -fk -fk -fk -tN -tN -tN -tN -fk -fk -fk +UH +UH +wS +UH +UH +wS +wS +UH +UH +UH +UH +wS +wS +wS +wS +UH +UH +UH fk fk tN @@ -36187,24 +36205,24 @@ cG Zc pe fk -fk -fk -tN -fk -fk -fk -tN -tN -fk -fk -fk -fk -fk -fk -tN -tN -fk -fk +UH +UH +wS +UH +UH +UH +wS +wS +UH +UH +UH +UH +UH +UH +wS +wS +UH +UH fk fk tN @@ -36329,24 +36347,24 @@ Ju Vz pe fk -fk -tN -tN -fk -fk -tN -tN -tN -fk -fk -fk -fk -fk -fk -fk -tN -fk -fk +UH +wS +wS +UH +UH +wS +wS +wS +UH +UH +UH +UH +UH +UH +UH +wS +UH +UH fk fk fk @@ -36471,24 +36489,24 @@ Vj LJ pe fk -fk -tN -tN -tN -fk -tN -tN -tN -tN -fk -fk -fk -fk -fk -fk -tN -fk -fk +UH +wS +wS +wS +UH +wS +wS +wS +wS +UH +UH +UH +UH +UH +UH +wS +UH +UH fk fk fk @@ -36613,24 +36631,24 @@ pe pe pe fk -fk -tN -tN -tN -tN -tN -tN -tN -tN -tN -tN -fk -fk -fk -tN -tN -fk -fk +UH +wS +wS +wS +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH +wS +wS +UH +UH fk fk fk @@ -36755,24 +36773,24 @@ fk fk fk fk -fk -tN -tN -tN -tN -tN -fk -fk -tN -tN -tN -tN -tN -tN -tN -fk -fk -fk +UH +wS +wS +wS +wS +wS +UH +UH +wS +wS +wS +wS +wS +wS +wS +UH +UH +UH fk fk fk @@ -36897,24 +36915,24 @@ fk fk fk fk -fk -fk -tN -tN -tN -fk -fk -fk -fk -fk -tN -tN -tN -fk -fk -fk -fk -fk +UH +UH +wS +wS +wS +UH +UH +UH +UH +UH +wS +wS +wS +UH +UH +UH +UH +UH fk fk fk @@ -37039,24 +37057,24 @@ fk fk fk fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk -fk +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH +UH fk fk fk diff --git a/maps/groundbase/groundbase_defines.dm b/maps/groundbase/groundbase_defines.dm index 398442af03..12668084f9 100644 --- a/maps/groundbase/groundbase_defines.dm +++ b/maps/groundbase/groundbase_defines.dm @@ -149,7 +149,19 @@ /area/groundbase/science/picnic, /area/groundbase/medical/patio, /area/groundbase/civilian/hydroponics/out, - /area/groundbase/level3/escapepad + /area/groundbase/level3/escapepad, + /area/maintenance/groundbase/poi/caves, + /area/groundbase/poi, + /area/maintenance/groundbase/poi/caves, + /area/groundbase/poi/outdoor, + /area/groundbase/poi/outdoor/roofed, + /area/groundbase/poi/outdoor/cabin1, + /area/groundbase/poi/outdoor/cabin2, + /area/groundbase/poi/outdoor/cabin3, + /area/groundbase/poi/outdoor/cabin4, + /area/groundbase/poi/outdoor/cabin5, + /area/groundbase/unexplored/outdoors, + /area/groundbase/unexplored/rock ) unit_test_exempt_from_atmos = list() @@ -203,8 +215,8 @@ /datum/map/groundbase/perform_map_generation() //Z_LEVEL_GB_BOTTOM,Z_LEVEL_GB_MIDDLE,Z_LEVEL_GB_TOP - seed_submaps(list(Z_LEVEL_GB_BOTTOM), 60, /area/groundbase/unexplored/outdoors, /datum/map_template/groundbase/outdoor) //Outdoor POIs - + seed_submaps(list(Z_LEVEL_GB_BOTTOM,Z_LEVEL_GB_MIDDLE,Z_LEVEL_GB_TOP), 100, /area/groundbase/unexplored/outdoors, /datum/map_template/groundbase/outdoor) //Outdoor POIs + seed_submaps(list(Z_LEVEL_GB_BOTTOM,Z_LEVEL_GB_MIDDLE), 200, /area/groundbase/unexplored/rock, /datum/map_template/groundbase/maintcaves) //Cave POIs new /datum/random_map/automata/cave_system/no_cracks(null, 1, 1, Z_LEVEL_MINING, world.maxx, world.maxy) // Create the mining Z-level. new /datum/random_map/noise/ore(null, 1, 1, Z_LEVEL_MINING, 64, 64) // Create the mining ore distribution map. return 1 diff --git a/maps/groundbase/groundbase_poi_stuff.dm b/maps/groundbase/groundbase_poi_stuff.dm index 657a516077..b37801d729 100644 --- a/maps/groundbase/groundbase_poi_stuff.dm +++ b/maps/groundbase/groundbase_poi_stuff.dm @@ -1,5 +1,189 @@ #if MAP_TEST -#include "pois/od-testthing-a.dmm" +#include "pois/outdoors1.dmm" +#include "pois/outdoors2.dmm" +#include "pois/outdoors3.dmm" +#include "pois/outdoors4.dmm" +#include "pois/outdoors5.dmm" +#include "pois/outdoors6.dmm" +#include "pois/outdoors7.dmm" +#include "pois/outdoors8.dmm" +#include "pois/outdoors9.dmm" +#include "pois/outdoors10.dmm" +#include "pois/outdoors11.dmm" +#include "pois/outdoors12.dmm" +#include "pois/outdoors13.dmm" +#include "pois/outdoors14.dmm" + +#include "pois/cave1.dmm" +#include "pois/cave2.dmm" +#include "pois/cave3.dmm" +#include "pois/cave4.dmm" +#include "pois/cave5.dmm" +#include "pois/cave6.dmm" +#include "pois/cave7.dmm" +#include "pois/cave8.dmm" +#include "pois/cave9.dmm" +#include "pois/cave10.dmm" +#include "pois/cave11.dmm" +#include "pois/cave12.dmm" +#include "pois/cave13.dmm" +#include "pois/cave14.dmm" +#include "pois/cave15.dmm" +#include "pois/cave16.dmm" +#include "pois/cave17.dmm" +#include "pois/cave18.dmm" +#include "pois/cave19.dmm" +#include "pois/cave20.dmm" +#include "pois/cave21.dmm" +#include "pois/cave22.dmm" +#include "pois/cave23.dmm" +#include "pois/cave24.dmm" +#include "pois/cave25.dmm" +#include "pois/cave26.dmm" +#include "pois/cave27.dmm" +#include "pois/cave28.dmm" +#include "pois/cave29.dmm" +#include "pois/cave30.dmm" +#include "pois/cave31.dmm" +#include "pois/cave32.dmm" +#include "pois/cave33.dmm" +#include "pois/cave34.dmm" +#include "pois/cave35.dmm" +#include "pois/cave36.dmm" +#include "pois/cave37.dmm" +#include "pois/cave38.dmm" +#include "pois/cave39.dmm" +#include "pois/cave40.dmm" +#include "pois/cave41.dmm" +#include "pois/cave42.dmm" +#include "pois/cave43.dmm" +#include "pois/cave44.dmm" +#include "pois/cave45.dmm" +#include "pois/cave46.dmm" +#include "pois/cave47.dmm" +#include "pois/cave48.dmm" +#include "pois/cave49.dmm" +#include "pois/cave50.dmm" +#include "pois/cave51.dmm" +#include "pois/cave52.dmm" +#include "pois/cave53.dmm" +#include "pois/cave54.dmm" + +#include "pois/cave1b.dmm" +#include "pois/cave2b.dmm" +#include "pois/cave3b.dmm" +#include "pois/cave4b.dmm" +#include "pois/cave5b.dmm" +#include "pois/cave6b.dmm" +#include "pois/cave7b.dmm" +#include "pois/cave8b.dmm" +#include "pois/cave9b.dmm" +#include "pois/cave10b.dmm" +#include "pois/cave11b.dmm" +#include "pois/cave12b.dmm" +#include "pois/cave13b.dmm" +#include "pois/cave14b.dmm" +#include "pois/cave15b.dmm" +#include "pois/cave16b.dmm" +#include "pois/cave17b.dmm" +#include "pois/cave18b.dmm" +#include "pois/cave19b.dmm" +#include "pois/cave20b.dmm" +#include "pois/cave21b.dmm" +#include "pois/cave22b.dmm" +#include "pois/cave23b.dmm" +#include "pois/cave24b.dmm" +#include "pois/cave25b.dmm" +#include "pois/cave26b.dmm" +#include "pois/cave27b.dmm" +#include "pois/cave28b.dmm" +#include "pois/cave29b.dmm" +#include "pois/cave30b.dmm" +#include "pois/cave31b.dmm" +#include "pois/cave32b.dmm" +#include "pois/cave33b.dmm" +#include "pois/cave34b.dmm" +#include "pois/cave35b.dmm" +#include "pois/cave36b.dmm" +#include "pois/cave37b.dmm" +#include "pois/cave38b.dmm" +#include "pois/cave39b.dmm" +#include "pois/cave40b.dmm" +#include "pois/cave41b.dmm" +#include "pois/cave42b.dmm" +#include "pois/cave43b.dmm" +#include "pois/cave44b.dmm" +#include "pois/cave45b.dmm" +#include "pois/cave46b.dmm" +#include "pois/cave47b.dmm" +#include "pois/cave48b.dmm" +#include "pois/cave49b.dmm" + +#include "pois/cave1c.dmm" +#include "pois/cave2c.dmm" +#include "pois/cave3c.dmm" +#include "pois/cave4c.dmm" +#include "pois/cave5c.dmm" +#include "pois/cave6c.dmm" +#include "pois/cave7c.dmm" +#include "pois/cave8c.dmm" +#include "pois/cave9c.dmm" +#include "pois/cave10c.dmm" +#include "pois/cave11c.dmm" +#include "pois/cave12c.dmm" +#include "pois/cave13c.dmm" +#include "pois/cave14c.dmm" +#include "pois/cave15c.dmm" +#include "pois/cave16c.dmm" +#include "pois/cave17c.dmm" +#include "pois/cave18c.dmm" +#include "pois/cave19c.dmm" +#include "pois/cave20c.dmm" +#include "pois/cave21c.dmm" +#include "pois/cave22c.dmm" +#include "pois/cave23c.dmm" +#include "pois/cave24c.dmm" +#include "pois/cave25c.dmm" +#include "pois/cave26c.dmm" +#include "pois/cave27c.dmm" +#include "pois/cave28c.dmm" +#include "pois/cave29c.dmm" +#include "pois/cave30c.dmm" +#include "pois/cave31c.dmm" +#include "pois/cave32c.dmm" +#include "pois/cave33c.dmm" +#include "pois/cave34c.dmm" +#include "pois/cave35c.dmm" +#include "pois/cave36c.dmm" +#include "pois/cave37c.dmm" +#include "pois/cave38c.dmm" +#include "pois/cave39c.dmm" +#include "pois/cave40c.dmm" +#include "pois/cave41c.dmm" +#include "pois/cave42c.dmm" +#include "pois/cave43c.dmm" +#include "pois/cave44c.dmm" +#include "pois/cave45c.dmm" +#include "pois/cave46c.dmm" +#include "pois/cave47c.dmm" +#include "pois/cave48c.dmm" +#include "pois/cave49c.dmm" + +#include "pois/cavething1.dmm" +#include "pois/cavething2.dmm" +#include "pois/cavething3.dmm" +#include "pois/cavething4.dmm" +#include "pois/cavething5.dmm" +#include "pois/cavething6.dmm" +#include "pois/cavething7.dmm" +#include "pois/cavething8.dmm" +#include "pois/cavething9.dmm" +#include "pois/cavething10.dmm" +#include "pois/cavething11.dmm" +#include "pois/cavething12.dmm" +#include "pois/cavething13.dmm" +#include "pois/cavething14.dmm" + #endif @@ -8,24 +192,749 @@ icon = 'icons/turf/areas_vr.dmi' icon_state = "orawhisqu" ambience = AMBIENCE_FOREBODING + flags = AREA_FLAG_IS_NOT_PERSISTENT + +/area/maintenance/groundbase/poi/caves + name = "maintenance cave" + flags = AREA_FLAG_IS_NOT_PERSISTENT + +/area/groundbase/poi/outdoor + name = "Outdoors" + ceiling_type = /turf/simulated/floor/virgo3c +/area/groundbase/poi/outdoor/roofed + name = "Outdoors" +/area/groundbase/poi/outdoor/cabin1 + name = "Cabin" +/area/groundbase/poi/outdoor/cabin2 + name = "Cabin" +/area/groundbase/poi/outdoor/cabin3 + name = "Cabin" +/area/groundbase/poi/outdoor/cabin4 + name = "Cabin" +/area/groundbase/poi/outdoor/cabin5 + name = "Cabin" /datum/map_template/groundbase/outdoor - name = "Outdoors" + name = "Outdoors1" desc = "POIs for outdoors!" - mappath = 'pois/od-testthing-a.dmm' + mappath = 'pois/outdoors1.dmm' + cost = 10 + allow_duplicates = TRUE +/datum/map_template/groundbase/outdoor/thing2 + name = "Outdoors2" + mappath = 'pois/outdoors2.dmm' + allow_duplicates = FALSE +/datum/map_template/groundbase/outdoor/thing3 + name = "Outdoors3" + mappath = 'pois/outdoors3.dmm' + allow_duplicates = FALSE +/datum/map_template/groundbase/outdoor/thing4 + name = "Outdoors4" + mappath = 'pois/outdoors4.dmm' +/datum/map_template/groundbase/outdoor/thing5 + name = "Outdoors5" + mappath = 'pois/outdoors5.dmm' +/datum/map_template/groundbase/outdoor/thing6 + name = "Outdoors6" + mappath = 'pois/outdoors6.dmm' +/datum/map_template/groundbase/outdoor/thing7 + name = "Outdoors7" + mappath = 'pois/outdoors7.dmm' +/datum/map_template/groundbase/outdoor/thing8 + name = "Outdoors8" + mappath = 'pois/outdoors8.dmm' + allow_duplicates = FALSE +/datum/map_template/groundbase/outdoor/thing9 + name = "Outdoors9" + mappath = 'pois/outdoors9.dmm' +/datum/map_template/groundbase/outdoor/thing10 + name = "Outdoors10" + mappath = 'pois/outdoors10.dmm' +/datum/map_template/groundbase/outdoor/thing11 + name = "Outdoors11" + mappath = 'pois/outdoors11.dmm' +/datum/map_template/groundbase/outdoor/thing12 + name = "Outdoors12" + mappath = 'pois/outdoors12.dmm' +/datum/map_template/groundbase/outdoor/thing13 + name = "Outdoors13" + mappath = 'pois/outdoors13.dmm' + allow_duplicates = FALSE +/datum/map_template/groundbase/outdoor/thing14 + name = "Outdoors14" + mappath = 'pois/outdoors14.dmm' +/datum/map_template/groundbase/outdoor/thing15 + name = "Outdoors15" + mappath = 'pois/outdoors15.dmm' + allow_duplicates = FALSE + +/datum/map_template/groundbase/maintcaves/cave + name = "Cave 1" + desc = "POIs for caves!" + mappath = 'pois/cave1.dmm' cost = 1 allow_duplicates = FALSE -/area/groundbase/poi/outdoor - name = "POI - Outdoors" - ceiling_type = /turf/simulated/floor/virgo3c -/* -/datum/map_template/groundbase/maintcaves - name = "Caves" - desc = "POIs for caves!" - mappath = 'pois/darkstar.dmm' - cost = 1 +/datum/map_template/groundbase/maintcaves/cave/cave2 + name = "Cave 2" + mappath = 'pois/cave2.dmm' -/area/groundbase/poi/cave - name = "POI - Caves" -*/ \ No newline at end of file +/datum/map_template/groundbase/maintcaves/cave/cave3 + name = "Cave 3" + mappath = 'pois/cave3.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave4 + name = "Cave 4" + mappath = 'pois/cave4.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave5 + name = "Cave 5" + mappath = 'pois/cave5.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave6 + name = "Cave 6" + mappath = 'pois/cave6.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave7 + name = "Cave 7" + mappath = 'pois/cave7.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave8 + name = "Cave 8" + mappath = 'pois/cave8.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave9 + name = "Cave 9" + mappath = 'pois/cave9.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave10 + name = "Cave 10" + mappath = 'pois/cave10.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave11 + name = "Cave 11" + mappath = 'pois/cave11.dmm' + cost = 5 + +/datum/map_template/groundbase/maintcaves/cave/cave12 + name = "Cave 12" + mappath = 'pois/cave12.dmm' + cost = 5 + +/datum/map_template/groundbase/maintcaves/cave/cave13 + name = "Cave 13" + mappath = 'pois/cave13.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave14 + name = "Cave 14" + mappath = 'pois/cave14.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave15 + name = "Cave 15" + mappath = 'pois/cave15.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave16 + name = "Cave 16" + mappath = 'pois/cave16.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave17 + name = "Cave 17" + mappath = 'pois/cave17.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave18 + name = "Cave 18" + mappath = 'pois/cave18.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave19 + name = "Cave 19" + mappath = 'pois/cave19.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave20 + name = "Cave 20" + mappath = 'pois/cave20.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave21 + name = "Cave 21" + mappath = 'pois/cave21.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave22 + name = "Cave 22" + mappath = 'pois/cave22.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave23 + name = "Cave 23" + mappath = 'pois/cave23.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave24 + name = "Cave 24" + mappath = 'pois/cave24.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave25 + name = "Cave 25" + mappath = 'pois/cave25.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave26 + name = "Cave 26" + mappath = 'pois/cave26.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave27 + name = "Cave 27" + mappath = 'pois/cave27.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave28 + name = "Cave 28" + mappath = 'pois/cave28.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave29 + name = "Cave 29" + mappath = 'pois/cave29.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave30 + name = "Cave 30" + mappath = 'pois/cave30.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave31 + name = "Cave 31" + mappath = 'pois/cave31.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave32 + name = "Cave 32" + mappath = 'pois/cave32.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave33 + name = "Cave 33" + mappath = 'pois/cave33.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave34 + name = "Cave 34" + mappath = 'pois/cave34.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave35 + name = "Cave 35" + mappath = 'pois/cave35.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave36 + name = "Cave 36" + mappath = 'pois/cave36.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave37 + name = "Cave 37" + mappath = 'pois/cave37.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave38 + name = "Cave 38" + mappath = 'pois/cave38.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave39 + name = "Cave 39" + mappath = 'pois/cave39.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave40 + name = "Cave 40" + mappath = 'pois/cave40.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave41 + name = "Cave 41" + mappath = 'pois/cave41.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave42 + name = "Cave 42" + mappath = 'pois/cave42.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave43 + name = "Cave 43" + mappath = 'pois/cave43.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave44 + name = "Cave 44" + mappath = 'pois/cave44.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave45 + name = "Cave 45" + mappath = 'pois/cave45.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave46 + name = "Cave 46" + mappath = 'pois/cave46.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave47 + name = "Cave 47" + mappath = 'pois/cave47.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave48 + name = "Cave 48" + mappath = 'pois/cave48.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave49 + name = "Cave 49" + mappath = 'pois/cave49.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave50 + name = "Cave 50" + mappath = 'pois/cave50.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave51 + name = "Cave 51" + mappath = 'pois/cave51.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave52 + name = "Cave 52" + mappath = 'pois/cave52.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave53 + name = "Cave 53" + mappath = 'pois/cave53.dmm' + +/datum/map_template/groundbase/maintcaves/cave/cave54 + name = "Cave 54" + mappath = 'pois/cave54.dmm' + +/datum/map_template/groundbase/maintcaves/caveb + name = "Cave 1b" + mappath = 'pois/cave1b.dmm' + cost = 3 + allow_duplicates = FALSE + +/datum/map_template/groundbase/maintcaves/caveb/cave2 + name = "Cave 2b" + mappath = 'pois/cave2b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave3 + name = "Cave 3b" + mappath = 'pois/cave3b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave4 + name = "Cave 4b" + mappath = 'pois/cave4b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave5 + name = "Cave 5b" + mappath = 'pois/cave5b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave6 + name = "Cave 6b" + mappath = 'pois/cave6b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave7 + name = "Cave 7b" + mappath = 'pois/cave7b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave8 + name = "Cave 8b" + mappath = 'pois/cave8b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave9 + name = "Cave 9b" + mappath = 'pois/cave9b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave10 + name = "Cave 10b" + mappath = 'pois/cave10b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave11 + name = "Cave 11b" + mappath = 'pois/cave11b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave12 + name = "Cave 12b" + mappath = 'pois/cave12b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave13 + name = "Cave 13b" + mappath = 'pois/cave13b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave14 + name = "Cave 14b" + mappath = 'pois/cave14b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave15 + name = "Cave 15b" + mappath = 'pois/cave15b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave16 + name = "Cave 16b" + mappath = 'pois/cave16b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave17 + name = "Cave 17b" + mappath = 'pois/cave17b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave18 + name = "Cave 18b" + mappath = 'pois/cave18b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave19 + name = "Cave 19b" + mappath = 'pois/cave19b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave20 + name = "Cave 20b" + mappath = 'pois/cave20b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave21 + name = "Cave 21b" + mappath = 'pois/cave21b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave22 + name = "Cave 22b" + mappath = 'pois/cave22b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave23 + name = "Cave 23b" + mappath = 'pois/cave23b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave24 + name = "Cave 24b" + mappath = 'pois/cave24b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave25 + name = "Cave 25b" + mappath = 'pois/cave25b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave26 + name = "Cave 26b" + mappath = 'pois/cave26b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave27 + name = "Cave 27b" + mappath = 'pois/cave27b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave28 + name = "Cave 28b" + mappath = 'pois/cave28b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave29 + name = "Cave 29b" + mappath = 'pois/cave29b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave30 + name = "Cave 30b" + mappath = 'pois/cave30b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave31 + name = "Cave 31b" + mappath = 'pois/cave31b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave32 + name = "Cave 32b" + mappath = 'pois/cave32b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave33 + name = "Cave 33b" + mappath = 'pois/cave33b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave34 + name = "Cave 34b" + mappath = 'pois/cave34b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave35 + name = "Cave 35b" + mappath = 'pois/cave35b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave36 + name = "Cave 36b" + mappath = 'pois/cave36b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave37 + name = "Cave 37b" + mappath = 'pois/cave37b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave38 + name = "Cave 38b" + mappath = 'pois/cave38b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave39 + name = "Cave 39b" + mappath = 'pois/cave39b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave40 + name = "Cave 40b" + mappath = 'pois/cave40b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave41 + name = "Cave 41b" + mappath = 'pois/cave41b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave42 + name = "Cave 42b" + mappath = 'pois/cave42b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave43 + name = "Cave 43b" + mappath = 'pois/cave43b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave44 + name = "Cave 44b" + mappath = 'pois/cave44b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave45 + name = "Cave 45b" + mappath = 'pois/cave45b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave46 + name = "Cave 46b" + mappath = 'pois/cave46b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave47 + name = "Cave 47b" + mappath = 'pois/cave47b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave48 + name = "Cave 48b" + mappath = 'pois/cave48b.dmm' + +/datum/map_template/groundbase/maintcaves/caveb/cave49 + name = "Cave 49" + mappath = 'pois/cave49b.dmm' + +/datum/map_template/groundbase/maintcaves/cavec + name = "Cave 1c" + mappath = 'pois/cave1c.dmm' + cost = 3 + allow_duplicates = FALSE + +/datum/map_template/groundbase/maintcaves/cavec/cave2 + name = "Cave 2c" + mappath = 'pois/cave2c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave3 + name = "Cave 3c" + mappath = 'pois/cave3c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave4 + name = "Cave 4c" + mappath = 'pois/cave4c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave5 + name = "Cave 5c" + mappath = 'pois/cave5c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave6 + name = "Cave 6c" + mappath = 'pois/cave6c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave7 + name = "Cave 7c" + mappath = 'pois/cave7c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave8 + name = "Cave 8c" + mappath = 'pois/cave8c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave9 + name = "Cave 9c" + mappath = 'pois/cave9c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave10 + name = "Cave 10c" + mappath = 'pois/cave10c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave11 + name = "Cave 11c" + mappath = 'pois/cave11c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave12 + name = "Cave 12c" + mappath = 'pois/cave12c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave13 + name = "Cave 13c" + mappath = 'pois/cave13c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave14 + name = "Cave 14c" + mappath = 'pois/cave14c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave15 + name = "Cave 15c" + mappath = 'pois/cave15c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave16 + name = "Cave 16c" + mappath = 'pois/cave16c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave17 + name = "Cave 17c" + mappath = 'pois/cave17c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave18 + name = "Cave 18c" + mappath = 'pois/cave18c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave19 + name = "Cave 19c" + mappath = 'pois/cave19c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave20 + name = "Cave 20c" + mappath = 'pois/cave20c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave21 + name = "Cave 21c" + mappath = 'pois/cave21c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave22 + name = "Cave 22c" + mappath = 'pois/cave22c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave23 + name = "Cave 23c" + mappath = 'pois/cave23c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave24 + name = "Cave 24c" + mappath = 'pois/cave24c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave25 + name = "Cave 25c" + mappath = 'pois/cave25c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave26 + name = "Cave 26c" + mappath = 'pois/cave26c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave27 + name = "Cave 27c" + mappath = 'pois/cave27c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave28 + name = "Cave 28c" + mappath = 'pois/cave28c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave29 + name = "Cave 29c" + mappath = 'pois/cave29c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave30 + name = "Cave 30c" + mappath = 'pois/cave30c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave31 + name = "Cave 31c" + mappath = 'pois/cave31c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave32 + name = "Cave 32c" + mappath = 'pois/cave32c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave33 + name = "Cave 33c" + mappath = 'pois/cave33c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave34 + name = "Cave 34c" + mappath = 'pois/cave34c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave35 + name = "Cave 35c" + mappath = 'pois/cave35c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave36 + name = "Cave 36c" + mappath = 'pois/cave36c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave37 + name = "Cave 37c" + mappath = 'pois/cave37c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave38 + name = "Cave 38c" + mappath = 'pois/cave38c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave39 + name = "Cave 39c" + mappath = 'pois/cave39c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave40 + name = "Cave 40c" + mappath = 'pois/cave40c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave41 + name = "Cave 41c" + mappath = 'pois/cave41c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave42 + name = "Cave 42c" + mappath = 'pois/cave42c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave43 + name = "Cave 43c" + mappath = 'pois/cave43c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave44 + name = "Cave 44c" + mappath = 'pois/cave44c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave45 + name = "Cave 45c" + mappath = 'pois/cave45c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave46 + name = "Cave 46c" + mappath = 'pois/cave46c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave47 + name = "Cave 47c" + mappath = 'pois/cave47c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave48 + name = "Cave 48c" + mappath = 'pois/cave48c.dmm' + +/datum/map_template/groundbase/maintcaves/cavec/cave49 + name = "Cave 49" + mappath = 'pois/cave49c.dmm' + +/datum/map_template/groundbase/maintcaves/cavething + name = "Cavething 1" + mappath = 'pois/cavething1.dmm' + cost = 10 + allow_duplicates = TRUE + +/datum/map_template/groundbase/maintcaves/cavething/thing2 + name = "Cavething 2" + mappath = 'pois/cavething2.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing3 + name = "Cavething 3" + mappath = 'pois/cavething3.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing4 + name = "Cavething 4" + mappath = 'pois/cavething4.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing5 + name = "Cavething 5" + mappath = 'pois/cavething5.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing6 + name = "Cavething 6" + mappath = 'pois/cavething6.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing7 + name = "Cavething 7" + mappath = 'pois/cavething7.dmm' + cost = 25 + allow_duplicates = FALSE +/datum/map_template/groundbase/maintcaves/cavething/thing8 + name = "Cavething 8" + mappath = 'pois/cavething8.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing9 + name = "Cavething 9" + mappath = 'pois/cavething9.dmm' + cost = 25 + allow_duplicates = FALSE +/datum/map_template/groundbase/maintcaves/cavething/thing10 + name = "Cavething 10" + mappath = 'pois/cavething10.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing11 + name = "Cavething 11" + mappath = 'pois/cavething11.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing12 + name = "Cavething 12" + mappath = 'pois/cavething12.dmm' +/datum/map_template/groundbase/maintcaves/cavething/thing13 + name = "Cavething 13" + mappath = 'pois/cavething13.dmm' + cost = 3 + allow_duplicates = FALSE +/datum/map_template/groundbase/maintcaves/cavething/thing14 + name = "Cavething 14" + mappath = 'pois/cavething14.dmm' + cost = 3 + allow_duplicates = FALSE diff --git a/maps/groundbase/pois/cave1.dmm b/maps/groundbase/pois/cave1.dmm new file mode 100644 index 0000000000..d01c6e7cf4 --- /dev/null +++ b/maps/groundbase/pois/cave1.dmm @@ -0,0 +1,82 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +z +z +z +z +a +a +"} +(2,1,1) = {" +a +z +z +z +z +a +"} +(3,1,1) = {" +a +z +z +z +z +a +"} +(4,1,1) = {" +a +z +z +z +a +a +"} +(5,1,1) = {" +a +z +z +z +z +a +"} +(6,1,1) = {" +a +z +z +z +z +z +"} +(7,1,1) = {" +a +a +a +z +z +z +"} +(8,1,1) = {" +a +a +a +z +z +a +"} +(9,1,1) = {" +a +a +a +a +z +z +"} diff --git a/maps/groundbase/pois/cave10.dmm b/maps/groundbase/pois/cave10.dmm new file mode 100644 index 0000000000..3a00cd8808 --- /dev/null +++ b/maps/groundbase/pois/cave10.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Q" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +Q +Q +Q +Q +Q +Q +a +a +a +"} +(2,1,1) = {" +Q +Q +Q +a +a +a +a +a +Q +"} +(3,1,1) = {" +Q +a +Q +a +a +a +Q +Q +Q +"} +(4,1,1) = {" +a +a +a +a +a +Q +Q +Q +Q +"} +(5,1,1) = {" +a +a +a +a +Q +Q +Q +Q +Q +"} +(6,1,1) = {" +a +a +a +a +a +Q +Q +Q +Q +"} +(7,1,1) = {" +Q +Q +Q +a +a +a +Q +Q +Q +"} +(8,1,1) = {" +Q +Q +Q +Q +Q +a +a +a +Q +"} +(9,1,1) = {" +Q +Q +Q +Q +Q +Q +a +a +a +"} diff --git a/maps/groundbase/pois/cave10b.dmm b/maps/groundbase/pois/cave10b.dmm new file mode 100644 index 0000000000..550dbaf0fb --- /dev/null +++ b/maps/groundbase/pois/cave10b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"f" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Q" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +Q +Q +Q +Q +Q +Q +a +a +a +"} +(2,1,1) = {" +Q +Q +Q +a +a +a +a +a +Q +"} +(3,1,1) = {" +Q +f +Q +a +a +f +Q +Q +Q +"} +(4,1,1) = {" +a +a +a +a +a +Q +Q +Q +Q +"} +(5,1,1) = {" +a +a +a +a +Q +Q +Q +Q +Q +"} +(6,1,1) = {" +a +a +a +a +t +Q +Q +Q +Q +"} +(7,1,1) = {" +Q +Q +Q +F +a +a +Q +Q +Q +"} +(8,1,1) = {" +Q +Q +Q +Q +Q +a +a +t +Q +"} +(9,1,1) = {" +Q +Q +Q +Q +Q +Q +a +a +a +"} diff --git a/maps/groundbase/pois/cave10c.dmm b/maps/groundbase/pois/cave10c.dmm new file mode 100644 index 0000000000..f9816ba270 --- /dev/null +++ b/maps/groundbase/pois/cave10c.dmm @@ -0,0 +1,133 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"j" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Q" = ( +/turf/template_noop, +/area/template_noop) +"T" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +Q +Q +Q +Q +Q +Q +a +a +a +"} +(2,1,1) = {" +Q +Q +Q +t +a +a +a +j +Q +"} +(3,1,1) = {" +Q +a +Q +a +a +a +Q +Q +Q +"} +(4,1,1) = {" +a +a +a +a +a +Q +Q +Q +Q +"} +(5,1,1) = {" +a +j +a +a +Q +Q +Q +Q +Q +"} +(6,1,1) = {" +a +a +a +a +T +Q +Q +Q +Q +"} +(7,1,1) = {" +Q +Q +Q +a +a +a +Q +Q +Q +"} +(8,1,1) = {" +Q +Q +Q +Q +Q +a +t +a +Q +"} +(9,1,1) = {" +Q +Q +Q +Q +Q +Q +a +a +a +"} diff --git a/maps/groundbase/pois/cave11.dmm b/maps/groundbase/pois/cave11.dmm new file mode 100644 index 0000000000..0505a4bb3d --- /dev/null +++ b/maps/groundbase/pois/cave11.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"X" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +X +X +a +X +a +a +a +a +a +"} +(2,1,1) = {" +X +X +X +X +X +X +a +a +a +"} +(3,1,1) = {" +a +a +a +a +a +X +X +a +a +"} +(4,1,1) = {" +a +a +a +a +a +a +X +X +a +"} +(5,1,1) = {" +a +a +a +a +a +a +X +X +X +"} +(6,1,1) = {" +a +a +a +a +a +a +X +X +X +"} +(7,1,1) = {" +a +a +a +a +a +X +X +a +a +"} +(8,1,1) = {" +X +X +X +X +X +X +a +a +a +"} +(9,1,1) = {" +X +a +X +X +X +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave11b.dmm b/maps/groundbase/pois/cave11b.dmm new file mode 100644 index 0000000000..34f59ed099 --- /dev/null +++ b/maps/groundbase/pois/cave11b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"e" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"j" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +X +S +a +X +a +a +a +a +a +"} +(2,1,1) = {" +X +X +X +X +X +X +a +a +a +"} +(3,1,1) = {" +a +a +a +a +a +X +X +a +a +"} +(4,1,1) = {" +a +a +a +a +a +a +X +j +a +"} +(5,1,1) = {" +a +a +a +a +a +a +X +X +X +"} +(6,1,1) = {" +a +a +a +a +a +a +X +S +X +"} +(7,1,1) = {" +a +a +a +a +a +X +X +a +a +"} +(8,1,1) = {" +X +X +X +X +X +X +a +a +a +"} +(9,1,1) = {" +X +a +j +e +X +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave11c.dmm b/maps/groundbase/pois/cave11c.dmm new file mode 100644 index 0000000000..83c0705fae --- /dev/null +++ b/maps/groundbase/pois/cave11c.dmm @@ -0,0 +1,139 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"p" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"P" = ( +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Q" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +X +p +a +P +a +a +a +a +a +"} +(2,1,1) = {" +X +X +X +X +X +X +a +a +a +"} +(3,1,1) = {" +a +a +a +a +a +Q +X +a +a +"} +(4,1,1) = {" +a +a +a +a +a +a +X +X +a +"} +(5,1,1) = {" +a +a +a +a +a +a +X +X +p +"} +(6,1,1) = {" +a +a +a +a +a +a +X +X +x +"} +(7,1,1) = {" +a +a +a +a +a +X +X +a +a +"} +(8,1,1) = {" +X +X +X +X +X +X +a +a +a +"} +(9,1,1) = {" +P +a +X +Q +X +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave12.dmm b/maps/groundbase/pois/cave12.dmm new file mode 100644 index 0000000000..43ef0c4197 --- /dev/null +++ b/maps/groundbase/pois/cave12.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"I" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +I +a +a +a +"} +(2,1,1) = {" +a +a +a +I +I +I +I +a +I +"} +(3,1,1) = {" +I +I +I +I +I +I +I +I +I +"} +(4,1,1) = {" +a +a +I +I +a +I +I +I +a +"} +(5,1,1) = {" +a +a +I +I +I +a +I +I +a +"} +(6,1,1) = {" +a +a +I +I +a +I +I +I +a +"} +(7,1,1) = {" +I +I +I +I +I +I +I +I +I +"} +(8,1,1) = {" +a +a +a +I +I +I +I +a +I +"} +(9,1,1) = {" +a +a +a +a +a +I +a +a +a +"} diff --git a/maps/groundbase/pois/cave12b.dmm b/maps/groundbase/pois/cave12b.dmm new file mode 100644 index 0000000000..fbd8bf3273 --- /dev/null +++ b/maps/groundbase/pois/cave12b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"l" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"I" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +I +a +a +a +"} +(2,1,1) = {" +a +a +a +I +I +I +y +a +I +"} +(3,1,1) = {" +I +D +I +I +I +I +I +I +I +"} +(4,1,1) = {" +a +a +I +I +a +I +I +I +a +"} +(5,1,1) = {" +a +a +I +I +l +a +I +I +a +"} +(6,1,1) = {" +a +a +I +I +a +I +I +I +a +"} +(7,1,1) = {" +I +I +I +I +I +I +I +D +I +"} +(8,1,1) = {" +a +a +a +y +I +I +I +a +I +"} +(9,1,1) = {" +a +a +a +a +a +I +a +a +a +"} diff --git a/maps/groundbase/pois/cave12c.dmm b/maps/groundbase/pois/cave12c.dmm new file mode 100644 index 0000000000..ddd6eaf5e3 --- /dev/null +++ b/maps/groundbase/pois/cave12c.dmm @@ -0,0 +1,133 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"g" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"p" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"I" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +N +a +a +a +"} +(2,1,1) = {" +a +a +a +I +I +I +I +a +g +"} +(3,1,1) = {" +I +I +I +I +I +I +I +I +I +"} +(4,1,1) = {" +a +a +I +g +a +I +I +I +a +"} +(5,1,1) = {" +a +a +I +I +I +a +I +I +a +"} +(6,1,1) = {" +a +a +I +g +a +I +I +I +a +"} +(7,1,1) = {" +I +I +I +I +I +I +I +I +I +"} +(8,1,1) = {" +a +a +a +I +I +I +I +a +g +"} +(9,1,1) = {" +a +a +a +a +a +p +a +a +a +"} diff --git a/maps/groundbase/pois/cave13.dmm b/maps/groundbase/pois/cave13.dmm new file mode 100644 index 0000000000..d83a15b392 --- /dev/null +++ b/maps/groundbase/pois/cave13.dmm @@ -0,0 +1,80 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"v" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +v +a +a +a +a +a +"} +(2,1,1) = {" +a +v +v +a +v +v +v +a +"} +(3,1,1) = {" +a +v +v +a +a +v +v +a +"} +(4,1,1) = {" +v +v +v +a +a +v +v +v +"} +(5,1,1) = {" +v +v +v +a +v +v +v +v +"} +(6,1,1) = {" +v +v +v +v +v +v +v +a +"} +(7,1,1) = {" +v +a +v +v +v +a +a +a +"} diff --git a/maps/groundbase/pois/cave13b.dmm b/maps/groundbase/pois/cave13b.dmm new file mode 100644 index 0000000000..1f4f4e5fc6 --- /dev/null +++ b/maps/groundbase/pois/cave13b.dmm @@ -0,0 +1,99 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"m" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"p" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"r" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"v" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +v +a +a +a +a +a +"} +(2,1,1) = {" +a +v +v +a +v +v +v +a +"} +(3,1,1) = {" +a +m +v +a +a +p +v +a +"} +(4,1,1) = {" +v +v +v +a +a +v +v +v +"} +(5,1,1) = {" +v +v +v +a +r +v +v +v +"} +(6,1,1) = {" +v +v +v +v +v +v +m +a +"} +(7,1,1) = {" +v +a +p +v +v +a +a +a +"} diff --git a/maps/groundbase/pois/cave13c.dmm b/maps/groundbase/pois/cave13c.dmm new file mode 100644 index 0000000000..005923093d --- /dev/null +++ b/maps/groundbase/pois/cave13c.dmm @@ -0,0 +1,103 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"v" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"C" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"G" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"V" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +v +a +a +a +a +a +"} +(2,1,1) = {" +a +v +v +a +G +v +v +a +"} +(3,1,1) = {" +a +C +v +a +a +v +v +a +"} +(4,1,1) = {" +v +v +v +a +a +v +v +C +"} +(5,1,1) = {" +v +v +v +a +v +v +v +v +"} +(6,1,1) = {" +v +v +v +v +v +v +V +a +"} +(7,1,1) = {" +v +a +v +G +v +a +a +a +"} diff --git a/maps/groundbase/pois/cave14.dmm b/maps/groundbase/pois/cave14.dmm new file mode 100644 index 0000000000..0f361860c0 --- /dev/null +++ b/maps/groundbase/pois/cave14.dmm @@ -0,0 +1,82 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"l" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +l +l +a +a +a +a +"} +(2,1,1) = {" +l +a +a +l +l +l +"} +(3,1,1) = {" +a +a +a +l +l +l +"} +(4,1,1) = {" +a +a +l +l +l +l +"} +(5,1,1) = {" +l +l +l +l +a +a +"} +(6,1,1) = {" +l +l +a +a +a +a +"} +(7,1,1) = {" +l +l +a +a +a +l +"} +(8,1,1) = {" +l +l +l +a +a +l +"} +(9,1,1) = {" +l +a +a +a +l +l +"} diff --git a/maps/groundbase/pois/cave14b.dmm b/maps/groundbase/pois/cave14b.dmm new file mode 100644 index 0000000000..6081a8cc90 --- /dev/null +++ b/maps/groundbase/pois/cave14b.dmm @@ -0,0 +1,101 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"c" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"l" = ( +/turf/template_noop, +/area/template_noop) +"n" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +l +l +a +F +a +a +"} +(2,1,1) = {" +l +a +a +l +l +l +"} +(3,1,1) = {" +a +a +n +l +l +l +"} +(4,1,1) = {" +a +c +l +l +l +l +"} +(5,1,1) = {" +l +l +l +l +c +a +"} +(6,1,1) = {" +l +l +n +a +a +a +"} +(7,1,1) = {" +l +l +a +a +a +l +"} +(8,1,1) = {" +l +l +l +a +F +l +"} +(9,1,1) = {" +l +a +a +a +l +l +"} diff --git a/maps/groundbase/pois/cave14c.dmm b/maps/groundbase/pois/cave14c.dmm new file mode 100644 index 0000000000..47d9ad01e4 --- /dev/null +++ b/maps/groundbase/pois/cave14c.dmm @@ -0,0 +1,112 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"l" = ( +/turf/template_noop, +/area/template_noop) +"r" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"v" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"P" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +l +l +a +a +R +a +"} +(2,1,1) = {" +l +v +a +l +l +l +"} +(3,1,1) = {" +a +a +r +l +l +l +"} +(4,1,1) = {" +a +a +l +l +l +l +"} +(5,1,1) = {" +l +l +l +l +v +a +"} +(6,1,1) = {" +l +l +a +a +a +a +"} +(7,1,1) = {" +l +l +a +a +a +l +"} +(8,1,1) = {" +l +l +l +a +P +l +"} +(9,1,1) = {" +l +a +a +R +l +l +"} diff --git a/maps/groundbase/pois/cave15.dmm b/maps/groundbase/pois/cave15.dmm new file mode 100644 index 0000000000..81cfb7ce36 --- /dev/null +++ b/maps/groundbase/pois/cave15.dmm @@ -0,0 +1,65 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"o" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +a +a +o +o +o +o +o +a +a +"} +(2,1,1) = {" +a +a +a +o +o +o +a +a +a +"} +(3,1,1) = {" +a +a +a +a +a +a +a +a +a +"} +(4,1,1) = {" +a +a +a +o +o +o +a +a +a +"} +(5,1,1) = {" +a +a +o +o +o +o +o +a +a +"} diff --git a/maps/groundbase/pois/cave15b.dmm b/maps/groundbase/pois/cave15b.dmm new file mode 100644 index 0000000000..ab6a4b917f --- /dev/null +++ b/maps/groundbase/pois/cave15b.dmm @@ -0,0 +1,84 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"j" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"o" = ( +/turf/template_noop, +/area/template_noop) +"C" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +o +o +o +o +o +a +a +"} +(2,1,1) = {" +a +R +a +o +o +o +a +a +a +"} +(3,1,1) = {" +a +a +a +a +j +a +a +C +a +"} +(4,1,1) = {" +a +a +C +o +o +o +R +a +a +"} +(5,1,1) = {" +a +a +o +o +o +o +o +a +a +"} diff --git a/maps/groundbase/pois/cave15c.dmm b/maps/groundbase/pois/cave15c.dmm new file mode 100644 index 0000000000..f33ac0f46e --- /dev/null +++ b/maps/groundbase/pois/cave15c.dmm @@ -0,0 +1,81 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"o" = ( +/turf/template_noop, +/area/template_noop) +"A" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +o +o +o +o +o +a +a +"} +(2,1,1) = {" +a +a +T +o +o +o +T +a +a +"} +(3,1,1) = {" +a +T +a +a +a +a +a +T +a +"} +(4,1,1) = {" +a +a +T +o +o +o +T +a +a +"} +(5,1,1) = {" +a +a +o +o +o +o +o +A +a +"} diff --git a/maps/groundbase/pois/cave16.dmm b/maps/groundbase/pois/cave16.dmm new file mode 100644 index 0000000000..1eabed4ecc --- /dev/null +++ b/maps/groundbase/pois/cave16.dmm @@ -0,0 +1,96 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"d" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"g" = ( +/turf/template_noop, +/area/template_noop) +"D" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"L" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +"} +(2,1,1) = {" +a +L +a +d +a +"} +(3,1,1) = {" +g +a +a +a +g +"} +(4,1,1) = {" +g +g +a +g +g +"} +(5,1,1) = {" +g +g +D +g +g +"} +(6,1,1) = {" +g +g +a +g +g +"} +(7,1,1) = {" +g +a +a +L +g +"} +(8,1,1) = {" +a +a +a +a +a +"} +(9,1,1) = {" +d +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave16b.dmm b/maps/groundbase/pois/cave16b.dmm new file mode 100644 index 0000000000..e4e5f22a58 --- /dev/null +++ b/maps/groundbase/pois/cave16b.dmm @@ -0,0 +1,92 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"b" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"g" = ( +/turf/template_noop, +/area/template_noop) +"C" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Z" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +Z +a +a +"} +(2,1,1) = {" +b +a +a +a +a +"} +(3,1,1) = {" +g +a +a +C +g +"} +(4,1,1) = {" +g +g +a +g +g +"} +(5,1,1) = {" +g +g +a +g +g +"} +(6,1,1) = {" +g +g +a +g +g +"} +(7,1,1) = {" +g +a +b +a +g +"} +(8,1,1) = {" +a +a +a +a +a +"} +(9,1,1) = {" +a +a +a +a +Z +"} diff --git a/maps/groundbase/pois/cave16c.dmm b/maps/groundbase/pois/cave16c.dmm new file mode 100644 index 0000000000..c9dee82431 --- /dev/null +++ b/maps/groundbase/pois/cave16c.dmm @@ -0,0 +1,96 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"g" = ( +/turf/template_noop, +/area/template_noop) +"A" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"V" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +"} +(2,1,1) = {" +a +V +a +A +a +"} +(3,1,1) = {" +g +a +a +a +g +"} +(4,1,1) = {" +g +g +a +g +g +"} +(5,1,1) = {" +g +g +B +g +g +"} +(6,1,1) = {" +g +g +a +g +g +"} +(7,1,1) = {" +g +a +a +V +g +"} +(8,1,1) = {" +a +a +a +a +a +"} +(9,1,1) = {" +A +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave17.dmm b/maps/groundbase/pois/cave17.dmm new file mode 100644 index 0000000000..4b59ebd9b8 --- /dev/null +++ b/maps/groundbase/pois/cave17.dmm @@ -0,0 +1,76 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +z +z +a +a +a +a +"} +(2,1,1) = {" +z +a +a +z +z +z +z +a +a +"} +(3,1,1) = {" +z +a +z +z +z +z +z +a +z +"} +(4,1,1) = {" +z +a +z +z +a +z +z +z +z +"} +(5,1,1) = {" +z +z +z +a +a +a +z +z +z +"} +(6,1,1) = {" +a +z +z +a +a +a +z +z +a +"} diff --git a/maps/groundbase/pois/cave17b.dmm b/maps/groundbase/pois/cave17b.dmm new file mode 100644 index 0000000000..d14362a6eb --- /dev/null +++ b/maps/groundbase/pois/cave17b.dmm @@ -0,0 +1,95 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"i" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"v" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Z" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +z +z +a +a +a +a +"} +(2,1,1) = {" +z +a +a +z +z +z +i +a +a +"} +(3,1,1) = {" +z +a +v +z +z +z +z +a +z +"} +(4,1,1) = {" +z +a +z +z +a +Z +z +z +z +"} +(5,1,1) = {" +z +z +z +a +a +a +z +z +z +"} +(6,1,1) = {" +a +z +i +a +a +a +z +v +a +"} diff --git a/maps/groundbase/pois/cave17c.dmm b/maps/groundbase/pois/cave17c.dmm new file mode 100644 index 0000000000..c486586802 --- /dev/null +++ b/maps/groundbase/pois/cave17c.dmm @@ -0,0 +1,99 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"O" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"V" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +z +z +a +a +a +a +"} +(2,1,1) = {" +z +a +a +z +z +z +V +a +a +"} +(3,1,1) = {" +z +a +V +z +z +z +z +a +z +"} +(4,1,1) = {" +z +a +z +O +a +O +z +z +z +"} +(5,1,1) = {" +z +z +z +a +a +a +z +z +b +"} +(6,1,1) = {" +a +z +z +a +a +a +z +z +a +"} diff --git a/maps/groundbase/pois/cave18.dmm b/maps/groundbase/pois/cave18.dmm new file mode 100644 index 0000000000..4d739c60b0 --- /dev/null +++ b/maps/groundbase/pois/cave18.dmm @@ -0,0 +1,98 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"d" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +a +a +a +d +d +d +a +a +a +"} +(2,1,1) = {" +d +a +a +a +d +d +a +a +a +"} +(3,1,1) = {" +d +a +a +a +d +d +d +a +d +"} +(4,1,1) = {" +d +a +a +a +d +d +d +a +d +"} +(5,1,1) = {" +d +a +a +a +d +d +d +a +d +"} +(6,1,1) = {" +d +a +a +a +d +d +a +a +d +"} +(7,1,1) = {" +d +a +a +a +a +a +a +d +d +"} +(8,1,1) = {" +d +a +a +a +a +a +d +d +d +"} diff --git a/maps/groundbase/pois/cave18b.dmm b/maps/groundbase/pois/cave18b.dmm new file mode 100644 index 0000000000..de33cea876 --- /dev/null +++ b/maps/groundbase/pois/cave18b.dmm @@ -0,0 +1,117 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"d" = ( +/turf/template_noop, +/area/template_noop) +"g" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"n" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"U" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +d +d +d +a +a +a +"} +(2,1,1) = {" +d +a +a +U +d +d +n +a +a +"} +(3,1,1) = {" +d +a +a +a +d +d +d +a +d +"} +(4,1,1) = {" +d +a +a +a +d +d +d +a +d +"} +(5,1,1) = {" +d +a +g +a +d +d +d +a +d +"} +(6,1,1) = {" +d +n +a +a +d +d +a +a +d +"} +(7,1,1) = {" +d +a +a +a +a +a +a +d +d +"} +(8,1,1) = {" +d +a +a +a +U +a +d +d +d +"} diff --git a/maps/groundbase/pois/cave18c.dmm b/maps/groundbase/pois/cave18c.dmm new file mode 100644 index 0000000000..32cff8b18d --- /dev/null +++ b/maps/groundbase/pois/cave18c.dmm @@ -0,0 +1,121 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"d" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"u" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"O" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +d +d +d +a +a +a +"} +(2,1,1) = {" +d +a +a +a +d +d +s +a +O +"} +(3,1,1) = {" +d +a +a +a +d +d +d +a +d +"} +(4,1,1) = {" +d +a +a +a +d +d +d +a +d +"} +(5,1,1) = {" +d +a +a +a +d +d +d +a +d +"} +(6,1,1) = {" +d +a +a +a +d +d +u +a +d +"} +(7,1,1) = {" +d +u +a +a +a +a +a +d +d +"} +(8,1,1) = {" +d +a +a +a +O +a +d +d +d +"} diff --git a/maps/groundbase/pois/cave19.dmm b/maps/groundbase/pois/cave19.dmm new file mode 100644 index 0000000000..ca49278487 --- /dev/null +++ b/maps/groundbase/pois/cave19.dmm @@ -0,0 +1,98 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"D" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +D +D +D +a +a +"} +(2,1,1) = {" +a +a +a +D +D +D +D +a +a +"} +(3,1,1) = {" +a +a +D +D +a +a +a +a +D +"} +(4,1,1) = {" +a +D +D +a +a +a +a +D +D +"} +(5,1,1) = {" +a +D +a +a +a +a +D +D +a +"} +(6,1,1) = {" +a +D +a +a +a +D +D +a +a +"} +(7,1,1) = {" +D +D +a +D +D +D +a +a +a +"} +(8,1,1) = {" +a +D +D +D +D +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave19b.dmm b/maps/groundbase/pois/cave19b.dmm new file mode 100644 index 0000000000..ba73c891b3 --- /dev/null +++ b/maps/groundbase/pois/cave19b.dmm @@ -0,0 +1,117 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"r" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Q" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +Q +D +D +a +a +"} +(2,1,1) = {" +a +a +a +D +D +t +r +a +a +"} +(3,1,1) = {" +a +a +D +D +a +a +a +a +D +"} +(4,1,1) = {" +a +D +D +a +a +a +a +D +D +"} +(5,1,1) = {" +a +D +a +a +a +a +D +Q +a +"} +(6,1,1) = {" +a +D +a +a +a +D +D +a +a +"} +(7,1,1) = {" +D +D +a +r +D +D +a +a +a +"} +(8,1,1) = {" +a +D +D +D +D +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave19c.dmm b/maps/groundbase/pois/cave19c.dmm new file mode 100644 index 0000000000..bbb7404157 --- /dev/null +++ b/maps/groundbase/pois/cave19c.dmm @@ -0,0 +1,121 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"J" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +J +D +D +a +a +"} +(2,1,1) = {" +a +a +a +D +D +D +x +a +a +"} +(3,1,1) = {" +a +a +D +D +a +a +a +a +D +"} +(4,1,1) = {" +a +D +D +a +a +a +a +D +D +"} +(5,1,1) = {" +a +D +a +a +a +a +D +D +a +"} +(6,1,1) = {" +a +D +a +a +a +x +D +a +a +"} +(7,1,1) = {" +D +D +a +F +D +D +a +a +a +"} +(8,1,1) = {" +a +D +D +D +J +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave1b.dmm b/maps/groundbase/pois/cave1b.dmm new file mode 100644 index 0000000000..74e676e957 --- /dev/null +++ b/maps/groundbase/pois/cave1b.dmm @@ -0,0 +1,101 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"y" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"E" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +z +z +z +z +a +a +"} +(2,1,1) = {" +a +z +z +z +E +a +"} +(3,1,1) = {" +a +z +z +z +z +a +"} +(4,1,1) = {" +a +y +z +z +a +a +"} +(5,1,1) = {" +a +z +z +z +z +a +"} +(6,1,1) = {" +a +F +z +z +z +z +"} +(7,1,1) = {" +a +a +a +z +z +y +"} +(8,1,1) = {" +a +a +a +E +z +a +"} +(9,1,1) = {" +a +a +a +a +z +z +"} diff --git a/maps/groundbase/pois/cave1c.dmm b/maps/groundbase/pois/cave1c.dmm new file mode 100644 index 0000000000..e89c2db457 --- /dev/null +++ b/maps/groundbase/pois/cave1c.dmm @@ -0,0 +1,101 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"m" = ( +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +z +z +z +z +a +a +"} +(2,1,1) = {" +a +K +z +z +z +a +"} +(3,1,1) = {" +a +z +z +z +m +a +"} +(4,1,1) = {" +a +z +z +z +a +a +"} +(5,1,1) = {" +a +z +z +z +x +a +"} +(6,1,1) = {" +a +x +z +z +z +z +"} +(7,1,1) = {" +a +a +a +z +z +z +"} +(8,1,1) = {" +a +a +a +K +z +a +"} +(9,1,1) = {" +a +a +a +a +z +z +"} diff --git a/maps/groundbase/pois/cave2.dmm b/maps/groundbase/pois/cave2.dmm new file mode 100644 index 0000000000..fe9041b470 --- /dev/null +++ b/maps/groundbase/pois/cave2.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"S" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +S +S +a +a +a +S +a +a +"} +(2,1,1) = {" +S +S +a +a +a +S +S +a +a +"} +(3,1,1) = {" +S +S +a +a +S +S +S +a +a +"} +(4,1,1) = {" +a +S +a +S +S +S +S +a +a +"} +(5,1,1) = {" +a +S +S +S +S +S +S +S +a +"} +(6,1,1) = {" +a +a +a +S +S +a +a +S +a +"} +(7,1,1) = {" +a +a +S +S +S +a +a +S +S +"} +(8,1,1) = {" +a +S +S +a +a +a +a +a +S +"} +(9,1,1) = {" +a +S +a +a +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave20.dmm b/maps/groundbase/pois/cave20.dmm new file mode 100644 index 0000000000..1ed613c0cb --- /dev/null +++ b/maps/groundbase/pois/cave20.dmm @@ -0,0 +1,98 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"g" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +g +g +g +g +g +g +g +g +a +"} +(2,1,1) = {" +g +g +g +g +g +g +g +a +a +"} +(3,1,1) = {" +g +g +g +g +g +g +a +a +a +"} +(4,1,1) = {" +g +g +g +g +a +a +a +a +a +"} +(5,1,1) = {" +g +a +a +a +a +a +a +a +a +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +a +"} +(7,1,1) = {" +g +g +g +g +g +g +g +a +a +"} +(8,1,1) = {" +g +g +g +g +g +g +g +a +g +"} diff --git a/maps/groundbase/pois/cave20b.dmm b/maps/groundbase/pois/cave20b.dmm new file mode 100644 index 0000000000..083c2ca0e4 --- /dev/null +++ b/maps/groundbase/pois/cave20b.dmm @@ -0,0 +1,117 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"g" = ( +/turf/template_noop, +/area/template_noop) +"r" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"s" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"V" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +g +g +g +g +g +g +g +g +a +"} +(2,1,1) = {" +g +g +g +g +g +g +g +a +a +"} +(3,1,1) = {" +g +g +g +g +g +g +a +a +a +"} +(4,1,1) = {" +g +g +g +g +r +a +a +s +a +"} +(5,1,1) = {" +g +a +a +a +a +a +V +a +a +"} +(6,1,1) = {" +a +a +s +a +a +a +a +a +a +"} +(7,1,1) = {" +g +g +g +g +g +g +g +a +r +"} +(8,1,1) = {" +g +g +g +g +g +g +g +a +g +"} diff --git a/maps/groundbase/pois/cave20c.dmm b/maps/groundbase/pois/cave20c.dmm new file mode 100644 index 0000000000..bb38d2c402 --- /dev/null +++ b/maps/groundbase/pois/cave20c.dmm @@ -0,0 +1,121 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"g" = ( +/turf/template_noop, +/area/template_noop) +"z" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +g +g +g +g +g +g +g +g +a +"} +(2,1,1) = {" +g +g +g +g +g +g +g +R +a +"} +(3,1,1) = {" +g +g +g +g +g +g +z +a +a +"} +(4,1,1) = {" +g +g +g +g +a +a +a +a +a +"} +(5,1,1) = {" +g +R +a +a +a +T +a +a +a +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +a +"} +(7,1,1) = {" +g +g +g +g +g +g +g +R +a +"} +(8,1,1) = {" +g +g +g +g +g +g +g +a +g +"} diff --git a/maps/groundbase/pois/cave21.dmm b/maps/groundbase/pois/cave21.dmm new file mode 100644 index 0000000000..3a463fc357 --- /dev/null +++ b/maps/groundbase/pois/cave21.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"M" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +M +M +M +M +a +a +a +a +"} +(2,1,1) = {" +M +M +M +M +M +M +M +a +a +"} +(3,1,1) = {" +a +a +a +a +M +M +a +a +a +"} +(4,1,1) = {" +a +a +a +M +M +a +a +a +M +"} +(5,1,1) = {" +a +a +M +M +a +a +M +M +M +"} +(6,1,1) = {" +a +M +M +a +a +M +M +M +a +"} +(7,1,1) = {" +a +M +M +M +M +M +a +a +a +"} +(8,1,1) = {" +a +M +M +M +M +a +a +a +a +"} +(9,1,1) = {" +a +a +M +M +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave21b.dmm b/maps/groundbase/pois/cave21b.dmm new file mode 100644 index 0000000000..84d83dd252 --- /dev/null +++ b/maps/groundbase/pois/cave21b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"h" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"M" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"V" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +M +M +M +M +a +a +a +a +"} +(2,1,1) = {" +M +M +F +M +M +M +M +a +a +"} +(3,1,1) = {" +a +a +a +a +M +M +a +a +a +"} +(4,1,1) = {" +a +a +a +M +V +a +a +a +M +"} +(5,1,1) = {" +a +a +M +M +a +a +h +M +M +"} +(6,1,1) = {" +a +M +M +a +a +M +M +F +a +"} +(7,1,1) = {" +a +M +M +M +M +M +a +a +a +"} +(8,1,1) = {" +a +M +V +M +M +a +a +a +a +"} +(9,1,1) = {" +a +a +M +M +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave21c.dmm b/maps/groundbase/pois/cave21c.dmm new file mode 100644 index 0000000000..2cc17ee895 --- /dev/null +++ b/maps/groundbase/pois/cave21c.dmm @@ -0,0 +1,132 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"G" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"J" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"M" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +M +M +M +M +a +a +a +a +"} +(2,1,1) = {" +G +M +M +M +M +M +T +a +a +"} +(3,1,1) = {" +a +a +a +a +M +M +a +a +a +"} +(4,1,1) = {" +a +a +a +M +M +a +a +a +M +"} +(5,1,1) = {" +a +a +M +M +a +a +T +M +M +"} +(6,1,1) = {" +a +J +M +a +a +M +M +M +a +"} +(7,1,1) = {" +a +M +M +M +M +G +a +a +a +"} +(8,1,1) = {" +a +M +M +M +M +a +a +a +a +"} +(9,1,1) = {" +a +a +M +M +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave22.dmm b/maps/groundbase/pois/cave22.dmm new file mode 100644 index 0000000000..7128ab2e5c --- /dev/null +++ b/maps/groundbase/pois/cave22.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +d +a +a +a +a +"} +(2,1,1) = {" +a +a +d +d +d +d +d +a +a +"} +(3,1,1) = {" +a +d +d +d +d +d +d +d +a +"} +(4,1,1) = {" +a +d +d +a +d +a +d +d +a +"} +(5,1,1) = {" +d +d +a +d +d +d +a +d +d +"} +(6,1,1) = {" +a +d +d +a +d +a +d +d +a +"} +(7,1,1) = {" +a +d +d +d +d +d +d +d +a +"} +(8,1,1) = {" +a +a +d +d +d +d +d +a +a +"} +(9,1,1) = {" +a +a +a +a +d +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave22b.dmm b/maps/groundbase/pois/cave22b.dmm new file mode 100644 index 0000000000..73dbe57b85 --- /dev/null +++ b/maps/groundbase/pois/cave22b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"h" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"o" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"r" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +d +a +a +a +a +"} +(2,1,1) = {" +a +a +d +d +r +d +d +a +a +"} +(3,1,1) = {" +a +d +d +d +d +d +d +d +a +"} +(4,1,1) = {" +a +d +d +a +d +a +d +d +a +"} +(5,1,1) = {" +d +h +a +o +d +d +a +h +d +"} +(6,1,1) = {" +a +d +d +a +d +a +d +d +a +"} +(7,1,1) = {" +a +d +d +d +d +d +d +d +a +"} +(8,1,1) = {" +a +a +d +d +r +d +d +a +a +"} +(9,1,1) = {" +a +a +a +a +d +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave22c.dmm b/maps/groundbase/pois/cave22c.dmm new file mode 100644 index 0000000000..e6cd171fbb --- /dev/null +++ b/maps/groundbase/pois/cave22c.dmm @@ -0,0 +1,140 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"s" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"H" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +d +a +a +a +a +"} +(2,1,1) = {" +a +a +y +d +d +d +d +a +a +"} +(3,1,1) = {" +a +d +d +d +d +d +d +d +a +"} +(4,1,1) = {" +a +d +K +a +d +a +K +d +a +"} +(5,1,1) = {" +d +d +a +d +s +H +a +d +d +"} +(6,1,1) = {" +a +d +d +a +d +a +d +d +a +"} +(7,1,1) = {" +a +d +d +d +d +d +d +d +a +"} +(8,1,1) = {" +a +a +s +d +d +d +d +a +a +"} +(9,1,1) = {" +a +a +a +a +d +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave23.dmm b/maps/groundbase/pois/cave23.dmm new file mode 100644 index 0000000000..cb29eee579 --- /dev/null +++ b/maps/groundbase/pois/cave23.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +f +a +a +a +a +"} +(2,1,1) = {" +a +a +a +f +f +f +a +a +a +"} +(3,1,1) = {" +a +a +f +f +f +f +f +a +a +"} +(4,1,1) = {" +a +f +f +a +f +a +f +f +a +"} +(5,1,1) = {" +f +f +f +f +f +f +f +f +f +"} +(6,1,1) = {" +a +f +f +a +f +a +f +f +a +"} +(7,1,1) = {" +a +a +f +f +f +f +f +a +a +"} +(8,1,1) = {" +a +a +a +f +f +f +a +a +a +"} +(9,1,1) = {" +a +a +a +a +f +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave23b.dmm b/maps/groundbase/pois/cave23b.dmm new file mode 100644 index 0000000000..fbcb165173 --- /dev/null +++ b/maps/groundbase/pois/cave23b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"u" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"A" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +f +a +a +a +a +"} +(2,1,1) = {" +a +a +a +f +f +K +a +a +a +"} +(3,1,1) = {" +a +a +A +f +f +f +f +a +a +"} +(4,1,1) = {" +a +f +f +a +f +a +f +A +a +"} +(5,1,1) = {" +f +f +f +f +f +f +f +f +f +"} +(6,1,1) = {" +a +f +f +a +u +a +f +f +a +"} +(7,1,1) = {" +a +a +u +f +f +f +f +a +a +"} +(8,1,1) = {" +a +a +a +f +f +f +a +a +a +"} +(9,1,1) = {" +a +a +a +a +f +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave23c.dmm b/maps/groundbase/pois/cave23c.dmm new file mode 100644 index 0000000000..2de8b843ac --- /dev/null +++ b/maps/groundbase/pois/cave23c.dmm @@ -0,0 +1,132 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"f" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"V" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"W" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +f +a +a +a +a +"} +(2,1,1) = {" +a +a +a +f +f +f +a +a +a +"} +(3,1,1) = {" +a +a +W +f +f +f +f +a +a +"} +(4,1,1) = {" +a +f +f +a +f +a +b +f +a +"} +(5,1,1) = {" +f +f +f +f +b +f +f +f +f +"} +(6,1,1) = {" +a +f +f +a +f +a +f +W +a +"} +(7,1,1) = {" +a +a +f +f +f +f +f +a +a +"} +(8,1,1) = {" +a +a +a +V +f +f +a +a +a +"} +(9,1,1) = {" +a +a +a +a +f +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave24.dmm b/maps/groundbase/pois/cave24.dmm new file mode 100644 index 0000000000..916df951f4 --- /dev/null +++ b/maps/groundbase/pois/cave24.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"b" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +b +b +a +a +b +b +b +a +a +"} +(2,1,1) = {" +b +a +a +a +b +b +a +a +b +"} +(3,1,1) = {" +a +a +a +b +b +b +a +a +b +"} +(4,1,1) = {" +a +a +b +b +b +b +b +a +a +"} +(5,1,1) = {" +a +b +b +b +b +b +b +b +a +"} +(6,1,1) = {" +a +b +b +b +b +a +b +b +a +"} +(7,1,1) = {" +b +b +b +b +a +a +a +b +b +"} +(8,1,1) = {" +b +b +b +a +a +a +a +a +b +"} +(9,1,1) = {" +b +a +a +a +b +b +b +a +a +"} diff --git a/maps/groundbase/pois/cave24b.dmm b/maps/groundbase/pois/cave24b.dmm new file mode 100644 index 0000000000..d6f2c9c022 --- /dev/null +++ b/maps/groundbase/pois/cave24b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"b" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"n" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"H" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +b +b +a +a +b +b +b +a +a +"} +(2,1,1) = {" +b +a +a +a +b +b +n +a +b +"} +(3,1,1) = {" +a +a +f +b +b +b +a +a +b +"} +(4,1,1) = {" +a +a +b +b +b +b +b +a +a +"} +(5,1,1) = {" +a +b +b +b +b +b +b +b +a +"} +(6,1,1) = {" +a +b +b +b +b +n +b +b +a +"} +(7,1,1) = {" +b +b +b +b +a +a +a +b +b +"} +(8,1,1) = {" +b +b +b +f +a +H +a +a +b +"} +(9,1,1) = {" +b +a +a +a +b +b +b +a +a +"} diff --git a/maps/groundbase/pois/cave24c.dmm b/maps/groundbase/pois/cave24c.dmm new file mode 100644 index 0000000000..aff2dac64e --- /dev/null +++ b/maps/groundbase/pois/cave24c.dmm @@ -0,0 +1,132 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"b" = ( +/turf/template_noop, +/area/template_noop) +"e" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"O" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +b +b +a +a +b +b +b +a +a +"} +(2,1,1) = {" +b +a +a +x +b +b +a +a +b +"} +(3,1,1) = {" +e +a +a +b +b +b +a +O +b +"} +(4,1,1) = {" +a +a +b +b +b +b +b +a +a +"} +(5,1,1) = {" +a +b +b +b +b +b +b +b +e +"} +(6,1,1) = {" +a +b +b +b +b +a +b +b +a +"} +(7,1,1) = {" +b +b +b +b +a +a +a +b +b +"} +(8,1,1) = {" +b +b +b +a +a +O +a +a +b +"} +(9,1,1) = {" +b +a +a +a +b +b +b +a +a +"} diff --git a/maps/groundbase/pois/cave25.dmm b/maps/groundbase/pois/cave25.dmm new file mode 100644 index 0000000000..06d6058a90 --- /dev/null +++ b/maps/groundbase/pois/cave25.dmm @@ -0,0 +1,90 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"H" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +H +H +H +H +H +H +a +a +"} +(2,1,1) = {" +H +H +H +a +a +a +a +H +"} +(3,1,1) = {" +H +H +a +a +a +a +a +H +"} +(4,1,1) = {" +H +H +a +a +a +a +a +H +"} +(5,1,1) = {" +H +H +H +H +a +a +a +H +"} +(6,1,1) = {" +H +H +H +H +a +a +a +a +"} +(7,1,1) = {" +H +a +a +a +a +a +a +a +"} +(8,1,1) = {" +a +a +H +H +H +H +H +H +"} diff --git a/maps/groundbase/pois/cave25b.dmm b/maps/groundbase/pois/cave25b.dmm new file mode 100644 index 0000000000..fb1ec29a3d --- /dev/null +++ b/maps/groundbase/pois/cave25b.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"n" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"H" = ( +/turf/template_noop, +/area/template_noop) +"I" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"U" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +H +H +H +H +H +H +a +a +"} +(2,1,1) = {" +H +H +H +U +I +a +a +H +"} +(3,1,1) = {" +H +H +a +a +a +a +a +H +"} +(4,1,1) = {" +H +H +n +a +a +n +a +H +"} +(5,1,1) = {" +H +H +H +H +a +a +a +H +"} +(6,1,1) = {" +H +H +H +H +a +a +a +a +"} +(7,1,1) = {" +H +a +a +a +a +I +a +a +"} +(8,1,1) = {" +a +a +H +H +H +H +H +H +"} diff --git a/maps/groundbase/pois/cave25c.dmm b/maps/groundbase/pois/cave25c.dmm new file mode 100644 index 0000000000..b456eb7b0e --- /dev/null +++ b/maps/groundbase/pois/cave25c.dmm @@ -0,0 +1,113 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"u" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"E" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"H" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +H +H +H +H +H +H +a +a +"} +(2,1,1) = {" +H +H +H +u +a +a +a +H +"} +(3,1,1) = {" +H +H +a +a +a +a +a +H +"} +(4,1,1) = {" +H +H +y +a +a +E +a +H +"} +(5,1,1) = {" +H +H +H +H +a +a +a +H +"} +(6,1,1) = {" +H +H +H +H +E +a +a +a +"} +(7,1,1) = {" +H +a +a +a +a +a +a +u +"} +(8,1,1) = {" +a +a +H +H +H +H +H +H +"} diff --git a/maps/groundbase/pois/cave26.dmm b/maps/groundbase/pois/cave26.dmm new file mode 100644 index 0000000000..5a168ac581 --- /dev/null +++ b/maps/groundbase/pois/cave26.dmm @@ -0,0 +1,82 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +X +X +X +X +X +a +a +"} +(2,1,1) = {" +X +a +a +a +a +a +a +"} +(3,1,1) = {" +X +a +a +a +X +X +X +"} +(4,1,1) = {" +a +a +X +X +X +a +X +"} +(5,1,1) = {" +a +X +X +X +a +a +X +"} +(6,1,1) = {" +a +X +X +X +a +a +X +"} +(7,1,1) = {" +a +a +a +a +a +a +X +"} +(8,1,1) = {" +X +X +a +a +X +X +X +"} diff --git a/maps/groundbase/pois/cave26b.dmm b/maps/groundbase/pois/cave26b.dmm new file mode 100644 index 0000000000..f8772ce061 --- /dev/null +++ b/maps/groundbase/pois/cave26b.dmm @@ -0,0 +1,101 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"r" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"u" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +X +X +X +X +X +u +a +"} +(2,1,1) = {" +X +u +a +a +a +a +a +"} +(3,1,1) = {" +X +a +a +a +X +X +X +"} +(4,1,1) = {" +a +a +X +X +X +a +X +"} +(5,1,1) = {" +a +X +X +X +w +a +X +"} +(6,1,1) = {" +a +X +X +X +a +a +X +"} +(7,1,1) = {" +a +a +a +a +a +r +X +"} +(8,1,1) = {" +X +X +w +a +X +X +X +"} diff --git a/maps/groundbase/pois/cave26c.dmm b/maps/groundbase/pois/cave26c.dmm new file mode 100644 index 0000000000..20d608ac40 --- /dev/null +++ b/maps/groundbase/pois/cave26c.dmm @@ -0,0 +1,98 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"G" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +X +X +X +X +X +a +a +"} +(2,1,1) = {" +X +a +a +a +a +a +a +"} +(3,1,1) = {" +X +a +a +G +X +X +X +"} +(4,1,1) = {" +a +a +X +X +X +D +X +"} +(5,1,1) = {" +a +X +X +X +G +a +X +"} +(6,1,1) = {" +a +X +X +X +a +a +X +"} +(7,1,1) = {" +G +a +a +a +a +G +X +"} +(8,1,1) = {" +X +X +a +a +X +X +X +"} diff --git a/maps/groundbase/pois/cave27.dmm b/maps/groundbase/pois/cave27.dmm new file mode 100644 index 0000000000..1c97830fd1 --- /dev/null +++ b/maps/groundbase/pois/cave27.dmm @@ -0,0 +1,100 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +d +d +d +a +"} +(2,1,1) = {" +a +a +d +d +d +d +d +a +"} +(3,1,1) = {" +a +a +d +d +d +d +d +a +"} +(4,1,1) = {" +a +a +d +d +d +d +d +a +"} +(5,1,1) = {" +a +a +d +a +d +d +a +a +"} +(6,1,1) = {" +a +a +a +a +a +d +d +d +"} +(7,1,1) = {" +a +a +a +a +a +d +a +d +"} +(8,1,1) = {" +d +d +d +d +d +d +d +d +"} +(9,1,1) = {" +a +d +d +d +a +d +d +a +"} diff --git a/maps/groundbase/pois/cave27b.dmm b/maps/groundbase/pois/cave27b.dmm new file mode 100644 index 0000000000..05a9ea3e2d --- /dev/null +++ b/maps/groundbase/pois/cave27b.dmm @@ -0,0 +1,119 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"j" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"L" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Q" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +d +d +d +a +"} +(2,1,1) = {" +a +a +d +d +d +L +d +a +"} +(3,1,1) = {" +a +a +d +Q +d +d +d +a +"} +(4,1,1) = {" +a +a +d +d +d +d +d +a +"} +(5,1,1) = {" +a +a +j +a +d +d +a +a +"} +(6,1,1) = {" +a +a +a +a +a +d +d +j +"} +(7,1,1) = {" +a +a +a +a +a +d +a +d +"} +(8,1,1) = {" +d +d +d +d +d +d +d +d +"} +(9,1,1) = {" +a +L +d +d +a +d +d +a +"} diff --git a/maps/groundbase/pois/cave27c.dmm b/maps/groundbase/pois/cave27c.dmm new file mode 100644 index 0000000000..7d42226dd5 --- /dev/null +++ b/maps/groundbase/pois/cave27c.dmm @@ -0,0 +1,123 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"k" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +d +d +d +a +"} +(2,1,1) = {" +a +a +d +d +d +d +d +a +"} +(3,1,1) = {" +a +a +w +d +d +d +d +a +"} +(4,1,1) = {" +a +a +d +d +d +d +d +a +"} +(5,1,1) = {" +a +a +d +a +k +d +a +a +"} +(6,1,1) = {" +a +a +a +a +a +d +d +B +"} +(7,1,1) = {" +a +a +a +a +a +d +a +d +"} +(8,1,1) = {" +d +d +d +d +d +w +d +d +"} +(9,1,1) = {" +a +d +B +d +a +d +d +a +"} diff --git a/maps/groundbase/pois/cave28.dmm b/maps/groundbase/pois/cave28.dmm new file mode 100644 index 0000000000..eb96553c47 --- /dev/null +++ b/maps/groundbase/pois/cave28.dmm @@ -0,0 +1,82 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +D +D +D +D +a +a +"} +(2,1,1) = {" +D +a +a +a +a +a +"} +(3,1,1) = {" +D +D +D +a +a +a +"} +(4,1,1) = {" +D +D +D +a +a +D +"} +(5,1,1) = {" +D +D +D +D +a +D +"} +(6,1,1) = {" +D +D +D +D +a +a +"} +(7,1,1) = {" +D +D +D +D +a +a +"} +(8,1,1) = {" +a +a +a +a +a +D +"} +(9,1,1) = {" +D +a +a +a +D +D +"} diff --git a/maps/groundbase/pois/cave28b.dmm b/maps/groundbase/pois/cave28b.dmm new file mode 100644 index 0000000000..d40895ebfc --- /dev/null +++ b/maps/groundbase/pois/cave28b.dmm @@ -0,0 +1,101 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"d" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +D +D +D +D +a +a +"} +(2,1,1) = {" +D +d +a +a +a +a +"} +(3,1,1) = {" +D +D +D +z +a +a +"} +(4,1,1) = {" +D +D +D +a +a +D +"} +(5,1,1) = {" +D +D +D +D +a +D +"} +(6,1,1) = {" +D +D +D +D +a +t +"} +(7,1,1) = {" +D +D +D +D +a +z +"} +(8,1,1) = {" +a +a +a +a +a +D +"} +(9,1,1) = {" +D +a +d +a +D +D +"} diff --git a/maps/groundbase/pois/cave28c.dmm b/maps/groundbase/pois/cave28c.dmm new file mode 100644 index 0000000000..cae6297743 --- /dev/null +++ b/maps/groundbase/pois/cave28c.dmm @@ -0,0 +1,105 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/turf/template_noop, +/area/template_noop) +"H" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +D +D +D +D +a +a +"} +(2,1,1) = {" +D +R +a +a +N +a +"} +(3,1,1) = {" +D +D +D +H +a +a +"} +(4,1,1) = {" +D +D +D +a +a +D +"} +(5,1,1) = {" +D +D +D +D +a +D +"} +(6,1,1) = {" +D +D +D +D +a +H +"} +(7,1,1) = {" +D +D +D +D +a +a +"} +(8,1,1) = {" +a +a +N +a +a +D +"} +(9,1,1) = {" +D +a +a +a +D +D +"} diff --git a/maps/groundbase/pois/cave29.dmm b/maps/groundbase/pois/cave29.dmm new file mode 100644 index 0000000000..a08b784e3e --- /dev/null +++ b/maps/groundbase/pois/cave29.dmm @@ -0,0 +1,98 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"q" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +q +q +a +a +a +a +"} +(2,1,1) = {" +a +q +q +q +q +a +a +a +a +"} +(3,1,1) = {" +a +q +q +a +a +a +a +a +a +"} +(4,1,1) = {" +q +q +q +a +a +a +a +a +q +"} +(5,1,1) = {" +q +q +q +a +a +a +a +a +q +"} +(6,1,1) = {" +a +q +q +q +a +a +a +q +q +"} +(7,1,1) = {" +a +q +q +q +q +a +q +q +q +"} +(8,1,1) = {" +a +a +a +q +q +q +q +q +a +"} diff --git a/maps/groundbase/pois/cave29b.dmm b/maps/groundbase/pois/cave29b.dmm new file mode 100644 index 0000000000..f903447614 --- /dev/null +++ b/maps/groundbase/pois/cave29b.dmm @@ -0,0 +1,117 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"q" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"L" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +q +q +a +a +a +a +"} +(2,1,1) = {" +a +y +q +q +q +a +a +a +a +"} +(3,1,1) = {" +a +q +q +a +a +a +a +a +a +"} +(4,1,1) = {" +q +q +q +a +a +a +a +a +X +"} +(5,1,1) = {" +q +q +q +a +a +a +a +a +q +"} +(6,1,1) = {" +a +q +q +q +a +a +a +q +q +"} +(7,1,1) = {" +a +L +q +q +y +a +q +q +q +"} +(8,1,1) = {" +a +a +a +q +q +q +q +X +a +"} diff --git a/maps/groundbase/pois/cave29c.dmm b/maps/groundbase/pois/cave29c.dmm new file mode 100644 index 0000000000..067a279d33 --- /dev/null +++ b/maps/groundbase/pois/cave29c.dmm @@ -0,0 +1,121 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"o" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"q" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +q +q +a +a +a +a +"} +(2,1,1) = {" +a +q +q +q +N +a +a +a +a +"} +(3,1,1) = {" +a +q +q +a +a +a +a +a +a +"} +(4,1,1) = {" +o +q +q +a +a +a +a +a +w +"} +(5,1,1) = {" +q +q +q +a +a +a +a +a +q +"} +(6,1,1) = {" +a +q +q +q +a +a +a +w +q +"} +(7,1,1) = {" +a +q +q +q +q +a +q +q +q +"} +(8,1,1) = {" +a +a +a +q +q +o +q +q +a +"} diff --git a/maps/groundbase/pois/cave2b.dmm b/maps/groundbase/pois/cave2b.dmm new file mode 100644 index 0000000000..37eafced9c --- /dev/null +++ b/maps/groundbase/pois/cave2b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"E" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"L" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Y" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +S +S +a +a +a +S +a +a +"} +(2,1,1) = {" +S +S +a +a +a +E +S +a +a +"} +(3,1,1) = {" +S +S +a +a +S +S +S +a +a +"} +(4,1,1) = {" +a +S +a +L +S +S +S +a +a +"} +(5,1,1) = {" +a +Y +S +S +S +S +S +Y +a +"} +(6,1,1) = {" +a +a +a +S +S +a +a +S +a +"} +(7,1,1) = {" +a +a +S +S +E +a +a +S +S +"} +(8,1,1) = {" +a +S +S +a +a +a +a +a +S +"} +(9,1,1) = {" +a +S +a +a +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave2c.dmm b/maps/groundbase/pois/cave2c.dmm new file mode 100644 index 0000000000..a86d40562c --- /dev/null +++ b/maps/groundbase/pois/cave2c.dmm @@ -0,0 +1,121 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"p" = ( +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +S +S +a +a +a +S +a +a +"} +(2,1,1) = {" +S +S +a +a +a +S +S +a +a +"} +(3,1,1) = {" +S +S +a +a +w +S +S +a +a +"} +(4,1,1) = {" +a +w +a +S +S +S +S +a +a +"} +(5,1,1) = {" +a +S +S +S +S +S +S +S +a +"} +(6,1,1) = {" +a +a +a +S +S +a +a +S +a +"} +(7,1,1) = {" +a +a +S +S +p +a +a +w +S +"} +(8,1,1) = {" +a +S +S +a +a +a +a +a +S +"} +(9,1,1) = {" +a +S +a +a +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave3.dmm b/maps/groundbase/pois/cave3.dmm new file mode 100644 index 0000000000..0bed858d37 --- /dev/null +++ b/maps/groundbase/pois/cave3.dmm @@ -0,0 +1,58 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"l" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +l +l +a +a +"} +(2,1,1) = {" +a +l +l +l +l +l +"} +(3,1,1) = {" +l +l +l +l +l +l +"} +(4,1,1) = {" +l +l +l +l +l +l +"} +(5,1,1) = {" +l +l +l +l +l +l +"} +(6,1,1) = {" +a +l +l +l +l +a +"} diff --git a/maps/groundbase/pois/cave30.dmm b/maps/groundbase/pois/cave30.dmm new file mode 100644 index 0000000000..594bc10779 --- /dev/null +++ b/maps/groundbase/pois/cave30.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +s +s +s +s +s +a +a +"} +(2,1,1) = {" +a +s +s +s +s +s +s +s +a +"} +(3,1,1) = {" +s +s +s +s +s +s +s +s +a +"} +(4,1,1) = {" +s +a +a +a +a +s +s +s +a +"} +(5,1,1) = {" +a +a +a +a +a +s +s +s +a +"} +(6,1,1) = {" +a +a +a +a +a +a +s +s +s +"} +(7,1,1) = {" +a +a +a +a +a +s +s +s +s +"} +(8,1,1) = {" +a +a +s +s +s +s +s +s +a +"} +(9,1,1) = {" +a +a +s +s +s +s +a +a +a +"} diff --git a/maps/groundbase/pois/cave30b.dmm b/maps/groundbase/pois/cave30b.dmm new file mode 100644 index 0000000000..1632e75170 --- /dev/null +++ b/maps/groundbase/pois/cave30b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"r" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"s" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"u" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"E" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +s +s +s +s +s +a +a +"} +(2,1,1) = {" +a +s +s +s +E +s +s +r +a +"} +(3,1,1) = {" +s +s +u +s +s +s +s +s +a +"} +(4,1,1) = {" +s +a +a +a +a +s +s +s +a +"} +(5,1,1) = {" +a +a +a +a +a +r +s +s +a +"} +(6,1,1) = {" +a +a +a +a +a +a +s +s +s +"} +(7,1,1) = {" +a +a +a +a +a +s +s +s +s +"} +(8,1,1) = {" +a +a +s +s +s +s +u +s +a +"} +(9,1,1) = {" +a +a +s +s +s +s +a +a +a +"} diff --git a/maps/groundbase/pois/cave30c.dmm b/maps/groundbase/pois/cave30c.dmm new file mode 100644 index 0000000000..2d874c710a --- /dev/null +++ b/maps/groundbase/pois/cave30c.dmm @@ -0,0 +1,132 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"h" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"s" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"W" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +s +s +s +s +s +a +a +"} +(2,1,1) = {" +a +z +s +s +s +s +s +z +a +"} +(3,1,1) = {" +s +s +s +s +s +s +s +s +a +"} +(4,1,1) = {" +s +a +a +a +a +h +s +s +a +"} +(5,1,1) = {" +a +a +a +a +a +W +s +s +a +"} +(6,1,1) = {" +a +a +a +a +a +a +s +s +s +"} +(7,1,1) = {" +a +a +a +a +a +s +s +s +s +"} +(8,1,1) = {" +a +a +W +s +s +s +s +s +a +"} +(9,1,1) = {" +a +a +s +s +s +s +a +a +a +"} diff --git a/maps/groundbase/pois/cave31.dmm b/maps/groundbase/pois/cave31.dmm new file mode 100644 index 0000000000..3ab03dc4d9 --- /dev/null +++ b/maps/groundbase/pois/cave31.dmm @@ -0,0 +1,87 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"m" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +m +m +m +m +m +m +a +"} +(2,1,1) = {" +a +m +m +a +a +m +m +m +m +"} +(3,1,1) = {" +m +m +m +a +a +a +a +m +m +"} +(4,1,1) = {" +m +m +a +a +a +a +a +m +m +"} +(5,1,1) = {" +m +m +a +a +a +a +m +m +m +"} +(6,1,1) = {" +a +m +m +a +a +a +m +m +a +"} +(7,1,1) = {" +a +m +m +m +m +m +m +a +a +"} diff --git a/maps/groundbase/pois/cave31b.dmm b/maps/groundbase/pois/cave31b.dmm new file mode 100644 index 0000000000..89c105eaca --- /dev/null +++ b/maps/groundbase/pois/cave31b.dmm @@ -0,0 +1,100 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"e" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"m" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +m +m +m +m +m +m +a +"} +(2,1,1) = {" +a +e +m +a +a +e +m +m +m +"} +(3,1,1) = {" +m +m +m +a +a +a +a +m +m +"} +(4,1,1) = {" +m +m +a +a +a +a +a +N +m +"} +(5,1,1) = {" +m +m +a +a +a +a +e +m +m +"} +(6,1,1) = {" +a +m +e +a +a +a +m +m +a +"} +(7,1,1) = {" +a +m +m +m +m +m +m +a +a +"} diff --git a/maps/groundbase/pois/cave31c.dmm b/maps/groundbase/pois/cave31c.dmm new file mode 100644 index 0000000000..f28ff186cd --- /dev/null +++ b/maps/groundbase/pois/cave31c.dmm @@ -0,0 +1,110 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"m" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"v" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +m +m +m +m +m +m +a +"} +(2,1,1) = {" +a +m +m +a +a +S +m +m +m +"} +(3,1,1) = {" +m +m +m +a +a +a +a +m +m +"} +(4,1,1) = {" +m +S +a +a +a +a +a +m +v +"} +(5,1,1) = {" +m +m +a +a +a +a +x +m +m +"} +(6,1,1) = {" +a +m +m +a +a +a +m +m +a +"} +(7,1,1) = {" +a +m +m +m +v +m +m +a +a +"} diff --git a/maps/groundbase/pois/cave32.dmm b/maps/groundbase/pois/cave32.dmm new file mode 100644 index 0000000000..962fc82c7f --- /dev/null +++ b/maps/groundbase/pois/cave32.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"L" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +L +L +L +L +L +a +"} +(2,1,1) = {" +a +L +L +L +L +L +L +L +L +"} +(3,1,1) = {" +L +L +L +a +a +a +L +L +L +"} +(4,1,1) = {" +L +L +a +a +a +a +L +L +L +"} +(5,1,1) = {" +L +a +a +a +a +a +a +L +L +"} +(6,1,1) = {" +L +a +a +a +a +a +L +L +a +"} +(7,1,1) = {" +a +a +a +a +a +L +L +L +a +"} +(8,1,1) = {" +a +a +L +L +L +L +L +L +a +"} +(9,1,1) = {" +a +L +L +L +L +L +a +a +a +"} diff --git a/maps/groundbase/pois/cave32b.dmm b/maps/groundbase/pois/cave32b.dmm new file mode 100644 index 0000000000..7a76c9122c --- /dev/null +++ b/maps/groundbase/pois/cave32b.dmm @@ -0,0 +1,128 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"n" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"L" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Z" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +L +L +L +L +L +a +"} +(2,1,1) = {" +a +n +L +L +L +L +L +L +n +"} +(3,1,1) = {" +L +L +L +a +a +a +L +L +L +"} +(4,1,1) = {" +L +L +a +a +a +a +Z +L +L +"} +(5,1,1) = {" +L +a +a +a +a +a +a +L +L +"} +(6,1,1) = {" +L +a +a +a +a +a +S +L +a +"} +(7,1,1) = {" +a +a +a +a +a +L +L +L +a +"} +(8,1,1) = {" +a +a +L +L +L +L +L +Z +a +"} +(9,1,1) = {" +a +L +L +L +L +L +a +a +a +"} diff --git a/maps/groundbase/pois/cave32c.dmm b/maps/groundbase/pois/cave32c.dmm new file mode 100644 index 0000000000..bfebf6be14 --- /dev/null +++ b/maps/groundbase/pois/cave32c.dmm @@ -0,0 +1,132 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"I" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"J" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"L" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +L +L +L +L +L +a +"} +(2,1,1) = {" +a +L +L +L +J +L +L +L +L +"} +(3,1,1) = {" +L +L +L +a +a +a +L +X +L +"} +(4,1,1) = {" +L +L +a +a +a +a +L +L +L +"} +(5,1,1) = {" +L +a +a +a +a +a +a +L +L +"} +(6,1,1) = {" +L +a +a +a +a +a +L +L +a +"} +(7,1,1) = {" +a +a +a +a +a +J +L +L +a +"} +(8,1,1) = {" +a +a +L +L +L +L +L +I +a +"} +(9,1,1) = {" +a +L +L +L +L +X +a +a +a +"} diff --git a/maps/groundbase/pois/cave33.dmm b/maps/groundbase/pois/cave33.dmm new file mode 100644 index 0000000000..c88d9efd3a --- /dev/null +++ b/maps/groundbase/pois/cave33.dmm @@ -0,0 +1,73 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"B" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +B +B +B +B +B +a +"} +(2,1,1) = {" +B +B +a +a +a +B +B +"} +(3,1,1) = {" +B +a +a +B +a +a +B +"} +(4,1,1) = {" +B +a +B +B +B +a +B +"} +(5,1,1) = {" +B +a +a +B +a +a +B +"} +(6,1,1) = {" +B +B +a +a +a +B +B +"} +(7,1,1) = {" +a +B +B +B +B +B +a +"} diff --git a/maps/groundbase/pois/cave33b.dmm b/maps/groundbase/pois/cave33b.dmm new file mode 100644 index 0000000000..b7f766dcd7 --- /dev/null +++ b/maps/groundbase/pois/cave33b.dmm @@ -0,0 +1,92 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"m" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"q" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +B +B +B +q +B +a +"} +(2,1,1) = {" +B +q +a +a +a +B +B +"} +(3,1,1) = {" +B +a +a +B +a +a +B +"} +(4,1,1) = {" +B +a +B +m +B +a +z +"} +(5,1,1) = {" +B +a +a +B +a +a +B +"} +(6,1,1) = {" +B +B +a +a +a +B +B +"} +(7,1,1) = {" +a +z +B +B +B +B +a +"} diff --git a/maps/groundbase/pois/cave33c.dmm b/maps/groundbase/pois/cave33c.dmm new file mode 100644 index 0000000000..a6a11b86fb --- /dev/null +++ b/maps/groundbase/pois/cave33c.dmm @@ -0,0 +1,96 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"o" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Y" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +B +B +o +B +B +a +"} +(2,1,1) = {" +B +B +a +a +a +B +N +"} +(3,1,1) = {" +B +a +a +N +a +a +B +"} +(4,1,1) = {" +B +a +B +B +B +a +B +"} +(5,1,1) = {" +B +a +a +B +a +a +B +"} +(6,1,1) = {" +B +Y +a +a +a +B +B +"} +(7,1,1) = {" +a +B +B +B +o +B +a +"} diff --git a/maps/groundbase/pois/cave34.dmm b/maps/groundbase/pois/cave34.dmm new file mode 100644 index 0000000000..858e76effd --- /dev/null +++ b/maps/groundbase/pois/cave34.dmm @@ -0,0 +1,91 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +B +B +B +B +B +a +a +"} +(2,1,1) = {" +B +B +a +a +a +a +B +"} +(3,1,1) = {" +B +B +a +a +a +B +B +"} +(4,1,1) = {" +B +B +B +a +a +a +B +"} +(5,1,1) = {" +B +a +a +a +a +B +B +"} +(6,1,1) = {" +B +a +a +a +a +B +B +"} +(7,1,1) = {" +B +B +a +a +a +B +B +"} +(8,1,1) = {" +B +a +a +a +B +B +B +"} +(9,1,1) = {" +a +a +a +a +B +B +B +"} diff --git a/maps/groundbase/pois/cave34b.dmm b/maps/groundbase/pois/cave34b.dmm new file mode 100644 index 0000000000..f05edd8c31 --- /dev/null +++ b/maps/groundbase/pois/cave34b.dmm @@ -0,0 +1,110 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"o" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +B +B +B +B +B +a +a +"} +(2,1,1) = {" +B +B +a +a +a +y +B +"} +(3,1,1) = {" +B +B +o +a +a +B +B +"} +(4,1,1) = {" +B +B +B +a +a +a +B +"} +(5,1,1) = {" +B +w +a +a +a +B +B +"} +(6,1,1) = {" +B +a +a +a +a +B +B +"} +(7,1,1) = {" +B +B +a +a +w +B +B +"} +(8,1,1) = {" +B +y +a +a +B +B +B +"} +(9,1,1) = {" +a +a +a +a +B +B +B +"} diff --git a/maps/groundbase/pois/cave34c.dmm b/maps/groundbase/pois/cave34c.dmm new file mode 100644 index 0000000000..1d0363db2d --- /dev/null +++ b/maps/groundbase/pois/cave34c.dmm @@ -0,0 +1,114 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"g" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"k" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/turf/template_noop, +/area/template_noop) +"F" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +B +B +B +B +B +a +a +"} +(2,1,1) = {" +B +B +a +a +a +F +B +"} +(3,1,1) = {" +B +B +F +a +a +B +B +"} +(4,1,1) = {" +B +B +B +a +a +g +B +"} +(5,1,1) = {" +B +a +a +a +a +B +B +"} +(6,1,1) = {" +B +g +a +a +a +B +B +"} +(7,1,1) = {" +B +B +a +a +k +B +B +"} +(8,1,1) = {" +B +a +a +a +B +B +B +"} +(9,1,1) = {" +a +a +a +a +B +B +B +"} diff --git a/maps/groundbase/pois/cave35.dmm b/maps/groundbase/pois/cave35.dmm new file mode 100644 index 0000000000..b3d486f21b --- /dev/null +++ b/maps/groundbase/pois/cave35.dmm @@ -0,0 +1,70 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"r" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +r +r +r +r +a +a +a +a +"} +(2,1,1) = {" +r +r +r +r +r +a +a +a +"} +(3,1,1) = {" +a +a +r +r +r +r +a +a +"} +(4,1,1) = {" +a +r +r +r +r +r +a +r +"} +(5,1,1) = {" +a +a +r +r +r +r +r +r +"} +(6,1,1) = {" +a +a +a +a +r +r +r +a +"} diff --git a/maps/groundbase/pois/cave35b.dmm b/maps/groundbase/pois/cave35b.dmm new file mode 100644 index 0000000000..5ada160e80 --- /dev/null +++ b/maps/groundbase/pois/cave35b.dmm @@ -0,0 +1,89 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"r" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +r +b +r +r +a +a +a +a +"} +(2,1,1) = {" +r +r +r +r +r +a +a +a +"} +(3,1,1) = {" +a +a +r +r +r +t +a +a +"} +(4,1,1) = {" +a +t +r +r +r +r +a +r +"} +(5,1,1) = {" +a +a +r +r +r +R +r +r +"} +(6,1,1) = {" +a +a +a +a +r +r +b +a +"} diff --git a/maps/groundbase/pois/cave35c.dmm b/maps/groundbase/pois/cave35c.dmm new file mode 100644 index 0000000000..fd8867b700 --- /dev/null +++ b/maps/groundbase/pois/cave35c.dmm @@ -0,0 +1,93 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"r" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"C" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"I" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +r +r +r +r +a +a +a +a +"} +(2,1,1) = {" +r +I +r +r +r +a +a +a +"} +(3,1,1) = {" +a +a +r +r +r +I +a +a +"} +(4,1,1) = {" +a +B +r +r +r +r +a +C +"} +(5,1,1) = {" +a +a +C +r +r +r +r +r +"} +(6,1,1) = {" +a +a +a +a +r +r +r +a +"} diff --git a/maps/groundbase/pois/cave36.dmm b/maps/groundbase/pois/cave36.dmm new file mode 100644 index 0000000000..24bf0ead9c --- /dev/null +++ b/maps/groundbase/pois/cave36.dmm @@ -0,0 +1,76 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"T" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +a +a +T +a +"} +(2,1,1) = {" +T +T +T +a +T +T +T +T +a +"} +(3,1,1) = {" +T +T +T +T +T +T +T +T +T +"} +(4,1,1) = {" +T +T +T +T +a +T +a +T +T +"} +(5,1,1) = {" +T +T +T +a +a +a +a +T +T +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +T +"} diff --git a/maps/groundbase/pois/cave36b.dmm b/maps/groundbase/pois/cave36b.dmm new file mode 100644 index 0000000000..a69b50e4e5 --- /dev/null +++ b/maps/groundbase/pois/cave36b.dmm @@ -0,0 +1,95 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"k" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"m" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"H" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +a +a +m +a +"} +(2,1,1) = {" +T +T +T +a +H +T +T +T +a +"} +(3,1,1) = {" +T +T +T +T +T +T +T +T +T +"} +(4,1,1) = {" +T +H +T +T +a +k +a +T +T +"} +(5,1,1) = {" +T +T +T +a +a +a +a +k +T +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +T +"} diff --git a/maps/groundbase/pois/cave36c.dmm b/maps/groundbase/pois/cave36c.dmm new file mode 100644 index 0000000000..db06ded5a6 --- /dev/null +++ b/maps/groundbase/pois/cave36c.dmm @@ -0,0 +1,99 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"j" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"p" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Y" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +a +a +j +a +"} +(2,1,1) = {" +T +T +j +a +T +Y +T +T +a +"} +(3,1,1) = {" +T +T +T +T +T +T +T +T +T +"} +(4,1,1) = {" +T +T +T +T +a +p +a +T +T +"} +(5,1,1) = {" +T +T +T +a +a +a +a +Y +T +"} +(6,1,1) = {" +a +a +a +a +a +a +a +a +T +"} diff --git a/maps/groundbase/pois/cave37.dmm b/maps/groundbase/pois/cave37.dmm new file mode 100644 index 0000000000..e84d231ff4 --- /dev/null +++ b/maps/groundbase/pois/cave37.dmm @@ -0,0 +1,50 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"C" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +C +C +C +a +a +a +"} +(2,1,1) = {" +a +C +C +C +a +a +"} +(3,1,1) = {" +a +C +C +C +a +a +"} +(4,1,1) = {" +a +C +C +C +C +C +"} +(5,1,1) = {" +a +a +C +C +C +C +"} diff --git a/maps/groundbase/pois/cave37b.dmm b/maps/groundbase/pois/cave37b.dmm new file mode 100644 index 0000000000..cf80d7aa26 --- /dev/null +++ b/maps/groundbase/pois/cave37b.dmm @@ -0,0 +1,69 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"p" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"q" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"C" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"O" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +C +C +C +a +a +a +"} +(2,1,1) = {" +a +p +C +O +a +a +"} +(3,1,1) = {" +a +C +C +C +a +a +"} +(4,1,1) = {" +a +p +C +q +C +C +"} +(5,1,1) = {" +a +a +C +C +C +O +"} diff --git a/maps/groundbase/pois/cave37c.dmm b/maps/groundbase/pois/cave37c.dmm new file mode 100644 index 0000000000..a7c4c275e5 --- /dev/null +++ b/maps/groundbase/pois/cave37c.dmm @@ -0,0 +1,73 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"n" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"C" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +n +C +C +a +a +a +"} +(2,1,1) = {" +a +C +C +F +a +a +"} +(3,1,1) = {" +a +C +n +C +a +a +"} +(4,1,1) = {" +a +C +C +C +N +C +"} +(5,1,1) = {" +a +a +C +C +C +F +"} diff --git a/maps/groundbase/pois/cave38.dmm b/maps/groundbase/pois/cave38.dmm new file mode 100644 index 0000000000..c6d007f673 --- /dev/null +++ b/maps/groundbase/pois/cave38.dmm @@ -0,0 +1,45 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +T +T +a +a +a +"} +(2,1,1) = {" +T +T +a +a +a +"} +(3,1,1) = {" +T +a +a +a +T +"} +(4,1,1) = {" +a +a +a +a +T +"} +(5,1,1) = {" +a +a +T +T +T +"} diff --git a/maps/groundbase/pois/cave38b.dmm b/maps/groundbase/pois/cave38b.dmm new file mode 100644 index 0000000000..45497ce17d --- /dev/null +++ b/maps/groundbase/pois/cave38b.dmm @@ -0,0 +1,64 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +T +T +a +a +a +"} +(2,1,1) = {" +T +T +x +a +y +"} +(3,1,1) = {" +T +y +a +a +T +"} +(4,1,1) = {" +N +a +a +N +T +"} +(5,1,1) = {" +a +a +T +T +T +"} diff --git a/maps/groundbase/pois/cave38c.dmm b/maps/groundbase/pois/cave38c.dmm new file mode 100644 index 0000000000..f26bc6300f --- /dev/null +++ b/maps/groundbase/pois/cave38c.dmm @@ -0,0 +1,68 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"d" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"J" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/turf/template_noop, +/area/template_noop) +"Z" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +T +T +a +a +Z +"} +(2,1,1) = {" +T +T +J +a +a +"} +(3,1,1) = {" +T +a +a +a +T +"} +(4,1,1) = {" +d +a +a +J +T +"} +(5,1,1) = {" +a +Z +T +T +T +"} diff --git a/maps/groundbase/pois/cave39.dmm b/maps/groundbase/pois/cave39.dmm new file mode 100644 index 0000000000..dea6ca4f48 --- /dev/null +++ b/maps/groundbase/pois/cave39.dmm @@ -0,0 +1,91 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"N" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +N +N +N +a +a +a +"} +(2,1,1) = {" +a +N +N +N +a +a +a +"} +(3,1,1) = {" +N +N +N +N +N +a +a +"} +(4,1,1) = {" +a +N +N +N +N +N +N +"} +(5,1,1) = {" +a +N +N +N +N +N +N +"} +(6,1,1) = {" +a +a +a +a +a +N +N +"} +(7,1,1) = {" +a +a +a +a +N +N +N +"} +(8,1,1) = {" +a +a +N +N +N +N +a +"} +(9,1,1) = {" +a +a +N +N +a +a +a +"} diff --git a/maps/groundbase/pois/cave39b.dmm b/maps/groundbase/pois/cave39b.dmm new file mode 100644 index 0000000000..b0cd740ab9 --- /dev/null +++ b/maps/groundbase/pois/cave39b.dmm @@ -0,0 +1,110 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"z" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"O" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Y" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +N +N +N +a +a +a +"} +(2,1,1) = {" +a +N +N +N +a +a +a +"} +(3,1,1) = {" +O +N +N +N +z +a +a +"} +(4,1,1) = {" +a +N +N +N +N +N +N +"} +(5,1,1) = {" +a +N +Y +N +N +N +O +"} +(6,1,1) = {" +a +a +a +a +a +N +N +"} +(7,1,1) = {" +a +a +a +a +z +N +N +"} +(8,1,1) = {" +a +a +N +N +N +N +a +"} +(9,1,1) = {" +a +a +N +N +a +a +a +"} diff --git a/maps/groundbase/pois/cave39c.dmm b/maps/groundbase/pois/cave39c.dmm new file mode 100644 index 0000000000..ae30eb0c17 --- /dev/null +++ b/maps/groundbase/pois/cave39c.dmm @@ -0,0 +1,114 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"L" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Y" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +L +N +N +a +a +a +"} +(2,1,1) = {" +a +N +N +N +a +a +a +"} +(3,1,1) = {" +Y +N +N +N +R +a +a +"} +(4,1,1) = {" +a +N +N +N +N +N +N +"} +(5,1,1) = {" +a +N +N +N +N +N +N +"} +(6,1,1) = {" +a +a +a +a +a +L +N +"} +(7,1,1) = {" +a +a +a +a +N +N +N +"} +(8,1,1) = {" +a +a +R +N +N +N +a +"} +(9,1,1) = {" +a +a +N +N +a +a +a +"} diff --git a/maps/groundbase/pois/cave3b.dmm b/maps/groundbase/pois/cave3b.dmm new file mode 100644 index 0000000000..6b9761c302 --- /dev/null +++ b/maps/groundbase/pois/cave3b.dmm @@ -0,0 +1,77 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"l" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"p" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"O" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"P" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +l +l +a +a +"} +(2,1,1) = {" +a +P +l +l +l +O +"} +(3,1,1) = {" +l +l +l +l +l +l +"} +(4,1,1) = {" +l +l +l +p +l +l +"} +(5,1,1) = {" +O +l +l +l +l +l +"} +(6,1,1) = {" +a +l +l +P +l +a +"} diff --git a/maps/groundbase/pois/cave3c.dmm b/maps/groundbase/pois/cave3c.dmm new file mode 100644 index 0000000000..f87d23d85e --- /dev/null +++ b/maps/groundbase/pois/cave3c.dmm @@ -0,0 +1,77 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"l" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"v" = ( +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"U" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +l +U +a +a +"} +(2,1,1) = {" +a +l +l +l +v +l +"} +(3,1,1) = {" +l +l +l +l +l +l +"} +(4,1,1) = {" +l +l +l +l +l +B +"} +(5,1,1) = {" +B +l +l +l +l +l +"} +(6,1,1) = {" +a +l +U +l +l +a +"} diff --git a/maps/groundbase/pois/cave4.dmm b/maps/groundbase/pois/cave4.dmm new file mode 100644 index 0000000000..c69e9878ae --- /dev/null +++ b/maps/groundbase/pois/cave4.dmm @@ -0,0 +1,98 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"g" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +g +g +a +a +a +a +a +a +a +"} +(2,1,1) = {" +g +g +g +a +a +a +a +a +g +"} +(3,1,1) = {" +a +g +g +g +a +a +a +a +g +"} +(4,1,1) = {" +a +a +g +g +a +a +a +a +g +"} +(5,1,1) = {" +a +a +a +g +a +a +a +g +g +"} +(6,1,1) = {" +a +a +g +g +g +g +g +g +g +"} +(7,1,1) = {" +a +a +g +g +g +g +g +g +g +"} +(8,1,1) = {" +a +a +a +a +a +g +g +a +a +"} diff --git a/maps/groundbase/pois/cave40.dmm b/maps/groundbase/pois/cave40.dmm new file mode 100644 index 0000000000..ea9e2a7212 --- /dev/null +++ b/maps/groundbase/pois/cave40.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"L" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +L +L +L +L +a +a +"} +(2,1,1) = {" +a +a +a +L +L +L +L +a +a +"} +(3,1,1) = {" +a +a +a +a +L +L +L +a +a +"} +(4,1,1) = {" +a +a +a +a +a +L +L +L +a +"} +(5,1,1) = {" +a +a +a +a +a +a +a +L +L +"} +(6,1,1) = {" +a +a +a +a +a +a +a +L +a +"} +(7,1,1) = {" +a +a +a +a +L +L +L +L +a +"} +(8,1,1) = {" +a +a +L +L +L +L +L +a +a +"} +(9,1,1) = {" +L +L +L +L +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave40b.dmm b/maps/groundbase/pois/cave40b.dmm new file mode 100644 index 0000000000..9949959d0a --- /dev/null +++ b/maps/groundbase/pois/cave40b.dmm @@ -0,0 +1,121 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"k" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"L" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +L +L +L +L +a +a +"} +(2,1,1) = {" +a +a +a +L +L +L +L +a +a +"} +(3,1,1) = {" +a +a +a +a +k +L +L +a +a +"} +(4,1,1) = {" +a +a +a +a +a +L +L +L +a +"} +(5,1,1) = {" +a +a +a +a +a +a +a +L +k +"} +(6,1,1) = {" +a +a +a +a +a +a +a +L +a +"} +(7,1,1) = {" +a +a +a +a +w +L +L +k +a +"} +(8,1,1) = {" +a +a +k +L +L +L +L +a +a +"} +(9,1,1) = {" +L +L +L +L +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave40c.dmm b/maps/groundbase/pois/cave40c.dmm new file mode 100644 index 0000000000..33aff0d84b --- /dev/null +++ b/maps/groundbase/pois/cave40c.dmm @@ -0,0 +1,125 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"L" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +L +L +L +N +a +a +"} +(2,1,1) = {" +a +a +a +T +L +L +L +a +a +"} +(3,1,1) = {" +a +a +a +a +L +L +L +a +a +"} +(4,1,1) = {" +a +a +a +a +a +N +L +L +a +"} +(5,1,1) = {" +a +a +a +a +a +a +a +L +L +"} +(6,1,1) = {" +a +a +a +a +a +a +a +L +a +"} +(7,1,1) = {" +a +a +a +a +L +L +L +N +a +"} +(8,1,1) = {" +a +a +L +L +L +L +L +a +a +"} +(9,1,1) = {" +L +L +L +N +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cave41.dmm b/maps/groundbase/pois/cave41.dmm new file mode 100644 index 0000000000..fad2e0e64b --- /dev/null +++ b/maps/groundbase/pois/cave41.dmm @@ -0,0 +1,100 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"Z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +Z +Z +Z +a +a +a +"} +(2,1,1) = {" +a +Z +Z +Z +Z +a +a +a +"} +(3,1,1) = {" +a +a +Z +Z +Z +a +a +a +"} +(4,1,1) = {" +Z +Z +Z +Z +Z +Z +a +a +"} +(5,1,1) = {" +Z +a +Z +Z +Z +Z +Z +a +"} +(6,1,1) = {" +a +a +a +a +Z +Z +Z +a +"} +(7,1,1) = {" +a +a +a +a +a +a +Z +Z +"} +(8,1,1) = {" +a +a +a +a +a +a +Z +Z +"} +(9,1,1) = {" +a +a +a +a +a +a +Z +a +"} diff --git a/maps/groundbase/pois/cave41b.dmm b/maps/groundbase/pois/cave41b.dmm new file mode 100644 index 0000000000..a0263ee1ee --- /dev/null +++ b/maps/groundbase/pois/cave41b.dmm @@ -0,0 +1,119 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"A" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +Z +Z +R +a +a +a +"} +(2,1,1) = {" +a +Z +Z +Z +Z +a +a +a +"} +(3,1,1) = {" +a +a +Z +Z +Z +a +a +a +"} +(4,1,1) = {" +Z +Z +Z +Z +Z +X +a +a +"} +(5,1,1) = {" +A +a +Z +Z +Z +Z +Z +a +"} +(6,1,1) = {" +a +a +a +a +R +Z +Z +a +"} +(7,1,1) = {" +a +a +a +a +a +a +Z +Z +"} +(8,1,1) = {" +a +a +a +a +a +a +Z +A +"} +(9,1,1) = {" +a +a +a +a +a +a +Z +a +"} diff --git a/maps/groundbase/pois/cave41c.dmm b/maps/groundbase/pois/cave41c.dmm new file mode 100644 index 0000000000..dbaf80cc11 --- /dev/null +++ b/maps/groundbase/pois/cave41c.dmm @@ -0,0 +1,123 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"v" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +Z +Z +Z +a +a +a +"} +(2,1,1) = {" +a +Z +Z +Z +v +a +a +a +"} +(3,1,1) = {" +a +a +Z +Z +Z +a +a +a +"} +(4,1,1) = {" +Z +Z +Z +Z +Z +S +a +a +"} +(5,1,1) = {" +Z +a +F +Z +Z +Z +Z +a +"} +(6,1,1) = {" +a +a +a +a +Z +Z +Z +a +"} +(7,1,1) = {" +a +a +a +a +a +a +Z +F +"} +(8,1,1) = {" +a +a +a +a +a +a +Z +Z +"} +(9,1,1) = {" +a +a +a +a +a +a +v +a +"} diff --git a/maps/groundbase/pois/cave42.dmm b/maps/groundbase/pois/cave42.dmm new file mode 100644 index 0000000000..81bd0a27c2 --- /dev/null +++ b/maps/groundbase/pois/cave42.dmm @@ -0,0 +1,50 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +S +S +S +a +a +a +"} +(2,1,1) = {" +S +S +a +a +a +a +"} +(3,1,1) = {" +S +S +a +a +a +S +"} +(4,1,1) = {" +S +S +a +a +a +S +"} +(5,1,1) = {" +a +a +a +a +a +S +"} diff --git a/maps/groundbase/pois/cave42b.dmm b/maps/groundbase/pois/cave42b.dmm new file mode 100644 index 0000000000..2b60dd2ebf --- /dev/null +++ b/maps/groundbase/pois/cave42b.dmm @@ -0,0 +1,69 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"f" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"J" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +S +S +S +a +f +a +"} +(2,1,1) = {" +S +S +f +a +a +y +"} +(3,1,1) = {" +S +S +a +J +a +S +"} +(4,1,1) = {" +S +S +a +a +a +S +"} +(5,1,1) = {" +a +a +a +a +y +S +"} diff --git a/maps/groundbase/pois/cave42c.dmm b/maps/groundbase/pois/cave42c.dmm new file mode 100644 index 0000000000..633c237185 --- /dev/null +++ b/maps/groundbase/pois/cave42c.dmm @@ -0,0 +1,73 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"h" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"p" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"C" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +S +S +S +p +a +a +"} +(2,1,1) = {" +S +S +a +a +a +h +"} +(3,1,1) = {" +S +S +a +a +a +S +"} +(4,1,1) = {" +S +S +a +h +a +S +"} +(5,1,1) = {" +p +a +a +a +C +S +"} diff --git a/maps/groundbase/pois/cave43.dmm b/maps/groundbase/pois/cave43.dmm new file mode 100644 index 0000000000..ce796b418a --- /dev/null +++ b/maps/groundbase/pois/cave43.dmm @@ -0,0 +1,50 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"U" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +U +U +U +U +a +"} +(2,1,1) = {" +a +U +U +U +U +U +"} +(3,1,1) = {" +U +U +U +U +U +U +"} +(4,1,1) = {" +a +U +U +U +U +U +"} +(5,1,1) = {" +a +a +a +U +U +a +"} diff --git a/maps/groundbase/pois/cave43b.dmm b/maps/groundbase/pois/cave43b.dmm new file mode 100644 index 0000000000..c9c6348bfe --- /dev/null +++ b/maps/groundbase/pois/cave43b.dmm @@ -0,0 +1,69 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"U" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"W" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +X +U +U +U +a +"} +(2,1,1) = {" +a +U +U +U +U +W +"} +(3,1,1) = {" +U +U +U +x +U +U +"} +(4,1,1) = {" +a +W +U +U +U +U +"} +(5,1,1) = {" +a +a +a +U +X +a +"} diff --git a/maps/groundbase/pois/cave43c.dmm b/maps/groundbase/pois/cave43c.dmm new file mode 100644 index 0000000000..3921eda727 --- /dev/null +++ b/maps/groundbase/pois/cave43c.dmm @@ -0,0 +1,73 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"l" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"s" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"U" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +U +U +U +U +a +"} +(2,1,1) = {" +a +t +U +s +U +U +"} +(3,1,1) = {" +l +U +U +U +U +l +"} +(4,1,1) = {" +a +U +U +s +U +U +"} +(5,1,1) = {" +a +a +a +U +U +a +"} diff --git a/maps/groundbase/pois/cave44.dmm b/maps/groundbase/pois/cave44.dmm new file mode 100644 index 0000000000..9c5928ba01 --- /dev/null +++ b/maps/groundbase/pois/cave44.dmm @@ -0,0 +1,45 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +d +d +a +a +"} +(2,1,1) = {" +d +d +d +d +d +"} +(3,1,1) = {" +d +d +d +d +d +"} +(4,1,1) = {" +a +d +d +d +d +"} +(5,1,1) = {" +a +d +d +d +a +"} diff --git a/maps/groundbase/pois/cave44b.dmm b/maps/groundbase/pois/cave44b.dmm new file mode 100644 index 0000000000..83366d4601 --- /dev/null +++ b/maps/groundbase/pois/cave44b.dmm @@ -0,0 +1,64 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"k" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"p" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"U" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +k +d +a +a +"} +(2,1,1) = {" +d +d +d +d +d +"} +(3,1,1) = {" +k +d +d +d +p +"} +(4,1,1) = {" +a +p +d +d +d +"} +(5,1,1) = {" +a +d +d +U +a +"} diff --git a/maps/groundbase/pois/cave44c.dmm b/maps/groundbase/pois/cave44c.dmm new file mode 100644 index 0000000000..8fd0bfc9ce --- /dev/null +++ b/maps/groundbase/pois/cave44c.dmm @@ -0,0 +1,68 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"A" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +d +d +a +a +"} +(2,1,1) = {" +d +y +d +A +d +"} +(3,1,1) = {" +d +d +d +d +F +"} +(4,1,1) = {" +a +d +d +y +d +"} +(5,1,1) = {" +a +d +F +d +a +"} diff --git a/maps/groundbase/pois/cave45.dmm b/maps/groundbase/pois/cave45.dmm new file mode 100644 index 0000000000..0a71f38c02 --- /dev/null +++ b/maps/groundbase/pois/cave45.dmm @@ -0,0 +1,50 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"M" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +M +M +M +a +a +a +"} +(2,1,1) = {" +M +M +a +a +a +a +"} +(3,1,1) = {" +a +a +a +a +a +M +"} +(4,1,1) = {" +M +a +a +M +a +a +"} +(5,1,1) = {" +M +M +a +a +M +M +"} diff --git a/maps/groundbase/pois/cave45b.dmm b/maps/groundbase/pois/cave45b.dmm new file mode 100644 index 0000000000..0018650462 --- /dev/null +++ b/maps/groundbase/pois/cave45b.dmm @@ -0,0 +1,69 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"j" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"M" = ( +/turf/template_noop, +/area/template_noop) +"V" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Y" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +M +M +M +j +a +a +"} +(2,1,1) = {" +M +M +V +a +a +a +"} +(3,1,1) = {" +a +a +a +Y +a +M +"} +(4,1,1) = {" +M +j +a +M +V +a +"} +(5,1,1) = {" +M +M +a +a +M +M +"} diff --git a/maps/groundbase/pois/cave45c.dmm b/maps/groundbase/pois/cave45c.dmm new file mode 100644 index 0000000000..cb21d5541e --- /dev/null +++ b/maps/groundbase/pois/cave45c.dmm @@ -0,0 +1,73 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"d" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"h" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"m" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"M" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +M +M +M +a +a +a +"} +(2,1,1) = {" +M +M +h +a +a +d +"} +(3,1,1) = {" +h +a +a +a +a +M +"} +(4,1,1) = {" +M +a +a +M +a +m +"} +(5,1,1) = {" +M +M +a +d +M +M +"} diff --git a/maps/groundbase/pois/cave46.dmm b/maps/groundbase/pois/cave46.dmm new file mode 100644 index 0000000000..4764911ac1 --- /dev/null +++ b/maps/groundbase/pois/cave46.dmm @@ -0,0 +1,45 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +z +z +z +a +"} +(2,1,1) = {" +a +z +a +z +a +"} +(3,1,1) = {" +a +z +z +z +z +"} +(4,1,1) = {" +z +z +z +z +z +"} +(5,1,1) = {" +z +a +a +a +z +"} diff --git a/maps/groundbase/pois/cave46b.dmm b/maps/groundbase/pois/cave46b.dmm new file mode 100644 index 0000000000..60a40ee619 --- /dev/null +++ b/maps/groundbase/pois/cave46b.dmm @@ -0,0 +1,64 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"r" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"P" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +z +w +z +a +"} +(2,1,1) = {" +a +z +a +z +a +"} +(3,1,1) = {" +a +P +z +z +z +"} +(4,1,1) = {" +z +z +r +z +z +"} +(5,1,1) = {" +w +a +a +a +P +"} diff --git a/maps/groundbase/pois/cave46c.dmm b/maps/groundbase/pois/cave46c.dmm new file mode 100644 index 0000000000..316a366c53 --- /dev/null +++ b/maps/groundbase/pois/cave46c.dmm @@ -0,0 +1,68 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"j" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"E" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +E +z +E +a +"} +(2,1,1) = {" +a +B +a +z +a +"} +(3,1,1) = {" +a +z +z +z +j +"} +(4,1,1) = {" +z +z +j +z +z +"} +(5,1,1) = {" +z +a +a +a +z +"} diff --git a/maps/groundbase/pois/cave47.dmm b/maps/groundbase/pois/cave47.dmm new file mode 100644 index 0000000000..c716391d1e --- /dev/null +++ b/maps/groundbase/pois/cave47.dmm @@ -0,0 +1,42 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"y" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +y +y +y +a +a +"} +(2,1,1) = {" +a +y +a +y +y +a +"} +(3,1,1) = {" +y +y +a +y +y +a +"} +(4,1,1) = {" +a +y +y +y +y +y +"} diff --git a/maps/groundbase/pois/cave47b.dmm b/maps/groundbase/pois/cave47b.dmm new file mode 100644 index 0000000000..50aace71d2 --- /dev/null +++ b/maps/groundbase/pois/cave47b.dmm @@ -0,0 +1,61 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"q" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"E" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"W" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +y +y +W +a +a +"} +(2,1,1) = {" +a +W +a +y +q +a +"} +(3,1,1) = {" +y +y +a +E +y +a +"} +(4,1,1) = {" +a +y +y +y +y +E +"} diff --git a/maps/groundbase/pois/cave47c.dmm b/maps/groundbase/pois/cave47c.dmm new file mode 100644 index 0000000000..5be4b35fd2 --- /dev/null +++ b/maps/groundbase/pois/cave47c.dmm @@ -0,0 +1,58 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"W" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +y +W +y +a +a +"} +(2,1,1) = {" +a +x +a +y +y +a +"} +(3,1,1) = {" +W +y +a +W +y +a +"} +(4,1,1) = {" +a +W +y +y +y +y +"} diff --git a/maps/groundbase/pois/cave48.dmm b/maps/groundbase/pois/cave48.dmm new file mode 100644 index 0000000000..63f0d5a8cf --- /dev/null +++ b/maps/groundbase/pois/cave48.dmm @@ -0,0 +1,45 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +t +a +a +a +a +"} +(2,1,1) = {" +a +a +t +a +a +"} +(3,1,1) = {" +a +t +t +t +a +"} +(4,1,1) = {" +a +a +t +a +a +"} +(5,1,1) = {" +t +a +a +a +t +"} diff --git a/maps/groundbase/pois/cave48b.dmm b/maps/groundbase/pois/cave48b.dmm new file mode 100644 index 0000000000..ab927b9db0 --- /dev/null +++ b/maps/groundbase/pois/cave48b.dmm @@ -0,0 +1,64 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"h" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/turf/template_noop, +/area/template_noop) +"O" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"P" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +t +a +a +a +P +"} +(2,1,1) = {" +a +O +t +h +a +"} +(3,1,1) = {" +a +t +t +t +a +"} +(4,1,1) = {" +a +h +t +O +a +"} +(5,1,1) = {" +t +a +a +a +t +"} diff --git a/maps/groundbase/pois/cave48c.dmm b/maps/groundbase/pois/cave48c.dmm new file mode 100644 index 0000000000..8ccbad5ab0 --- /dev/null +++ b/maps/groundbase/pois/cave48c.dmm @@ -0,0 +1,68 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"c" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"d" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"s" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +t +a +a +a +s +"} +(2,1,1) = {" +a +a +t +d +a +"} +(3,1,1) = {" +s +t +t +t +a +"} +(4,1,1) = {" +a +a +t +c +a +"} +(5,1,1) = {" +t +d +a +a +t +"} diff --git a/maps/groundbase/pois/cave49.dmm b/maps/groundbase/pois/cave49.dmm new file mode 100644 index 0000000000..67801ffdf8 --- /dev/null +++ b/maps/groundbase/pois/cave49.dmm @@ -0,0 +1,42 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"g" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +g +g +g +g +g +a +"} +(2,1,1) = {" +a +g +g +g +g +g +"} +(3,1,1) = {" +a +g +g +a +g +g +"} +(4,1,1) = {" +a +a +g +g +g +a +"} diff --git a/maps/groundbase/pois/cave49b.dmm b/maps/groundbase/pois/cave49b.dmm new file mode 100644 index 0000000000..211dfdb786 --- /dev/null +++ b/maps/groundbase/pois/cave49b.dmm @@ -0,0 +1,54 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"e" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"g" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +g +g +g +g +e +a +"} +(2,1,1) = {" +a +g +g +w +g +g +"} +(3,1,1) = {" +a +e +g +a +g +e +"} +(4,1,1) = {" +a +a +g +e +g +a +"} diff --git a/maps/groundbase/pois/cave49c.dmm b/maps/groundbase/pois/cave49c.dmm new file mode 100644 index 0000000000..e13235ccf7 --- /dev/null +++ b/maps/groundbase/pois/cave49c.dmm @@ -0,0 +1,65 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"g" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"i" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"L" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +i +g +L +g +g +a +"} +(2,1,1) = {" +a +g +g +g +i +g +"} +(3,1,1) = {" +a +D +g +a +g +g +"} +(4,1,1) = {" +a +a +g +L +g +a +"} diff --git a/maps/groundbase/pois/cave4b.dmm b/maps/groundbase/pois/cave4b.dmm new file mode 100644 index 0000000000..6810d9b11e --- /dev/null +++ b/maps/groundbase/pois/cave4b.dmm @@ -0,0 +1,117 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"g" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"J" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"N" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +g +g +a +a +a +a +a +a +a +"} +(2,1,1) = {" +g +g +w +a +a +a +a +a +g +"} +(3,1,1) = {" +a +g +g +g +a +a +a +a +g +"} +(4,1,1) = {" +a +a +g +g +a +a +a +a +g +"} +(5,1,1) = {" +a +a +a +g +a +a +a +N +g +"} +(6,1,1) = {" +a +a +N +g +g +g +g +g +g +"} +(7,1,1) = {" +a +a +J +g +g +g +g +g +g +"} +(8,1,1) = {" +a +a +a +a +a +g +w +a +a +"} diff --git a/maps/groundbase/pois/cave4c.dmm b/maps/groundbase/pois/cave4c.dmm new file mode 100644 index 0000000000..19e244a7d6 --- /dev/null +++ b/maps/groundbase/pois/cave4c.dmm @@ -0,0 +1,117 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"g" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"r" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"V" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +g +g +a +a +a +a +a +a +a +"} +(2,1,1) = {" +g +g +V +a +a +a +a +a +g +"} +(3,1,1) = {" +a +g +g +g +a +a +a +a +g +"} +(4,1,1) = {" +a +a +g +g +a +a +a +a +g +"} +(5,1,1) = {" +a +a +a +g +a +a +a +V +g +"} +(6,1,1) = {" +a +a +r +g +g +g +g +g +g +"} +(7,1,1) = {" +a +a +g +g +g +g +g +g +X +"} +(8,1,1) = {" +a +a +a +a +a +g +r +a +a +"} diff --git a/maps/groundbase/pois/cave5.dmm b/maps/groundbase/pois/cave5.dmm new file mode 100644 index 0000000000..06d0d91b53 --- /dev/null +++ b/maps/groundbase/pois/cave5.dmm @@ -0,0 +1,73 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +t +t +a +a +a +"} +(2,1,1) = {" +t +t +t +a +a +"} +(3,1,1) = {" +t +t +a +a +a +"} +(4,1,1) = {" +a +a +a +a +t +"} +(5,1,1) = {" +a +a +a +t +t +"} +(6,1,1) = {" +t +a +a +a +t +"} +(7,1,1) = {" +t +a +a +t +t +"} +(8,1,1) = {" +a +a +a +t +t +"} +(9,1,1) = {" +a +a +a +a +t +"} diff --git a/maps/groundbase/pois/cave50.dmm b/maps/groundbase/pois/cave50.dmm new file mode 100644 index 0000000000..f17c5da6c4 --- /dev/null +++ b/maps/groundbase/pois/cave50.dmm @@ -0,0 +1,30 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"D" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +D +a +a +"} +(2,1,1) = {" +a +a +a +"} +(3,1,1) = {" +a +a +a +"} +(4,1,1) = {" +D +a +D +"} diff --git a/maps/groundbase/pois/cave51.dmm b/maps/groundbase/pois/cave51.dmm new file mode 100644 index 0000000000..7b70f2e6cc --- /dev/null +++ b/maps/groundbase/pois/cave51.dmm @@ -0,0 +1,25 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"j" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +j +j +a +"} +(2,1,1) = {" +j +j +j +"} +(3,1,1) = {" +j +j +a +"} diff --git a/maps/groundbase/pois/cave52.dmm b/maps/groundbase/pois/cave52.dmm new file mode 100644 index 0000000000..4882f43e9e --- /dev/null +++ b/maps/groundbase/pois/cave52.dmm @@ -0,0 +1,38 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +X +X +a +a +a +"} +(2,1,1) = {" +a +a +a +a +a +"} +(3,1,1) = {" +X +X +a +a +a +"} +(4,1,1) = {" +X +X +X +a +X +"} diff --git a/maps/groundbase/pois/cave53.dmm b/maps/groundbase/pois/cave53.dmm new file mode 100644 index 0000000000..5d0cdf99e2 --- /dev/null +++ b/maps/groundbase/pois/cave53.dmm @@ -0,0 +1,55 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"j" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +j +j +j +j +a +a +a +"} +(2,1,1) = {" +j +a +a +a +a +a +a +"} +(3,1,1) = {" +a +a +a +a +a +a +a +"} +(4,1,1) = {" +j +a +a +a +a +a +a +"} +(5,1,1) = {" +j +j +j +j +a +a +a +"} diff --git a/maps/groundbase/pois/cave54.dmm b/maps/groundbase/pois/cave54.dmm new file mode 100644 index 0000000000..c8ff3a4c59 --- /dev/null +++ b/maps/groundbase/pois/cave54.dmm @@ -0,0 +1,45 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +w +a +a +"} +(2,1,1) = {" +w +w +a +"} +(3,1,1) = {" +a +a +a +"} +(4,1,1) = {" +w +w +a +"} +(5,1,1) = {" +a +a +a +"} +(6,1,1) = {" +w +w +a +"} +(7,1,1) = {" +w +a +a +"} diff --git a/maps/groundbase/pois/cave5b.dmm b/maps/groundbase/pois/cave5b.dmm new file mode 100644 index 0000000000..c1fdb7368f --- /dev/null +++ b/maps/groundbase/pois/cave5b.dmm @@ -0,0 +1,92 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"p" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/turf/template_noop, +/area/template_noop) +"z" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"P" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +t +t +a +a +z +"} +(2,1,1) = {" +t +t +t +a +a +"} +(3,1,1) = {" +t +t +z +a +a +"} +(4,1,1) = {" +a +a +a +a +t +"} +(5,1,1) = {" +P +a +a +t +t +"} +(6,1,1) = {" +t +a +a +p +t +"} +(7,1,1) = {" +t +a +a +t +t +"} +(8,1,1) = {" +a +a +a +t +t +"} +(9,1,1) = {" +z +a +a +a +t +"} diff --git a/maps/groundbase/pois/cave5c.dmm b/maps/groundbase/pois/cave5c.dmm new file mode 100644 index 0000000000..26c4567f19 --- /dev/null +++ b/maps/groundbase/pois/cave5c.dmm @@ -0,0 +1,92 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"q" = ( +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"t" = ( +/turf/template_noop, +/area/template_noop) +"T" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Z" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +t +t +T +a +a +"} +(2,1,1) = {" +t +t +t +a +a +"} +(3,1,1) = {" +t +t +a +a +a +"} +(4,1,1) = {" +Z +a +a +q +t +"} +(5,1,1) = {" +a +a +a +t +t +"} +(6,1,1) = {" +t +a +a +Z +t +"} +(7,1,1) = {" +t +a +a +t +t +"} +(8,1,1) = {" +a +a +a +t +t +"} +(9,1,1) = {" +a +a +a +T +t +"} diff --git a/maps/groundbase/pois/cave6.dmm b/maps/groundbase/pois/cave6.dmm new file mode 100644 index 0000000000..2093ee0685 --- /dev/null +++ b/maps/groundbase/pois/cave6.dmm @@ -0,0 +1,65 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"o" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +o +o +a +a +a +"} +(2,1,1) = {" +o +o +o +o +o +o +o +a +a +"} +(3,1,1) = {" +o +o +o +o +o +a +o +o +a +"} +(4,1,1) = {" +a +o +a +a +o +o +o +o +o +"} +(5,1,1) = {" +a +a +a +a +a +o +o +o +a +"} diff --git a/maps/groundbase/pois/cave6b.dmm b/maps/groundbase/pois/cave6b.dmm new file mode 100644 index 0000000000..4622236897 --- /dev/null +++ b/maps/groundbase/pois/cave6b.dmm @@ -0,0 +1,84 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"l" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"o" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"s" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"U" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +l +o +a +a +a +"} +(2,1,1) = {" +o +o +o +o +o +o +o +a +a +"} +(3,1,1) = {" +o +o +o +o +o +a +o +U +a +"} +(4,1,1) = {" +a +l +a +a +s +o +o +o +o +"} +(5,1,1) = {" +a +a +a +a +a +U +o +o +a +"} diff --git a/maps/groundbase/pois/cave6c.dmm b/maps/groundbase/pois/cave6c.dmm new file mode 100644 index 0000000000..3a2b154166 --- /dev/null +++ b/maps/groundbase/pois/cave6c.dmm @@ -0,0 +1,88 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"o" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Q" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +Q +o +a +a +a +"} +(2,1,1) = {" +o +X +o +o +o +o +o +a +a +"} +(3,1,1) = {" +o +o +o +o +o +a +z +o +a +"} +(4,1,1) = {" +a +o +a +a +Q +o +o +o +o +"} +(5,1,1) = {" +a +a +a +a +a +o +o +X +a +"} diff --git a/maps/groundbase/pois/cave7.dmm b/maps/groundbase/pois/cave7.dmm new file mode 100644 index 0000000000..f357e2df89 --- /dev/null +++ b/maps/groundbase/pois/cave7.dmm @@ -0,0 +1,76 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +K +a +a +"} +(2,1,1) = {" +K +x +x +x +K +"} +(3,1,1) = {" +x +x +K +x +x +"} +(4,1,1) = {" +x +K +K +K +x +"} +(5,1,1) = {" +K +K +K +K +K +"} +(6,1,1) = {" +x +K +K +K +x +"} +(7,1,1) = {" +x +x +K +x +x +"} +(8,1,1) = {" +K +x +x +x +K +"} +(9,1,1) = {" +a +a +K +a +a +"} diff --git a/maps/groundbase/pois/cave7b.dmm b/maps/groundbase/pois/cave7b.dmm new file mode 100644 index 0000000000..c9557b6337 --- /dev/null +++ b/maps/groundbase/pois/cave7b.dmm @@ -0,0 +1,84 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/random/trash_pile, +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/obj/random/maintenance/misc, +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +R +a +a +"} +(2,1,1) = {" +R +x +x +x +R +"} +(3,1,1) = {" +x +x +K +x +x +"} +(4,1,1) = {" +x +K +K +K +x +"} +(5,1,1) = {" +K +K +s +K +K +"} +(6,1,1) = {" +x +K +K +K +x +"} +(7,1,1) = {" +x +x +K +x +x +"} +(8,1,1) = {" +R +x +x +x +R +"} +(9,1,1) = {" +a +a +R +a +a +"} diff --git a/maps/groundbase/pois/cave7c.dmm b/maps/groundbase/pois/cave7c.dmm new file mode 100644 index 0000000000..8b493fd685 --- /dev/null +++ b/maps/groundbase/pois/cave7c.dmm @@ -0,0 +1,94 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"l" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"G" = ( +/obj/random/maintenance/misc, +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +G +a +a +"} +(2,1,1) = {" +G +x +x +x +G +"} +(3,1,1) = {" +x +x +K +x +x +"} +(4,1,1) = {" +x +K +K +K +x +"} +(5,1,1) = {" +K +K +l +K +K +"} +(6,1,1) = {" +x +K +K +K +x +"} +(7,1,1) = {" +x +x +K +x +x +"} +(8,1,1) = {" +G +x +x +x +G +"} +(9,1,1) = {" +a +a +G +a +a +"} diff --git a/maps/groundbase/pois/cave8.dmm b/maps/groundbase/pois/cave8.dmm new file mode 100644 index 0000000000..d0feb9936b --- /dev/null +++ b/maps/groundbase/pois/cave8.dmm @@ -0,0 +1,90 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +K +K +a +K +K +K +a +a +"} +(2,1,1) = {" +K +a +a +a +K +K +K +a +"} +(3,1,1) = {" +a +a +K +a +a +a +K +a +"} +(4,1,1) = {" +a +K +K +a +a +a +K +a +"} +(5,1,1) = {" +a +K +K +a +a +K +K +a +"} +(6,1,1) = {" +a +a +K +K +K +K +a +a +"} +(7,1,1) = {" +a +a +a +K +K +a +a +a +"} +(8,1,1) = {" +K +a +a +a +a +a +a +K +"} diff --git a/maps/groundbase/pois/cave8b.dmm b/maps/groundbase/pois/cave8b.dmm new file mode 100644 index 0000000000..c301165463 --- /dev/null +++ b/maps/groundbase/pois/cave8b.dmm @@ -0,0 +1,109 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"f" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"k" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"n" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +K +K +a +K +K +K +a +a +"} +(2,1,1) = {" +K +f +a +a +K +K +K +a +"} +(3,1,1) = {" +a +a +K +a +a +k +K +a +"} +(4,1,1) = {" +a +K +K +a +n +a +K +a +"} +(5,1,1) = {" +a +K +K +f +a +K +K +a +"} +(6,1,1) = {" +a +a +K +K +K +K +a +a +"} +(7,1,1) = {" +a +a +a +K +K +a +a +k +"} +(8,1,1) = {" +K +a +a +a +a +a +a +K +"} diff --git a/maps/groundbase/pois/cave8c.dmm b/maps/groundbase/pois/cave8c.dmm new file mode 100644 index 0000000000..c944899e0e --- /dev/null +++ b/maps/groundbase/pois/cave8c.dmm @@ -0,0 +1,113 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"u" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/turf/template_noop, +/area/template_noop) +"Q" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +K +K +a +K +K +K +a +u +"} +(2,1,1) = {" +K +a +a +a +K +K +K +a +"} +(3,1,1) = {" +a +a +K +a +a +X +K +a +"} +(4,1,1) = {" +a +K +K +a +Q +a +K +a +"} +(5,1,1) = {" +a +K +K +u +a +K +K +a +"} +(6,1,1) = {" +a +a +K +K +K +K +a +a +"} +(7,1,1) = {" +a +a +a +K +K +a +a +a +"} +(8,1,1) = {" +K +X +a +a +a +a +a +K +"} diff --git a/maps/groundbase/pois/cave9.dmm b/maps/groundbase/pois/cave9.dmm new file mode 100644 index 0000000000..dc8ae58252 --- /dev/null +++ b/maps/groundbase/pois/cave9.dmm @@ -0,0 +1,82 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"i" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +i +i +a +a +a +"} +(2,1,1) = {" +a +i +i +i +i +a +"} +(3,1,1) = {" +a +a +a +i +i +a +"} +(4,1,1) = {" +a +a +a +i +i +a +"} +(5,1,1) = {" +a +i +i +i +i +i +"} +(6,1,1) = {" +i +i +i +i +i +a +"} +(7,1,1) = {" +i +i +a +a +a +a +"} +(8,1,1) = {" +i +i +i +i +i +a +"} +(9,1,1) = {" +a +a +a +i +i +a +"} diff --git a/maps/groundbase/pois/cave9b.dmm b/maps/groundbase/pois/cave9b.dmm new file mode 100644 index 0000000000..d41532f1c4 --- /dev/null +++ b/maps/groundbase/pois/cave9b.dmm @@ -0,0 +1,101 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"i" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"m" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"V" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +i +i +a +a +a +"} +(2,1,1) = {" +a +i +i +i +m +a +"} +(3,1,1) = {" +a +a +a +i +i +a +"} +(4,1,1) = {" +a +a +a +i +i +a +"} +(5,1,1) = {" +a +V +i +i +i +w +"} +(6,1,1) = {" +i +i +i +i +i +a +"} +(7,1,1) = {" +i +i +a +a +a +a +"} +(8,1,1) = {" +m +i +i +i +V +a +"} +(9,1,1) = {" +a +a +a +i +i +a +"} diff --git a/maps/groundbase/pois/cave9c.dmm b/maps/groundbase/pois/cave9c.dmm new file mode 100644 index 0000000000..8616332929 --- /dev/null +++ b/maps/groundbase/pois/cave9c.dmm @@ -0,0 +1,98 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"i" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"r" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/crate, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"U" = ( +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +i +i +a +a +a +"} +(2,1,1) = {" +a +U +i +i +r +a +"} +(3,1,1) = {" +a +a +a +i +i +a +"} +(4,1,1) = {" +a +a +a +i +i +a +"} +(5,1,1) = {" +a +U +i +i +i +U +"} +(6,1,1) = {" +i +i +i +i +i +a +"} +(7,1,1) = {" +i +i +a +a +a +a +"} +(8,1,1) = {" +i +i +i +i +U +a +"} +(9,1,1) = {" +a +a +a +i +i +a +"} diff --git a/maps/groundbase/pois/cavething1.dmm b/maps/groundbase/pois/cavething1.dmm new file mode 100644 index 0000000000..a3bbe3747b --- /dev/null +++ b/maps/groundbase/pois/cavething1.dmm @@ -0,0 +1,78 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"m" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"r" = ( +/obj/random/trash_pile, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +"} +(2,1,1) = {" +a +m +m +m +a +"} +(3,1,1) = {" +R +R +R +R +R +"} +(4,1,1) = {" +R +m +r +m +R +"} +(5,1,1) = {" +R +R +R +R +R +"} +(6,1,1) = {" +a +m +m +m +a +"} +(7,1,1) = {" +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cavething10.dmm b/maps/groundbase/pois/cavething10.dmm new file mode 100644 index 0000000000..62089a2a6d --- /dev/null +++ b/maps/groundbase/pois/cavething10.dmm @@ -0,0 +1,60 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"v" = ( +/obj/structure/table/rack, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +K +K +K +a +"} +(2,1,1) = {" +K +K +X +K +K +"} +(3,1,1) = {" +K +X +v +X +K +"} +(4,1,1) = {" +K +K +X +K +K +"} +(5,1,1) = {" +a +K +K +K +a +"} diff --git a/maps/groundbase/pois/cavething11.dmm b/maps/groundbase/pois/cavething11.dmm new file mode 100644 index 0000000000..31f43b6173 --- /dev/null +++ b/maps/groundbase/pois/cavething11.dmm @@ -0,0 +1,100 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"b" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"l" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"q" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"F" = ( +/turf/template_noop, +/area/template_noop) +"P" = ( +/obj/random/trash_pile, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +F +F +q +q +a +a +a +"} +(2,1,1) = {" +F +q +q +b +l +l +a +"} +(3,1,1) = {" +q +q +b +b +b +l +a +"} +(4,1,1) = {" +q +b +b +P +b +b +q +"} +(5,1,1) = {" +a +l +b +b +b +q +q +"} +(6,1,1) = {" +a +l +l +b +q +q +F +"} +(7,1,1) = {" +a +a +a +q +q +F +F +"} diff --git a/maps/groundbase/pois/cavething12.dmm b/maps/groundbase/pois/cavething12.dmm new file mode 100644 index 0000000000..5e877c8edb --- /dev/null +++ b/maps/groundbase/pois/cavething12.dmm @@ -0,0 +1,100 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"k" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"n" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"A" = ( +/obj/random/trash_pile, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"M" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +x +x +x +n +n +a +a +"} +(2,1,1) = {" +x +k +k +M +n +n +a +"} +(3,1,1) = {" +x +k +M +M +M +n +n +"} +(4,1,1) = {" +n +M +M +A +M +M +n +"} +(5,1,1) = {" +n +n +M +M +M +k +x +"} +(6,1,1) = {" +a +n +n +M +k +k +x +"} +(7,1,1) = {" +a +a +n +n +x +x +x +"} diff --git a/maps/groundbase/pois/cavething13.dmm b/maps/groundbase/pois/cavething13.dmm new file mode 100644 index 0000000000..023ca7c74d --- /dev/null +++ b/maps/groundbase/pois/cavething13.dmm @@ -0,0 +1,80 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"t" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"v" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"x" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"G" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +x +G +G +G +a +"} +(2,1,1) = {" +a +t +x +G +G +G +G +"} +(3,1,1) = {" +a +G +G +G +G +t +a +"} +(4,1,1) = {" +G +v +G +G +x +a +a +"} +(5,1,1) = {" +G +G +a +x +a +a +a +"} diff --git a/maps/groundbase/pois/cavething14.dmm b/maps/groundbase/pois/cavething14.dmm new file mode 100644 index 0000000000..14e03f27ae --- /dev/null +++ b/maps/groundbase/pois/cavething14.dmm @@ -0,0 +1,83 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"C" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +z +z +C +a +a +a +"} +(2,1,1) = {" +y +z +C +a +a +a +"} +(3,1,1) = {" +a +C +C +C +C +a +"} +(4,1,1) = {" +a +C +s +C +C +a +"} +(5,1,1) = {" +a +C +C +C +y +a +"} +(6,1,1) = {" +a +C +a +C +z +z +"} diff --git a/maps/groundbase/pois/cavething2.dmm b/maps/groundbase/pois/cavething2.dmm new file mode 100644 index 0000000000..b52454495e --- /dev/null +++ b/maps/groundbase/pois/cavething2.dmm @@ -0,0 +1,74 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"A" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"E" = ( +/obj/random/trash_pile, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"O" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +A +A +A +a +a +"} +(2,1,1) = {" +a +O +A +O +A +O +a +"} +(3,1,1) = {" +a +O +A +E +A +O +a +"} +(4,1,1) = {" +a +O +A +O +A +O +a +"} +(5,1,1) = {" +a +a +A +A +A +a +a +"} diff --git a/maps/groundbase/pois/cavething3.dmm b/maps/groundbase/pois/cavething3.dmm new file mode 100644 index 0000000000..18d6d1c6fc --- /dev/null +++ b/maps/groundbase/pois/cavething3.dmm @@ -0,0 +1,74 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"m" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"C" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Z" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +m +m +m +a +"} +(2,1,1) = {" +m +m +C +m +m +"} +(3,1,1) = {" +m +C +Z +C +m +"} +(4,1,1) = {" +Z +Z +Z +Z +Z +"} +(5,1,1) = {" +m +C +Z +C +m +"} +(6,1,1) = {" +m +m +C +m +m +"} +(7,1,1) = {" +a +m +m +m +a +"} diff --git a/maps/groundbase/pois/cavething4.dmm b/maps/groundbase/pois/cavething4.dmm new file mode 100644 index 0000000000..1c4e0c0969 --- /dev/null +++ b/maps/groundbase/pois/cavething4.dmm @@ -0,0 +1,70 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"n" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"H" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Z" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +n +n +H +n +n +a +"} +(2,1,1) = {" +n +n +Z +H +Z +n +n +"} +(3,1,1) = {" +n +Z +H +H +H +Z +n +"} +(4,1,1) = {" +n +n +Z +H +Z +n +n +"} +(5,1,1) = {" +a +n +n +H +n +n +a +"} diff --git a/maps/groundbase/pois/cavething5.dmm b/maps/groundbase/pois/cavething5.dmm new file mode 100644 index 0000000000..0edf1e79b9 --- /dev/null +++ b/maps/groundbase/pois/cavething5.dmm @@ -0,0 +1,57 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"w" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"T" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +w +T +w +a +"} +(2,1,1) = {" +w +w +T +w +w +"} +(3,1,1) = {" +T +T +T +T +T +"} +(4,1,1) = {" +w +w +T +w +w +"} +(5,1,1) = {" +a +w +T +w +a +"} diff --git a/maps/groundbase/pois/cavething6.dmm b/maps/groundbase/pois/cavething6.dmm new file mode 100644 index 0000000000..d8d4185f40 --- /dev/null +++ b/maps/groundbase/pois/cavething6.dmm @@ -0,0 +1,114 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"l" = ( +/obj/structure/table/rack/shelf/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"y" = ( +/obj/structure/table/steel_reinforced, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"z" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Q" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +Q +a +a +a +"} +(2,1,1) = {" +a +B +B +Q +y +y +a +"} +(3,1,1) = {" +a +B +Q +Q +z +y +a +"} +(4,1,1) = {" +Q +Q +Q +Q +Q +Q +Q +"} +(5,1,1) = {" +a +B +Q +Q +Q +B +a +"} +(6,1,1) = {" +a +B +B +Q +l +l +a +"} +(7,1,1) = {" +a +a +a +Q +a +a +a +"} diff --git a/maps/groundbase/pois/cavething7.dmm b/maps/groundbase/pois/cavething7.dmm new file mode 100644 index 0000000000..56f319a4ff --- /dev/null +++ b/maps/groundbase/pois/cavething7.dmm @@ -0,0 +1,104 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"o" = ( +/obj/structure/table/rack/steel, +/obj/random/tool, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"p" = ( +/obj/structure/table/steel_reinforced, +/obj/random/tool, +/obj/random/tool, +/obj/random/tool, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"B" = ( +/obj/machinery/optable, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"C" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"K" = ( +/obj/structure/table/steel_reinforced, +/obj/random/tool, +/obj/random/tool, +/obj/random/tool, +/obj/item/weapon/storage/firstaid/surgery, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Y" = ( +/obj/structure/table/steel_reinforced, +/obj/item/device/healthanalyzer, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +Y +p +C +C +o +a +"} +(3,1,1) = {" +a +B +C +C +C +o +a +"} +(4,1,1) = {" +a +K +p +C +C +o +a +"} +(5,1,1) = {" +a +a +a +a +a +a +a +"} diff --git a/maps/groundbase/pois/cavething8.dmm b/maps/groundbase/pois/cavething8.dmm new file mode 100644 index 0000000000..c8136e0e4c --- /dev/null +++ b/maps/groundbase/pois/cavething8.dmm @@ -0,0 +1,43 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"h" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"S" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +h +S +h +a +"} +(2,1,1) = {" +h +S +S +S +h +"} +(3,1,1) = {" +a +h +S +h +a +"} diff --git a/maps/groundbase/pois/cavething9.dmm b/maps/groundbase/pois/cavething9.dmm new file mode 100644 index 0000000000..48308980bb --- /dev/null +++ b/maps/groundbase/pois/cavething9.dmm @@ -0,0 +1,95 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/structure/bed/double, +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"o" = ( +/obj/structure/table/rack, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"R" = ( +/turf/simulated/floor/reinforced/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"X" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) + +(1,1,1) = {" +a +a +X +X +X +a +a +"} +(2,1,1) = {" +a +X +X +R +X +X +a +"} +(3,1,1) = {" +X +X +o +R +o +X +X +"} +(4,1,1) = {" +X +f +R +R +R +R +X +"} +(5,1,1) = {" +X +X +o +R +o +X +X +"} +(6,1,1) = {" +a +X +X +R +X +X +a +"} +(7,1,1) = {" +a +a +X +X +X +a +a +"} diff --git a/maps/groundbase/pois/outdoors1.dmm b/maps/groundbase/pois/outdoors1.dmm new file mode 100644 index 0000000000..fa0fc78a9f --- /dev/null +++ b/maps/groundbase/pois/outdoors1.dmm @@ -0,0 +1,52 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/structure/prop/rock/flat{ + density = 0 + }, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"r" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"U" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) + +(1,1,1) = {" +a +U +r +U +a +"} +(2,1,1) = {" +U +r +r +r +U +"} +(3,1,1) = {" +r +r +b +r +r +"} +(4,1,1) = {" +U +r +r +r +U +"} +(5,1,1) = {" +a +U +r +U +a +"} diff --git a/maps/groundbase/pois/outdoors10.dmm b/maps/groundbase/pois/outdoors10.dmm new file mode 100644 index 0000000000..82380dc5b9 --- /dev/null +++ b/maps/groundbase/pois/outdoors10.dmm @@ -0,0 +1,203 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin5) +"c" = ( +/obj/structure/bed/chair/sofa/brown, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"e" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin5) +"g" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"h" = ( +/obj/structure/bed/double/padded, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"m" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"q" = ( +/obj/structure/bed/chair/sofa/corner/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"w" = ( +/obj/structure/bed/chair/sofa/right/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"B" = ( +/obj/structure/table/glass, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"G" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin5) +"I" = ( +/obj/structure/bed/chair/sofa/left/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"J" = ( +/obj/structure/table/glass, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"K" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"N" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"Q" = ( +/obj/structure/bed/chair/sofa/brown{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"R" = ( +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"W" = ( +/obj/structure/bed/chair/sofa/right/brown, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"X" = ( +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"Y" = ( +/obj/structure/bed/chair/sofa/corner/brown{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) +"Z" = ( +/obj/structure/bed/chair/sofa/left/brown, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin5) + +(1,1,1) = {" +a +a +a +a +m +a +a +a +a +"} +(2,1,1) = {" +a +h +X +a +m +a +X +N +a +"} +(3,1,1) = {" +e +g +X +a +G +a +X +K +e +"} +(4,1,1) = {" +a +N +X +G +X +G +X +K +a +"} +(5,1,1) = {" +a +a +a +a +X +a +a +a +a +"} +(6,1,1) = {" +a +W +X +X +X +X +I +q +a +"} +(7,1,1) = {" +e +c +X +X +X +X +B +Q +e +"} +(8,1,1) = {" +a +Z +X +R +J +X +w +Y +a +"} +(9,1,1) = {" +a +a +e +e +a +e +e +a +a +"} diff --git a/maps/groundbase/pois/outdoors11.dmm b/maps/groundbase/pois/outdoors11.dmm new file mode 100644 index 0000000000..d07694e63b --- /dev/null +++ b/maps/groundbase/pois/outdoors11.dmm @@ -0,0 +1,68 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"h" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"i" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/roofed) +"z" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/roofed) +"C" = ( +/turf/simulated/wall, +/area/groundbase/poi/outdoor/roofed) +"G" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"T" = ( +/turf/simulated/floor, +/area/groundbase/poi/outdoor/roofed) + +(1,1,1) = {" +C +C +C +G +a +"} +(2,1,1) = {" +C +z +T +h +G +"} +(3,1,1) = {" +C +i +T +h +G +"} +(4,1,1) = {" +C +z +T +h +G +"} +(5,1,1) = {" +C +C +C +G +a +"} diff --git a/maps/groundbase/pois/outdoors12.dmm b/maps/groundbase/pois/outdoors12.dmm new file mode 100644 index 0000000000..9b43c52f8a --- /dev/null +++ b/maps/groundbase/pois/outdoors12.dmm @@ -0,0 +1,68 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/groundbase/poi/outdoor/roofed) +"g" = ( +/turf/simulated/floor, +/area/groundbase/poi/outdoor/roofed) +"F" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/roofed) +"N" = ( +/turf/template_noop, +/area/template_noop) +"S" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"U" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"Y" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/roofed) + +(1,1,1) = {" +N +U +a +a +a +"} +(2,1,1) = {" +U +S +g +F +a +"} +(3,1,1) = {" +U +S +g +Y +a +"} +(4,1,1) = {" +U +S +g +F +a +"} +(5,1,1) = {" +N +U +a +a +a +"} diff --git a/maps/groundbase/pois/outdoors13.dmm b/maps/groundbase/pois/outdoors13.dmm new file mode 100644 index 0000000000..1db5c91f83 --- /dev/null +++ b/maps/groundbase/pois/outdoors13.dmm @@ -0,0 +1,61 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall, +/area/groundbase/poi/outdoor/roofed) +"t" = ( +/turf/simulated/floor/outdoors/grass/virgo3c{ + outdoors = 0 + }, +/area/groundbase/poi/outdoor/roofed) +"C" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/roofed) +"Z" = ( +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/roofed) + +(1,1,1) = {" +a +t +t +t +t +a +"} +(2,1,1) = {" +t +Z +Z +Z +C +t +"} +(3,1,1) = {" +t +Z +Z +Z +Z +t +"} +(4,1,1) = {" +t +Z +Z +Z +Z +t +"} +(5,1,1) = {" +a +t +t +t +t +a +"} diff --git a/maps/groundbase/pois/outdoors14.dmm b/maps/groundbase/pois/outdoors14.dmm new file mode 100644 index 0000000000..7b3a2c047c --- /dev/null +++ b/maps/groundbase/pois/outdoors14.dmm @@ -0,0 +1,108 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"c" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"v" = ( +/obj/random/mob/semirandom_mob_spawner/animal, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"L" = ( +/obj/structure/fence/corner, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"N" = ( +/obj/structure/fence, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"P" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"Q" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"U" = ( +/obj/structure/fence/door, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"W" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) + +(1,1,1) = {" +P +N +N +N +N +N +a +"} +(2,1,1) = {" +c +W +W +v +W +W +c +"} +(3,1,1) = {" +c +W +W +W +W +W +c +"} +(4,1,1) = {" +c +v +W +W +W +v +U +"} +(5,1,1) = {" +c +W +W +W +W +W +c +"} +(6,1,1) = {" +c +W +W +v +W +W +c +"} +(7,1,1) = {" +Q +N +N +N +N +N +L +"} diff --git a/maps/groundbase/pois/outdoors15.dmm b/maps/groundbase/pois/outdoors15.dmm new file mode 100644 index 0000000000..3da788bbe3 --- /dev/null +++ b/maps/groundbase/pois/outdoors15.dmm @@ -0,0 +1,122 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"n" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"q" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"u" = ( +/obj/structure/fence/corner, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"D" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"F" = ( +/obj/structure/fence/door, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"K" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"L" = ( +/obj/structure/fence, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"O" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) + +(1,1,1) = {" +D +L +L +L +L +L +L +L +a +"} +(2,1,1) = {" +n +q +q +q +O +q +q +q +n +"} +(3,1,1) = {" +n +O +O +O +O +O +O +O +F +"} +(4,1,1) = {" +n +q +q +q +O +q +q +q +n +"} +(5,1,1) = {" +n +O +O +O +O +O +O +O +F +"} +(6,1,1) = {" +n +q +q +q +O +q +q +q +n +"} +(7,1,1) = {" +K +L +L +L +L +L +L +L +u +"} diff --git a/maps/groundbase/pois/outdoors2.dmm b/maps/groundbase/pois/outdoors2.dmm new file mode 100644 index 0000000000..25967f4acb --- /dev/null +++ b/maps/groundbase/pois/outdoors2.dmm @@ -0,0 +1,92 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"w" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"Q" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) + +(1,1,1) = {" +a +a +a +w +a +a +a +"} +(2,1,1) = {" +a +w +Q +Q +Q +w +a +"} +(3,1,1) = {" +a +Q +Q +w +Q +Q +a +"} +(4,1,1) = {" +Q +Q +w +w +w +Q +Q +"} +(5,1,1) = {" +w +w +w +w +w +w +w +"} +(6,1,1) = {" +Q +Q +w +w +w +Q +Q +"} +(7,1,1) = {" +a +Q +Q +w +Q +Q +a +"} +(8,1,1) = {" +a +w +Q +Q +Q +w +a +"} +(9,1,1) = {" +a +a +a +w +a +a +a +"} diff --git a/maps/groundbase/pois/outdoors3.dmm b/maps/groundbase/pois/outdoors3.dmm new file mode 100644 index 0000000000..bb9acebd08 --- /dev/null +++ b/maps/groundbase/pois/outdoors3.dmm @@ -0,0 +1,112 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"b" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"c" = ( +/mob/living/simple_mob/vore/alienanimals/teppi, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"e" = ( +/obj/structure/fence, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"f" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"q" = ( +/obj/structure/fence/door, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"F" = ( +/obj/structure/fence/corner, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"H" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"W" = ( +/mob/living/simple_mob/vore/alienanimals/teppi/mutant, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"Y" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) + +(1,1,1) = {" +H +e +e +e +e +e +a +"} +(2,1,1) = {" +b +f +f +c +f +f +b +"} +(3,1,1) = {" +b +f +f +f +f +f +b +"} +(4,1,1) = {" +b +c +f +f +f +W +q +"} +(5,1,1) = {" +b +f +f +f +f +f +b +"} +(6,1,1) = {" +b +f +f +c +f +f +b +"} +(7,1,1) = {" +Y +e +e +e +e +e +F +"} diff --git a/maps/groundbase/pois/outdoors4.dmm b/maps/groundbase/pois/outdoors4.dmm new file mode 100644 index 0000000000..f55b86c27a --- /dev/null +++ b/maps/groundbase/pois/outdoors4.dmm @@ -0,0 +1,153 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"h" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"i" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"k" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"l" = ( +/obj/structure/bed/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"n" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin1) +"u" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"B" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"G" = ( +/obj/structure/bed/chair/sofa/black, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"K" = ( +/obj/structure/bed/chair/sofa/left, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"O" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) +"U" = ( +/obj/structure/flora/tree/bigtree, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"V" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin1) +"X" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin1) +"Z" = ( +/obj/structure/bed/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin1) + +(1,1,1) = {" +X +X +V +V +V +X +X +a +"} +(2,1,1) = {" +X +Z +l +d +d +i +V +a +"} +(3,1,1) = {" +V +G +h +d +d +O +V +a +"} +(4,1,1) = {" +V +K +d +d +X +X +X +u +"} +(5,1,1) = {" +X +B +d +k +X +u +u +u +"} +(6,1,1) = {" +X +X +n +X +X +u +u +u +"} +(7,1,1) = {" +a +u +u +u +u +u +U +u +"} diff --git a/maps/groundbase/pois/outdoors5.dmm b/maps/groundbase/pois/outdoors5.dmm new file mode 100644 index 0000000000..fba10bd781 --- /dev/null +++ b/maps/groundbase/pois/outdoors5.dmm @@ -0,0 +1,144 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin2) +"c" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"g" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"l" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"q" = ( +/obj/structure/table/standard, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"u" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"z" = ( +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"B" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin2) +"G" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"L" = ( +/obj/structure/bed/chair/sofa/right, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"O" = ( +/obj/structure/bed/chair/sofa/left, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"T" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin2) +"V" = ( +/obj/structure/bed/chair/sofa/black, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) +"Y" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin2) + +(1,1,1) = {" +a +T +T +T +a +a +"} +(2,1,1) = {" +T +T +G +T +T +a +"} +(3,1,1) = {" +T +u +z +Y +T +c +"} +(4,1,1) = {" +B +L +z +z +T +c +"} +(5,1,1) = {" +B +V +z +z +b +c +"} +(6,1,1) = {" +B +O +z +z +T +c +"} +(7,1,1) = {" +T +q +z +l +T +c +"} +(8,1,1) = {" +T +T +g +T +T +a +"} +(9,1,1) = {" +a +T +T +T +a +a +"} diff --git a/maps/groundbase/pois/outdoors6.dmm b/maps/groundbase/pois/outdoors6.dmm new file mode 100644 index 0000000000..54e9efc069 --- /dev/null +++ b/maps/groundbase/pois/outdoors6.dmm @@ -0,0 +1,115 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin3) +"e" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"j" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin3) +"n" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin3) +"o" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin3) +"q" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin3) +"r" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin3) +"A" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin3) +"H" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin3) +"N" = ( +/obj/structure/bed/double/padded, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin3) +"O" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin3) +"S" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin3) + +(1,1,1) = {" +S +S +o +S +o +S +S +a +"} +(2,1,1) = {" +S +N +b +b +b +O +S +e +"} +(3,1,1) = {" +S +r +b +b +A +b +q +e +"} +(4,1,1) = {" +S +j +b +n +H +r +S +e +"} +(5,1,1) = {" +S +S +o +S +o +S +S +a +"} diff --git a/maps/groundbase/pois/outdoors7.dmm b/maps/groundbase/pois/outdoors7.dmm new file mode 100644 index 0000000000..72d01afcdc --- /dev/null +++ b/maps/groundbase/pois/outdoors7.dmm @@ -0,0 +1,68 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"c" = ( +/obj/structure/table/bench/sifwooden, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"j" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"l" = ( +/obj/structure/flora/tree/bigtree, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"Q" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) + +(1,1,1) = {" +a +a +Q +a +a +"} +(2,1,1) = {" +a +Q +j +Q +a +"} +(3,1,1) = {" +Q +c +c +c +Q +"} +(4,1,1) = {" +Q +c +l +c +Q +"} +(5,1,1) = {" +Q +c +c +c +Q +"} +(6,1,1) = {" +a +Q +j +Q +a +"} +(7,1,1) = {" +a +a +Q +a +a +"} diff --git a/maps/groundbase/pois/outdoors8.dmm b/maps/groundbase/pois/outdoors8.dmm new file mode 100644 index 0000000000..24cd01d058 --- /dev/null +++ b/maps/groundbase/pois/outdoors8.dmm @@ -0,0 +1,54 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"A" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/poi/outdoor) +"P" = ( +/obj/structure/prop/rock/crystal, +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/groundbase/poi/outdoor) +"R" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) +"S" = ( +/obj/structure/table/bench/sifwooden, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/groundbase/poi/outdoor) + +(1,1,1) = {" +a +S +S +S +a +"} +(2,1,1) = {" +R +R +A +R +R +"} +(3,1,1) = {" +R +A +P +A +R +"} +(4,1,1) = {" +R +R +A +R +R +"} +(5,1,1) = {" +a +S +S +S +a +"} diff --git a/maps/groundbase/pois/outdoors9.dmm b/maps/groundbase/pois/outdoors9.dmm new file mode 100644 index 0000000000..d0786ef1cc --- /dev/null +++ b/maps/groundbase/pois/outdoors9.dmm @@ -0,0 +1,136 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin4) +"d" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/groundbase/poi/outdoor) +"l" = ( +/obj/structure/bed/chair/sofa/left/brown, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"q" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin4) +"s" = ( +/obj/structure/bed/chair/sofa/right/brown, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"u" = ( +/obj/structure/bed/chair/sofa/right/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"x" = ( +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"D" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/structure/table/rack/steel, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"F" = ( +/obj/structure/bed/chair/sofa/left/brown{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"Q" = ( +/obj/structure/table/glass, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"V" = ( +/obj/structure/table/glass, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"W" = ( +/turf/simulated/floor/wood, +/area/groundbase/poi/outdoor/cabin4) +"X" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin4) + +(1,1,1) = {" +a +b +q +q +q +b +a +a +"} +(2,1,1) = {" +b +b +F +u +W +b +b +a +"} +(3,1,1) = {" +q +s +V +x +W +D +b +d +"} +(4,1,1) = {" +q +l +Q +V +W +W +X +d +"} +(5,1,1) = {" +q +W +W +W +W +D +b +d +"} +(6,1,1) = {" +b +b +V +V +V +b +b +a +"} +(7,1,1) = {" +a +b +q +q +q +b +a +a +"} diff --git a/maps/groundbase/pois/template.dmm b/maps/groundbase/pois/template.dmm index bc71b61f73..c431cb19b7 100644 --- a/maps/groundbase/pois/template.dmm +++ b/maps/groundbase/pois/template.dmm @@ -1,19888 +1,20918 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( +"ae" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin1) +"al" = ( +/obj/random/maintenance/clean, /turf/template_noop, /area/template_noop) -"U" = ( +"am" = ( +/obj/structure/table/steel_reinforced, +/obj/item/device/healthanalyzer, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"ar" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/roofed) +"aQ" = ( +/obj/structure/flora/tree/bigtree, +/turf/template_noop, +/area/template_noop) +"bk" = ( +/obj/random/medical, +/turf/template_noop, +/area/template_noop) +"bB" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"bP" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"ch" = ( +/obj/structure/bed/chair/sofa/left/brown, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"cm" = ( +/obj/random/miniature, +/turf/template_noop, +/area/template_noop) +"cs" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"cu" = ( +/obj/random/trash_pile, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"cG" = ( +/mob/living/simple_mob/vore/alienanimals/teppi/mutant, /turf/simulated/floor/outdoors/grass/virgo3c, /area/template_noop) +"cS" = ( +/obj/random/soap, +/turf/template_noop, +/area/template_noop) +"dp" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"dQ" = ( +/obj/random/maintenance/medical, +/turf/template_noop, +/area/template_noop) +"ec" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin5) +"eq" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"ey" = ( +/turf/simulated/wall, +/area/maintenance/groundbase/poi/caves) +"eA" = ( +/obj/structure/table/rack/steel, +/turf/template_noop, +/area/template_noop) +"fh" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/template_noop) +"fj" = ( +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"fp" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"fq" = ( +/turf/simulated/floor/reinforced/virgo3c, +/area/maintenance/groundbase/poi/caves) +"fu" = ( +/obj/random/cargopod, +/turf/template_noop, +/area/template_noop) +"fY" = ( +/obj/structure/fence/door, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"gq" = ( +/obj/structure/bed/chair/sofa/left/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"he" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"hk" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"hm" = ( +/obj/random/maintenance/cargo, +/turf/template_noop, +/area/template_noop) +"hs" = ( +/obj/random/powercell, +/turf/template_noop, +/area/template_noop) +"hI" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"hY" = ( +/obj/structure/fence, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"in" = ( +/obj/random/maintenance/engineering, +/turf/template_noop, +/area/template_noop) +"io" = ( +/obj/random/maintenance/misc, +/turf/template_noop, +/area/template_noop) +"it" = ( +/obj/structure/bed/chair/sofa/left/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"iY" = ( +/obj/random/toolbox, +/turf/template_noop, +/area/template_noop) +"ja" = ( +/obj/random/flashlight, +/turf/template_noop, +/area/template_noop) +"jJ" = ( +/obj/random/donkpocketbox, +/turf/template_noop, +/area/template_noop) +"kg" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin5) +"kh" = ( +/obj/structure/fence/corner{ + dir = 8 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"kP" = ( +/mob/living/simple_mob/vore/alienanimals/teppi, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"lk" = ( +/obj/random/pottedplant, +/turf/template_noop, +/area/template_noop) +"lI" = ( +/obj/structure/bed/chair/sofa/left/brown, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"lK" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"lO" = ( +/obj/structure/table/rack, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/reinforced/virgo3c, +/area/maintenance/groundbase/poi/caves) +"lZ" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"md" = ( +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"me" = ( +/obj/random/mech_toy, +/turf/template_noop, +/area/template_noop) +"mk" = ( +/obj/random/maintenance, +/turf/template_noop, +/area/template_noop) +"mw" = ( +/obj/structure/bed/chair/sofa/right, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"ng" = ( +/obj/machinery/optable, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"no" = ( +/obj/structure/table/glass, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"nr" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"nJ" = ( +/obj/structure/bed/chair/sofa/left, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"oK" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"oS" = ( +/turf/simulated/wall, +/area/template_noop) +"oW" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/roofed) +"pp" = ( +/obj/random/crate, +/turf/template_noop, +/area/template_noop) +"pG" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"pM" = ( +/turf/simulated/floor/outdoors/grass/virgo3c{ + outdoors = 0 + }, +/area/groundbase/poi/outdoor/roofed) +"pQ" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"qc" = ( +/obj/structure/prop/rock/crystal, +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/template_noop) +"qh" = ( +/obj/structure/flora/tree/bigtree, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"qx" = ( +/obj/random/thermalponcho, +/turf/template_noop, +/area/template_noop) +"qX" = ( +/obj/structure/table/rack/shelf, +/turf/template_noop, +/area/template_noop) +"rf" = ( +/obj/structure/bed/chair/sofa/right/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"rJ" = ( +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/template_noop) +"sa" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin4) +"sn" = ( +/obj/random/maintenance/research, +/turf/template_noop, +/area/template_noop) +"sv" = ( +/obj/structure/table/steel_reinforced, +/obj/random/tool, +/obj/random/tool, +/obj/random/tool, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"sZ" = ( +/obj/random/firstaid, +/turf/template_noop, +/area/template_noop) +"tA" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/template_noop) +"tI" = ( +/obj/item/stack/cable_coil/random, +/turf/template_noop, +/area/template_noop) +"ug" = ( +/obj/random/coin/sometimes, +/turf/template_noop, +/area/template_noop) +"uM" = ( +/obj/structure/bed/chair/sofa/black, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"vF" = ( +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"vK" = ( +/obj/random/tool, +/turf/template_noop, +/area/template_noop) +"vQ" = ( +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/roofed) +"wa" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"wc" = ( +/obj/structure/fence/corner, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"wq" = ( +/obj/random/trash_pile, +/turf/template_noop, +/area/template_noop) +"wO" = ( +/obj/structure/bed/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"xr" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"xt" = ( +/obj/random/drinksoft, +/turf/template_noop, +/area/template_noop) +"xO" = ( +/obj/structure/bed/chair/sofa/left, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"xR" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/roofed) +"yH" = ( +/obj/structure/table/steel_reinforced, +/obj/random/tool, +/obj/random/tool, +/obj/random/tool, +/obj/item/weapon/storage/firstaid/surgery, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"zD" = ( +/obj/structure/flora/tree/bigtree, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/template_noop) +"zM" = ( +/obj/structure/table/rack, +/turf/template_noop, +/area/template_noop) +"Ar" = ( +/obj/structure/table/steel_reinforced, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"AH" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/template_noop) +"Bz" = ( +/obj/structure/table/rack/shelf/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"CL" = ( +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"CS" = ( +/turf/simulated/wall, +/area/groundbase/poi/outdoor/roofed) +"CX" = ( +/obj/structure/bed/double, +/turf/simulated/floor/reinforced/virgo3c, +/area/maintenance/groundbase/poi/caves) +"Dn" = ( +/obj/random/snack, +/turf/template_noop, +/area/template_noop) +"Du" = ( +/obj/random/cutout, +/turf/template_noop, +/area/template_noop) +"Dy" = ( +/obj/structure/prop/rock/flat{ + density = 0 + }, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/template_noop) +"DB" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"DG" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"DJ" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin1) +"DL" = ( +/obj/random/unidentified_medicine, +/turf/template_noop, +/area/template_noop) +"DP" = ( +/obj/structure/table/glass, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"DT" = ( +/obj/item/seeds/random, +/turf/template_noop, +/area/maintenance/groundbase/poi/caves) +"Ef" = ( +/obj/structure/bed/chair/sofa/right/brown, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"Et" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"EQ" = ( +/obj/random/mob/semirandom_mob_spawner/animal, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"Fb" = ( +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/structure/table/rack/steel, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"FF" = ( +/obj/structure/bed/chair/sofa/black, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"FV" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/template_noop) +"FW" = ( +/obj/random/mre, +/turf/template_noop, +/area/template_noop) +"Gb" = ( +/obj/random/toy, +/turf/template_noop, +/area/template_noop) +"Gt" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"Hh" = ( +/obj/random/contraband, +/turf/template_noop, +/area/template_noop) +"Hj" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"Hk" = ( +/obj/structure/table/standard, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"HE" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"Ij" = ( +/obj/structure/table/rack/shelf/steel, +/turf/template_noop, +/area/template_noop) +"Im" = ( +/obj/random/drinkbottle, +/turf/template_noop, +/area/template_noop) +"IL" = ( +/obj/vehicle/bike/random, +/turf/template_noop, +/area/template_noop) +"IT" = ( +/obj/item/weapon/flame/lighter/random, +/turf/template_noop, +/area/template_noop) +"JD" = ( +/obj/random/tech_supply, +/turf/template_noop, +/area/template_noop) +"Kr" = ( +/obj/structure/table/glass, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"Ku" = ( +/obj/structure/table/rack/steel, +/obj/random/tool, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"Ky" = ( +/obj/structure/bed/double/padded, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"LO" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"Mg" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"MO" = ( +/turf/template_noop, +/area/template_noop) +"Nh" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/template_noop) +"Nt" = ( +/obj/random/junk, +/turf/template_noop, +/area/template_noop) +"Nx" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin4) +"NI" = ( +/obj/structure/table/glass, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"OA" = ( +/obj/random/medical/lite, +/turf/template_noop, +/area/template_noop) +"OB" = ( +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/template_noop) +"OR" = ( +/turf/simulated/mineral/floor/ignore_mapgen/virgo3c, +/area/maintenance/groundbase/poi/caves) +"Pj" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/template_noop) +"PK" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"QT" = ( +/obj/structure/table/standard, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"Rd" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"Rw" = ( +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"Rx" = ( +/obj/random, +/turf/template_noop, +/area/template_noop) +"RF" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin2) +"RJ" = ( +/obj/structure/bed/chair/sofa/corner/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"RR" = ( +/obj/structure/bed/chair/sofa/corner/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"RS" = ( +/obj/structure/bed/chair/sofa/right/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"Sa" = ( +/obj/structure/bed/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"SA" = ( +/obj/structure/bed/chair/sofa/right/brown, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"SM" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"SV" = ( +/obj/structure/table/glass, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin4) +"TF" = ( +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin1) +"TZ" = ( +/obj/random/crate, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/roofed) +"Un" = ( +/obj/random/pouch, +/turf/template_noop, +/area/template_noop) +"UI" = ( +/obj/structure/bed/double/padded, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"VN" = ( +/obj/structure/table/glass, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"Wq" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/groundbase/poi/outdoor/cabin3) +"Wr" = ( +/obj/structure/table/bench/sifwooden, +/turf/simulated/floor/outdoors/newdirt/virgo3c, +/area/template_noop) +"WG" = ( +/obj/structure/bed/chair/sofa/brown, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"WK" = ( +/obj/random/maintenance/security, +/turf/template_noop, +/area/template_noop) +"WN" = ( +/obj/structure/bed/chair/sofa/brown{ + dir = 1 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin5) +"Ya" = ( +/obj/random/mainttoyloot, +/turf/template_noop, +/area/template_noop) +"Yk" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin2) +"Yl" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin2) +"Yp" = ( +/obj/random/meat, +/turf/template_noop, +/area/template_noop) +"Yz" = ( +/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ + outdoors = 0 + }, +/area/maintenance/groundbase/poi/caves) +"YI" = ( +/obj/item/weapon/storage/wallet/random, +/turf/template_noop, +/area/template_noop) +"YX" = ( +/obj/random/humanoidremains, +/turf/template_noop, +/area/template_noop) +"ZP" = ( +/obj/structure/table/rack/steel, +/obj/random/maintenance/misc, +/turf/simulated/floor/wood/virgo3c{ + edge_blending_priority = -1; + outdoors = 0 + }, +/area/groundbase/poi/outdoor/cabin3) +"ZR" = ( +/turf/simulated/wall/wood, +/area/groundbase/poi/outdoor/cabin3) (1,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +Yz +MO +lK +Rx +ug +fu +Hh +jJ +Im +qX +zM +fh "} (2,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +kh +hY +hY +hY +hY +hY +hY +hY +Pj +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +ey +ey +ey +ey +ey +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +sZ +ja +YX +Nt +MO +xt +Ij +eA +AH "} (3,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +hk +Nh +Nh +Nh +lK +Nh +Nh +Nh +hk +lK +MO +MO +MO +lK +OB +lK +MO +MO +MO +lK +MO +MO +ey +bP +bP +bP +ey +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +FW +Un +hs +MO +mk +Dn +MO +MO +oS "} (4,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +hk +lK +lK +lK +lK +lK +lK +lK +fY +lK +MO +MO +lK +OB +OB +OB +lK +MO +MO +lK +MO +MO +CL +CL +CL +CL +CL +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +MO +MO +MO +MO +MO +lK +JD +qx +vK +iY +al +MO +MO +MO +rJ "} (5,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +hk +Nh +Nh +Nh +lK +Nh +Nh +Nh +hk +lK +MO +MO +OB +OB +Dy +OB +OB +MO +MO +lK +MO +MO +CL +bP +cu +bP +CL +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +MO +lK +cS +IT +tI +YI +hm +MO +MO +MO +tA "} (6,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +hk +lK +lK +lK +lK +lK +lK +lK +fY +lK +MO +MO +lK +OB +OB +OB +lK +MO +MO +lK +MO +MO +CL +CL +CL +CL +CL +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +Yz +MO +lK +IL +MO +MO +MO +in +MO +MO +MO +lK "} (7,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +hk +Nh +Nh +Nh +lK +Nh +Nh +Nh +hk +lK +MO +MO +MO +lK +OB +lK +MO +MO +MO +lK +MO +MO +ey +bP +bP +bP +ey +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +wq +MO +MO +MO +dQ +bk +OA +DL +MO "} (8,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +pQ +hY +hY +hY +hY +hY +hY +hY +wc +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +ey +ey +ey +ey +ey +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO +lK +lk +Gb +MO +MO +sn +MO +MO +Yp +MO "} (9,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +pp +Du +me +cm +WK +MO +MO +MO +DT "} (10,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (11,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +OB +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +io +Ya +MO +jJ +MO +MO +qx +zM +fh "} (12,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +OB +lK +lK +lK +OB +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +vK +ja +MO +xt +MO +MO +IT +qX +AH "} (13,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +lK +OB +lK +lK +MO +MO +lK +MO +ey +ey +CL +CL +CL +ey +ey +MO +lK +MO +MO +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +Yz +Yz +MO +MO +MO +MO +MO +MO +lK +Yz +Yz +MO +MO +MO +MO +MO +Yz +Yz +lK +iY +YI +MO +Dn +MO +MO +cm +eA +oS "} (14,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +lK +lK +OB +OB +OB +lK +lK +MO +lK +MO +ey +bP +CL +bP +CL +bP +ey +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +Yz +MO +MO +MO +MO +MO +Yz +lK +Yz +Yz +Yz +MO +MO +MO +Yz +Yz +Yz +lK +hs +Un +MO +FW +MO +MO +me +Ij +rJ "} (15,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +OB +OB +OB +OB +OB +OB +OB +MO +lK +MO +ey +bP +CL +cu +CL +bP +ey +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +Yz +MO +MO +MO +MO +MO +Yz +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +lK +MO +ug +FV +MO +MO +MO +Du +MO +MO "} (16,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +lK +lK +OB +OB +OB +lK +lK +MO +lK +MO +ey +bP +CL +bP +CL +bP +ey +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +Yz +Yz +Yz +MO +MO +MO +Yz +Yz +lK +Yz +Yz +Yz +MO +MO +MO +Yz +Yz +Yz +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (17,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +lK +OB +lK +lK +MO +MO +lK +MO +ey +ey +CL +CL +CL +ey +ey +MO +lK +MO +MO +MO +MO +Yz +Yz +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +MO +Yz +Yz +Yz +lK +Yz +Yz +MO +MO +MO +MO +MO +Yz +Yz +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (18,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +OB +lK +lK +lK +OB +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (19,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +OB +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +pp +wq +MO +MO +MO +MO +MO +MO +aQ "} (20,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (21,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +Yz +Yz +MO +MO +MO +Yz +MO +MO "} (22,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +kh +hY +hY +hY +hY +hY +Pj +MO +lK +MO +MO +MO +ey +ey +ey +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +MO +MO +MO +Yz +Yz +MO +MO "} (23,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +lK +lK +kP +lK +lK +hk +MO +lK +MO +MO +ey +ey +bP +ey +ey +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +Yz +Yz +MO +MO +Yz +Yz +Yz +MO +MO "} (24,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +lK +lK +lK +lK +lK +hk +MO +lK +MO +MO +ey +bP +CL +bP +ey +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +Yz +MO +Yz +Yz +Yz +Yz +MO +MO "} (25,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +kP +lK +lK +lK +cG +fY +MO +lK +MO +MO +CL +CL +CL +CL +CL +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO "} (26,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +lK +lK +lK +lK +lK +hk +MO +lK +MO +MO +ey +bP +CL +bP +ey +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +Yz +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +Yz +MO "} (27,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +lK +lK +kP +lK +lK +hk +MO +lK +MO +MO +ey +ey +bP +ey +ey +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +Yz +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +Yz +Yz "} (28,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +pQ +hY +hY +hY +hY +hY +wc +MO +lK +MO +MO +MO +ey +ey +ey +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +Yz +Yz +MO +MO +MO +MO +MO +Yz "} (29,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +Yz +MO +MO +MO +MO +MO +MO +MO "} (30,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (31,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (32,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +DJ +DJ +ae +ae +ae +DJ +DJ +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +MO +MO +MO "} (33,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +DJ +wO +Sa +TF +TF +DG +ae +MO +lK +MO +MO +ey +ey +CL +ey +ey +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +Yz +Yz +MO +MO +Yz +Yz +Yz +Yz +lK +Yz +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +MO "} (34,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ae +FF +PK +TF +TF +eq +ae +MO +lK +MO +ey +ey +bP +CL +bP +ey +ey +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +Yz +MO +MO +MO +MO +Yz +Yz +lK +Yz +MO +Yz +Yz +Yz +Yz +Yz +MO +Yz +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO "} (35,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ae +xO +TF +TF +DJ +DJ +DJ +lK +lK +MO +ey +bP +CL +CL +CL +bP +ey +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +Yz +Yz +MO +MO +MO +MO +MO +Yz +Yz +lK +Yz +MO +Yz +Yz +MO +Yz +Yz +Yz +Yz +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO "} (36,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +DJ +LO +TF +pG +DJ +lK +lK +lK +lK +MO +ey +ey +bP +CL +bP +ey +ey +MO +lK +MO +MO +Yz +Yz +MO +Yz +Yz +MO +MO +lK +Yz +Yz +MO +MO +MO +MO +Yz +Yz +Yz +lK +Yz +Yz +Yz +MO +MO +MO +Yz +Yz +Yz +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO "} (37,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +DJ +DJ +lZ +DJ +DJ +lK +lK +lK +lK +MO +MO +ey +ey +CL +ey +ey +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +MO +Yz +Yz +MO +MO +MO +Yz +Yz +MO +lK +MO +Yz +Yz +MO +MO +MO +Yz +Yz +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO "} (38,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +lK +lK +lK +lK +qh +lK +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (39,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (40,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (41,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yl +Yl +Yl +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +lK +Yz +Yz +Yz +MO +MO +MO +Yz +Yz +Yz +lK +Yz +Yz +MO +MO +MO +MO +MO +MO +MO "} (42,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yl +Yl +Yk +Yl +Yl +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +lK +MO +Yz +Yz +Yz +MO +MO +Yz +Yz +Yz +lK +Yz +Yz +Yz +MO +MO +MO +MO +MO +Yz "} (43,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yl +Hj +fj +nr +Yl +lK +MO +lK +MO +MO +ey +bP +CL +bP +ey +MO +MO +lK +MO +MO +MO +Yz +MO +Yz +MO +MO +MO +lK +Yz +Yz +Yz +MO +MO +MO +Yz +Yz +Yz +lK +MO +Yz +Yz +Yz +MO +MO +MO +Yz +MO +lK +MO +Yz +Yz +Yz +MO +MO +MO +MO +Yz "} (44,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +RF +mw +fj +fj +Yl +lK +MO +lK +MO +MO +bP +bP +CL +bP +bP +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +MO +MO +MO +MO +Yz +Yz +Yz +lK +MO +Yz +Yz +Yz +MO +MO +MO +Yz +MO +lK +MO +MO +Yz +Yz +MO +MO +MO +MO +Yz "} (45,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +RF +uM +fj +fj +oK +lK +MO +lK +MO +MO +CL +CL +CL +CL +CL +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +MO +MO +MO +MO +MO +MO +Yz +Yz +lK +MO +Yz +Yz +Yz +MO +MO +MO +Yz +MO +lK +MO +MO +MO +Yz +MO +MO +MO +Yz +Yz "} (46,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +RF +nJ +fj +fj +Yl +lK +MO +lK +MO +MO +bP +bP +CL +bP +bP +MO +MO +lK +MO +MO +Yz +MO +MO +MO +Yz +MO +MO +lK +Yz +MO +MO +MO +MO +MO +Yz +Yz +MO +lK +MO +Yz +Yz +Yz +MO +MO +Yz +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz "} (47,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yl +Hk +fj +dp +Yl +lK +MO +lK +MO +MO +ey +bP +CL +bP +ey +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz "} (48,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yl +Yl +wa +Yl +Yl +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO "} (49,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yl +Yl +Yl +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (50,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (51,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO "} (52,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ey +ey +ey +CL +ey +ey +ey +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO "} (53,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ZR +ZR +Wq +ZR +Wq +ZR +ZR +MO +lK +MO +ey +bP +bP +CL +Ar +Ar +ey +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +Yz +Yz +MO +MO +MO +Yz +Yz +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO "} (54,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ZR +Ky +md +md +md +ZP +ZR +lK +lK +MO +ey +bP +CL +CL +SM +Ar +ey +MO +lK +MO +MO +MO +Yz +MO +Yz +Yz +MO +MO +lK +MO +Yz +MO +MO +Yz +MO +MO +Yz +MO +lK +MO +MO +Yz +Yz +MO +MO +MO +MO +Yz +lK +MO +MO +Yz +Yz +Yz +Yz +MO +MO +MO "} (55,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ZR +fp +md +md +Rd +md +HE +lK +lK +MO +CL +CL +CL +CL +CL +CL +CL +MO +lK +MO +MO +Yz +Yz +MO +Yz +Yz +MO +MO +lK +MO +Yz +MO +Yz +Yz +Yz +MO +Yz +MO +lK +MO +Yz +Yz +MO +MO +MO +MO +Yz +Yz +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO "} (56,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ZR +cs +md +QT +bB +fp +ZR +lK +lK +MO +ey +bP +CL +CL +CL +bP +ey +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +Yz +MO +MO +Yz +MO +MO +Yz +MO +lK +MO +Yz +MO +MO +MO +MO +Yz +Yz +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO "} (57,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ZR +ZR +Wq +ZR +Wq +ZR +ZR +MO +lK +MO +ey +bP +bP +CL +Bz +Bz +ey +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +MO +MO +MO +Yz +Yz +MO +lK +MO +Yz +MO +MO +MO +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO "} (58,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ey +ey +ey +CL +ey +ey +ey +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO "} (59,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +MO +MO +MO "} (60,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (61,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +Yz +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (62,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +lK +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +Yz +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (63,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +lK +OB +lK +MO +MO +MO +lK +MO +ey +ey +ey +ey +ey +ey +ey +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +Yz +lK +MO +MO +MO +MO +Yz +Yz +MO +MO +MO "} (64,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +Wr +Wr +Wr +lK +MO +MO +lK +MO +ey +am +sv +CL +CL +Ku +ey +MO +lK +MO +MO +Yz +Yz +MO +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO "} (65,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +Wr +zD +Wr +lK +MO +MO +lK +MO +ey +ng +CL +CL +CL +Ku +ey +MO +lK +MO +MO +Yz +MO +MO +MO +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +lK +Yz +Yz +Yz +Yz +Yz +MO +Yz +Yz +MO "} (66,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +Wr +Wr +Wr +lK +MO +MO +lK +MO +ey +yH +sv +CL +CL +Ku +ey +MO +lK +MO +MO +Yz +Yz +MO +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +MO +MO +MO +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +lK +MO +Yz +MO +MO +Yz +Yz +Yz +Yz +Yz "} (67,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +lK +OB +lK +MO +MO +MO +lK +MO +ey +ey +ey +ey +ey +ey +ey +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +Yz +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO "} (68,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +lK +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (69,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (70,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (71,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +OR +MO +MO +MO +MO "} (72,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +OR +Yz +Yz +Yz +OR +MO +MO "} (73,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Wr +Wr +Wr +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +OR +Yz +Yz +MO +MO "} (74,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +OB +OB +tA +OB +OB +MO +MO +lK +MO +MO +ey +bP +CL +bP +ey +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +Yz +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +Yz +lK +MO +MO +Yz +OR +OR +OR +Yz +MO +MO "} (75,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +OB +tA +qc +tA +OB +MO +MO +lK +MO +MO +bP +CL +CL +CL +bP +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +lK +MO +MO +Yz +Yz +MO +MO +Yz +Yz +Yz +lK +MO +MO +OR +OR +OR +OR +OR +MO +MO "} (76,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +OB +OB +tA +OB +OB +MO +MO +lK +MO +MO +ey +bP +CL +bP +ey +MO +MO +lK +MO +MO +Yz +Yz +MO +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +MO +MO +Yz +Yz +Yz +MO +lK +MO +MO +Yz +OR +OR +OR +Yz +MO +MO "} (77,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Wr +Wr +Wr +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +OR +Yz +Yz +MO +MO "} (78,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +OR +Yz +Yz +Yz +OR +MO +MO "} (79,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +OR +MO +MO +MO +MO "} (80,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (81,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +MO +MO +Yz +MO +MO +MO +Yz +Yz "} (82,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +sa +Nx +Nx +Nx +sa +MO +MO +lK +MO +MO +MO +ey +ey +ey +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +Yz "} (83,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +sa +sa +gq +RS +Rw +sa +sa +MO +lK +MO +MO +ey +ey +fq +ey +ey +MO +MO +lK +MO +MO +MO +MO +MO +Yz +MO +MO +MO +lK +Yz +Yz +Yz +MO +Yz +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +MO +Yz +Yz +Yz +MO +Yz "} (84,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Nx +SA +DP +SV +Rw +Fb +sa +lK +lK +MO +ey +ey +lO +fq +lO +ey +ey +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +lK +MO +Yz +Yz +MO +Yz +MO +Yz +Yz +MO +lK +MO +Yz +MO +MO +Yz +Yz +Yz +MO +Yz "} (85,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Nx +ch +Kr +DP +Rw +Rw +Gt +lK +lK +MO +ey +CX +fq +fq +fq +fq +ey +MO +lK +MO +Yz +Yz +MO +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +Yz +Yz +MO +Yz +MO +Yz +Yz +lK +Yz +Yz +MO +Yz +Yz +Yz +MO +Yz +Yz +lK +MO +Yz +MO +MO +Yz +Yz +MO +MO +Yz "} (86,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Nx +Rw +Rw +Rw +Rw +Fb +sa +lK +lK +MO +ey +ey +lO +fq +lO +ey +ey +MO +lK +MO +MO +Yz +Yz +MO +Yz +MO +MO +MO +lK +Yz +Yz +Yz +MO +MO +MO +MO +Yz +Yz +lK +MO +Yz +Yz +MO +Yz +MO +Yz +Yz +MO +lK +MO +Yz +Yz +MO +MO +MO +MO +Yz +Yz "} (87,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +sa +sa +DP +DP +DP +sa +sa +MO +lK +MO +MO +ey +ey +fq +ey +ey +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +Yz +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +Yz +MO +MO +Yz +Yz +Yz "} (88,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +sa +Nx +Nx +Nx +sa +MO +MO +lK +MO +MO +MO +ey +ey +ey +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO "} (89,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (90,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (91,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +kg +kg +kg +kg +OB +kg +kg +kg +kg +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO "} (92,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +kg +UI +vF +kg +OB +kg +vF +Mg +kg +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO "} (93,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +ec +xr +vF +kg +DB +kg +vF +hI +ec +lK +MO +MO +MO +ey +ey +ey +MO +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO "} (94,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +kg +Mg +vF +DB +vF +DB +vF +hI +kg +lK +MO +MO +ey +ey +fq +ey +ey +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +lK +MO +Yz +Yz +MO +Yz +MO +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO "} (95,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +kg +kg +kg +kg +vF +kg +kg +kg +kg +lK +MO +MO +ey +fq +lO +fq +ey +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +Yz +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +lK +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +MO "} (96,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +kg +Ef +vF +vF +vF +vF +it +RR +kg +lK +MO +MO +ey +ey +fq +ey +ey +MO +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +MO +Yz +MO +Yz +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO "} (97,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +ec +WG +vF +vF +vF +vF +VN +WN +ec +lK +MO +MO +MO +ey +ey +ey +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +MO +MO +MO +MO +MO "} (98,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +kg +lI +vF +no +NI +vF +rf +RJ +kg +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO "} (99,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +kg +kg +ec +ec +kg +ec +ec +kg +kg +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO "} (100,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (101,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +MO +MO +MO +Yz +Yz +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +Yz "} (102,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +ey +ey +ey +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +MO +MO +Yz +Yz +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +MO "} (103,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +CS +CS +CS +lK +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +CL +bP +bP +ey +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +MO +MO +MO +MO +MO +lK +Yz +Yz +Yz +MO +MO +MO +Yz +Yz +MO +lK +MO +Yz +MO +Yz +Yz +Yz +MO +MO +MO "} (104,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +CS +ar +xR +OB +lK +MO +MO +MO +lK +MO +Yz +Yz +CL +CL +CL +bP +ey +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +Yz +Yz +Yz +Yz +MO +MO +MO +MO +MO +lK +Yz +Yz +MO +MO +MO +MO +MO +Yz +Yz +lK +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +MO "} (105,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +CS +oW +xR +OB +lK +MO +MO +MO +lK +MO +Yz +CL +CL +cu +CL +CL +Yz +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +Yz +Yz +MO +MO +MO +MO +MO +MO +MO +lK +Yz +MO +MO +MO +MO +MO +MO +MO +Yz +lK +Yz +Yz +Yz +Yz +MO +MO +MO +MO +MO "} (106,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +CS +ar +xR +OB +lK +MO +MO +MO +lK +MO +ey +bP +CL +CL +CL +Yz +Yz +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +Yz +MO +MO +MO +MO +Yz +MO +MO +Yz +lK +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +MO "} (107,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +CS +CS +CS +lK +MO +MO +MO +MO +lK +MO +ey +bP +bP +CL +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO "} (108,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ey +ey +ey +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO "} (109,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +MO +MO +MO +Yz +Yz +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +Yz "} (110,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (111,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +Yz +Yz +MO +Yz +MO +MO +MO +MO +MO "} (112,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +ey +ey +ey +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +MO +lK +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO +MO "} (113,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +lK +CS +CS +CS +MO +MO +lK +MO +ey +bP +bP +CL +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO "} (114,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +OB +xR +ar +CS +MO +MO +lK +MO +ey +bP +CL +CL +CL +Yz +Yz +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +MO "} (115,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +OB +xR +oW +CS +MO +MO +lK +MO +Yz +CL +CL +cu +CL +CL +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +Yz "} (116,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +lK +OB +xR +ar +CS +MO +MO +lK +MO +Yz +Yz +CL +CL +CL +bP +ey +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +Yz "} (117,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +lK +CS +CS +CS +MO +MO +lK +MO +MO +Yz +Yz +CL +bP +bP +ey +MO +lK +MO +MO +MO +MO +MO +Yz +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +MO +MO "} (118,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +ey +ey +ey +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO +MO "} (119,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +Yz +Yz +MO +MO +MO +MO +MO +MO +MO +lK +Yz +MO +Yz +Yz +Yz +MO +MO +MO +MO "} (120,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (121,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +Yz +MO +MO +MO "} (122,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +Yz "} (123,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +CS +pM +pM +pM +pM +CS +MO +MO +lK +MO +MO +MO +CL +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz "} (124,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +pM +vQ +vQ +vQ +TZ +pM +MO +MO +lK +MO +MO +he +CL +Yz +Yz +Yz +Yz +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +MO +MO +MO +Yz +MO +MO +lK +MO +MO +Yz +Yz +MO +Yz +Yz +Yz +MO "} (125,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +pM +vQ +vQ +vQ +vQ +pM +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +he +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +Yz +lK +MO +Yz +MO +MO +MO +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +Yz +Yz +MO "} (126,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +pM +vQ +vQ +vQ +vQ +pM +MO +MO +lK +MO +Yz +Et +Yz +Yz +CL +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +MO +lK +MO +Yz +MO +MO +MO +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +MO +Yz +Yz +Yz +MO "} (127,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +CS +pM +pM +pM +pM +CS +MO +MO +lK +MO +Yz +Yz +MO +CL +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz "} (128,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +Yz "} (129,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +Yz +Yz +Yz +Yz +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +MO +MO +MO "} (130,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "} (131,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +MO +MO +Yz +Yz +Yz +MO +MO +lK +MO +MO +MO +Yz +MO +MO +MO +MO +MO "} (132,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +kh +hY +hY +hY +hY +hY +Pj +MO +lK +MO +MO +CL +CL +Yz +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +MO +Yz +Yz +Yz +MO "} (133,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +lK +lK +EQ +lK +lK +hk +MO +lK +MO +MO +he +CL +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +Yz +MO +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +MO +MO +Yz +Yz +MO "} (134,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +lK +lK +lK +lK +lK +hk +MO +lK +MO +MO +MO +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +MO +Yz +Yz +Yz +Yz +Yz +MO +MO +lK +MO +Yz +Yz +Yz +MO +MO +Yz +Yz +Yz "} (135,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +EQ +lK +lK +lK +EQ +fY +MO +lK +MO +MO +MO +Yz +Et +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +Yz +MO +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +Yz +MO +Yz +Yz +MO +MO +MO +lK +MO +Yz +Yz +Yz +MO +Yz +Yz +Yz +Yz "} (136,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +lK +lK +lK +lK +lK +hk +MO +lK +MO +MO +MO +Yz +Yz +Yz +he +MO +MO +lK +MO +MO +Yz +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +Yz +Yz +Yz +MO +lK +MO +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO "} (137,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +hk +lK +lK +EQ +lK +lK +hk +MO +lK +MO +MO +MO +Yz +MO +Yz +CL +CL +MO +lK +MO +MO +MO +MO +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +Yz +lK +MO +MO +MO +MO +MO +Yz +MO +Yz +MO +lK +MO +Yz +MO +Yz +Yz +Yz +MO +MO +MO "} (138,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +pQ +hY +hY +hY +hY +hY +wc +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +Yz +Yz +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +Yz +lK +Yz +Yz +Yz +Yz +Yz +Yz +Yz +Yz +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (139,1,1) = {" -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a -U -a -a -a -a -a -a -a -a -a +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +Yz +MO +lK +MO +Yz +Yz +Yz +MO +Yz +Yz +MO +MO +lK +MO +MO +MO +MO +MO +MO +MO +MO +MO "} (140,1,1) = {" -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U -U +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK +lK "}