From b12e43b2deb31875cf7b19f12284101dedcb6b1f Mon Sep 17 00:00:00 2001 From: courierbravo <73250577+courierbravo@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:09:34 -0700 Subject: [PATCH] Courier's Biesel ruins (#18983) Adds 7 new ruins for Biesel, with more expected to come around soon. These ruins include camp sites, abandoned cargo, a very recently crashed ship, and abandoned warehouses. --- aurorastation.dme | 8 + .../modules/maps/planet_types/lore/tauceti.dm | 9 +- .../changelogs/CourierBravo - Biesel Maps.yml | 60 + .../biesel/abandoned_warehouse_1.dm | 10 + .../biesel/abandoned_warehouse_1.dmm | 674 ++++ .../biesel/abandoned_warehouse_2.dm | 10 + .../biesel/abandoned_warehouse_2.dmm | 650 ++++ .../exoplanets/biesel/biesel_camp_site.dm | 21 + .../exoplanets/biesel/biesel_camp_site.dmm | 504 +++ .../exoplanets/biesel/biesel_crash.dm | 10 + .../exoplanets/biesel/biesel_crash.dmm | 3228 +++++++++++++++++ .../exoplanets/biesel/cargo_ruins_1.dm | 10 + .../exoplanets/biesel/cargo_ruins_1.dmm | 319 ++ .../exoplanets/biesel/cargo_ruins_2.dm | 10 + .../exoplanets/biesel/cargo_ruins_2.dmm | 447 +++ .../exoplanets/biesel/cargo_ruins_3.dm | 10 + .../exoplanets/biesel/cargo_ruins_3.dmm | 892 +++++ .../exoplanets/biesel/pra_camp_site.dm | 10 + .../exoplanets/biesel/pra_camp_site.dmm | 628 ++++ 19 files changed, 7509 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/CourierBravo - Biesel Maps.yml create mode 100644 maps/random_ruins/exoplanets/biesel/abandoned_warehouse_1.dm create mode 100644 maps/random_ruins/exoplanets/biesel/abandoned_warehouse_1.dmm create mode 100644 maps/random_ruins/exoplanets/biesel/abandoned_warehouse_2.dm create mode 100644 maps/random_ruins/exoplanets/biesel/abandoned_warehouse_2.dmm create mode 100644 maps/random_ruins/exoplanets/biesel/biesel_camp_site.dm create mode 100644 maps/random_ruins/exoplanets/biesel/biesel_camp_site.dmm create mode 100644 maps/random_ruins/exoplanets/biesel/biesel_crash.dm create mode 100644 maps/random_ruins/exoplanets/biesel/biesel_crash.dmm create mode 100644 maps/random_ruins/exoplanets/biesel/cargo_ruins_1.dm create mode 100644 maps/random_ruins/exoplanets/biesel/cargo_ruins_1.dmm create mode 100644 maps/random_ruins/exoplanets/biesel/cargo_ruins_2.dm create mode 100644 maps/random_ruins/exoplanets/biesel/cargo_ruins_2.dmm create mode 100644 maps/random_ruins/exoplanets/biesel/cargo_ruins_3.dm create mode 100644 maps/random_ruins/exoplanets/biesel/cargo_ruins_3.dmm create mode 100644 maps/random_ruins/exoplanets/biesel/pra_camp_site.dm create mode 100644 maps/random_ruins/exoplanets/biesel/pra_camp_site.dmm diff --git a/aurorastation.dme b/aurorastation.dme index bbce97c52c3..27891848468 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -4008,6 +4008,14 @@ #include "maps\random_ruins\exoplanets\asteroid\coalition_base\coalition_base.dm" #include "maps\random_ruins\exoplanets\asteroid\mystery_ship\mystery_ship_areas.dm" #include "maps\random_ruins\exoplanets\asteroid\old_outpost\old_outpost.dm" +#include "maps\random_ruins\exoplanets\biesel\abandoned_warehouse_1.dm" +#include "maps\random_ruins\exoplanets\biesel\abandoned_warehouse_2.dm" +#include "maps\random_ruins\exoplanets\biesel\biesel_camp_site.dm" +#include "maps\random_ruins\exoplanets\biesel\biesel_crash.dm" +#include "maps\random_ruins\exoplanets\biesel\cargo_ruins_1.dm" +#include "maps\random_ruins\exoplanets\biesel\cargo_ruins_2.dm" +#include "maps\random_ruins\exoplanets\biesel\cargo_ruins_3.dm" +#include "maps\random_ruins\exoplanets\biesel\pra_camp_site.dm" #include "maps\random_ruins\exoplanets\burzsia\burzsia_dead_ipc.dm" #include "maps\random_ruins\exoplanets\burzsia\burzsia_mining.dm" #include "maps\random_ruins\exoplanets\crashed_pod\crashed_pod.dm" diff --git a/code/modules/maps/planet_types/lore/tauceti.dm b/code/modules/maps/planet_types/lore/tauceti.dm index dced659a9d7..90d58aecc65 100644 --- a/code/modules/maps/planet_types/lore/tauceti.dm +++ b/code/modules/maps/planet_types/lore/tauceti.dm @@ -162,7 +162,14 @@ plant_colors = null//pre colored generated_name = FALSE ruin_planet_type = PLANET_LORE - ruin_type_whitelist = list() + ruin_type_whitelist = list( + /datum/map_template/ruin/exoplanet/abandoned_warehouse_1, + /datum/map_template/ruin/exoplanet/abandoned_warehouse_2, + /datum/map_template/ruin/exoplanet/biesel_camp_site, + /datum/map_template/ruin/exoplanet/cargo_ruins_1, + /datum/map_template/ruin/exoplanet/cargo_ruins_2, + /datum/map_template/ruin/exoplanet/cargo_ruins_3, + /datum/map_template/ruin/exoplanet/pra_camp_site) place_near_main = list(2, 2) /obj/effect/overmap/visitable/sector/exoplanet/biesel/generate_habitability() diff --git a/html/changelogs/CourierBravo - Biesel Maps.yml b/html/changelogs/CourierBravo - Biesel Maps.yml new file mode 100644 index 00000000000..1b34af7762f --- /dev/null +++ b/html/changelogs/CourierBravo - Biesel Maps.yml @@ -0,0 +1,60 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: CourierBravo + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds 7 new biesel exclusive ruins. These include camp sites, abandoned cargo, a very recently crashed ship, and abandoned warehouses" + + diff --git a/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_1.dm b/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_1.dm new file mode 100644 index 00000000000..81d4abe6cb3 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_1.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/abandoned_warehouse_1 + name = "Abandoned Warehouse 1" + id = "abandoned_warehouse_1" + description = "An abandoned warehouse, with some leftover goods on the shelves." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_TAU_CETI) + + prefix = "biesel/" + suffixes = list("abandoned_warehouse_1.dmm") diff --git a/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_1.dmm b/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_1.dmm new file mode 100644 index 00000000000..98f52aa9e47 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_1.dmm @@ -0,0 +1,674 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"dn" = ( +/turf/simulated/wall, +/area/template_noop) +"dJ" = ( +/obj/structure/chainlink_fence{ + dir = 1 + }, +/obj/structure/chainlink_fence{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"eA" = ( +/obj/effect/landmark/clear, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"eH" = ( +/obj/effect/decal/remains/lizard, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"fj" = ( +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"hJ" = ( +/obj/effect/decal/remains/rat, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"hR" = ( +/obj/machinery/door/urban, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"hZ" = ( +/obj/structure/chainlink_fence, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"im" = ( +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"iR" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/powercell, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"jI" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/backpack, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"kb" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/colored_jumpsuit, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"ml" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"os" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/toolbox, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"qN" = ( +/obj/structure/closet/crate/bin/urban/dumpster, +/obj/structure/trash_pile, +/obj/structure/trash_pile, +/obj/structure/trash_pile, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"qX" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/backpack, +/obj/random/booze, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"qY" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/tool, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"ra" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/loot, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"sx" = ( +/obj/random/junk, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"sF" = ( +/obj/structure/table/steel, +/obj/random/gloves, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"yg" = ( +/obj/structure/chainlink_fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"AY" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/backpack, +/obj/random/junk, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Bk" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/booze, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"BQ" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/tech_supply, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Co" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/loot, +/obj/random/junk, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Cx" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/plushie, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Eo" = ( +/obj/structure/table/steel, +/obj/random/mre, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"FD" = ( +/obj/structure/chainlink_fence{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"FT" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/hoodie, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Gs" = ( +/obj/structure/chainlink_fence, +/obj/structure/chainlink_fence{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"GY" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/softcap, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Ha" = ( +/obj/structure/trash_pile, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Hk" = ( +/turf/template_noop, +/area/template_noop) +"Iq" = ( +/obj/machinery/light/broken{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/decal/remains/rat, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Is" = ( +/obj/structure/table/steel, +/obj/random/smalltank, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"JY" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/firstaid, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Kk" = ( +/obj/structure/closet/crate/bin/urban/dumpster, +/obj/structure/trash_pile, +/obj/structure/trash_pile, +/obj/structure/trash_pile, +/obj/random/dirt_75, +/obj/effect/decal/remains/rat, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Lr" = ( +/obj/structure/chainlink_fence, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Lz" = ( +/obj/machinery/light/broken{ + dir = 1; + pixel_y = 19 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"LN" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/melee, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Mj" = ( +/obj/machinery/light{ + name = "adjusted light fixture" + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"MR" = ( +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Oc" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/belt, +/obj/random/junk, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Or" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/seed, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"RA" = ( +/obj/structure/table/steel, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"SX" = ( +/obj/random/junk, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"TG" = ( +/obj/machinery/light/broken, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"TY" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/seed, +/obj/random/junk, +/obj/random/glowstick, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Vn" = ( +/obj/structure/table/steel, +/obj/random/softcap, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"WH" = ( +/obj/structure/chainlink_fence{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Yo" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/junk, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Yx" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/plushie, +/obj/random/glowstick, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"YU" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/belt, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Zy" = ( +/obj/structure/table/rack/retail_shelf, +/obj/random/suit, +/obj/random/tool, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"ZJ" = ( +/obj/structure/table/steel, +/obj/effect/decal/remains/lizard, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) + +(1,1,1) = {" +im +im +im +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +"} +(2,1,1) = {" +im +im +im +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +"} +(3,1,1) = {" +im +eA +im +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +Hk +"} +(4,1,1) = {" +im +eA +im +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +"} +(5,1,1) = {" +im +eA +im +dn +ZJ +MR +sF +RA +fj +fj +Vn +Is +fj +sx +Eo +RA +ml +dn +"} +(6,1,1) = {" +im +eA +im +hR +fj +sx +fj +MR +fj +fj +fj +MR +MR +fj +fj +MR +MR +dn +"} +(7,1,1) = {" +im +eA +im +dn +Iq +MR +MR +MR +fj +fj +fj +MR +fj +MR +MR +Ha +TG +dn +"} +(8,1,1) = {" +im +eA +im +dn +Ha +MR +YU +qY +MR +MR +Yo +qX +MR +Co +Yo +eH +fj +dn +"} +(9,1,1) = {" +im +eA +im +dn +fj +MR +GY +JY +MR +Ha +Oc +Yo +fj +Cx +FT +MR +fj +dn +"} +(10,1,1) = {" +im +eA +im +dn +MR +MR +Zy +os +MR +fj +YU +kb +fj +TY +Or +MR +MR +dn +"} +(11,1,1) = {" +im +eA +im +dn +Lz +fj +BQ +BQ +MR +fj +Yx +Cx +fj +FT +AY +fj +Mj +dn +"} +(12,1,1) = {" +im +eA +im +dn +MR +MR +jI +Bk +MR +fj +Co +iR +fj +LN +ra +MR +MR +dn +"} +(13,1,1) = {" +im +eA +im +dn +SX +fj +fj +hJ +sx +MR +MR +MR +MR +fj +MR +MR +Ha +dn +"} +(14,1,1) = {" +im +eA +im +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +dn +"} +(15,1,1) = {" +Hk +im +im +im +FD +fj +Kk +qN +fj +MR +hZ +im +im +im +Hk +Hk +Hk +Hk +"} +(16,1,1) = {" +Hk +im +im +im +fj +fj +fj +hJ +fj +fj +Lr +im +im +im +Hk +Hk +Hk +Hk +"} +(17,1,1) = {" +Hk +im +im +im +dJ +yg +WH +WH +WH +yg +Gs +im +im +im +Hk +Hk +Hk +Hk +"} +(18,1,1) = {" +Hk +im +im +im +im +im +im +im +im +im +im +im +im +im +Hk +Hk +Hk +Hk +"} +(19,1,1) = {" +Hk +im +im +im +im +im +im +im +im +im +im +Hk +Hk +Hk +Hk +Hk +Hk +Hk +"} diff --git a/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_2.dm b/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_2.dm new file mode 100644 index 00000000000..3a7c013b772 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_2.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/abandoned_warehouse_2 + name = "Abandoned Warehouse 2" + id = "abandoned_warehouse_2" + description = "An abandoned warehouse, with some leftover canisters and such." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_TAU_CETI) + + prefix = "biesel/" + suffixes = list("abandoned_warehouse_2.dmm") diff --git a/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_2.dmm b/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_2.dmm new file mode 100644 index 00000000000..c19f634cfa6 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/abandoned_warehouse_2.dmm @@ -0,0 +1,650 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bB" = ( +/obj/structure/chainlink_fence{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"cZ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"gh" = ( +/obj/structure/table/steel, +/obj/random/toolbox, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"gl" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/structure/closet/crate/plastic, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"gK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/empty/hydrogen/tritium, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"hG" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"jV" = ( +/turf/simulated/wall, +/area/template_noop) +"kQ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/empty/sulfur_dioxide, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"kY" = ( +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"lq" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"lt" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"lV" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/loot, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"mt" = ( +/obj/random/junk, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"oU" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/machinery/portable_atmospherics/canister/empty/hydrogen/tritium, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"pq" = ( +/obj/structure/chainlink_fence{ + dir = 1 + }, +/obj/structure/chainlink_fence{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"qS" = ( +/obj/structure/chainlink_fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"rb" = ( +/obj/machinery/light{ + name = "adjusted light fixture" + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"sD" = ( +/obj/effect/landmark/clear, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"tM" = ( +/obj/structure/table/steel, +/obj/random/bandana, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"us" = ( +/obj/random/junk, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"uy" = ( +/obj/structure/chainlink_fence{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"uO" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate/plastic, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"uZ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"wp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/empty/nitrogen_dioxide, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"xP" = ( +/obj/structure/table/steel, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"ya" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/machinery/portable_atmospherics/canister/hydrogen, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"zr" = ( +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"zB" = ( +/obj/structure/table/steel, +/obj/random/mre, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"BL" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/machinery/portable_atmospherics/canister/helium, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Ci" = ( +/obj/machinery/door/urban, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"DL" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/empty/sleeping_agent, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Eu" = ( +/obj/structure/chainlink_fence, +/obj/structure/chainlink_fence{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Ew" = ( +/obj/machinery/light/broken, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Fv" = ( +/obj/structure/trash_pile, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"FA" = ( +/obj/structure/table/steel, +/obj/random/smalltank, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Gp" = ( +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"GK" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/machinery/portable_atmospherics/canister/empty/boron, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"GS" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/portable_atmospherics/canister/empty/hydrogen, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Hj" = ( +/obj/structure/closet/crate/bin/urban/dumpster, +/obj/structure/trash_pile, +/obj/structure/trash_pile, +/obj/structure/trash_pile, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"JS" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Lq" = ( +/obj/structure/chainlink_fence, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Mu" = ( +/obj/machinery/light/broken{ + dir = 1; + pixel_y = 19 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"NA" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/structure/closet/crate, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Sp" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/machinery/portable_atmospherics/canister/empty/phoron, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Tl" = ( +/obj/structure/chainlink_fence, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Uy" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/random/cookingoil, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Vk" = ( +/obj/structure/table/steel, +/obj/random/gloves, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Vm" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/dirt_75, +/obj/machinery/portable_atmospherics/canister/empty/chlorine, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"WQ" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/random/cookingoil, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"Yc" = ( +/obj/structure/table/steel, +/obj/random/desktoy, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"ZS" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +zr +zr +zr +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +"} +(2,1,1) = {" +zr +zr +zr +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +"} +(3,1,1) = {" +zr +sD +zr +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +ZS +"} +(4,1,1) = {" +zr +sD +zr +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +"} +(5,1,1) = {" +zr +sD +zr +jV +FA +Gp +xP +gh +kY +kY +Yc +hG +kY +us +Vk +zB +tM +jV +"} +(6,1,1) = {" +zr +sD +zr +Ci +kY +us +kY +Gp +kY +kY +kY +Gp +Gp +kY +kY +Gp +Gp +jV +"} +(7,1,1) = {" +zr +sD +zr +jV +Mu +Gp +Gp +Gp +kY +kY +kY +Gp +kY +Gp +Gp +Fv +Ew +jV +"} +(8,1,1) = {" +zr +sD +zr +jV +Fv +Gp +NA +ya +Gp +Gp +lt +lV +Gp +lq +NA +Gp +kY +jV +"} +(9,1,1) = {" +zr +sD +zr +jV +kY +Gp +Vm +oU +Gp +Fv +Uy +GK +kY +lt +Sp +Gp +kY +jV +"} +(10,1,1) = {" +zr +sD +zr +jV +Gp +Gp +GS +gK +Gp +kY +JS +uZ +kY +uO +lt +Gp +Gp +jV +"} +(11,1,1) = {" +zr +sD +zr +jV +Mu +kY +lV +JS +Gp +kY +DL +cZ +kY +kQ +gl +kY +rb +jV +"} +(12,1,1) = {" +zr +sD +zr +jV +Gp +Gp +BL +WQ +Gp +kY +uO +wp +kY +Sp +lV +Gp +Gp +jV +"} +(13,1,1) = {" +zr +sD +zr +jV +mt +kY +kY +Gp +us +Gp +Gp +Gp +Gp +kY +Gp +Gp +Fv +jV +"} +(14,1,1) = {" +zr +sD +zr +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +jV +"} +(15,1,1) = {" +ZS +zr +zr +zr +uy +kY +Hj +Hj +kY +Gp +Tl +zr +zr +zr +ZS +ZS +ZS +ZS +"} +(16,1,1) = {" +ZS +zr +zr +zr +kY +kY +kY +Gp +kY +kY +Lq +zr +zr +zr +ZS +ZS +ZS +ZS +"} +(17,1,1) = {" +ZS +zr +zr +zr +pq +qS +bB +bB +bB +qS +Eu +zr +zr +zr +ZS +ZS +ZS +ZS +"} +(18,1,1) = {" +ZS +zr +zr +zr +zr +zr +zr +zr +zr +zr +zr +zr +zr +zr +ZS +ZS +ZS +ZS +"} +(19,1,1) = {" +ZS +zr +zr +zr +zr +zr +zr +zr +zr +zr +zr +ZS +ZS +ZS +ZS +ZS +ZS +ZS +"} diff --git a/maps/random_ruins/exoplanets/biesel/biesel_camp_site.dm b/maps/random_ruins/exoplanets/biesel/biesel_camp_site.dm new file mode 100644 index 00000000000..ef417e02730 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/biesel_camp_site.dm @@ -0,0 +1,21 @@ +/datum/map_template/ruin/exoplanet/biesel_camp_site + name = "Biesel Camp Site" + id = "biesel_camp_site" + description = "A camp site set up by some locals. Seems like they're not here right now?" + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_TAU_CETI) + + prefix = "biesel/" + suffixes = list("biesel_camp_site.dmm") + +/area/biesel_camp_site + name = "Biesel Camp Site" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + + ambience = list('sound/effects/wind/wind_2_1.ogg','sound/effects/wind/wind_2_2.ogg','sound/effects/wind/wind_3_1.ogg','sound/effects/wind/wind_4_1.ogg') + base_turf = /turf/simulated/mineral + area_flags = AREA_FLAG_HIDE_FROM_HOLOMAP | AREA_FLAG_INDESTRUCTIBLE_TURFS diff --git a/maps/random_ruins/exoplanets/biesel/biesel_camp_site.dmm b/maps/random_ruins/exoplanets/biesel/biesel_camp_site.dmm new file mode 100644 index 00000000000..9ddbf60402c --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/biesel_camp_site.dmm @@ -0,0 +1,504 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"c" = ( +/obj/structure/flora/tree/grove, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"d" = ( +/obj/item/stack/material/wood/log{ + pixel_x = -7 + }, +/obj/item/stack/material/wood/log{ + pixel_x = 2 + }, +/obj/item/stack/material/wood/log{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"e" = ( +/obj/structure/table/standard, +/obj/item/gun/projectile/automatic/rifle/konyang/pirate_rifle{ + pixel_x = 1; + pixel_y = 11 + }, +/obj/item/material/hatchet/lumber{ + pixel_x = 8; + pixel_y = -7 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"f" = ( +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"g" = ( +/obj/structure/bonfire, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"h" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"i" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"j" = ( +/obj/structure/bed/stool/chair/folding{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"k" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/hotdog, +/obj/item/reagent_containers/food/snacks/hotdog, +/obj/item/reagent_containers/food/snacks/hotdog, +/obj/item/reagent_containers/food/snacks/hotdog, +/obj/item/reagent_containers/food/snacks/burger, +/obj/item/reagent_containers/food/snacks/burger, +/obj/item/reagent_containers/food/snacks/burger, +/obj/item/reagent_containers/food/snacks/burger, +/obj/item/reagent_containers/food/snacks/salad/tossedsalad, +/obj/item/reagent_containers/food/snacks/salad/tossedsalad, +/obj/item/storage/box/drinkingglasses, +/obj/item/material/kitchen/utensil/fork/plastic, +/obj/item/material/kitchen/utensil/fork/plastic, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"l" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"m" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"o" = ( +/obj/structure/flora/log_bench{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"p" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"s" = ( +/obj/structure/reagent_dispensers/keg/beerkeg, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"t" = ( +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"w" = ( +/obj/structure/flora/stump, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"y" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/food/snacks/sosjerky{ + pixel_y = 11; + pixel_x = 4 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"A" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"D" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer/light, +/obj/item/reagent_containers/food/drinks/bottle/small/beer/light, +/obj/item/reagent_containers/food/drinks/bottle/small/beer/light, +/obj/item/reagent_containers/food/drinks/bottle/small/beer/light, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/bottle/small/beer, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"F" = ( +/obj/structure/bed/stool/chair/folding, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"G" = ( +/obj/effect/decal/fake_object{ + icon = 'icons/obj/weapons.dmi'; + icon_state = "towel_flat"; + pixel_x = 10; + pixel_y = 26; + color = "#903A64"; + desc = "A soft fleece picnic blanket."; + name = "picnic blanket"; + layer = 2.99 + }, +/obj/effect/decal/fake_object{ + icon = 'icons/obj/weapons.dmi'; + icon_state = "towel_flat"; + pixel_x = -10; + pixel_y = 12; + color = "#903A64"; + desc = "A soft fleece picnic blanket."; + name = "picnic blanket"; + layer = 2.99 + }, +/obj/effect/decal/fake_object{ + icon = 'icons/obj/weapons.dmi'; + icon_state = "towel_flat"; + pixel_x = 10; + pixel_y = -2; + color = "#903A64"; + desc = "A soft fleece picnic blanket."; + name = "picnic blanket"; + layer = 2.99 + }, +/obj/effect/decal/fake_object{ + icon = 'icons/obj/weapons.dmi'; + icon_state = "towel_flat"; + pixel_x = -6; + pixel_y = 26; + color = "#914789"; + desc = "A soft fleece picnic blanket."; + name = "picnic blanket" + }, +/obj/effect/decal/fake_object{ + icon = 'icons/obj/weapons.dmi'; + icon_state = "towel_flat"; + pixel_x = -6; + pixel_y = -2; + color = "#914789"; + desc = "A soft fleece picnic blanket."; + name = "picnic blanket" + }, +/obj/effect/decal/fake_object{ + icon = 'icons/obj/weapons.dmi'; + icon_state = "towel_flat"; + pixel_x = 13; + pixel_y = 12; + color = "#914789"; + desc = "A soft fleece picnic blanket."; + name = "picnic blanket" + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"I" = ( +/obj/machinery/appliance/cooker/grill, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"J" = ( +/turf/template_noop, +/area/template_noop) +"K" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"L" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"M" = ( +/obj/structure/flora/bush/grove, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"O" = ( +/obj/structure/automobile/random{ + dir = 4 + }, +/obj/machinery/media/jukebox{ + anchored = 1; + pixel_x = -11; + density = 0; + pixel_y = 2 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"P" = ( +/obj/structure/table/standard, +/obj/item/material/hatchet/butch, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"S" = ( +/obj/structure/bed/stool/chair/folding{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) +"Y" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/food/drinks/bottle/small/beer/root{ + pixel_y = 11; + pixel_x = -7 + }, +/obj/item/reagent_containers/food/snacks/fishjerky{ + pixel_x = 5 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/biesel_camp_site) + +(1,1,1) = {" +J +J +w +A +t +t +m +t +w +t +p +t +c +J +J +"} +(2,1,1) = {" +J +c +m +t +t +c +t +p +t +t +K +i +t +p +J +"} +(3,1,1) = {" +t +A +i +t +t +t +A +t +t +c +t +t +K +t +w +"} +(4,1,1) = {" +m +A +t +m +A +L +t +t +t +t +t +p +t +t +K +"} +(5,1,1) = {" +t +t +M +L +t +t +A +t +t +L +t +t +t +c +i +"} +(6,1,1) = {" +t +c +m +h +D +Y +y +p +p +w +t +t +t +t +p +"} +(7,1,1) = {" +K +t +G +a +f +a +k +s +t +t +A +t +t +t +t +"} +(8,1,1) = {" +L +t +f +F +d +a +f +a +i +t +w +K +m +t +w +"} +(9,1,1) = {" +c +m +h +f +g +j +f +O +t +p +t +p +t +t +K +"} +(10,1,1) = {" +K +t +I +a +S +a +f +f +A +M +t +t +t +c +p +"} +(11,1,1) = {" +t +c +K +e +P +o +h +t +t +t +t +t +t +t +t +"} +(12,1,1) = {" +K +t +A +l +t +t +t +t +t +c +A +t +t +t +i +"} +(13,1,1) = {" +w +t +i +p +t +A +p +t +t +t +L +p +t +m +t +"} +(14,1,1) = {" +J +K +t +t +c +m +L +t +t +t +t +K +A +p +J +"} +(15,1,1) = {" +J +J +t +t +t +t +K +w +p +i +m +t +w +J +J +"} diff --git a/maps/random_ruins/exoplanets/biesel/biesel_crash.dm b/maps/random_ruins/exoplanets/biesel/biesel_crash.dm new file mode 100644 index 00000000000..dc29ad75ce8 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/biesel_crash.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/biesel_crash + name = "Bieselite Crash" + id = "biesel_crash" + description = "A recently crashed ship. It looks like the survivors have left by some means." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_TAU_CETI) + + prefix = "biesel/" + suffixes = list("biesel_crash.dmm") diff --git a/maps/random_ruins/exoplanets/biesel/biesel_crash.dmm b/maps/random_ruins/exoplanets/biesel/biesel_crash.dmm new file mode 100644 index 00000000000..270ac7a1c3b --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/biesel_crash.dmm @@ -0,0 +1,3228 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aI" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + dir = 8 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"aP" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"bA" = ( +/obj/effect/decal/cleanable/floor_damage/broken3, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"bL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"bX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"co" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10; + pixel_y = 0 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"cr" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"cw" = ( +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"cW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall/shuttle{ + color = "81bd59" + }, +/area/template_noop) +"dn" = ( +/obj/random/dirt_75, +/obj/random/tool, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"dt" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"du" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/mre/main, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"dy" = ( +/obj/random/powercell, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"dH" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"ej" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"eo" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "2-8" + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"eN" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"fe" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"ff" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"fB" = ( +/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide{ + destroyed = 1; + health = -20; + icon_state = "black-1" + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"gf" = ( +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"gg" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/empty/air{ + destroyed = 1; + health = -20; + icon_state = "grey-1" + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"gO" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/machinery/portable_atmospherics/canister/empty/air{ + destroyed = 1; + health = -20; + icon_state = "grey-1" + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"he" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"hq" = ( +/obj/machinery/atmospherics/binary/pump/high_power, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"hv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact" + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"hx" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"hI" = ( +/obj/machinery/atmospherics/pipe/tank/air{ + layer = 3.5; + start_pressure = 5066.26; + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"iw" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"iG" = ( +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"iH" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"iL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9; + icon_state = "intact" + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"iP" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"jh" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"ji" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/random/dirt_75, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"js" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"jz" = ( +/obj/machinery/atmospherics/binary/passive_gate/supply{ + target_pressure = 250; + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/random/toolbox, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"jB" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"jD" = ( +/obj/random/dirt_75, +/obj/structure/lattice, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"jM" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"jP" = ( +/obj/random/dirt_75, +/obj/structure/door_assembly/door_assembly_generic{ + anchored = 1; + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"kc" = ( +/obj/machinery/portable_atmospherics/canister/empty/air{ + destroyed = 1; + health = -20; + icon_state = "grey-1" + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"kt" = ( +/obj/machinery/portable_atmospherics/canister/empty/air{ + destroyed = 1; + health = -20; + icon_state = "grey-1" + }, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"kw" = ( +/obj/random/dirt_75, +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"kE" = ( +/obj/machinery/atmospherics/unary/engine{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"kG" = ( +/obj/machinery/atmospherics/unary/engine{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"lu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"ly" = ( +/obj/item/material/shard/shrapnel, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"lJ" = ( +/obj/effect/decal/cleanable/floor_damage/broken1, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"lK" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/melee, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"lL" = ( +/obj/random/dirt_75, +/obj/random/tool, +/obj/item/material/shard/shrapnel, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"lP" = ( +/obj/random/smokable, +/obj/random/junk, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"lT" = ( +/obj/random/dirt_75, +/obj/random/dirt_75, +/obj/random/junk, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"me" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"mm" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"mW" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"nf" = ( +/obj/structure/closet, +/obj/item/clothing/head/padded{ + color = "#BCA77E" + }, +/obj/item/clothing/head/beanie{ + color = "#5b5b5b" + }, +/obj/item/clothing/head/softcap{ + color = "#c2d6ba" + }, +/obj/item/clothing/head/cowboy{ + color = "#573830" + }, +/obj/item/clothing/head/flatcap, +/obj/item/clothing/suit/storage/toggle/leather_jacket/military, +/obj/item/clothing/suit/storage/toggle/overlay/submariner{ + color = "5A3535" + }, +/obj/item/clothing/suit/storage/toggle/leather_jacket, +/obj/item/clothing/suit/storage/toggle/leather_jacket/military/old/alt, +/obj/item/clothing/suit/storage/toggle/bomber, +/obj/item/clothing/suit/storage/toggle/highvis, +/obj/item/clothing/under/pants/track, +/obj/item/clothing/under/pants/tacticool, +/obj/item/clothing/under/pants/jeansblack, +/obj/item/clothing/under/pants/classic, +/obj/item/clothing/accessory/silversun, +/obj/item/clothing/under/syndicate/tracksuit, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/accessory/storage/pouches/brown, +/obj/item/clothing/accessory/storage/pouches/black, +/obj/item/clothing/gloves/brown, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/shoes/workboots/brown, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"nl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/carpet/rubber, +/area/template_noop) +"nt" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"nJ" = ( +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"nU" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/grille/firedoor, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"oE" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"oH" = ( +/turf/simulated/wall, +/area/template_noop) +"oY" = ( +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"pi" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/random/dirt_75, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"pR" = ( +/obj/effect/decal/cleanable/floor_damage/broken5, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"pU" = ( +/obj/structure/barricade/metal, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"ql" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"qq" = ( +/obj/effect/decal/cleanable/floor_damage/random_broken, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"qs" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/item/frame/apc, +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/obj/random/junk, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"qy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"qU" = ( +/obj/random/dirt_75, +/obj/structure/barricade/metal, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"qZ" = ( +/obj/random/junk, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"sm" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/obj/random/powercell, +/obj/random/junk, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"su" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"sD" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/floor_damage/broken2, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"sX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"sZ" = ( +/obj/structure/table/standard, +/obj/item/modular_computer/laptop, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"tb" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/floor_damage/broken5, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"tf" = ( +/obj/random/dirt_75, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"tg" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/obj/structure/barricade/metal, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"ts" = ( +/obj/effect/decal/cleanable/floor_damage/broken7, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"tB" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"tQ" = ( +/obj/effect/decal/cleanable/floor_damage/random_burned, +/obj/effect/landmark/clear, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"tS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/carpet/rubber, +/area/template_noop) +"ui" = ( +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"um" = ( +/obj/random/dirt_75, +/obj/structure/barricade/metal{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"uL" = ( +/obj/structure/lattice, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"uW" = ( +/obj/effect/decal/cleanable/floor_damage/tiled_broken1, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"vd" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"vj" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"vu" = ( +/obj/item/clothing/head/helmet/space/void/atmos, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"xu" = ( +/obj/random/dirt_75, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"yg" = ( +/obj/item/bedsheet/black{ + layer = 4.2; + pixel_y = 13 + }, +/obj/structure/railing/mapped{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/bed/padded{ + name = "bottom bunk" + }, +/obj/structure/bed/padded/bunk{ + pixel_y = 13; + name = "top bunk" + }, +/obj/item/bedsheet/brown, +/obj/random/plushie{ + pixel_x = 4 + }, +/turf/simulated/floor/carpet/rubber, +/area/template_noop) +"yk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"yl" = ( +/obj/item/clothing/shoes/magboots, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"yu" = ( +/obj/structure/bed/stool/chair{ + dir = 1 + }, +/obj/random/medical, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"yG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/door_assembly/door_assembly_generic, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"zt" = ( +/obj/random/dirt_75, +/obj/random/junk, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"zA" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"zG" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + dir = 8 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/item/reagent_containers/food/drinks/waterbottle, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"zW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/random/dirt_75, +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"Aj" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/turf/simulated/floor/exoplanet/carpet/rubber, +/area/template_noop) +"Ak" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"AJ" = ( +/obj/effect/decal/cleanable/floor_damage/burned3, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"AN" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"AW" = ( +/obj/effect/decal/cleanable/floor_damage/broken6, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Be" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Bp" = ( +/obj/random/dirt_75, +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/obj/item/material/shard/shrapnel, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Ce" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/obj/random/mre/main, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"CC" = ( +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"CI" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/random/dirt_75, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"CO" = ( +/obj/structure/closet/secure_closet/guncabinet, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"CT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"DC" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"DF" = ( +/obj/machinery/atmospherics/portables_connector, +/obj/machinery/portable_atmospherics/canister/empty/air{ + destroyed = 1; + health = -20; + icon_state = "grey-1" + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"DN" = ( +/obj/random/dirt_75, +/obj/random/powercell, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"DR" = ( +/obj/random/dirt_75, +/obj/random/dirt_75, +/obj/effect/decal/cleanable/floor_damage/burned3, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"DS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"DZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Ef" = ( +/obj/random/dirt_75, +/obj/item/material/shard/shrapnel, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"EI" = ( +/turf/template_noop, +/area/template_noop) +"EM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"EV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"Fa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/random/dirt_75, +/obj/random/mre/dessert/vegan, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"FW" = ( +/obj/random/dirt_75, +/obj/random/tool, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Gh" = ( +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Gp" = ( +/obj/random/dirt_75, +/obj/random/tool, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Gw" = ( +/obj/effect/landmark/clear, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Hp" = ( +/obj/structure/sign/radiation{ + pixel_y = -29; + pixel_x = -32 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Hw" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + id_tag = "ipc_refugee_ship_aft_pump"; + frequency = 1380 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"HF" = ( +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"HG" = ( +/obj/random/dirt_75, +/obj/random/smokable, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"HI" = ( +/obj/structure/cable/yellow{ + d2 = 4; + icon_state = "0-4" + }, +/obj/item/frame/apc, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"HP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"HT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Ig" = ( +/obj/item/material/shard/shrapnel, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Ih" = ( +/obj/random/dirt_75, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"Ii" = ( +/obj/machinery/vending/engivend{ + req_access = null + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"Io" = ( +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Iy" = ( +/obj/random/dirt_75, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/random/mre/dessert, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"IU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/random/toolbox, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"Jb" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Jd" = ( +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"JI" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"Kf" = ( +/obj/random/tool, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Ks" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"KQ" = ( +/obj/effect/landmark/clear, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"KS" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + dir = 8 + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Lf" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/floor_damage/random_broken, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Lg" = ( +/obj/structure/door_assembly/door_assembly_generic{ + anchored = 1; + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"Ll" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/barricade/metal{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"Lw" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/greenglow, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"LG" = ( +/obj/random/tool, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"LN" = ( +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"My" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Ng" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Nq" = ( +/obj/structure/door_assembly/door_assembly_generic{ + anchored = 1; + dir = 4 + }, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"Nt" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Nz" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"NC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"NX" = ( +/obj/random/dirt_75, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Ou" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/item/frame/apc, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Oy" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"OQ" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"Pq" = ( +/obj/random/junk, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Pt" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + frequency = 1379; + id_tag = "civilian_eva_pump" + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"PD" = ( +/turf/simulated/wall/shuttle{ + color = "81bd59" + }, +/area/template_noop) +"PH" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"PO" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/floor_damage/burned3, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"PS" = ( +/obj/item/material/shard/wood, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"Qi" = ( +/obj/random/dirt_75, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Qo" = ( +/obj/machinery/constructable_frame/temp_deco{ + icon_state = "box_1" + }, +/turf/simulated/floor/exoplanet/carpet/rubber, +/area/template_noop) +"Qw" = ( +/obj/random/dirt_75, +/turf/simulated/wall/shuttle{ + color = "81bd59" + }, +/area/template_noop) +"QJ" = ( +/obj/random/dirt_75, +/obj/random/survival_weapon, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"QL" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/exoplanet/carpet/rubber, +/area/template_noop) +"QP" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"QQ" = ( +/obj/random/dirt_75, +/obj/item/material/shard/shrapnel, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"QT" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"QW" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/item/frame/apc, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Ra" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5; + pixel_y = 0 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Rn" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"RH" = ( +/obj/structure/cable/yellow{ + d2 = 2; + icon_state = "0-2" + }, +/obj/item/frame/apc, +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"Sl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Tp" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Tw" = ( +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Tz" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"TN" = ( +/obj/machinery/door/airlock/command{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"TO" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/floor_damage/burned0, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"TP" = ( +/obj/random/dirt_75, +/obj/item/clothing/suit/space/void/atmos, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"TQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Uc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/carpet/rubber, +/area/template_noop) +"Ug" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Uq" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/junk, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"UA" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"UJ" = ( +/obj/item/reagent_containers/food/drinks/waterbottle, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"UP" = ( +/obj/random/mre/dessert, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"UU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"UZ" = ( +/obj/machinery/door/airlock/external{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"VC" = ( +/obj/effect/decal/cleanable/floor_damage/broken2, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"VK" = ( +/obj/random/dirt_75, +/obj/structure/barricade/metal{ + dir = 4 + }, +/obj/structure/barricade/metal{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"VP" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/structure/cable/yellow, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/item/frame/apc, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Wf" = ( +/obj/random/dirt_75, +/obj/random/junk, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"WC" = ( +/obj/random/dirt_75, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"WE" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8"; + dir = 8 + }, +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"WJ" = ( +/obj/item/material/shard/shrapnel, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"WL" = ( +/obj/structure/table/rack, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"WQ" = ( +/obj/random/dirt_75, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"WZ" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/dirt_75, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Xa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/portable_atmospherics/canister/empty/carbon_dioxide{ + destroyed = 1; + health = -20; + icon_state = "black-1" + }, +/turf/simulated/floor/exoplanet/carpet/rubber, +/area/template_noop) +"Xv" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/exoplanet/tiled, +/area/template_noop) +"Xy" = ( +/obj/structure/lattice, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Xz" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/door_assembly/door_assembly_generic{ + anchored = 1 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"XF" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + frequency = 1379; + id_tag = "scimaint_airlock_pump" + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"XM" = ( +/turf/simulated/floor/exoplanet/carpet/rubber, +/area/template_noop) +"XP" = ( +/obj/effect/decal/cleanable/floor_damage/random_burned, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Yg" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/clear, +/turf/template_noop, +/area/template_noop) +"Ys" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Yt" = ( +/obj/structure/cable/yellow{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/structure/barricade/plasteel{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"YW" = ( +/obj/effect/decal/cleanable/floor_damage/broken7, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) +"Zv" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/door_assembly/door_assembly_generic, +/obj/random/tech_supply{ + pixel_y = -2; + pixel_x = 4 + }, +/turf/simulated/floor/exoplanet/tiled/full, +/area/template_noop) +"ZE" = ( +/obj/structure/cable/yellow{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/lattice/catwalk/indoor/grate/old, +/obj/random/mre/main, +/turf/simulated/floor/exoplanet/plating, +/area/template_noop) + +(1,1,1) = {" +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +"} +(2,1,1) = {" +EI +EI +EI +EI +EI +EI +PD +UZ +UZ +PD +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +iG +iG +iG +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +"} +(3,1,1) = {" +EI +EI +EI +EI +EI +EI +PD +DZ +DZ +PD +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +PS +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +iG +iG +iG +"} +(4,1,1) = {" +EI +EI +EI +PD +nU +nU +PD +UU +Sl +PD +EI +EI +EI +EI +PS +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +iG +iG +oY +oY +iG +iG +iG +oY +oY +oY +oY +gf +EI +EI +EI +EI +EI +EI +PD +PD +PD +PD +PD +PD +iG +iG +iG +iG +"} +(5,1,1) = {" +EI +EI +EI +PD +qs +lK +du +ZE +zG +PD +iG +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +iG +iG +iG +oY +oY +oY +oY +oY +oY +iG +oY +oY +oY +oY +oY +iG +oY +PD +UZ +PD +EI +PD +PD +Aj +hq +VP +cW +kG +iG +iG +iG +oY +"} +(6,1,1) = {" +EI +EI +PD +PD +DF +HP +Iy +QJ +sm +PD +iG +iG +iG +iG +iG +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +iG +iG +iG +oY +PD +PD +ui +PD +PD +iG +iG +iG +PD +iG +iG +oY +oY +PD +XF +PD +PD +PD +EM +Tz +bX +Uc +cW +kG +oY +iG +iG +iG +"} +(7,1,1) = {" +EI +EI +PD +nf +UP +UJ +kw +Fa +Ra +PD +PD +iG +iG +iG +iG +iG +iG +iG +EI +EI +EI +EI +EI +oY +oY +oY +oY +oY +oY +PD +Hw +mm +Pt +PD +iG +iG +iG +iG +iG +iG +PD +PD +PD +HT +PD +hI +oH +oH +Ak +oH +Xa +cW +kG +iG +iG +iG +oY +"} +(8,1,1) = {" +EI +EI +PD +yg +lP +sZ +yu +IU +Ce +oH +PD +PD +PD +PD +iG +iG +Gw +Gw +Gw +oY +lJ +oY +oY +oY +HF +Gh +Gh +gf +iG +PD +Hw +aP +Pt +PD +iG +iG +iG +iG +gf +iG +PD +QL +XM +nl +oH +ql +mW +gO +Ys +PD +PD +PD +PD +oY +oY +oY +EI +"} +(9,1,1) = {" +EI +iG +PD +oH +oH +oH +oH +oH +iw +oH +Jd +CO +PD +PD +PD +PD +PD +PD +iG +hx +iG +WQ +Gh +iG +Gh +Gh +WC +iG +Gh +PD +oH +su +oH +PD +PD +iG +iG +iG +iG +iG +PD +Qo +XM +tS +yG +jz +iL +Be +zW +PD +iG +iG +iG +iG +Pq +oY +EI +"} +(10,1,1) = {" +EI +iG +PD +Xv +ff +Rn +oH +jP +Tp +oH +TN +oH +oH +PD +HI +cw +cw +gg +iG +Xy +iG +Gh +Wf +iG +Gh +Gh +HF +gf +gf +sX +sX +hv +he +oH +yk +bA +iG +PD +PD +PD +PD +oH +oH +oH +oH +Ou +fB +Tp +fB +PD +iG +iG +Gh +iG +Gh +oY +oY +"} +(11,1,1) = {" +EI +iG +AW +vj +Rn +js +oH +RH +oE +DN +zt +qU +NC +oH +nt +cw +TQ +gf +iG +Gh +iG +Gh +Gh +bA +iG +iG +gf +dt +Io +Ng +Ng +Ng +Hp +Zv +ej +aI +iG +Jd +Jd +Ii +cw +Jd +Jd +nJ +Jd +UA +Ih +WZ +PH +PD +NX +DR +Gh +iG +iG +iG +oY +"} +(12,1,1) = {" +EI +iG +iG +jh +dt +co +Ll +Ng +cr +me +me +tg +fe +Xz +iH +Ng +jB +Ug +WE +Gh +iG +gf +iG +Ig +iG +iG +iG +iG +iG +iG +iG +YW +iG +iG +iG +iG +AN +me +me +Ng +Ng +Ng +Ng +DC +Ug +KS +Oy +My +dt +PD +NX +NX +Gh +gf +iG +PD +oY +"} +(13,1,1) = {" +EI +Gh +Gh +ts +iG +QW +oH +dy +Uq +Jd +Jd +pU +bL +oH +pR +cw +EV +HF +iG +WC +iG +Gh +Gh +iG +Gh +Gh +Gh +iG +Gh +HF +HF +HF +iG +TP +qq +gf +iG +JI +cw +Jd +Jd +QP +Jd +pR +HF +ji +QT +pi +PO +gf +Ks +Qw +Gh +iG +Nt +iG +oY +"} +(14,1,1) = {" +EI +Gh +Gh +iG +iG +gf +VK +um +Yt +oH +Lg +oH +oH +PD +uW +kc +Jd +tB +iG +Gh +pR +Gh +HF +Jb +Gh +Gh +Gh +iG +Gh +HF +Lf +HF +Gh +WC +WL +YW +iG +PD +PD +PD +PD +oH +oH +Nt +dn +iP +tb +CI +Nt +hx +VC +gf +iG +gf +gf +oY +oY +"} +(15,1,1) = {" +EI +WQ +QQ +iG +gf +Jb +xu +HF +Ak +jM +jM +jM +iG +uL +PD +PD +PD +PD +iG +iG +iG +Gh +iG +Gh +oY +gf +uL +gf +hx +Gh +Gh +Gh +vu +QQ +iG +yl +iG +iG +iG +iG +PD +Tw +Tw +gf +iG +lu +Gh +lT +FW +iG +PH +Bp +iG +NX +lL +WQ +WQ +"} +(16,1,1) = {" +EI +gf +iG +iG +AJ +HF +TO +gf +eo +iG +iG +gf +gf +oY +iG +iG +iG +iG +WJ +iG +Pq +iG +iG +Gh +oY +oY +oY +sX +sX +qy +Jd +oH +bL +Pq +iG +dt +Ig +iG +gf +Nt +PD +Lw +eN +dt +Nz +iG +gf +QT +VC +iG +HF +sD +iG +iG +iG +oY +PD +"} +(17,1,1) = {" +EI +oY +iG +iG +uL +iG +uL +iG +uL +iG +oY +oY +iG +Gh +Wf +Gh +Gh +Gh +HF +Gh +iG +iG +iG +HG +iG +oY +oY +PD +oH +su +oH +PD +PD +Nt +Gh +Gh +Gh +Gh +iG +iG +PD +PD +PD +gf +Nt +Nz +VC +Qi +Lf +gf +iG +Gh +vd +HF +oY +oY +EI +"} +(18,1,1) = {" +EI +oY +oY +oY +iG +WJ +iG +iG +QQ +Gh +qq +gf +iG +Gh +Gh +Gh +Gh +Gh +WQ +Gh +iG +iG +Gh +Gh +QQ +iG +iG +PD +Hw +aP +Pt +PD +iG +iG +Gh +vd +Gh +Lf +iG +iG +iG +iG +iG +iG +iG +iG +iG +Nt +HF +jD +Pq +Gp +Gh +WQ +qq +LN +EI +"} +(19,1,1) = {" +EI +gf +EI +oY +oY +oY +WJ +iG +Gh +Gh +gf +XP +oY +Ef +Gh +iG +Gh +Gh +WQ +Gh +iG +iG +oY +iG +iG +iG +iG +PD +Hw +CT +Pt +PD +iG +oY +OQ +Gh +Gh +HF +iG +oY +iG +Gh +HF +WJ +qq +gf +tf +iG +dH +Gh +DS +HF +vd +WQ +qq +EI +EI +"} +(20,1,1) = {" +EI +EI +EI +EI +EI +oY +oY +qZ +HF +Gh +iG +iG +iG +iG +oY +XP +WQ +WQ +WQ +Gh +oY +oY +oY +qq +oY +oY +oY +PD +oH +ui +oH +PD +iG +iG +oY +uL +iG +iG +iG +zA +iG +Gh +dH +iG +gf +gf +HF +CC +Gh +Gh +qZ +qq +oY +oY +Yg +iG +EI +"} +(21,1,1) = {" +EI +EI +EI +EI +oY +EI +oY +oY +oY +oY +iG +oY +kt +oY +iG +ly +HF +HF +WQ +Gh +oY +gf +oY +oY +oY +oY +oY +oY +oY +oY +oY +oY +oY +oY +WJ +Gh +WQ +iG +ly +Nt +iG +Gh +Gh +PD +uL +oY +LG +uL +Gh +Gh +oY +oY +WJ +oY +PD +EI +EI +"} +(22,1,1) = {" +EI +EI +EI +oY +KQ +oY +EI +Nq +oY +iG +oY +gf +gf +iG +iG +iG +iG +gf +iG +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +oY +oY +Gh +Gh +iG +iG +Gh +Gh +dH +qq +oY +iG +oY +oY +iG +Nt +iG +iG +PD +Yg +EI +EI +EI +kE +"} +(23,1,1) = {" +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +PS +EI +EI +EI +EI +EI +EI +EI +EI +EI +PS +oY +oY +oY +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +oY +oY +WQ +Lf +Gh +Wf +Gh +Kf +iG +oY +oY +oY +qq +PD +oY +oY +LN +oY +EI +Kf +EI +iG +"} +(24,1,1) = {" +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +oY +tQ +oY +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +oY +oY +oY +oY +oY +oY +iG +LN +oY +EI +iG +oY +EI +iG +EI +Yg +EI +EI +LN +"} +(25,1,1) = {" +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +EI +"} diff --git a/maps/random_ruins/exoplanets/biesel/cargo_ruins_1.dm b/maps/random_ruins/exoplanets/biesel/cargo_ruins_1.dm new file mode 100644 index 00000000000..44b7f6f79fe --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/cargo_ruins_1.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/cargo_ruins_1 + name = "Cargo Ruins 1" + id = "cargo_ruins_1" + description = "An abandoned cargo platform." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_TAU_CETI) + + prefix = "biesel/" + suffixes = list("cargo_ruins_1.dmm") diff --git a/maps/random_ruins/exoplanets/biesel/cargo_ruins_1.dmm b/maps/random_ruins/exoplanets/biesel/cargo_ruins_1.dmm new file mode 100644 index 00000000000..c0529dc9db1 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/cargo_ruins_1.dmm @@ -0,0 +1,319 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/curb{ + dir = 1; + layer = 2.02 + }, +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/structure/shipping_container{ + icon_state = "grey3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"d" = ( +/obj/structure/crane, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"e" = ( +/obj/structure/shipping_container{ + icon_state = "blue2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"f" = ( +/obj/structure/shipping_container{ + icon_state = "red3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"h" = ( +/obj/effect/decal/curb{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"j" = ( +/obj/effect/decal/curb/corner, +/turf/template_noop, +/area/template_noop) +"k" = ( +/obj/effect/decal/curb, +/turf/template_noop, +/area/template_noop) +"n" = ( +/obj/random/toolbox{ + pixel_y = 10; + pixel_x = 11 + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"o" = ( +/obj/effect/decal/curb{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"p" = ( +/obj/effect/decal/curb/corner{ + dir = 1 + }, +/turf/template_noop, +/area/template_noop) +"r" = ( +/obj/effect/decal/curb/corner{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/structure/shipping_container, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"t" = ( +/obj/structure/shipping_container{ + icon_state = "red1" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"u" = ( +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"v" = ( +/obj/structure/flora/rock/konyang/small, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"w" = ( +/obj/structure/shipping_container{ + icon_state = "grey2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"x" = ( +/obj/random/junk, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"y" = ( +/obj/structure/closet/crate/loot, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"B" = ( +/obj/structure/shipping_container{ + icon_state = "green3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"C" = ( +/obj/structure/shipping_container{ + icon_state = "grey1" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"E" = ( +/obj/structure/shipping_container{ + icon_state = "green2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"F" = ( +/obj/effect/decal/cleanable/blood/drip/oil, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"L" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"O" = ( +/obj/structure/shipping_container{ + icon_state = "red2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"R" = ( +/obj/effect/decal/curb/corner{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"T" = ( +/obj/structure/shipping_container{ + icon_state = "blue3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"Z" = ( +/obj/structure/shipping_container{ + icon_state = "green1" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) + +(1,1,1) = {" +R +h +h +h +h +h +h +h +h +h +h +j +"} +(2,1,1) = {" +a +u +u +u +x +u +u +t +u +u +u +k +"} +(3,1,1) = {" +a +u +d +u +u +u +u +O +u +s +u +k +"} +(4,1,1) = {" +a +u +F +u +u +v +u +f +u +e +u +k +"} +(5,1,1) = {" +a +u +u +u +u +u +u +y +u +T +u +k +"} +(6,1,1) = {" +a +u +F +u +u +C +n +u +u +u +u +k +"} +(7,1,1) = {" +a +u +u +u +u +w +u +y +u +Z +u +k +"} +(8,1,1) = {" +a +u +u +u +u +b +u +u +u +E +u +k +"} +(9,1,1) = {" +a +v +u +u +u +u +u +u +u +B +v +k +"} +(10,1,1) = {" +a +u +u +u +u +u +L +u +u +x +u +k +"} +(11,1,1) = {" +a +x +u +u +u +u +u +u +u +u +u +k +"} +(12,1,1) = {" +r +o +o +o +o +o +o +o +o +o +o +p +"} diff --git a/maps/random_ruins/exoplanets/biesel/cargo_ruins_2.dm b/maps/random_ruins/exoplanets/biesel/cargo_ruins_2.dm new file mode 100644 index 00000000000..ccb388085a4 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/cargo_ruins_2.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/cargo_ruins_2 + name = "Cargo Ruins 2" + id = "cargo_ruins_2" + description = "An abandoned cargo platform." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_TAU_CETI) + + prefix = "biesel/" + suffixes = list("cargo_ruins_2.dmm") diff --git a/maps/random_ruins/exoplanets/biesel/cargo_ruins_2.dmm b/maps/random_ruins/exoplanets/biesel/cargo_ruins_2.dmm new file mode 100644 index 00000000000..b97bc3c98d3 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/cargo_ruins_2.dmm @@ -0,0 +1,447 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/curb{ + dir = 1 + }, +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/structure/shipping_container{ + icon_state = "green1" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"c" = ( +/obj/effect/decal/curb/corner, +/turf/template_noop, +/area/template_noop) +"d" = ( +/obj/effect/decal/cleanable/blood/drip/oil, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"e" = ( +/obj/effect/decal/curb/corner{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/structure/shipping_container{ + icon_state = "blue3" + }, +/obj/effect/overlay/container_logo{ + icon_state = "heph2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"g" = ( +/obj/random/junk, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"h" = ( +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"k" = ( +/obj/structure/closet/crate/secure/phoron{ + req_access = list(112); + name = "secure crate" + }, +/obj/item/stack/material/steel/full, +/obj/item/stack/material/steel/full, +/obj/item/stack/material/glass/full, +/obj/item/stack/material/glass/full, +/obj/item/stack/material/diamond{ + amount = 6 + }, +/obj/item/stack/material/gold{ + amount = 6 + }, +/obj/item/stack/material/silver/full{ + amount = 6 + }, +/obj/item/stack/material/uranium{ + amount = 6 + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"l" = ( +/obj/structure/shipping_container{ + icon_state = "grey1" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"n" = ( +/obj/structure/shipping_container{ + icon_state = "red2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"o" = ( +/obj/effect/decal/curb/corner{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"r" = ( +/obj/structure/shipping_container{ + icon_state = "green2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"s" = ( +/obj/structure/shipping_container{ + icon_state = "red3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"t" = ( +/obj/structure/closet/crate/loot, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"v" = ( +/obj/structure/shipping_container{ + icon_state = "green3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"y" = ( +/obj/structure/shipping_container{ + icon_state = "red1" + }, +/obj/effect/overlay/container_logo{ + icon_state = "heph3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"z" = ( +/obj/effect/decal/curb{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"A" = ( +/obj/structure/crane, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"C" = ( +/obj/effect/decal/curb{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"D" = ( +/obj/structure/shipping_container{ + icon_state = "grey3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"E" = ( +/obj/structure/shipping_container{ + icon_state = "blue2" + }, +/obj/effect/overlay/container_logo{ + icon_state = "heph3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"F" = ( +/obj/structure/shipping_container{ + icon_state = "blue2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"G" = ( +/obj/structure/shipping_container{ + icon_state = "blue2" + }, +/obj/effect/overlay/container_logo, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"I" = ( +/obj/structure/shipping_container{ + icon_state = "grey2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"N" = ( +/obj/effect/decal/curb/corner{ + dir = 1 + }, +/turf/template_noop, +/area/template_noop) +"P" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"R" = ( +/obj/structure/shipping_container, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"W" = ( +/obj/structure/closet/crate/critter, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"Y" = ( +/obj/structure/flora/rock/konyang/small, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"Z" = ( +/obj/effect/decal/curb, +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +o +C +C +C +C +C +C +C +C +C +C +C +C +C +c +"} +(2,1,1) = {" +a +h +h +h +h +h +h +h +h +h +h +h +h +h +Z +"} +(3,1,1) = {" +a +h +A +h +h +h +h +h +h +h +h +h +y +h +Z +"} +(4,1,1) = {" +a +h +d +h +h +Y +h +g +h +h +l +h +n +h +Z +"} +(5,1,1) = {" +a +h +d +h +h +h +h +h +h +h +I +h +s +h +Z +"} +(6,1,1) = {" +a +h +h +P +h +h +h +h +h +h +I +k +h +b +Z +"} +(7,1,1) = {" +a +g +h +h +h +h +h +h +h +h +D +W +h +r +Z +"} +(8,1,1) = {" +a +h +h +h +R +h +h +h +h +h +h +h +h +v +Z +"} +(9,1,1) = {" +a +h +h +h +F +h +h +h +h +h +h +Y +h +h +Z +"} +(10,1,1) = {" +a +h +h +h +F +t +h +h +h +h +h +P +h +h +Z +"} +(11,1,1) = {" +a +h +h +h +E +P +h +h +h +h +h +h +h +h +Z +"} +(12,1,1) = {" +a +h +h +h +G +h +h +h +h +h +h +h +g +h +Z +"} +(13,1,1) = {" +a +h +h +h +f +h +h +g +h +h +h +h +h +h +Z +"} +(14,1,1) = {" +a +h +h +h +h +h +h +h +h +Y +h +h +h +h +Z +"} +(15,1,1) = {" +e +z +z +z +z +z +z +z +z +z +z +z +z +z +N +"} diff --git a/maps/random_ruins/exoplanets/biesel/cargo_ruins_3.dm b/maps/random_ruins/exoplanets/biesel/cargo_ruins_3.dm new file mode 100644 index 00000000000..32f82a87882 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/cargo_ruins_3.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/cargo_ruins_3 + name = "Cargo Ruins 3" + id = "cargo_ruins_3" + description = "An abandoned cargo platform." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_TAU_CETI) + + prefix = "biesel/" + suffixes = list("cargo_ruins_3.dmm") diff --git a/maps/random_ruins/exoplanets/biesel/cargo_ruins_3.dmm b/maps/random_ruins/exoplanets/biesel/cargo_ruins_3.dmm new file mode 100644 index 00000000000..c7af5b46e20 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/cargo_ruins_3.dmm @@ -0,0 +1,892 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"b" = ( +/obj/effect/decal/cleanable/blood/drip/oil, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"c" = ( +/obj/structure/shipping_container{ + icon_state = "red2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"g" = ( +/obj/structure/shipping_container{ + icon_state = "green2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"h" = ( +/obj/structure/closet/crate/loot, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"i" = ( +/obj/effect/decal/curb{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"j" = ( +/obj/effect/decal/curb/corner, +/obj/machinery/light/small/floor, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"k" = ( +/obj/effect/decal/curb/corner{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"l" = ( +/obj/effect/decal/curb{ + dir = 8 + }, +/obj/machinery/light/small/floor, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"n" = ( +/obj/effect/decal/curb, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"p" = ( +/obj/structure/shipping_container{ + icon_state = "green3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"r" = ( +/obj/effect/decal/curb/corner{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/effect/decal/curb/corner, +/turf/template_noop, +/area/template_noop) +"t" = ( +/obj/structure/shipping_container, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"u" = ( +/obj/structure/shipping_container{ + icon_state = "blue2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"v" = ( +/obj/structure/crane, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"x" = ( +/obj/effect/decal/curb{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"y" = ( +/obj/effect/decal/curb/corner{ + dir = 1 + }, +/turf/template_noop, +/area/template_noop) +"z" = ( +/obj/structure/shipping_container{ + icon_state = "grey2" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"A" = ( +/obj/effect/decal/curb/corner{ + dir = 8 + }, +/obj/machinery/light/small/floor, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"B" = ( +/obj/structure/shipping_container{ + icon_state = "blue3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"D" = ( +/obj/effect/decal/curb{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"E" = ( +/obj/effect/decal/curb{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"F" = ( +/obj/effect/decal/curb, +/turf/template_noop, +/area/template_noop) +"G" = ( +/obj/effect/decal/curb{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"H" = ( +/obj/random/toolbox{ + pixel_y = 10; + pixel_x = 11 + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"J" = ( +/obj/structure/shipping_container{ + icon_state = "red3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"M" = ( +/obj/structure/flora/rock/konyang/small, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"N" = ( +/obj/structure/shipping_container{ + icon_state = "green1" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"O" = ( +/obj/random/junk, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"P" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"Q" = ( +/obj/effect/decal/curb/corner{ + dir = 1 + }, +/obj/machinery/light/small/floor, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"R" = ( +/obj/effect/decal/curb/corner{ + dir = 4 + }, +/obj/machinery/light/small/floor, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"T" = ( +/obj/effect/decal/curb, +/obj/effect/decal/curb, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"U" = ( +/obj/effect/decal/curb{ + dir = 1 + }, +/turf/template_noop, +/area/template_noop) +"V" = ( +/obj/effect/decal/curb{ + dir = 4 + }, +/obj/machinery/light/small/floor, +/turf/simulated/floor/exoplanet/concrete, +/area/template_noop) +"X" = ( +/obj/structure/shipping_container{ + icon_state = "grey1" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"Y" = ( +/obj/structure/shipping_container{ + icon_state = "red1" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) +"Z" = ( +/obj/structure/shipping_container{ + icon_state = "grey3" + }, +/turf/simulated/floor/exoplanet/asphalt, +/area/template_noop) + +(1,1,1) = {" +r +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +s +"} +(2,1,1) = {" +U +a +a +O +a +a +Y +a +a +a +a +a +a +a +a +a +a +O +a +a +a +a +a +a +F +"} +(3,1,1) = {" +U +v +a +a +a +a +c +a +a +a +a +a +Y +a +a +X +a +a +a +a +a +Y +a +a +F +"} +(4,1,1) = {" +U +b +a +a +a +a +c +a +a +t +a +a +c +a +a +z +a +a +M +a +a +c +a +P +F +"} +(5,1,1) = {" +U +a +a +a +a +a +J +a +a +u +a +a +c +a +a +z +a +a +Y +a +a +c +a +a +F +"} +(6,1,1) = {" +U +b +a +a +X +H +h +a +a +u +a +a +J +h +a +Z +a +a +c +a +a +J +a +a +F +"} +(7,1,1) = {" +U +a +a +a +z +a +a +a +a +B +a +a +N +a +t +h +a +a +c +a +a +a +N +a +F +"} +(8,1,1) = {" +U +a +a +a +Z +a +a +a +a +a +a +a +g +a +u +a +a +a +c +a +a +a +g +a +F +"} +(9,1,1) = {" +U +a +M +a +a +a +a +Y +a +a +a +a +g +a +u +a +a +a +J +a +a +a +p +a +F +"} +(10,1,1) = {" +U +a +a +a +a +a +a +c +a +O +a +a +g +a +B +a +a +a +a +a +a +a +a +a +F +"} +(11,1,1) = {" +U +a +a +a +a +a +a +c +a +a +a +a +p +a +a +a +M +a +O +a +a +a +a +a +F +"} +(12,1,1) = {" +U +a +a +X +a +a +a +J +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +F +"} +(13,1,1) = {" +U +a +a +z +a +a +a +a +a +a +P +a +a +a +a +a +a +a +a +a +v +a +a +a +F +"} +(14,1,1) = {" +U +a +a +z +a +a +a +a +A +G +G +G +G +G +G +G +l +G +G +G +G +G +G +j +F +"} +(15,1,1) = {" +U +a +a +z +a +a +M +a +D +a +a +a +a +a +a +a +a +a +a +a +b +a +a +n +F +"} +(16,1,1) = {" +U +a +a +Z +a +a +a +a +D +a +a +a +a +a +a +a +a +a +a +a +a +a +a +n +F +"} +(17,1,1) = {" +U +a +a +a +a +a +a +a +D +a +a +a +a +a +a +a +a +a +a +a +a +a +a +n +F +"} +(18,1,1) = {" +U +a +a +a +a +a +a +a +D +a +a +a +a +a +a +a +a +a +a +a +a +a +a +n +F +"} +(19,1,1) = {" +U +a +a +a +a +a +a +a +D +a +a +a +a +a +a +a +a +a +a +a +a +a +a +T +F +"} +(20,1,1) = {" +U +a +a +a +a +a +a +a +D +a +a +a +a +a +a +a +a +a +a +a +a +a +a +n +F +"} +(21,1,1) = {" +U +a +a +M +a +a +a +a +D +a +a +a +a +a +a +a +a +a +a +a +a +a +a +n +F +"} +(22,1,1) = {" +U +a +a +a +a +a +a +a +D +a +a +a +a +a +a +a +a +a +a +a +a +a +a +n +F +"} +(23,1,1) = {" +U +a +O +a +a +a +a +a +D +a +a +a +a +a +a +a +a +a +a +a +a +a +a +n +F +"} +(24,1,1) = {" +U +a +a +a +a +a +a +a +R +E +E +E +E +E +E +E +V +E +E +E +E +E +E +Q +F +"} +(25,1,1) = {" +k +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +x +y +"} diff --git a/maps/random_ruins/exoplanets/biesel/pra_camp_site.dm b/maps/random_ruins/exoplanets/biesel/pra_camp_site.dm new file mode 100644 index 00000000000..cf9b522c3e0 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/pra_camp_site.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/pra_camp_site + name = "PRA Campsite" + id = "pra_camp_site" + description = "A campsite set up by a group of PRA Tajara, seemingly enjoying some time outside of District Six. They don't seem to be here right now." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_TAU_CETI) + + prefix = "biesel/" + suffixes = list("pra_camp_site.dmm") diff --git a/maps/random_ruins/exoplanets/biesel/pra_camp_site.dmm b/maps/random_ruins/exoplanets/biesel/pra_camp_site.dmm new file mode 100644 index 00000000000..166fa84b013 --- /dev/null +++ b/maps/random_ruins/exoplanets/biesel/pra_camp_site.dmm @@ -0,0 +1,628 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"d" = ( +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"e" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"f" = ( +/obj/structure/table/standard, +/obj/machinery/media/jukebox/phonograph{ + pixel_x = -3; + pixel_y = 15 + }, +/obj/item/clothing/mask/smokable/cigarette/adhomai{ + pixel_x = 10 + }, +/obj/item/deck/tarot/adhomai{ + pixel_x = -5; + pixel_y = -4 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"g" = ( +/obj/vehicle/bike/monowheel{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"h" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"i" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/adhomian_sausage, +/obj/item/reagent_containers/food/snacks/adhomian_sausage, +/obj/item/clothing/accessory/temperature/blizzard, +/obj/item/clothing/accessory/temperature/blizzard, +/obj/item/reagent_containers/food/snacks/hardbread, +/obj/item/reagent_containers/food/snacks/hardbread_pudding, +/obj/item/reagent_containers/food/snacks/hardbread_bun, +/obj/item/reagent_containers/food/drinks/cans/adhomai_milk, +/obj/item/reagent_containers/food/drinks/cans/adhomai_milk, +/obj/item/reagent_containers/food/drinks/cans/hrozamal_soda, +/obj/item/reagent_containers/food/drinks/cans/hrozamal_soda, +/obj/item/reagent_containers/food/drinks/cans/hrozamal_soda, +/obj/item/reagent_containers/food/drinks/cans/hrozamal_soda, +/obj/item/reagent_containers/food/snacks/meat_rikazu, +/obj/item/reagent_containers/food/snacks/vegetable_rikazu, +/obj/item/reagent_containers/food/snacks/fruit_rikazu, +/obj/item/reagent_containers/food/snacks/fruit_rikazu, +/obj/item/reagent_containers/food/snacks/tajaran_bread, +/obj/item/reagent_containers/food/snacks/tajaran_bread, +/obj/item/reagent_containers/food/snacks/sarmikhir_sandwich, +/obj/item/reagent_containers/food/snacks/sarmikhir_sandwich, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"j" = ( +/obj/structure/bed/stool/chair/folding{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"l" = ( +/obj/structure/flora/ausbushes, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"m" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/pra{ + pixel_x = 10; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/pra{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/pra{ + pixel_x = 10 + }, +/obj/item/reagent_containers/food/snacks/hardbread_slice{ + pixel_x = -9; + pixel_y = 7 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"n" = ( +/obj/structure/flora/tree/grove, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"q" = ( +/obj/structure/flora/rock/konyang, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"r" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"s" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"u" = ( +/turf/simulated/floor/exoplanet/water/shallow, +/area/template_noop) +"v" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"w" = ( +/obj/structure/flora/stump/log{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/structure/flora/stump/log{ + pixel_y = -5 + }, +/obj/item/gun/projectile/automatic/rifle/adhomian, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"x" = ( +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"y" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"z" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"C" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"D" = ( +/obj/item/reagent_containers/food/snacks/stew/tajaran{ + pixel_y = 8 + }, +/obj/structure/bonfire/light_up, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"E" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/food/drinks/bottle/victorygin{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/item/reagent_containers/food/drinks/bottle/victorygin{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/book/manual/pra_manifesto{ + pixel_x = 10; + pixel_y = 6 + }, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"F" = ( +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"G" = ( +/obj/item/stack/material/wood/log{ + pixel_x = -2 + }, +/obj/item/stack/material/wood/log{ + pixel_x = 6 + }, +/obj/item/stack/material/wood/log{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/clothing/suit/storage/tajaran/pra_jacket{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/dice/tajara, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"H" = ( +/obj/structure/bed/stool/chair/folding{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"I" = ( +/obj/structure/flora/stump, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"J" = ( +/obj/structure/bed/stool/chair/folding, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"M" = ( +/obj/structure/table/standard, +/obj/item/pocketwatch/adhomai, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"O" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"P" = ( +/obj/structure/bed/stool/chair/folding, +/obj/random/dirt_75, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"R" = ( +/obj/structure/flora/rock/konyang/small, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"S" = ( +/turf/template_noop, +/area/template_noop) +"T" = ( +/obj/structure/automobile, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"V" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/exoplanet/grass/grove, +/area/template_noop) +"W" = ( +/obj/item/material/hatchet/lumber, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) +"Y" = ( +/obj/structure/table/standard, +/obj/item/flame/lighter/adhomai{ + pixel_x = 11; + pixel_y = 2 + }, +/obj/item/storage/box/fancy/cigarettes/pra{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/fancy/cigarettes/pra{ + pixel_y = 1; + pixel_x = -1 + }, +/turf/simulated/floor/exoplanet/dirt_konyang, +/area/template_noop) + +(1,1,1) = {" +S +S +S +S +S +S +S +S +S +S +d +l +I +d +e +V +O +V +d +V +"} +(2,1,1) = {" +S +S +S +S +S +S +S +S +V +d +V +V +O +e +h +I +d +d +d +n +"} +(3,1,1) = {" +S +S +S +S +S +S +S +d +d +n +h +T +d +f +m +E +g +d +d +d +"} +(4,1,1) = {" +S +S +S +S +S +S +d +d +d +d +d +d +y +j +x +F +x +y +d +O +"} +(5,1,1) = {" +S +S +S +S +O +l +a +R +V +e +d +d +x +x +F +y +x +Y +V +V +"} +(6,1,1) = {" +S +S +S +d +n +d +V +d +d +I +d +P +F +D +x +F +H +M +q +I +"} +(7,1,1) = {" +S +S +d +d +d +d +u +u +u +u +d +J +x +F +F +x +i +v +a +d +"} +(8,1,1) = {" +S +S +V +d +V +u +u +u +u +u +u +d +x +G +w +W +F +O +d +h +"} +(9,1,1) = {" +S +V +d +h +u +u +u +u +u +u +u +u +d +x +v +d +V +I +d +S +"} +(10,1,1) = {" +V +l +d +u +u +u +u +u +u +u +u +u +V +d +l +d +a +h +S +S +"} +(11,1,1) = {" +O +d +a +u +u +u +u +u +u +u +u +u +d +e +R +I +d +e +S +S +"} +(12,1,1) = {" +d +n +O +u +u +u +u +u +u +u +u +u +C +V +d +V +d +S +S +S +"} +(13,1,1) = {" +V +d +d +u +u +u +u +u +u +u +u +z +I +h +d +a +S +S +S +S +"} +(14,1,1) = {" +V +d +V +d +u +u +u +u +u +u +z +C +O +d +e +S +S +S +S +S +"} +(15,1,1) = {" +d +n +l +e +d +u +u +u +u +d +d +n +l +V +S +S +S +S +S +S +"} +(16,1,1) = {" +d +d +h +d +a +V +e +h +d +d +d +d +d +S +S +S +S +S +S +S +"} +(17,1,1) = {" +r +d +V +O +V +d +l +R +V +d +s +d +S +S +S +S +S +S +S +S +"}