From da153b8386b155aaade0a5dd858c27fbd71e6e40 Mon Sep 17 00:00:00 2001 From: LordNest <77477080+LordNest@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:22:59 +0300 Subject: [PATCH] [MIRROR] MAP: Some exoplanet ruins --- code/game/turfs/simulated/wall_types.dm | 2 +- code/modules/mechs/premade/_premade.dm | 4 +- .../projectiles/guns/energy/nuclear.dm | 2 +- maps/_maps.dm | 4 + .../crashed_shuttle/crashed_shuttle.dm | 53 + .../crashed_shuttle/crashed_shuttle.dmm | 105 + .../exoplanet_ruins/droppod/contents_1.dmm | 49 + .../exoplanet_ruins/droppod/contents_2.dmm | 24 + .../exoplanet_ruins/droppod/contents_3.dmm | 24 + .../exoplanet_ruins/droppod/droppod.dm | 39 + .../exoplanet_ruins/droppod/droppod.dmm | 145 + .../excavation_site/excavation_site.dm | 8 + .../excavation_site/excavation_site.dmm | 224 ++ .../fountain/fountain_ruin.dmm | 2 +- .../skrell_biodome/skrell_biodome.dm | 24 + .../skrell_biodome/skrell_biodome.dmm | 2449 +++++++++++++++++ 16 files changed, 3153 insertions(+), 5 deletions(-) create mode 100644 maps/random_ruins/exoplanet_ruins/crashed_shuttle/crashed_shuttle.dm create mode 100644 maps/random_ruins/exoplanet_ruins/crashed_shuttle/crashed_shuttle.dmm create mode 100644 maps/random_ruins/exoplanet_ruins/droppod/contents_1.dmm create mode 100644 maps/random_ruins/exoplanet_ruins/droppod/contents_2.dmm create mode 100644 maps/random_ruins/exoplanet_ruins/droppod/contents_3.dmm create mode 100644 maps/random_ruins/exoplanet_ruins/droppod/droppod.dm create mode 100644 maps/random_ruins/exoplanet_ruins/droppod/droppod.dmm create mode 100644 maps/random_ruins/exoplanet_ruins/excavation_site/excavation_site.dm create mode 100644 maps/random_ruins/exoplanet_ruins/excavation_site/excavation_site.dmm create mode 100644 maps/random_ruins/exoplanet_ruins/skrell_biodome/skrell_biodome.dm create mode 100644 maps/random_ruins/exoplanet_ruins/skrell_biodome/skrell_biodome.dmm diff --git a/code/game/turfs/simulated/wall_types.dm b/code/game/turfs/simulated/wall_types.dm index 05c64af1fbbcd..d1947c33ae25a 100644 --- a/code/game/turfs/simulated/wall_types.dm +++ b/code/game/turfs/simulated/wall_types.dm @@ -133,7 +133,7 @@ /turf/simulated/wall/silvergold/New(newloc) ..(newloc,MATERIAL_SILVER,MATERIAL_GOLD) -/turf/simulated/wall/sandstonediamond/New(newloc) +/turf/simulated/wall/sandstone/diamond/New(newloc) ..(newloc,MATERIAL_SANDSTONE,MATERIAL_DIAMOND) /turf/simulated/wall/crystal/New(newloc) diff --git a/code/modules/mechs/premade/_premade.dm b/code/modules/mechs/premade/_premade.dm index 7cd641a7c2890..7c2b3e33dd0ef 100644 --- a/code/modules/mechs/premade/_premade.dm +++ b/code/modules/mechs/premade/_premade.dm @@ -151,7 +151,7 @@ /mob/living/exosuit/premade/random/normal /mob/living/exosuit/premade/random/boring/Initialize(mapload, obj/structure/heavy_vehicle_frame/source_frame) - ..(mapload, source_frame, using_boring_colours = TRUE) + return..(mapload, source_frame, using_boring_colours = TRUE) /mob/living/exosuit/premade/random/extra/Initialize(mapload, obj/structure/heavy_vehicle_frame/source_frame) - ..(mapload, source_frame, super_random = TRUE) + return..(mapload, source_frame, super_random = TRUE) diff --git a/code/modules/projectiles/guns/energy/nuclear.dm b/code/modules/projectiles/guns/energy/nuclear.dm index a65e3fe72f4c6..2d7b04fdeef3d 100644 --- a/code/modules/projectiles/guns/energy/nuclear.dm +++ b/code/modules/projectiles/guns/energy/nuclear.dm @@ -23,7 +23,7 @@ w_class = ITEM_SIZE_NORMAL slot_flags = SLOT_BELT|SLOT_HOLSTER icon = 'icons/obj/guns/skrell_pistol.dmi' - icon_state = "skrell_pistol_stun_100" + icon_state = "skrell_pistol_stun100" max_shots = 10 fire_delay = 6 one_hand_penalty = 1 diff --git a/maps/_maps.dm b/maps/_maps.dm index be7bdfff062f4..8935d0bad7dd7 100644 --- a/maps/_maps.dm +++ b/maps/_maps.dm @@ -24,11 +24,13 @@ GLOBAL_DATUM_INIT(using_map, /datum/map, new using_map_DATUM) #include "away\away_sites.dm" #include "away_sites_testing\away_sites_testing_define.dm" #include "random_ruins\exoplanet_ruins\exoplanet_ruins.dm" +#include "random_ruins\exoplanet_ruins\excavation_site\excavation_site.dm" #include "random_ruins\exoplanet_ruins\transshipment\transshipment.dm" #include "random_ruins\exoplanet_ruins\crashed_pod\crashed_pod.dm" #include "random_ruins\exoplanet_ruins\datacapsule\datacapsule.dm" #include "random_ruins\exoplanet_ruins\deserted_lab\deserted_lab.dm" #include "random_ruins\exoplanet_ruins\drill_site\drill_site.dm" +#include "random_ruins\exoplanet_ruins\droppod\droppod.dm" #include "random_ruins\exoplanet_ruins\fountain\fountain_ruin.dm" #include "random_ruins\exoplanet_ruins\hut\hut.dm" #include "random_ruins\exoplanet_ruins\hydrobase\hydrobase.dm" @@ -47,4 +49,6 @@ GLOBAL_DATUM_INIT(using_map, /datum/map, new using_map_DATUM) #include "random_ruins\exoplanet_ruins\tar_anomaly\tar_anomaly.dm" #include "random_ruins\exoplanet_ruins\trash_heap\trash_heap.dm" #include "random_ruins\exoplanet_ruins\crashed_probe\crashed_probe.dm" +#include "random_ruins\exoplanet_ruins\crashed_shuttle\crashed_shuttle.dm" +#include "random_ruins\exoplanet_ruins\skrell_biodome\skrell_biodome.dm" #include "random_ruins\space_ruins\space_ruins.dm" diff --git a/maps/random_ruins/exoplanet_ruins/crashed_shuttle/crashed_shuttle.dm b/maps/random_ruins/exoplanet_ruins/crashed_shuttle/crashed_shuttle.dm new file mode 100644 index 0000000000000..cce52b82fb14b --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/crashed_shuttle/crashed_shuttle.dm @@ -0,0 +1,53 @@ +/datum/map_template/ruin/exoplanet/crashed_shuttle + name = "Crushed shuttle" + id = "crashed_shuttle" + description = "Crushed corporate shuttle." + suffixes = list("crashed_shuttle/crashed_shuttle.dmm") + spawn_cost = 0.5 + shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/graysontug) + apc_test_exempt_areas = list(/area/map_template/crashed_shuttle/crash = NO_SCRUBBER|NO_VENT|NO_APC) + ruin_tags = RUIN_HUMAN|RUIN_WRECK + template_flags = TEMPLATE_FLAG_CLEAR_CONTENTS | TEMPLATE_FLAG_NO_RUINS + + skip_main_unit_tests = "Ruin has shuttle landmark." + +/area/map_template/crashed_shuttle/graysontug + name = "\improper GM Tug" + icon_state = "shuttlegrn" + +/area/map_template/crashed_shuttle/crash + name = "\improper Crash zone" + icon_state = "shuttle2" + area_flags = AREA_FLAG_EXTERNAL + +/datum/shuttle/autodock/overmap/graysontug + name = "GM Tug" + dock_target = "graysontug_shuttle" + current_location = "nav_graysontug_start" + range = 1 + shuttle_area = /area/map_template/crashed_shuttle/graysontug + fuel_consumption = 4 + defer_initialisation = TRUE + flags = SHUTTLE_FLAGS_PROCESS + skill_needed = SKILL_MIN + ceiling_type = /turf/simulated/floor/shuttle_ceiling + +/obj/machinery/computer/shuttle_control/explore/graysontug + name = "GM Tug Shuttle control console" + shuttle_tag = "GM Tug" + +/obj/overmap/visitable/ship/landable/graysontug + name = "GM Tug" + desc = "Grayson Manufactories Tug. Space truckin commonly seen across Frontier." + shuttle = "GM Tug" + fore_dir = NORTH + color = "#e6f7ff" + vessel_mass = 2500 + vessel_size = SHIP_SIZE_TINY + +/obj/shuttle_landmark/graysontug/start + name = "Crash Zone" + landmark_tag = "nav_graysontug_start" + base_area = /area/map_template/crashed_shuttle/crash + base_turf = /turf/simulated/floor/exoplanet/barren + movable_flags = MOVABLE_FLAG_EFFECTMOVE diff --git a/maps/random_ruins/exoplanet_ruins/crashed_shuttle/crashed_shuttle.dmm b/maps/random_ruins/exoplanet_ruins/crashed_shuttle/crashed_shuttle.dmm new file mode 100644 index 0000000000000..65299e88550b4 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/crashed_shuttle/crashed_shuttle.dmm @@ -0,0 +1,105 @@ +"aT" = (/obj/item/stack/material/rods,/obj/machinery/computer/shuttle_control/explore/graysontug{dir = 8},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"db" = (/obj/decal/cleanable/liquid_fuel,/obj/machinery/atmospherics/pipe/manifold/visible/fuel{dir = 4},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"dR" = (/obj/structure/wall_frame/titanium,/obj/item/material/shard,/obj/item/stack/material/rods,/obj/machinery/door/firedoor,/obj/machinery/door/firedoor,/obj/paint/black,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"fD" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/external{id_tag = "graysontug_shuttle_outer"; frequency = 1380},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"gt" = (/obj/decal/cleanable/generic,/obj/structure/handrail{dir = 8; icon_state = "handrail"},/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 1; id_tag = "graysontugrear_shuttle_pump"},/obj/machinery/embedded_controller/radio/airlock/docking_port{cycle_to_external_air = 1; dir = 4; frequency = 1380; id_tag = "graysontugrear_shuttle"; pixel_x = -22; pixel_y = 4; tag_exterior_door = "graysontugrear_shuttle_outer"; tag_interior_door = "graysontugrear_shuttle_inner"; tag_exterior_sensor = "graysontugrear_shuttle_exterior_sensor"; tag_chamber_sensor = "graysontugrear_shuttle_sensor"; tag_airpump = "graysontugrear_shuttle_pump"; tag_interior_sensor = "graysontugrear_shuttle_interior_sensor"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"gC" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/decal/cleanable/generic,/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{id_tag = "graysontug_shuttle_pump_out_internal"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"gD" = (/obj/decal/cleanable/generic,/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"gR" = (/obj/paint/black,/turf/simulated/wall/titanium,/area/map_template/crashed_shuttle/graysontug) +"hm" = (/obj/decal/cleanable/liquid_fuel,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"hJ" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/airlock/external{id_tag = "graysontugrear_shuttle_inner"; frequency = 1380},/obj/machinery/access_button/airlock_exterior{frequency = 1380; master_tag = "graysontugrear_shuttle"; pixel_x = -25},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"hW" = (/obj/decal/cleanable/generic,/turf/simulated/floor/exoplanet/barren,/area/map_template/crashed_shuttle/crash) +"in" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/constructable_frame/machine_frame,/obj/item/stock_parts/circuitboard/sleeper,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"jJ" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"jS" = (/obj/machinery/atmospherics/pipe/simple/visible/fuel{dir = 10},/obj/paint/sun,/turf/simulated/wall/titanium,/area/map_template/crashed_shuttle/graysontug) +"kc" = (/obj/structure/cargopile,/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"kQ" = (/obj/decal/cleanable/liquid_fuel,/turf/simulated/floor/exoplanet/barren,/area/map_template/crashed_shuttle/crash) +"kW" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/closet/hydrant{pixel_x = -32},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"la" = (/turf/simulated/floor/exoplanet/barren,/area/map_template/crashed_shuttle/crash) +"lE" = (/obj/structure/cable,/obj/machinery/power/apc/critical{dir = 4; name = "east bump"; pixel_x = 24; req_access = list("ACCESS_SKRELLSCOUT")},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"ng" = (/obj/machinery/atmospherics/unary/tank/air{start_pressure = 8000; dir = 1},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"np" = (/obj/machinery/power/port_gen/pacman{anchored = 1; sheets = 25},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/alarm{req_access = list(); dir = 8; pixel_x = 24},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"nY" = (/obj/machinery/portable_atmospherics/canister/empty/oxygen,/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"pl" = (/obj/structure/wall_frame/titanium,/obj/item/material/shard,/obj/item/stack/material/rods,/obj/machinery/door/firedoor,/obj/paint/black,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"ri" = (/obj/item/stack/material/rods,/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"rV" = (/obj/structure/largecrate,/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"sj" = (/obj/random/toolbox,/turf/simulated/floor/exoplanet/barren,/area/map_template/crashed_shuttle/crash) +"sx" = (/obj/machinery/constructable_frame/computerframe{dir = 4},/obj/item/stock_parts/circuitboard/engine,/obj/item/material/shard,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"tl" = (/obj/structure/closet/crate,/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"ts" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10; icon_state = "intact"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/access_button/airlock_exterior{frequency = 1380; master_tag = "graysontug_shuttle"; pixel_x = -25; pixel_y = 30},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"tv" = (/obj/item/material/shard/shrapnel/titanium,/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"tA" = (/obj/item/stack/material/rods,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 6},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"vl" = (/obj/structure/girder,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"vU" = (/obj/decal/cleanable/liquid_fuel,/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"wh" = (/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"xr" = (/obj/decal/cleanable/liquid_fuel,/obj/item/stack/material/rods,/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/carbon_dioxide/engine_setup{start_pressure = 7498},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"xC" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"xU" = (/obj/structure/table/steel,/obj/random/contraband,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"yK" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/item/stack/material/rods,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5; icon_state = "intact"},/obj/random/masks,/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "graysontug_shuttle_sensor"; pixel_x = -24; pixel_y = -7},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"za" = (/obj/decal/cleanable/liquid_fuel,/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"zl" = (/obj/machinery/constructable_frame/computerframe{dir = 8},/obj/item/stock_parts/circuitboard/sensors,/obj/item/material/shard,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"zp" = (/turf/template_noop,/area/template_noop) +"zL" = (/obj/decal/cleanable/generic,/obj/machinery/atmospherics/binary/passive_gate{unlocked = 1; dir = 1},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"zP" = (/obj/decal/cleanable/liquid_fuel,/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 9; icon_state = "intact"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"AB" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10; icon_state = "intact"},/obj/random/handgun,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"AR" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{id_tag = "graysontug_shuttle_pump_out_internal"},/obj/structure/handrail{dir = 8; icon_state = "handrail"},/obj/machinery/embedded_controller/radio/airlock/docking_port{cycle_to_external_air = 1; dir = 8; frequency = 1380; id_tag = "graysontug_shuttle"; pixel_x = 22; pixel_y = 4; tag_exterior_door = "graysontug_shuttle_outer"; tag_interior_door = "graysontug_shuttle_inner"; tag_exterior_sensor = "graysontug_shuttle_exterior_sensor"; tag_chamber_sensor = "graysontug_shuttle_sensor"; tag_airpump = "graysontug_shuttle_pump"; tag_interior_sensor = "graysontug_shuttle_interior_sensor"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"AZ" = (/obj/decal/cleanable/liquid_fuel,/obj/decal/cleanable/generic,/obj/machinery/door/airlock/external{id_tag = "graysontug_shuttle_outer"; frequency = 1380},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4; icon_state = "map"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"BB" = (/obj/decal/cleanable/liquid_fuel,/obj/machinery/atmospherics/pipe/simple/visible/fuel{dir = 6},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"BT" = (/obj/item/stack/material/rods,/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"Ds" = (/obj/decal/cleanable/liquid_fuel,/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"},/obj/machinery/atmospherics/pipe/simple/visible/fuel{dir = 6},/obj/random/tool,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"DB" = (/obj/structure/girder/displaced,/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{id_tag = "graysontug_shuttle_pump"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Ep" = (/obj/machinery/door/airlock/external{id_tag = "graysontugrear_shuttle_outer"; frequency = 1380},/obj/machinery/access_button/airlock_exterior{frequency = 1380; master_tag = "graysontugrear_shuttle"; pixel_x = -25},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"EF" = (/obj/machinery/atmospherics/unary/engine{dir = 1},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Fx" = (/obj/item/material/shard,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/steel,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Go" = (/obj/item/stack/material/rods,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/firedoor,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Gx" = (/obj/structure/cargopile,/turf/simulated/floor/exoplanet/barren,/area/map_template/crashed_shuttle/crash) +"Hy" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable/yellow,/obj/machinery/atmospherics/pipe/simple/visible/universal,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"IB" = (/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"},/obj/structure/largecrate,/obj/random/contraband,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"IO" = (/obj/decal/cleanable/liquid_fuel,/obj/structure/fuel_port{pixel_x = 32},/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 1; id_tag = "graysontug_shuttle_pump_out_external"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Js" = (/obj/item/stack/material/rods,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/obj/machinery/sleeper{dir = 4},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"JQ" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/external{id_tag = "graysontug_shuttle_inner"; frequency = 1380},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"JU" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Kv" = (/obj/decal/cleanable/liquid_fuel,/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Lp" = (/obj/structure/bed/chair/shuttle/blue{dir = 1; icon_state = "shuttle_chair_preview"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/overmap/visitable/ship/landable/graysontug,/obj/shuttle_landmark/graysontug/start,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Oc" = (/obj/paint/sun,/turf/simulated/wall/titanium,/area/map_template/crashed_shuttle/graysontug) +"OY" = (/obj/machinery/computer/ship/helm{dir = 8},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Pa" = (/obj/item/material/shard,/obj/structure/firedoor_assembly,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"PB" = (/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"QQ" = (/obj/decal/cleanable/liquid_fuel,/obj/structure/railing/mapped,/obj/machinery/atmospherics/portables_connector{dir = 1},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Sn" = (/obj/machinery/shipsensors,/obj/machinery/atmospherics/pipe/simple/visible/fuel,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"SG" = (/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide,/turf/template_noop,/area/map_template/crashed_shuttle/crash) +"SQ" = (/obj/machinery/atmospherics/pipe/manifold/visible/fuel{dir = 1},/obj/paint/sun,/turf/simulated/wall/titanium,/area/map_template/crashed_shuttle/graysontug) +"SS" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/item/material/shard/shrapnel/titanium,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Vl" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/closet/medical_wall/filled{pixel_x = -32},/obj/structure/bed/chair/shuttle/blue{dir = 4; icon_state = "shuttle_chair_preview"},/obj/item/storage/briefcase/inflatable,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Xi" = (/obj/machinery/power/smes/buildable/power_shuttle,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Xz" = (/obj/decal/cleanable/generic,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"XG" = (/obj/machinery/atmospherics/pipe/simple/visible/fuel{dir = 10},/obj/random/loot,/obj/structure/largecrate,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Ya" = (/obj/decal/cleanable/liquid_fuel,/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 1; id_tag = "graysontug_shuttle_pump_out_external"},/obj/machinery/access_button/airlock_exterior{frequency = 1380; master_tag = "graysontug_shuttle"; pixel_x = -25; pixel_y = 30},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Yz" = (/obj/decal/cleanable/liquid_fuel,/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"},/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/empty,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"YO" = (/obj/item/material/shard/shrapnel/titanium,/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{id_tag = "graysontug_shuttle_pump"},/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"Zl" = (/obj/machinery/atmospherics/pipe/simple/visible/fuel{dir = 5},/obj/paint/sun,/turf/simulated/wall/titanium,/area/map_template/crashed_shuttle/graysontug) +"ZJ" = (/obj/structure/wall_frame/titanium,/obj/item/material/shard,/obj/machinery/door/firedoor,/obj/paint/black,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) +"ZS" = (/obj/machinery/radio_beacon,/turf/simulated/floor/plating,/area/map_template/crashed_shuttle/graysontug) + +(1,1,1) = {" +PBPBPBPBPBPBPBPBPBPBPBPBzpzpzp +PBPBPBPBPBXzvlplrivlPBPBzpzpzp +PBPBwhwhXzvlZSxUaTPatvPBzpzpzp +PBgDvlYODBgRsxLpOYdRPBPBzpzpzp +PBPBgRyKjJJQtsSSzlgRPBPBzpzpzp +PBPBwhgCARgRkWxCnpgRPBPBzpzpzp +PBtvgRfDAZgRVlHyXigRBTPBzpzpzp +PBPBIBYaIOgRFxzLlEgRPBPBzpzpzp +PBPBtAzahmGoinzPwhvlPBPBzpzpzp +tvkQKvBBXGZJJsJUABvlPBPBzpzpzp +PBkQYzvUSngRnggRhJgRlaPBzpzpzp +PBkQDsdbZlSQjSOcgtgRlaPBzpzpzp +kQkQQQxrvlEFEFOcEpgRhWPBzpzpzp +BTkQkQkQkQkQlalalalalaPBzpzpzp +PBkckQkQkQlahWlaGxlalahWPBzpzp +PBSGPBPBPBPBPBPBlalasjlanYPBzp +zpzpzpzpzpzprVPBPBPBkcPBPBPBzp +zpzpzpzpzpzpzpzpzpPBPBPBtlPBzp +zpzpzpzpzpzpzpzpzpzpPBPBPBPBzp +zpzpzpzpzpzpzpzpzpzpzpzpzpzpzp +"} diff --git a/maps/random_ruins/exoplanet_ruins/droppod/contents_1.dmm b/maps/random_ruins/exoplanet_ruins/droppod/contents_1.dmm new file mode 100644 index 0000000000000..38181c09d7864 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/droppod/contents_1.dmm @@ -0,0 +1,49 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/closet/crate/medical, +/obj/random/medical, +/obj/random/medical, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/medical/lite, +/obj/random/firstaid, +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/crowbar/red, +/obj/item/inducer, +/obj/random/powercell, +/obj/random/powercell, +/turf/template_noop, +/area/template_noop) +"e" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/random/energy, +/obj/random/energy, +/turf/template_noop, +/area/template_noop) +"g" = ( +/obj/structure/closet/crate/freezer/rations, +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +d +b +a +"} +(2,1,1) = {" +b +b +b +"} +(3,1,1) = {" +e +b +g +"} diff --git a/maps/random_ruins/exoplanet_ruins/droppod/contents_2.dmm b/maps/random_ruins/exoplanet_ruins/droppod/contents_2.dmm new file mode 100644 index 0000000000000..5748f84c0fb42 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/droppod/contents_2.dmm @@ -0,0 +1,24 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"c" = ( +/mob/living/exosuit/premade/random/boring, +/turf/template_noop, +/area/template_noop) +"h" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +h +h +h +"} +(2,1,1) = {" +h +c +h +"} +(3,1,1) = {" +h +h +h +"} diff --git a/maps/random_ruins/exoplanet_ruins/droppod/contents_3.dmm b/maps/random_ruins/exoplanet_ruins/droppod/contents_3.dmm new file mode 100644 index 0000000000000..1e94d4482ab60 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/droppod/contents_3.dmm @@ -0,0 +1,24 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"e" = ( +/mob/living/simple_animal/hostile/fleet_heavy, +/turf/template_noop, +/area/template_noop) +"f" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +f +f +f +"} +(2,1,1) = {" +f +e +f +"} +(3,1,1) = {" +f +f +f +"} diff --git a/maps/random_ruins/exoplanet_ruins/droppod/droppod.dm b/maps/random_ruins/exoplanet_ruins/droppod/droppod.dm new file mode 100644 index 0000000000000..91ea8e627e6f7 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/droppod/droppod.dm @@ -0,0 +1,39 @@ +/datum/map_template/ruin/exoplanet/droppod + name = "droppod" + id = "droppod" + description = "A damaged capsule with some strange contents." + suffixes = list("droppod/droppod.dmm") + spawn_cost = 0.5 + template_flags = TEMPLATE_FLAG_CLEAR_CONTENTS | TEMPLATE_FLAG_NO_RUINS + ruin_tags = RUIN_HUMAN|RUIN_WRECK + + apc_test_exempt_areas = list( + /area/map_template/droppod = NO_SCRUBBER|NO_VENT|NO_APC + ) + + + +/area/map_template/droppod + name = "\improper Droppod" + icon_state = "blue" + turfs_airless = TRUE + + +/obj/landmark/map_load_mark/droppod + name = "random droppod contents" + templates = list(/datum/map_template/droppod_contents, /datum/map_template/droppod_contents/type2, /datum/map_template/droppod_contents/type3) + +/datum/map_template/droppod_contents + name = "random droppod contents #1 (shipping)" + id = "droppod_1" + mappaths = list("maps/random_ruins/exoplanet_ruins/droppod/contents_1.dmm") + +/datum/map_template/droppod_contents/type2 + name = "random droppod contents #2 (exosuit)" + id = "droppod_2" + mappaths = list("maps/random_ruins/exoplanet_ruins/droppod/contents_2.dmm") + +/datum/map_template/droppod_contents/type3 + name = "random droppod contents #2 (robots)" + id = "droppod_3" + mappaths = list("maps/random_ruins/exoplanet_ruins/droppod/contents_3.dmm") diff --git a/maps/random_ruins/exoplanet_ruins/droppod/droppod.dmm b/maps/random_ruins/exoplanet_ruins/droppod/droppod.dmm new file mode 100644 index 0000000000000..e131c1d361ec0 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/droppod/droppod.dmm @@ -0,0 +1,145 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/structure/droppod_door{ + dir = 8 + }, +/turf/simulated/floor/reinforced, +/area/map_template/droppod) +"c" = ( +/obj/landmark/scorcher, +/turf/template_noop, +/area/template_noop) +"d" = ( +/turf/simulated/wall/r_titanium, +/area/map_template/droppod) +"f" = ( +/obj/structure/droppod_door, +/turf/simulated/floor/reinforced, +/area/map_template/droppod) +"g" = ( +/turf/simulated/floor/reinforced, +/area/map_template/droppod) +"j" = ( +/obj/structure/droppod_door{ + dir = 4 + }, +/turf/simulated/floor/reinforced, +/area/map_template/droppod) +"q" = ( +/obj/structure/droppod_door{ + dir = 1 + }, +/turf/simulated/floor/reinforced, +/area/map_template/droppod) +"u" = ( +/obj/landmark/map_load_mark/droppod, +/turf/simulated/floor/reinforced, +/area/map_template/droppod) +"O" = ( +/obj/landmark/scorcher, +/obj/landmark/scorcher, +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +a +a +c +c +c +c +c +a +a +"} +(2,1,1) = {" +a +c +c +d +c +d +c +c +a +"} +(3,1,1) = {" +c +c +d +d +j +d +d +c +c +"} +(4,1,1) = {" +c +d +d +g +g +g +d +d +c +"} +(5,1,1) = {" +c +c +q +g +u +g +f +c +c +"} +(6,1,1) = {" +c +d +d +g +g +g +d +d +c +"} +(7,1,1) = {" +c +c +d +d +b +d +d +c +c +"} +(8,1,1) = {" +a +c +c +d +c +d +c +O +a +"} +(9,1,1) = {" +a +a +c +c +c +c +c +a +a +"} diff --git a/maps/random_ruins/exoplanet_ruins/excavation_site/excavation_site.dm b/maps/random_ruins/exoplanet_ruins/excavation_site/excavation_site.dm new file mode 100644 index 0000000000000..7c8b2974739c2 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/excavation_site/excavation_site.dm @@ -0,0 +1,8 @@ +/datum/map_template/ruin/exoplanet/excavation_site + name = "excavation site" + id = "excavation_site" + description = "Abandoned archaeological site." + suffixes = list("excavation_site/excavation_site.dmm") + spawn_cost = 0.5 + template_flags = TEMPLATE_FLAG_CLEAR_CONTENTS|TEMPLATE_FLAG_NO_RUINS + ruin_tags = RUIN_HUMAN diff --git a/maps/random_ruins/exoplanet_ruins/excavation_site/excavation_site.dmm b/maps/random_ruins/exoplanet_ruins/excavation_site/excavation_site.dmm new file mode 100644 index 0000000000000..ab245c7223bd3 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/excavation_site/excavation_site.dmm @@ -0,0 +1,224 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/structure/pit, +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"d" = ( +/obj/machinery/suspension_gen{ + dir = 4 + }, +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"e" = ( +/obj/random/powercell, +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"f" = ( +/obj/structure/closet/crate, +/obj/item/archaeological_find/shell, +/obj/item/archaeological_find/fossil, +/obj/random/loot, +/obj/random/loot, +/obj/landmark/clear, +/turf/template_noop, +/area/template_noop) +"g" = ( +/obj/item/archaeological_find/shell, +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"h" = ( +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"j" = ( +/obj/random/trash, +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"k" = ( +/obj/machinery/anomaly_container, +/obj/landmark/clear, +/turf/template_noop, +/area/template_noop) +"l" = ( +/obj/item/pickaxe/xeno/hand, +/obj/landmark/clear, +/turf/template_noop, +/area/template_noop) +"n" = ( +/obj/machinery/floodlight{ + dir = 8 + }, +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"s" = ( +/obj/random/junk, +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"u" = ( +/obj/landmark/clear, +/turf/template_noop, +/area/template_noop) +"y" = ( +/obj/item/device/ano_scanner, +/obj/landmark/clear, +/turf/template_noop, +/area/template_noop) +"A" = ( +/obj/random/toolbox, +/obj/landmark/clear, +/turf/simulated/floor/exoplanet/barren, +/area/template_noop) +"C" = ( +/obj/structure/table/standard, +/obj/random/tool, +/obj/item/taperoll/research, +/obj/landmark/clear, +/turf/template_noop, +/area/template_noop) +"H" = ( +/turf/simulated/mineral, +/area/template_noop) +"O" = ( +/obj/structure/table/standard, +/obj/random/medical, +/obj/random/medical, +/obj/landmark/clear, +/turf/template_noop, +/area/template_noop) +"R" = ( +/obj/structure/table/standard, +/obj/item/device/gps, +/obj/landmark/clear, +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +a +H +u +R +O +a +a +"} +(3,1,1) = {" +a +a +a +s +h +u +y +u +a +a +"} +(4,1,1) = {" +a +a +h +h +e +d +h +l +f +a +"} +(5,1,1) = {" +a +a +h +H +H +g +A +u +u +a +"} +(6,1,1) = {" +a +a +s +h +H +H +h +h +C +a +"} +(7,1,1) = {" +a +a +u +h +h +h +b +n +a +a +"} +(8,1,1) = {" +a +a +u +u +u +j +h +H +a +a +"} +(9,1,1) = {" +a +a +k +u +a +a +a +a +a +a +"} +(10,1,1) = {" +a +a +a +a +a +a +a +a +a +a +"} diff --git a/maps/random_ruins/exoplanet_ruins/fountain/fountain_ruin.dmm b/maps/random_ruins/exoplanet_ruins/fountain/fountain_ruin.dmm index cf34e2148ea85..10f86e5202098 100644 --- a/maps/random_ruins/exoplanet_ruins/fountain/fountain_ruin.dmm +++ b/maps/random_ruins/exoplanet_ruins/fountain/fountain_ruin.dmm @@ -3,7 +3,7 @@ /turf/template_noop, /area/template_noop) "b" = ( -/turf/simulated/wall/sandstonediamond, +/turf/simulated/wall/sandstone/diamond, /area/template_noop) "c" = ( /turf/simulated/floor/fixed/alium, diff --git a/maps/random_ruins/exoplanet_ruins/skrell_biodome/skrell_biodome.dm b/maps/random_ruins/exoplanet_ruins/skrell_biodome/skrell_biodome.dm new file mode 100644 index 0000000000000..a82b1b9c53328 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/skrell_biodome/skrell_biodome.dm @@ -0,0 +1,24 @@ +/datum/map_template/ruin/exoplanet/skrell_biodome + name = "Skrellian Biodome" + id = "skrell_biodome" + description = "Strange round structure." + suffixes = list("skrell_biodome/skrell_biodome.dmm") + spawn_cost = 0.5 + ruin_tags = RUIN_HUMAN + template_flags = TEMPLATE_FLAG_CLEAR_CONTENTS | TEMPLATE_FLAG_NO_RUINS + +/area/map_template/biodome/living + name = "\improper Life support area" + icon_state = "bridge" + +/area/map_template/biodome/medbay + name = "\improper Medical Bay" + icon_state = "medbay" + +/area/map_template/biodome/engineering + name = "\improper Power supply area" + icon_state = "engineering_supply" + +/area/map_template/biodome/atmos + name = "\improper Gas compartment" + icon_state = "atmos" diff --git a/maps/random_ruins/exoplanet_ruins/skrell_biodome/skrell_biodome.dmm b/maps/random_ruins/exoplanet_ruins/skrell_biodome/skrell_biodome.dmm new file mode 100644 index 0000000000000..04a10cf808e66 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/skrell_biodome/skrell_biodome.dmm @@ -0,0 +1,2449 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aq" = ( +/obj/machinery/atmospherics/unary/tank/air{ + start_pressure = 4559.63 + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"ar" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"au" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"aQ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"ba" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"bg" = ( +/obj/structure/table/glass, +/obj/item/storage/box/nitrilegloves, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"bB" = ( +/turf/simulated/floor/pool, +/area/map_template/biodome/living) +"ci" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate/hydroponics, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"cn" = ( +/obj/machinery/button/blast_door{ + dir = 8; + pixel_x = 26; + id_tag = "sk_bd_south"; + req_access = list("ACCESS_SKRELLSCOUT") + }, +/obj/structure/flora/pottedplant, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"co" = ( +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"cJ" = ( +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/map_template/biodome/medbay) +"cY" = ( +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/template_noop) +"da" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"dm" = ( +/obj/machinery/light/skrell{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = -24 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"dF" = ( +/obj/structure/hygiene/faucet, +/turf/simulated/floor/pool, +/area/map_template/biodome/living) +"dK" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4 + }, +/obj/machinery/light/skrell, +/obj/structure/cable{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"ee" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/engineering) +"es" = ( +/obj/machinery/optable, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"eB" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{ + dir = 8; + id_tag = "skrellbd_pump_out_external" + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"eD" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{ + dir = 1; + id_tag = "skrellbd_pump_out_internal" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/light/skrell{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"fe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"fz" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"gj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 1 + }, +/obj/machinery/door/airlock/external/bolted{ + req_access = list("ACCESS_SKRELLSCOUT"); + id_tag = "skrellbd_outer"; + autoset_access = 0 + }, +/obj/machinery/door/blast/regular{ + id_tag = "sk_bd_north"; + name = "Biodome protective shutters"; + dir = 2 + }, +/obj/machinery/button/blast_door{ + pixel_x = 26; + id_tag = "sk_bd_north"; + req_access = list("ACCESS_SKRELLSCOUT") + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"gl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"go" = ( +/obj/machinery/door/airlock/multi_tile/glass/atmos{ + dir = 8; + name = "Atmospherics Storage" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"gw" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/medbay) +"gC" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"gE" = ( +/obj/machinery/door/airlock/multi_tile/glass/engineering{ + dir = 8; + name = "Power Supply" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"hn" = ( +/obj/machinery/reagentgrinder, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"hq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"hQ" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"in" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/floor_decal/industrial/outline/blue, +/obj/machinery/alarm/skrell{ + pixel_y = 14 + }, +/obj/machinery/portable_atmospherics/canister/air/airlock, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"iG" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"iL" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"jM" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/ce, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"ke" = ( +/obj/structure/table/glass, +/obj/item/bodybag/rescue/loaded, +/obj/item/bodybag/rescue/loaded, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"kI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"kK" = ( +/obj/machinery/button/blast_door{ + dir = 4; + pixel_x = -26; + id_tag = "sk_bd_east"; + req_access = list("ACCESS_SKRELLSCOUT") + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"kM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"kP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"lx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/power/apc/critical{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_SKRELLSCOUT") + }, +/obj/structure/cable, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"mc" = ( +/obj/structure/table/woodentable/walnut, +/obj/item/storage/box/glasses/wine{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"mg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"nJ" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/empty, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"nT" = ( +/obj/item/stool, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"oa" = ( +/obj/machinery/chemical_dispenser, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"oZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light/skrell{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"pa" = ( +/obj/machinery/light/skrell, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"pi" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4; + start_pressure = 4559.63 + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"pv" = ( +/obj/machinery/space_heater/skrell, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/living) +"pA" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{ + dir = 1; + id_tag = "skrellbd_pump_out_internal" + }, +/obj/machinery/airlock_sensor{ + frequency = 1380; + id_tag = "skrellbd_sensor"; + pixel_x = -24; + pixel_y = -7 + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"pE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/skrell{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/living) +"qz" = ( +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/map_template/biodome/engineering) +"qG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/living) +"rg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"rh" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/skrell{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"rw" = ( +/obj/machinery/portable_atmospherics/hydroponics, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"rE" = ( +/obj/machinery/door/airlock/multi_tile/glass/civilian{ + dir = 8; + name = "Medbay" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/medbay) +"rI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"rO" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc/critical{ + dir = 4; + name = "east bump"; + pixel_x = 24; + req_access = list("ACCESS_SKRELLSCOUT") + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"rW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"sk" = ( +/obj/machinery/power/solar_control{ + dir = 8; + id_tag = "skbiodome" + }, +/obj/structure/cable/yellow{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"so" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"ss" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"tF" = ( +/obj/wallframe_spawn/reinforced_phoron/hull, +/obj/machinery/door/blast/regular{ + id_tag = "sk_bd_east"; + name = "Biodome protective shutters"; + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/paint/black, +/turf/simulated/floor/plating, +/area/map_template/biodome/living) +"tQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{ + dir = 4; + id_tag = "skrellbd_pump_out_external" + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"tU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"tW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"uK" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -6 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"uT" = ( +/obj/wallframe_spawn/reinforced_phoron/hull, +/obj/machinery/door/firedoor, +/obj/paint/black, +/turf/simulated/floor/plating, +/area/map_template/biodome/medbay) +"uV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/alarm/skrell{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"vh" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"vz" = ( +/turf/template_noop, +/area/template_noop) +"vI" = ( +/obj/structure/table/woodentable/walnut, +/obj/item/tape_roll/skrell, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"xj" = ( +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"xm" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"xG" = ( +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/living) +"yc" = ( +/obj/structure/hygiene/sink{ + dir = 1; + pixel_y = 16 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"yI" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"zq" = ( +/obj/structure/roller_bed, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"AH" = ( +/obj/machinery/power/smes/buildable/max_cap_in_out, +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"AL" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"Bu" = ( +/obj/machinery/door/airlock/multi_tile/glass/civilian{ + dir = 8; + name = "Hydration Area" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"Bv" = ( +/obj/structure/bed/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"Cr" = ( +/obj/machinery/button/blast_door{ + dir = 1; + pixel_y = -26; + id_tag = "sk_bd_west"; + req_access = list("ACCESS_SKRELLSCOUT") + }, +/obj/structure/table/glass, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"CL" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/solar/improved{ + id_tag = "skbiodome" + }, +/obj/floor_decal/solarpanel, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"CP" = ( +/obj/structure/hygiene/shower{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/living) +"DW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/civilian, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"EJ" = ( +/obj/machinery/body_scanconsole{ + dir = 4 + }, +/obj/machinery/light/skrell{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"Gj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"Gr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 6; + pixel_y = 24 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"Gt" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"Gu" = ( +/obj/machinery/light/skrell{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"GB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/door/airlock/external/bolted{ + req_access = list("ACCESS_SKRELLSCOUT"); + id_tag = "skrellbd_inner"; + autoset_access = 0 + }, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "transshipment_hangar"; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"GW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"Hy" = ( +/obj/structure/hygiene/sink{ + dir = 4; + pixel_x = 11; + pixel_y = 5 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/living) +"HL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/living) +"HX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"Ia" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable, +/obj/machinery/power/apc/critical{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_SKRELLSCOUT") + }, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = -22 + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"Ih" = ( +/obj/wallframe_spawn/reinforced_phoron/hull, +/obj/machinery/door/blast/regular{ + id_tag = "sk_bd_west"; + name = "Biodome protective shutters"; + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/paint/black, +/turf/simulated/floor/plating, +/area/map_template/biodome/medbay) +"Iy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"IA" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"II" = ( +/obj/machinery/atmospherics/portables_connector, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"IP" = ( +/obj/structure/hygiene/drain/bath, +/obj/machinery/light/skrell, +/turf/simulated/floor/pool, +/area/map_template/biodome/living) +"IV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/engineering) +"Jg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/standard, +/obj/item/mop/advanced, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"Jt" = ( +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"Jy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"JG" = ( +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/living) +"JM" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"Ke" = ( +/obj/machinery/vending/medical/skrell, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"Ko" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5 + }, +/obj/item/reagent_containers/spray/sterilizine, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"Ky" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"KB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/machinery/light/skrell{ + dir = 8 + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"KD" = ( +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"KP" = ( +/obj/structure/hygiene/toilet{ + dir = 8 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/living) +"Lc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/external/bolted{ + req_access = list("ACCESS_SKRELLSCOUT"); + id_tag = "skrellbd_inner"; + autoset_access = 0 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"Ln" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/storage/firstaid/adv{ + pixel_x = -9; + pixel_y = -2 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"Lr" = ( +/obj/machinery/light/skrell{ + dir = 4 + }, +/obj/machinery/vending/engineering{ + req_access = list("ACCESS_SKRELLSCOUT"); + dir = 8 + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"LY" = ( +/obj/structure/table/standard, +/obj/machinery/light/skrell{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"Ma" = ( +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/civilian, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"Me" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"Mi" = ( +/obj/structure/closet/crate, +/obj/item/seeds/ximikoa, +/obj/item/seeds/ximikoa, +/obj/item/seeds/ximikoa, +/obj/item/seeds/okrri, +/obj/item/seeds/okrri, +/obj/item/seeds/okrri, +/obj/item/seeds/qokkloa, +/obj/item/seeds/qokkloa, +/obj/item/seeds/qokkloa, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"MA" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"ML" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"Nn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/engineering) +"ND" = ( +/obj/machinery/door/airlock/civilian{ + name = "Dormintories" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"NE" = ( +/obj/structure/table/woodentable/walnut, +/obj/item/toy/plushie/thoom, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"NG" = ( +/obj/wallframe_spawn/reinforced_phoron/hull, +/obj/machinery/door/blast/regular{ + id_tag = "sk_bd_south"; + name = "Biodome protective shutters" + }, +/obj/machinery/door/firedoor, +/obj/paint/black, +/turf/simulated/floor/plating, +/area/map_template/biodome/living) +"NP" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"NU" = ( +/obj/structure/closet/cabinet, +/obj/item/device/radio/hailing, +/obj/item/device/radio/hailing, +/obj/item/gun/energy/gun/skrell, +/obj/item/device/spaceflare, +/obj/machinery/light/skrell{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"Oa" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"Oe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/civilian, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"Ow" = ( +/obj/machinery/chem_master, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"OM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm/skrell{ + pixel_y = 14 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"OT" = ( +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"OU" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{ + id_tag = "skrellbd_pump" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"OX" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"Py" = ( +/obj/structure/reagent_dispensers/water_cooler{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"PH" = ( +/obj/machinery/door/airlock{ + name = "Head" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"PR" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/solar{ + id_tag = "skbiodome" + }, +/obj/floor_decal/solarpanel, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"PU" = ( +/obj/machinery/power/tracker, +/obj/structure/cable/yellow, +/obj/floor_decal/solarpanel, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"PZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"Qv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"QI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"QK" = ( +/obj/machinery/alarm/skrell{ + pixel_y = 14 + }, +/turf/simulated/floor/tiled/skrell/green, +/area/map_template/biodome/living) +"QX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"Rg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"RC" = ( +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/item/reagent_containers/food/snacks/skrellsnacks, +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/drinks/bottle/thoom, +/obj/item/reagent_containers/food/drinks/bottle/thoom, +/obj/item/reagent_containers/food/drinks/bottle/thoom, +/obj/machinery/power/apc/critical{ + name = "south bump"; + pixel_y = -24; + req_access = list("ACCESS_SKRELLSCOUT") + }, +/obj/structure/cable, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"Tr" = ( +/obj/machinery/light/skrell{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"Uc" = ( +/obj/machinery/smartfridge/chemistry, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"Ut" = ( +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/map_template/biodome/living) +"UW" = ( +/obj/machinery/atmospherics/unary/tank/air{ + start_pressure = 4559.63 + }, +/obj/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/engineering) +"Vz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/roller_bed, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"Wo" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/solar/improved{ + id_tag = "skbiodome" + }, +/obj/floor_decal/solarpanel, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"WS" = ( +/obj/machinery/space_heater/skrell, +/obj/machinery/light/skrell{ + dir = 8 + }, +/turf/simulated/floor/tiled/skrell/orange, +/area/map_template/biodome/living) +"WU" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"Xj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/atmos) +"XK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/skrell{ + dir = 4; + icon_state = "tube1" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/living) +"Yl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/black{ + dir = 1 + }, +/obj/machinery/door/airlock/external/bolted{ + req_access = list("ACCESS_SKRELLSCOUT"); + id_tag = "skrellbd_outer"; + autoset_access = 0 + }, +/obj/machinery/door/blast/regular{ + id_tag = "sk_bd_north"; + name = "Biodome protective shutters"; + dir = 2 + }, +/obj/machinery/access_button/airlock_exterior{ + frequency = 1380; + master_tag = "transshipment_hangar"; + pixel_x = -25 + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"YI" = ( +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/map_template/biodome/atmos) +"YK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/black{ + dir = 4 + }, +/obj/paint/black, +/turf/simulated/wall/r_wall, +/area/map_template/biodome/engineering) +"YU" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{ + id_tag = "skrellbd_pump" + }, +/obj/machinery/embedded_controller/radio/airlock/airlock_controller{ + tag_exterior_door = "transshipment_hangar_outer"; + tag_interior_door = "transshipment_hangar_inner"; + tag_airpump = "transshipment_hangar_pump"; + tag_chamber_sensor = "transshipment_hangar_sensor_chamber"; + id_tag = "skrellbd"; + frequency = 1380; + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/tiled/skrell/red, +/area/map_template/biodome/engineering) +"Zo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"Zu" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/exoplanet/concrete/reinforced, +/area/map_template/biodome/engineering) +"ZC" = ( +/obj/structure/table/woodentable/walnut, +/turf/simulated/floor/carpet/blue, +/area/map_template/biodome/living) +"ZR" = ( +/obj/machinery/alarm/skrell{ + pixel_y = 14 + }, +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 24 + }, +/turf/simulated/floor/tiled/skrell/white, +/area/map_template/biodome/medbay) +"ZW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/skrell/blue, +/area/map_template/biodome/engineering) + +(1,1,1) = {" +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(2,1,1) = {" +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(3,1,1) = {" +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(4,1,1) = {" +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(5,1,1) = {" +vz +vz +vz +vz +vz +vz +Wo +vh +AL +PU +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(6,1,1) = {" +vz +vz +vz +vz +vz +Wo +vh +JM +CL +xj +cY +cJ +Ih +Ih +Ih +Ih +Ih +Ih +cJ +cY +cY +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(7,1,1) = {" +vz +vz +vz +vz +Wo +vh +JM +CL +xj +xj +YI +cJ +Uc +KD +bg +Ko +uK +oa +cJ +Ut +cY +cY +vz +vz +vz +vz +vz +vz +vz +vz +"} +(8,1,1) = {" +vz +vz +vz +Wo +vh +JM +CL +xj +xj +YI +YI +cJ +Ke +KD +KD +KD +KD +pa +cJ +Ut +Ut +cY +cY +vz +vz +vz +vz +vz +vz +vz +"} +(9,1,1) = {" +vz +vz +Wo +vh +JM +CL +xj +xj +YI +YI +pi +cJ +ke +KD +KD +Ln +hn +Ow +cJ +jM +Ut +Ut +cY +cY +vz +vz +vz +vz +vz +vz +"} +(10,1,1) = {" +vz +Wo +vh +JM +CL +xj +xj +YI +YI +aq +Xj +cJ +EJ +KD +KD +MA +es +Cr +cJ +oZ +jM +Ut +Ut +cY +cY +vz +vz +vz +vz +vz +"} +(11,1,1) = {" +vz +xj +Oa +CL +xj +xj +YI +YI +OX +II +Xj +cJ +fz +KD +KD +KD +KD +pa +cJ +Jy +ss +jM +Ut +Ut +cY +cY +vz +vz +vz +vz +"} +(12,1,1) = {" +vz +xj +iG +xj +xj +qz +YI +nJ +so +rg +uV +cJ +ZR +QX +kP +tW +Vz +zq +cJ +ND +Ut +Ut +Ut +Ut +Ut +cY +vz +vz +vz +vz +"} +(13,1,1) = {" +vz +xj +iG +xj +xj +tQ +YI +Gu +rO +NP +dK +cJ +hQ +hQ +KD +Qv +Mi +RC +cJ +OM +OT +NU +OT +Py +NG +cY +vz +vz +vz +vz +"} +(14,1,1) = {" +vz +xj +iG +xj +xj +YK +YI +YI +YI +GW +go +cJ +uT +uT +gw +rE +uT +uT +cJ +Iy +rI +gC +gC +OT +NG +cY +vz +vz +vz +vz +"} +(15,1,1) = {" +vz +xj +iG +xj +xj +Yl +pA +YU +GB +IV +ZW +Oe +Jt +PZ +Jt +rW +hq +Jt +Oe +QI +ML +mc +NE +OT +NG +cY +vz +vz +vz +vz +"} +(16,1,1) = {" +vz +xj +WU +AL +AL +gj +eD +OU +Lc +ee +Nn +Ma +au +rh +au +yI +XK +lx +DW +aQ +HX +ZC +vI +OT +NG +cY +vz +vz +vz +vz +"} +(17,1,1) = {" +vz +xj +iG +xj +xj +YK +qz +qz +qz +gl +gE +Ut +Ut +Ut +IA +Bu +Ut +Ut +Ut +Gr +Zo +Bv +Bv +OT +NG +cY +vz +vz +vz +vz +"} +(18,1,1) = {" +vz +xj +iG +xj +xj +eB +qz +UW +KB +xm +ar +WS +pv +Ut +yc +fe +dm +rw +Ut +Iy +OT +Tr +OT +cn +NG +cY +vz +vz +vz +vz +"} +(19,1,1) = {" +vz +xj +iG +xj +xj +qz +qz +in +ba +kM +Gj +xG +JG +Ut +QK +mg +Me +rw +Ut +PH +Ut +Ut +Ut +Ut +Ut +cY +vz +vz +vz +vz +"} +(20,1,1) = {" +vz +xj +Zu +CL +xj +xj +qz +qz +sk +da +Rg +Ut +Ut +Ut +co +kI +tU +rw +Ut +HL +qG +CP +Ut +Ut +cY +cY +vz +vz +vz +vz +"} +(21,1,1) = {" +vz +Wo +Ky +Gt +PR +xj +xj +qz +qz +AH +Ia +Ut +iL +kK +co +co +ci +Jg +Ut +pE +Hy +Ut +Ut +cY +cY +vz +vz +vz +vz +vz +"} +(22,1,1) = {" +vz +vz +Wo +Ky +Gt +CL +xj +xj +qz +qz +Lr +Ut +nT +co +bB +bB +bB +bB +Ut +KP +Ut +Ut +cY +cY +vz +vz +vz +vz +vz +vz +"} +(23,1,1) = {" +vz +vz +vz +Wo +Ky +Gt +CL +xj +xj +qz +qz +Ut +LY +co +dF +bB +bB +IP +Ut +Ut +Ut +cY +cY +vz +vz +vz +vz +vz +vz +vz +"} +(24,1,1) = {" +vz +vz +vz +vz +Wo +Ky +Gt +CL +xj +xj +qz +Ut +nT +co +bB +bB +bB +bB +Ut +Ut +cY +cY +vz +vz +vz +vz +vz +vz +vz +vz +"} +(25,1,1) = {" +vz +vz +vz +vz +vz +Wo +Ky +Gt +CL +xj +cY +Ut +tF +tF +tF +tF +tF +tF +Ut +cY +cY +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(26,1,1) = {" +vz +vz +vz +vz +vz +vz +Wo +Ky +AL +CL +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(27,1,1) = {" +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(28,1,1) = {" +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(29,1,1) = {" +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"} +(30,1,1) = {" +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +vz +"}