diff --git a/aurorastation.dme b/aurorastation.dme index 708c6b51776..3ee42fbe921 100644 --- a/aurorastation.dme +++ b/aurorastation.dme @@ -4103,6 +4103,22 @@ #include "maps\random_ruins\exoplanets\moghes\moghes_wasteland_village.dm" #include "maps\random_ruins\exoplanets\new_gibson\gibson_mining.dm" #include "maps\random_ruins\exoplanets\new_gibson\gibson_resupply.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_autakh.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_bar.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_battlefield.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_farm.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_fishing_spot.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_freewater.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_guild_mining.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_hegemony_base.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_heph_mining.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_nt_ruin.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_otzek_herd.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_rev_memorial.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_skrell_base.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_sol_base.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_threshbeast_herd.dm" +#include "maps\random_ruins\exoplanets\ouerea\ouerea_village.dm" #include "maps\random_ruins\exoplanets\raskara\pra_exploration_drone.dm" #include "maps\random_ruins\exoplanets\raskara\raskara_okon.dm" #include "maps\random_ruins\exoplanets\raskara\raskara_ritual.dm" diff --git a/code/__DEFINES/access.dm b/code/__DEFINES/access.dm index 726233c1b74..4c2dbc8e770 100644 --- a/code/__DEFINES/access.dm +++ b/code/__DEFINES/access.dm @@ -728,6 +728,11 @@ id = ACCESS_OZEUOI access_type = ACCESS_TYPE_CENTCOM +#define ACCESS_AUTAKH 228 +/datum/access/autakh + id = ACCESS_AUTAKH + access_type = ACCESS_TYPE_CENTCOM + //guest rooms - for any ship/event that requires hotel-esque rooms #define ACCESS_GUEST_ROOMS 230 //use with req_one_access diff --git a/code/modules/maps/planet_types/lore/uueoaesa.dm b/code/modules/maps/planet_types/lore/uueoaesa.dm index 7ec2c7baf6c..e80d927af44 100644 --- a/code/modules/maps/planet_types/lore/uueoaesa.dm +++ b/code/modules/maps/planet_types/lore/uueoaesa.dm @@ -276,7 +276,22 @@ small_flora_types = list(/datum/seed/xuizi, /datum/seed/gukhe, /datum/seed/aghrassh) generated_name = FALSE ruin_planet_type = PLANET_LORE - //ruin_type_whitelist = list(/datum/map_template/ruin/exoplanet/ouerea_heph_mining, /datum/map_template/ruin/exoplanet/ouerea_village, /datum/map_template/ruin/exoplanet/ouerea_bar, /datum/map_template/ruin/exoplanet/ouerea_autakh, /datum/map_template/ruin/exoplanet/ouerea_hegemony_base, /datum/map_template/ruin/exoplanet/ouerea_farm, /datum/map_template/ruin/exoplanet/ouerea_fishing_spot, /datum/map_template/ruin/exoplanet/ouerea_sol_base, /datum/map_template/ruin/exoplanet/ouerea_skrell_base, /datum/map_template/ruin/exoplanet/ouerea_guild_mining, /datum/map_template/ruin/exoplanet/ouerea_nt_ruin, /datum/map_template/ruin/exoplanet/ouerea_freewater, /datum/map_template/ruin/exoplanet/ouerea_battlefield, /datum/map_template/ruin/exoplanet/ouerea_threshbeast_herd) + initial_weather_state = /singleton/state/weather/calm/jungle_planet + ruin_type_whitelist = list( + /datum/map_template/ruin/exoplanet/ouerea_heph_mining, + /datum/map_template/ruin/exoplanet/ouerea_village, + /datum/map_template/ruin/exoplanet/ouerea_bar, /datum/map_template/ruin/exoplanet/ouerea_autakh, + /datum/map_template/ruin/exoplanet/ouerea_hegemony_base, + /datum/map_template/ruin/exoplanet/ouerea_farm, + /datum/map_template/ruin/exoplanet/ouerea_fishing_spot, + /datum/map_template/ruin/exoplanet/ouerea_sol_base, + /datum/map_template/ruin/exoplanet/ouerea_skrell_base, + /datum/map_template/ruin/exoplanet/ouerea_guild_mining, + /datum/map_template/ruin/exoplanet/ouerea_nt_ruin, + /datum/map_template/ruin/exoplanet/ouerea_freewater, + /datum/map_template/ruin/exoplanet/ouerea_battlefield, + /datum/map_template/ruin/exoplanet/ouerea_threshbeast_herd + ) place_near_main = list(2,2) /obj/effect/overmap/visitable/sector/exoplanet/ouerea/generate_habitability() diff --git a/html/changelogs/RustingWithYou - ouerea.yml b/html/changelogs/RustingWithYou - ouerea.yml new file mode 100644 index 00000000000..322386d47c1 --- /dev/null +++ b/html/changelogs/RustingWithYou - ouerea.yml @@ -0,0 +1,58 @@ +################################ +# 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: RustingWithYou + +# 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 several Ouerea ruins." diff --git a/icons/effects/64x64.dmi b/icons/effects/64x64.dmi index 9314ff46768..a8cc8123c00 100644 Binary files a/icons/effects/64x64.dmi and b/icons/effects/64x64.dmi differ diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_autakh.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_autakh.dm new file mode 100644 index 00000000000..a6e9b089e90 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_autakh.dm @@ -0,0 +1,80 @@ +/datum/map_template/ruin/exoplanet/ouerea_autakh + name = "Ouerea Aut'akh Compound" + id = "ouerea_autakh" + spawn_weight = 1 + spawn_cost = 2 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_autakh.dmm") + unit_test_groups = list(3) + +/area/ouerea_autakh + name = "Aut'akh Compound" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "An oddly fortified settlement, resting in the Ouerean wilderness. High fences and a checkpoint at the gate indicate that few visitors are expected to this place." + +/datum/ghostspawner/human/ouerea_autakh + name = "Aut'akh Faithful" + short_name = "ouerea_autakh" + desc = "Survive against religious persecution in your commune on Ouerea." + tags = list("External") + welcome_message = "You are a follower of the Aut'akh faith, living in a hidden commune on Ouerea. Practice your faith in secret, away from the eyes of the Hegemony." + + extra_languages = list(LANGUAGE_UNATHI, LANGUAGE_AZAZIBA) + max_count = 3 + spawnpoints = list("ouerea_autakh") + possible_species = list(SPECIES_UNATHI) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + outfit = /obj/outfit/admin/autakh + + assigned_role = "Aut'akh Commune Resident" + special_role = "Aut'akh Commune Resident" + respawn_flag = null + uses_species_whitelist = FALSE + +/datum/ghostspawner/human/ouerea_autakh/shaman + name = "Aut'akh Shaman" + short_name = "ouerea_autakh_shaman" + desc = "Lead your commune to prosper in secret, as a teacher of the Aut'akh faith." + welcome_message = "You are a shaman of the Aut'akh faith, trained in both theology and cybernetic surgery. Help lead your commune members to a greater understanding, protect them from religious persecution, and spread the beliefs of the Aut'akh." + max_count = 1 + outfit = /obj/outfit/admin/autakh/shaman + assigned_role = "Aut'akh Shaman" + special_role = "Aut'akh Shaman" + uses_species_whitelist = TRUE + +/obj/outfit/admin/autakh + name = "Aut'akh" + + uniform = list(/obj/item/clothing/under/unathi, /obj/item/clothing/under/unathi/himation, /obj/item/clothing/under/unathi/zozo) + shoes = /obj/item/clothing/shoes/sandals/caligae + l_ear = null + id = /obj/item/card/id + +/obj/outfit/admin/autakh/get_id_access() + return list(ACCESS_AUTAKH) + +/obj/outfit/admin/autakh/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + var/obj/item/organ/A = new /obj/item/organ/internal/anchor(H) + var/obj/item/organ/external/affected = H.get_organ(A.parent_organ) + A.replaced(H, affected) + H.update_body() + +/obj/outfit/admin/autakh/shaman + suit = /obj/item/clothing/suit/unathi/wrapping + mask = /obj/item/clothing/mask/gas/unathi + +/obj/outfit/admin/autakh/shaman/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + var/obj/item/organ/A = new /obj/item/organ/internal/anchor(H) + var/obj/item/organ/external/affected = H.get_organ(A.parent_organ) + A.replaced(H, affected) + var/obj/item/organ/B = new /obj/item/organ/external/hand/right/autakh/tool/nullrod(H) + var/obj/item/organ/external/affectedB = H.get_organ(B.parent_organ) + B.replaced(H, affectedB) + H.update_body() diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_autakh.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_autakh.dmm new file mode 100644 index 00000000000..37ce0c32d5d --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_autakh.dmm @@ -0,0 +1,1726 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"as" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"aR" = ( +/obj/machinery/button/remote/blast_door{ + name = "Compound Gates"; + pixel_y = 25; + id = "autakh_base_entry"; + req_access = list(228) + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/bed/stool/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"bb" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/obj/structure/table/rack, +/obj/item/storage/toolbox/electrical, +/obj/item/storage/toolbox/mechanical, +/obj/item/saddle, +/obj/item/saddle, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"be" = ( +/obj/structure/bed/stool/chair/sofa/pew/right, +/turf/simulated/floor/exoplanet/marble/dark, +/area/ouerea_autakh) +"bp" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"bx" = ( +/obj/structure/table/wood, +/obj/machinery/door/window/brigdoor{ + req_access = list(217); + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"ds" = ( +/obj/machinery/optable, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"dP" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"eF" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"eX" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"fc" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/structure/table/rack, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"fF" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"gY" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"iy" = ( +/turf/simulated/wall/wood, +/area/ouerea_autakh) +"iC" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"iF" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(228) + }, +/obj/item/storage/box/shotgunshells, +/obj/item/gun/projectile/shotgun/doublebarrel, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"jc" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"kd" = ( +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"lh" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/curtain/open/bed, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"lZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/marble/dark, +/area/ouerea_autakh) +"mv" = ( +/turf/simulated/wall/marble, +/area/ouerea_autakh) +"nO" = ( +/obj/machinery/appliance/cooker/stove, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"op" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"ox" = ( +/obj/structure/table/stone/marble, +/obj/item/clothing/gloves/yellow/specialu, +/obj/item/clothing/gloves/yellow/specialu, +/obj/item/clothing/gloves/yellow/specialu, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"oK" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/machinery/autolathe, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"pC" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"pU" = ( +/obj/structure/table/stone/marble, +/obj/item/storage/box/fancy/tray, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"qq" = ( +/obj/structure/table/rack, +/obj/random/sword, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"qE" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(228) + }, +/obj/item/gun/projectile/shotgun/pump/rifle/scope, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/obj/item/ammo_casing/a762, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"ro" = ( +/obj/structure/table/wood, +/obj/machinery/door/window/brigdoor{ + req_access = list(217); + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"rQ" = ( +/obj/structure/bed/stool/chair/sofa/pew/left, +/turf/simulated/floor/exoplanet/marble/dark, +/area/ouerea_autakh) +"to" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(228) + }, +/obj/random/civgun, +/obj/random/civgun, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"tz" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(228) + }, +/obj/item/melee/hammer/powered, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"tO" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"ut" = ( +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"uw" = ( +/obj/structure/table/stone/marble, +/obj/item/flame/candle, +/obj/item/nullrod/shaman, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"xe" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/structure/mech_wreckage, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"xl" = ( +/obj/structure/table/rack, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"xL" = ( +/obj/machinery/button/remote/blast_door{ + name = "Compound Gates"; + pixel_y = 25; + id = "autakh_base_entry"; + req_access = list(228) + }, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/obj/structure/bed/stool/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"yt" = ( +/obj/structure/blocker/steel/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"zK" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/marble/dark, +/area/ouerea_autakh) +"Ai" = ( +/obj/structure/table/stone/marble, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Av" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"AS" = ( +/obj/structure/table/standard, +/obj/machinery/chemical_dispenser/bar_soft{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Bd" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/curtain/open/bed, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_autakh"; + identifier = "ouerea_autakh" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Bt" = ( +/obj/structure/table/wood, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"CH" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Dd" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/machinery/mech_recharger, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"DJ" = ( +/obj/structure/closet/crate/autakh, +/obj/item/organ/internal/augment/farseer_eye, +/obj/item/organ/internal/augment/protein_valve, +/obj/item/organ/internal/augment/venomous_rest, +/obj/item/organ/internal/augment/calf_override, +/obj/item/organ/external/arm/autakh, +/obj/item/organ/external/arm/right/autakh, +/obj/item/organ/external/leg/autakh, +/obj/item/organ/external/leg/right/autakh, +/obj/item/organ/external/leg/right/autakh, +/obj/item/organ/external/leg/autakh, +/obj/item/organ/external/arm/autakh, +/obj/item/organ/external/arm/right/autakh, +/obj/item/organ/external/hand/right/autakh/medical, +/obj/item/organ/external/hand/right/autakh/security, +/obj/item/organ/external/hand/right/autakh/tool/mining, +/obj/item/organ/external/hand/right/autakh/tool, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"Fo" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Gq" = ( +/obj/structure/blocker/steel/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Hk" = ( +/turf/simulated/wall, +/area/ouerea_autakh) +"Jc" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Kq" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"KG" = ( +/obj/structure/table/rack, +/obj/random/firstaid, +/obj/random/firstaid, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Lc" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/structure/table/steel, +/obj/item/storage/bible{ + icon_state = "book10"; + item_state = "book10"; + name = "Rituals and Regiments of the Ancient Mador"; + desc = "Coming from radicalized and sidelined views of former warriors, the Aut'akh are a religious commune of cybernetically-augmented Unathi. They live in the relative safety \ of their communes scattered across various towns, planets, and systems, though have yet to truly attain their perfect leaderless society, as their own supposedly-defeated prejudice \ still runs in quiet circles within communes. Meanwhile, society often rebukes and ridicules these fanatical trans-speciests. Their lives are gently guided by the shamans or \"paradigms,\" \ which sometimes act as the biomechanical engineers of these groups. The Aut'akh believe that spirits inhabit all things, much like the Th'akh religion. However, they also believe the flesh's \ weakness hampers the soul, thus evil spirits can manipulate people's minds and souls to commit evil acts. These malicious spirits are given power within a being when the person succumbs to greed, \ anger, or other emotional vices. Aut'akh preach that the Contact War was the result of sinta being so misled by evil spirits that they brought the world to ruin, and all power, whether a government, \ religion, or corporation, is inherently corrupt due to the influence of evil spirits." + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"LR" = ( +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"LV" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/unathi, +/obj/item/clothing/under/unathi, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi/zozo{ + color = "4a5bcf" + }, +/obj/item/clothing/suit/unathi/robe/beige, +/obj/item/clothing/accessory/poncho/unathimantle{ + color = "2a2b2c" + }, +/obj/item/clothing/gloves/brown/tajara, +/obj/item/storage/bible{ + icon_state = "book10"; + item_state = "book10"; + name = "Rituals and Regiments of the Ancient Mador"; + desc = "Coming from radicalized and sidelined views of former warriors, the Aut'akh are a religious commune of cybernetically-augmented Unathi. They live in the relative safety \ of their communes scattered across various towns, planets, and systems, though have yet to truly attain their perfect leaderless society, as their own supposedly-defeated prejudice \ still runs in quiet circles within communes. Meanwhile, society often rebukes and ridicules these fanatical trans-speciests. Their lives are gently guided by the shamans or \"paradigms,\" \ which sometimes act as the biomechanical engineers of these groups. The Aut'akh believe that spirits inhabit all things, much like the Th'akh religion. However, they also believe the flesh's \ weakness hampers the soul, thus evil spirits can manipulate people's minds and souls to commit evil acts. These malicious spirits are given power within a being when the person succumbs to greed, \ anger, or other emotional vices. Aut'akh preach that the Contact War was the result of sinta being so misled by evil spirits that they brought the world to ruin, and all power, whether a government, \ religion, or corporation, is inherently corrupt due to the influence of evil spirits." + }, +/obj/item/clothing/shoes/sandals/caligae, +/obj/item/clothing/shoes/sandals/caligae, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Mj" = ( +/obj/machinery/vending/boozeomat/merchant, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Nm" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/obj/structure/table/rack, +/obj/item/stack/nanopaste, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"Nr" = ( +/obj/structure/bed/stool/bar/padded/red, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"OC" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"OY" = ( +/mob/living/simple_animal/threshbeast, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Pa" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 4 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Pn" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/unathi/huytai, +/obj/item/clothing/under/unathi/zozo{ + color = "4a5bcf" + }, +/obj/item/clothing/suit/unathi/robe/beige, +/obj/item/clothing/accessory/poncho/unathimantle{ + color = "2a2b2c" + }, +/obj/item/clothing/accessory/poncho/unathimantle{ + color = "2a2b2c" + }, +/obj/item/clothing/gloves/brown/tajara, +/obj/item/storage/bible{ + icon_state = "book10"; + item_state = "book10"; + name = "Rituals and Regiments of the Ancient Mador"; + desc = "Coming from radicalized and sidelined views of former warriors, the Aut'akh are a religious commune of cybernetically-augmented Unathi. They live in the relative safety \ of their communes scattered across various towns, planets, and systems, though have yet to truly attain their perfect leaderless society, as their own supposedly-defeated prejudice \ still runs in quiet circles within communes. Meanwhile, society often rebukes and ridicules these fanatical trans-speciests. Their lives are gently guided by the shamans or \"paradigms,\" \ which sometimes act as the biomechanical engineers of these groups. The Aut'akh believe that spirits inhabit all things, much like the Th'akh religion. However, they also believe the flesh's \ weakness hampers the soul, thus evil spirits can manipulate people's minds and souls to commit evil acts. These malicious spirits are given power within a being when the person succumbs to greed, \ anger, or other emotional vices. Aut'akh preach that the Contact War was the result of sinta being so misled by evil spirits that they brought the world to ruin, and all power, whether a government, \ religion, or corporation, is inherently corrupt due to the influence of evil spirits." + }, +/obj/item/clothing/shoes/sandals/caligae, +/obj/item/clothing/shoes/sandals/caligae, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Qy" = ( +/obj/structure/table/rack, +/obj/random/custom_ka, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"QJ" = ( +/obj/structure/table/stone/marble, +/obj/item/flame/candle, +/obj/item/device/versebook/autakh, +/obj/item/device/versebook/autakh, +/obj/item/device/versebook/autakh, +/obj/item/device/versebook/autakh, +/obj/item/device/versebook/autakh, +/obj/item/device/versebook/autakh, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"SL" = ( +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Th" = ( +/obj/structure/table/stone/marble, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) +"UL" = ( +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Vb" = ( +/turf/simulated/floor/exoplanet/marble/dark, +/area/ouerea_autakh) +"Wz" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/structure/table/rack, +/obj/item/stack/material/steel/full, +/obj/item/stack/material/glass/full, +/obj/item/stack/material/wood/full, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_autakh) +"Xg" = ( +/obj/machinery/door/blast/shutters{ + id = "autakh_base_entry" + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_autakh) +"Zc" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/marble/dark, +/area/ouerea_autakh) +"Zd" = ( +/obj/structure/table/stone/marble, +/obj/item/clothing/gloves/latex/nitrile/unathi, +/obj/item/clothing/gloves/latex/nitrile/unathi, +/obj/item/clothing/gloves/latex/nitrile/unathi, +/turf/simulated/floor/exoplanet/marble, +/area/ouerea_autakh) + +(1,1,1) = {" +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +"} +(2,1,1) = {" +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +"} +(3,1,1) = {" +bp +bp +Hk +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Hk +bp +bp +"} +(4,1,1) = {" +bp +bp +yt +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +yt +bp +bp +"} +(5,1,1) = {" +bp +bp +yt +bp +iy +iy +iy +iy +iy +iy +iy +bp +bp +bp +bp +bp +bp +bp +bp +iy +iy +iy +iy +iy +iy +iy +iy +iy +bp +yt +bp +bp +"} +(6,1,1) = {" +bp +bp +yt +bp +iy +xe +Av +as +fc +bb +iy +bp +bp +bp +bp +bp +bp +bp +bp +iy +kd +op +qq +xl +Qy +tz +qE +iy +bp +yt +bp +bp +"} +(7,1,1) = {" +bp +bp +yt +bp +iy +oK +ut +ut +ut +ut +eF +UL +UL +UL +UL +UL +UL +UL +UL +Fo +kd +kd +kd +kd +kd +kd +kd +iy +bp +yt +bp +bp +"} +(8,1,1) = {" +bp +bp +yt +bp +iy +Lc +ut +ut +ut +ut +eF +UL +UL +bp +bp +bp +bp +bp +bp +iy +kd +Pa +qq +KG +KG +to +iF +iy +bp +yt +bp +bp +"} +(9,1,1) = {" +bp +bp +yt +bp +iy +Dd +fF +gY +Wz +Nm +iy +bp +UL +bp +bp +bp +bp +bp +bp +iy +iy +iy +iy +iy +iy +iy +iy +iy +bp +yt +bp +bp +"} +(10,1,1) = {" +bp +bp +yt +bp +iy +iy +iy +iy +iy +iy +iy +bp +UL +bp +pC +bp +pC +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +yt +bp +bp +"} +(11,1,1) = {" +bp +bp +yt +bp +bp +bp +bp +bp +bp +bp +bp +bp +UL +bp +pC +bp +pC +bp +bp +mv +mv +mv +mv +mv +mv +mv +mv +mv +bp +yt +bp +bp +"} +(12,1,1) = {" +bp +bp +yt +Hk +Hk +Hk +Hk +bp +bp +bp +bp +bp +UL +bp +pC +bp +pC +bp +mv +mv +lZ +Vb +Vb +Vb +lZ +DJ +Zd +mv +bp +yt +bp +bp +"} +(13,1,1) = {" +bp +bp +yt +Hk +aR +kd +Fo +bp +bp +bp +bp +bp +UL +bp +pC +bp +pC +bp +mv +Vb +rQ +Vb +rQ +Vb +LR +LR +LR +mv +bp +yt +bp +bp +"} +(14,1,1) = {" +bp +bp +yt +Hk +ro +eX +Hk +bp +bp +bp +bp +bp +UL +bp +bp +bp +bp +bp +mv +Vb +be +Vb +be +Vb +LR +QJ +LR +mv +bp +yt +bp +bp +"} +(15,1,1) = {" +bp +bp +Xg +UL +UL +UL +Xg +bp +bp +bp +bp +bp +UL +bp +bp +bp +bp +bp +mv +Vb +Vb +Vb +Vb +LR +LR +pU +LR +mv +bp +yt +bp +bp +"} +(16,1,1) = {" +bp +bp +Xg +UL +UL +UL +Xg +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +UL +Zc +Vb +Vb +Vb +Vb +LR +LR +ds +jc +mv +bp +yt +bp +bp +"} +(17,1,1) = {" +bp +bp +Xg +UL +UL +UL +Xg +bp +bp +bp +bp +bp +UL +bp +bp +bp +bp +UL +mv +Vb +Vb +Vb +Vb +LR +LR +Th +LR +mv +bp +yt +bp +bp +"} +(18,1,1) = {" +bp +bp +yt +Hk +bx +tO +Hk +bp +bp +bp +bp +bp +UL +bp +bp +bp +bp +UL +mv +Vb +rQ +Vb +rQ +Vb +LR +uw +LR +mv +bp +yt +bp +bp +"} +(19,1,1) = {" +bp +bp +yt +Hk +xL +kd +Fo +bp +bp +iy +iy +iy +Fo +iy +iy +iy +bp +UL +mv +Vb +be +Vb +be +Vb +LR +LR +LR +mv +bp +yt +bp +bp +"} +(20,1,1) = {" +bp +bp +yt +Hk +Hk +Hk +Hk +bp +bp +iy +lh +kd +kd +kd +lh +iy +bp +UL +mv +mv +zK +Vb +Vb +Vb +zK +LR +ox +mv +bp +yt +bp +bp +"} +(21,1,1) = {" +bp +bp +yt +bp +bp +bp +bp +bp +bp +iy +iy +kd +kd +kd +iy +iy +bp +UL +bp +mv +mv +mv +mv +mv +mv +mv +mv +mv +bp +yt +bp +bp +"} +(22,1,1) = {" +bp +bp +yt +Kq +bp +OY +bp +bp +bp +iy +Bd +kd +kd +kd +Bd +iy +bp +UL +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +yt +bp +bp +"} +(23,1,1) = {" +bp +bp +yt +bp +Kq +bp +Kq +bp +bp +iy +iy +CH +kd +dP +iy +iy +bp +UL +bp +iy +iy +iy +iy +iy +iy +iy +iy +iy +bp +yt +bp +bp +"} +(24,1,1) = {" +bp +bp +yt +bp +Kq +Kq +Kq +Kq +bp +iy +Bd +kd +kd +kd +Bd +iy +bp +UL +bp +iy +kd +kd +kd +kd +Ai +kd +SL +iy +bp +yt +bp +bp +"} +(25,1,1) = {" +bp +bp +yt +Kq +Kq +Kq +Kq +bp +bp +iy +iy +kd +kd +kd +iy +iy +bp +UL +bp +iy +CH +Nr +Bt +Nr +Ai +kd +nO +iy +bp +yt +bp +bp +"} +(26,1,1) = {" +bp +bp +yt +bp +Kq +Kq +Kq +OY +bp +iy +LV +kd +OC +kd +Pn +iy +bp +UL +UL +Fo +kd +Nr +Bt +Nr +Ai +kd +Mj +iy +bp +yt +bp +bp +"} +(27,1,1) = {" +bp +bp +yt +bp +Kq +Kq +Kq +bp +bp +iy +iy +iy +iy +iy +iy +iy +bp +bp +bp +iy +CH +Nr +Bt +Nr +Ai +kd +AS +iy +bp +yt +bp +bp +"} +(28,1,1) = {" +bp +bp +yt +bp +Kq +Kq +Kq +Kq +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +iy +iC +kd +kd +kd +kd +kd +Jc +iy +bp +yt +bp +bp +"} +(29,1,1) = {" +bp +bp +yt +bp +bp +bp +bp +bp +Kq +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +iy +iy +iy +iy +iy +iy +iy +iy +iy +bp +yt +bp +bp +"} +(30,1,1) = {" +bp +bp +Hk +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Gq +Hk +bp +bp +"} +(31,1,1) = {" +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +"} +(32,1,1) = {" +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +bp +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_bar.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_bar.dm new file mode 100644 index 00000000000..1df807bb2a1 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_bar.dm @@ -0,0 +1,108 @@ +/datum/map_template/ruin/exoplanet/ouerea_bar + name = "Ouerea Inn" + id = "ouerea_bar" + description = "An inn for the weary traveler, located on the planet Ouerea" + spawn_weight = 1 + spawn_cost = 2 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_bar.dmm") + unit_test_groups = list(1) + +/area/ouerea_bar + name = "Ouerea Bar" + icon_state = "bar" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "The sound of music and the warmth of a fire fill this place." + +/datum/ghostspawner/human/ouerea_bar_innkeeper + name = "Ouerean Innkeeper" + short_name = "ouerea_bar_innkeeper" + desc = "Operate an inn on Ouerea" + tags = list("External") + welcome_message = "You are the proprietor of an inn on Ouerea. Serve drinks and food, rent your rooms, and make a profit." + + extra_languages = list(LANGUAGE_UNATHI, LANGUAGE_AZAZIBA) + max_count = 1 + spawnpoints = list("ouerea_bar_innkeeper") + possible_species = list(SPECIES_UNATHI) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + outfit = /obj/outfit/admin/moghes_bar_innkeeper + + assigned_role = "Ouerean Innkeeper" + special_role = "Ouerean Innkeeper" + respawn_flag = null + uses_species_whitelist = FALSE + +/datum/ghostspawner/human/ouerea_bar_server + name = "Ouerean Inn Server" + short_name = "ouerea_bar_server" + desc = "Work at an inn on Ouerea" + tags = list ("External") + welcome_message = "You are an employee of an inn on Ouerea. Ensure that your patrons enjoy themselves, and that the inn makes a profit." + + extra_languages = list(LANGUAGE_UNATHI, LANGUAGE_AZAZIBA) + spawnpoints = list("ouerea_bar_server") + max_count = 2 + possible_species = list(SPECIES_UNATHI) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + outfit = /obj/outfit/admin/moghes_bar_server + + assigned_role = "Ouerean Inn Staff" + special_role = "Ouerean Inn Staff" + respawn_flag = null + uses_species_whitelist = FALSE + +/datum/ghostspawner/human/ouerea_bar_patron + name = "Ouerean Inn Patron" + short_name = "ouerea_bar_patron" + desc = "Visit an inn on Ouerea" + tags = list ("External") + welcome_message = "You are a visitor to the local inn, whether for food, drink, or board. Relax and enjoy yourself!" + + extra_languages = list(LANGUAGE_UNATHI) + max_count = 5 + spawnpoints = list("ouerea_bar_patron") + possible_species = list(SPECIES_UNATHI, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_HUMAN) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + outfit = /obj/outfit/admin/moghes_bar_patron + species_outfits = list( + SPECIES_UNATHI = /obj/outfit/admin/moghes_bar_patron, + SPECIES_SKRELL = /obj/outfit/admin/ouerea_skrell, + SPECIES_SKRELL_AXIORI = /obj/outfit/admin/ouerea_skrell, + SPECIES_HUMAN = /obj/outfit/admin/ouerea_human + ) + + assigned_role = "Ouerean Inn Patron" + special_role = "Ouerean Inn Patron" + respawn_flag = null + uses_species_whitelist = FALSE + +/obj/outfit/admin/ouerea_human + name = "Ouerean Human" + uniform = list(/obj/item/clothing/under/pants/tan, /obj/item/clothing/under/pants/jeans, /obj/item/clothing/under/shorts/black, /obj/item/clothing/under/shorts/jeans, /obj/item/clothing/under/tactical, + /obj/item/clothing/under/unathi) + accessory = list(/obj/item/clothing/accessory/silversun/random, /obj/item/clothing/accessory/dressshirt, /obj/item/clothing/accessory/tshirt, /obj/item/clothing/accessory/longsleeve) + suit = list(/obj/item/clothing/suit/storage/toggle/track, /obj/item/clothing/suit/storage/toggle/asymmetriccoat/izharshan, /obj/item/clothing/accessory/poncho/unathimantle, /obj/item/clothing/suit/storage/toggle/corp/heph) + shoes = list(/obj/item/clothing/shoes/sandals/caligae, /obj/item/clothing/shoes/sandals, /obj/item/clothing/shoes/workboots, /obj/item/clothing/shoes/jackboots) + head = list(/obj/item/clothing/head/unathi, /obj/item/clothing/head/cowboy, /obj/item/clothing/head/cowboy/wide, /obj/item/clothing/head/bandana/colorable/random) + back = /obj/item/storage/backpack/satchel/leather + l_pocket = /obj/item/storage/wallet/random + l_ear = null + id = null + +/obj/outfit/admin/ouerea_skrell + name = "Ouerean Skrell" + uniform = list(/obj/item/clothing/under/skrell/wetsuit, /obj/item/clothing/under/unathi, /obj/item/clothing/under/unathi/himation) + accessory = list(/obj/item/clothing/accessory/tshirt/skrell/maelstrom, /obj/item/clothing/accessory/tshirt/skrell/nebula, /obj/item/clothing/accessory/tshirt/skrell/reef) + suit = list(/obj/item/clothing/accessory/poncho/skrell/tan, /obj/item/clothing/suit/storage/toggle/skrell/starcoat) + shoes = list(/obj/item/clothing/shoes/sandals/caligae, /obj/item/clothing/shoes/sandals, /obj/item/clothing/shoes/workboots, /obj/item/clothing/shoes/jackboots) + back = /obj/item/storage/backpack/satchel/leather + l_pocket = /obj/item/storage/wallet/random + l_ear = null + id = null diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_bar.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_bar.dmm new file mode 100644 index 00000000000..b5e125c092b --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_bar.dmm @@ -0,0 +1,2212 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"ah" = ( +/obj/structure/janitorialcart/full, +/obj/item/clothing/gloves/janitor/unathi, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"aw" = ( +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -9; + pixel_y = 15 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -9; + pixel_y = 6 + }, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/machinery/reagentgrinder{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/effect/floor_decal/corner/grey/diagonal, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"bv" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/structure/table/wood, +/obj/item/key{ + name = "key - storeroom"; + key_data = "storeroom" + }, +/obj/item/key{ + name = "key - room one"; + key_data = "room_one" + }, +/obj/item/key{ + name = "key - room two"; + key_data = "room_two" + }, +/obj/item/key{ + name = "key - room three"; + key_data = "room_three" + }, +/obj/item/key{ + name = "key - room four"; + key_data = "room_four" + }, +/obj/item/key{ + name = "key - room five"; + key_data = "room_five" + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"cg" = ( +/obj/structure/bed/stool/chair/sofa/left/red{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_bar_patron"; + identifier = "ouerea_bar_patron" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"dx" = ( +/obj/structure/bed/stool/chair/sofa/red{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"dK" = ( +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"dM" = ( +/obj/structure/bed/stool/bar/padded/red, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"dY" = ( +/obj/structure/table/wood, +/obj/structure/bedsheetbin{ + pixel_y = 10 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"eK" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"eO" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"fj" = ( +/obj/effect/floor_decal/spline/plain, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"fQ" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"fT" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"gh" = ( +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_bar) +"gn" = ( +/obj/structure/table/wood, +/obj/effect/floor_decal/spline/plain{ + dir = 6 + }, +/obj/item/device/radio/phone, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"gF" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 9 + }, +/obj/structure/weapon_rack/pump{ + pixel_y = 25 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"hh" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"hn" = ( +/obj/structure/flora/grass/junglegrass/random, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_bar) +"hW" = ( +/obj/structure/closet/crate/bin, +/obj/structure/mirror{ + pixel_x = -28; + pixel_y = -3 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"if" = ( +/obj/structure/bed/stool/bar/padded/red, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"ik" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 10 + }, +/obj/machinery/vending/boozeomat{ + req_access = null + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"jD" = ( +/obj/structure/table/rack, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"kU" = ( +/obj/structure/bed/padded, +/obj/item/bedsheet/brown, +/obj/structure/curtain/open/bed, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"ls" = ( +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_bar_server"; + identifier = "ouerea_bar_server" + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"lD" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/chemical_dispenser/bar_alc/full{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"mP" = ( +/obj/structure/sign/double/barsign{ + req_access = null; + pixel_y = 30 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"mR" = ( +/obj/structure/closet/crate/hydroponics, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"nY" = ( +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"of" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_bar_server"; + identifier = "ouerea_bar_server" + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"ox" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/machinery/appliance/cooker/stove, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"oS" = ( +/obj/structure/table/rack, +/obj/item/material/hatchet, +/obj/item/material/hatchet, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"pk" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"ps" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/machinery/vending/dinnerware, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"pw" = ( +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"pE" = ( +/obj/structure/bed/stool/chair/sofa/left/red{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"pL" = ( +/obj/structure/table/wood, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"pW" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"qa" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/structure/table/stone/marble, +/obj/machinery/appliance/mixer/candy{ + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"qF" = ( +/obj/structure/kitchenspike, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"qJ" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_bar) +"rv" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"sm" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"tN" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"tP" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_bar) +"ui" = ( +/obj/structure/table/rack, +/obj/item/wirecutters/clippers, +/obj/item/wirecutters/clippers, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"uk" = ( +/obj/structure/table/wood, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/item/reagent_containers/glass/rag, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"ut" = ( +/obj/structure/bed/stool/chair/sofa/red{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"uC" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"wg" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"wR" = ( +/obj/item/storage/box/produce{ + layer = 2.99; + pixel_x = 3; + pixel_y = -5 + }, +/obj/item/material/kitchen/rollingpin{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/material/knife{ + layer = 2.99; + pixel_x = -9 + }, +/obj/structure/table/wood, +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"xj" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_bar) +"xl" = ( +/obj/structure/simple_door/wood{ + name = "room two"; + initial_lock_value = "room_two" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"xK" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/mug, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"xN" = ( +/obj/structure/table/wood, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/item/material/ashtray, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"xV" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"yl" = ( +/obj/structure/bed/stool/chair/sofa/right/red{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"yn" = ( +/obj/structure/bed/stool/bar/padded/red, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_bar_patron"; + identifier = "ouerea_bar_patron" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"yx" = ( +/obj/structure/bed/stool, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"yI" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"yS" = ( +/obj/structure/simple_door/wood{ + name = "room five"; + initial_lock_value = "room_five" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"zl" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_bar) +"zA" = ( +/obj/structure/simple_door/wood{ + name = "room four"; + initial_lock_value = "room_four" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"zJ" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"zR" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"zV" = ( +/obj/structure/table/wood, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Ad" = ( +/obj/item/reagent_containers/cooking_container/board/bowl, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/condiment/sugar{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/structure/table/wood, +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"Au" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/obj/structure/closet/crate/hydroponics, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"AA" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"BT" = ( +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/structure/closet/secure_closet/freezer, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"Cx" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Df" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/chemical_dispenser/coffeemaster/full{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/sign/flag/ouerea/old/large/west{ + pixel_x = -32 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Dm" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Dn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"DA" = ( +/obj/structure/simple_door/wood{ + name = "room three"; + initial_lock_value = "room_three" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"EB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"ET" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/grass/stalk{ + temperature = 303.15 + }, +/area/ouerea_bar) +"EV" = ( +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"EY" = ( +/obj/structure/bed/stool/bar/padded/red, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Fl" = ( +/obj/structure/table/wood, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/item/device/hand_labeler, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Fu" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/chemical_dispenser/bar_soft/full{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"FA" = ( +/obj/structure/table/wood, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"FD" = ( +/obj/structure/toilet, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"FR" = ( +/turf/simulated/wall/wood, +/area/ouerea_bar) +"FV" = ( +/obj/machinery/door/window{ + dir = 4 + }, +/obj/effect/floor_decal/spline/plain{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Gh" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_bar) +"HY" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/structure/closet/cabinet, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi/mogazali/blue, +/obj/item/clothing/under/unathi/zozo{ + color = "#100942" + }, +/obj/item/clothing/under/unathi/huytai{ + color = "#100942" + }, +/obj/item/clothing/under/unathi{ + color = "#4a3407" + }, +/obj/item/clothing/suit/unathi/robe/robe_coat/orange, +/obj/item/clothing/suit/unathi/robe/robe_coat, +/obj/item/clothing/suit/unathi/robe/robe_coat/red, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"Ii" = ( +/obj/structure/table/wood, +/obj/item/material/ashtray/bronze, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"IT" = ( +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Jq" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Js" = ( +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Jt" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"JH" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Kc" = ( +/obj/structure/simple_door/wood{ + name = "storeroom"; + initial_lock_value = "storeroom" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Kt" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/stool/bar/padded/red, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Mu" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/machinery/appliance/cooker/fryer, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"Mz" = ( +/obj/effect/floor_decal/spline/plain{ + dir = 8 + }, +/obj/machinery/chem_heater, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"NR" = ( +/obj/structure/sign/flag/ouerea/old/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Pr" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/black, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"PE" = ( +/obj/structure/table/wood, +/obj/effect/floor_decal/spline/plain{ + dir = 4 + }, +/obj/item/material/ashtray/bronze, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"PF" = ( +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/reagent_containers/food/condiment/flour, +/obj/item/storage/box/fancy/egg_box, +/obj/item/storage/box/fancy/egg_box, +/obj/item/reagent_containers/food/drinks/carton/milk, +/obj/item/reagent_containers/food/drinks/carton/milk, +/obj/item/reagent_containers/food/drinks/carton/soymilk, +/obj/item/reagent_containers/food/drinks/carton/soymilk, +/obj/structure/closet/secure_closet/freezer, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"Qn" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"QL" = ( +/obj/structure/bed/stool/chair/sofa/right/red{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Rh" = ( +/obj/machinery/atm{ + pixel_y = 25 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"SH" = ( +/obj/structure/reagent_dispensers/cookingoil, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"SQ" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"TY" = ( +/obj/machinery/media/jukebox, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Ud" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Uh" = ( +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"UF" = ( +/obj/effect/floor_decal/corner/grey/diagonal, +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) +"UX" = ( +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_bar_innkeeper"; + identifier = "ouerea_bar_innkeeper" + }, +/turf/simulated/floor/exoplanet/lino{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Vh" = ( +/obj/structure/sink{ + pixel_y = 28 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Wh" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Wj" = ( +/obj/structure/simple_door/wood, +/obj/structure/plasticflaps/airtight, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"WV" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Xw" = ( +/obj/structure/reagent_dispensers/keg/xuizikeg, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_bar) +"Yd" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/accessory/storage/bandolier, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/fancy/candle_box, +/obj/item/flame/lighter/zippo, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Ys" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table/wood, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"Yx" = ( +/obj/structure/railing/fence, +/obj/structure/bed/stool/bar/padded/red, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"YG" = ( +/obj/structure/simple_door/wood{ + name = "room one"; + initial_lock_value = "room_one" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"YT" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_bar) +"YV" = ( +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/reagent_containers/food/condiment/shaker/peppermill{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/shaker/spacespice{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/shaker/salt{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/shaker/peppermill{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/shaker/salt{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/shaker/spacespice{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/effect/floor_decal/corner/grey/diagonal, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_bar) + +(1,1,1) = {" +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +"} +(2,1,1) = {" +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +hn +hn +qJ +zl +hn +qJ +qJ +qJ +qJ +qJ +qJ +"} +(3,1,1) = {" +qJ +qJ +qJ +FR +FR +FR +FR +FR +Au +Dm +Dm +Dm +Dm +Dm +Dm +Dm +Dm +xj +Gh +qJ +qJ +qJ +qJ +zl +zl +qJ +qJ +zl +qJ +qJ +qJ +qJ +"} +(4,1,1) = {" +qJ +qJ +qJ +FR +wg +EV +BT +FR +ui +Js +Js +Js +Js +Qn +Js +Qn +Js +Wh +gh +qJ +qJ +qJ +zl +zl +zl +zl +zl +qJ +hn +qJ +qJ +qJ +"} +(5,1,1) = {" +qJ +qJ +qJ +FR +qF +EV +BT +FR +oS +Js +Js +Js +Js +Qn +Js +Qn +Js +Wh +gh +qJ +qJ +zl +zl +zl +zl +zl +zl +qJ +hn +qJ +qJ +qJ +"} +(6,1,1) = {" +qJ +qJ +qJ +FR +SH +EV +PF +FR +jD +Js +Js +Js +Js +Qn +Js +Qn +Js +Wh +gh +qJ +qJ +hn +zl +zl +zl +zl +zl +qJ +qJ +qJ +qJ +qJ +"} +(7,1,1) = {" +qJ +qJ +qJ +FR +fQ +EV +Xw +FR +Vh +Js +Js +JH +mR +Jq +Js +Jq +Js +tP +gh +qJ +qJ +qJ +zl +zl +zl +zl +zl +zl +zl +qJ +qJ +qJ +"} +(8,1,1) = {" +qJ +FR +FR +FR +FR +Wj +FR +FR +FR +FR +hh +FR +FR +FR +FR +FR +FR +FR +FR +qJ +qJ +zl +zl +zl +zl +zl +zl +qJ +hn +qJ +qJ +qJ +"} +(9,1,1) = {" +qJ +FR +ox +zJ +Mu +Jt +sm +UF +HY +FR +gF +zR +Mz +ps +lD +Fu +Df +ik +FR +qJ +qJ +zl +qJ +hn +zl +zl +qJ +qJ +qJ +qJ +qJ +qJ +"} +(10,1,1) = {" +qJ +FR +Jt +Jt +Jt +Jt +Jt +Jt +Jt +xV +ac +IT +IT +IT +IT +IT +IT +fj +FR +qJ +qJ +qJ +qJ +qJ +qJ +hn +hn +qJ +qJ +qJ +qJ +qJ +"} +(11,1,1) = {" +qJ +FR +Jt +Jt +Jt +Jt +of +Jt +Jt +FR +pk +ls +IT +IT +UX +IT +IT +fj +FR +FR +FR +FR +FR +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +"} +(12,1,1) = {" +qJ +FR +Jt +Jt +Jt +Jt +Jt +Jt +Jt +FR +FV +Fl +zV +uk +PE +FA +xN +gn +FR +cg +ut +QL +FR +pW +pW +pW +AA +qJ +qJ +qJ +qJ +qJ +"} +(13,1,1) = {" +qJ +FR +eO +qa +aw +Ad +YV +wR +bv +FR +Uh +if +if +if +if +if +if +dM +FR +Ii +pL +Uh +FR +if +xK +pL +Yx +qJ +qJ +qJ +qJ +qJ +"} +(14,1,1) = {" +qJ +FR +FR +FR +FR +FR +FR +FR +FR +FR +Rh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +FR +if +pL +Ii +Yx +qJ +qJ +qJ +qJ +qJ +"} +(15,1,1) = {" +qJ +FR +WV +YT +dY +FR +Uh +Uh +Dn +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +FR +Kt +pL +pL +Yx +qJ +qJ +qJ +qJ +qJ +"} +(16,1,1) = {" +qJ +FR +Yd +Uh +Uh +Kc +Uh +Uh +yn +pL +pL +if +Cx +yn +pL +pL +if +Uh +Uh +Uh +Uh +Uh +FR +NR +Uh +Uh +nY +qJ +qJ +qJ +qJ +qJ +"} +(17,1,1) = {" +qJ +FR +ah +Uh +pw +FR +Uh +Uh +if +pL +Ii +dM +FR +EY +xK +Ii +if +Uh +Uh +Uh +Uh +Uh +FR +Uh +Uh +Uh +nY +qJ +qJ +qJ +qJ +qJ +"} +(18,1,1) = {" +qJ +FR +FR +FR +FR +FR +yI +Uh +if +pL +pL +dM +FR +EY +pL +pL +yn +Uh +Uh +Uh +Uh +Uh +ET +Uh +Uh +Uh +Uh +qJ +qJ +qJ +qJ +qJ +"} +(19,1,1) = {" +qJ +FR +fT +fT +fT +FR +Uh +Uh +yn +xK +pL +if +Dn +if +pL +pL +if +Uh +Uh +Uh +Uh +Uh +FR +mP +Uh +Uh +nY +qJ +qJ +qJ +qJ +qJ +"} +(20,1,1) = {" +qJ +FR +EB +dK +dK +xV +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Ud +FR +Ii +pL +Uh +FR +if +pL +pL +Yx +qJ +qJ +qJ +qJ +qJ +"} +(21,1,1) = {" +qJ +FR +FD +dK +SQ +FR +Uh +Uh +Cx +Uh +Uh +Uh +Cx +Uh +Uh +Uh +Uh +TY +FR +yl +dx +pE +FR +if +pL +Ii +Yx +qJ +qJ +qJ +qJ +qJ +"} +(22,1,1) = {" +qJ +FR +FR +FR +FR +FR +FR +FR +FR +FR +tN +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +Kt +pL +pL +Yx +qJ +qJ +qJ +qJ +qJ +"} +(23,1,1) = {" +qJ +FR +Uh +Uh +Uh +Dn +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Uh +Dn +Uh +Uh +Uh +Dn +Uh +Uh +Uh +FR +Uh +Uh +Uh +nY +qJ +qJ +qJ +qJ +qJ +"} +(24,1,1) = {" +qJ +FR +FR +FR +YG +FR +FR +FR +xl +FR +FR +FR +DA +FR +FR +FR +zA +FR +FR +FR +yS +FR +FR +if +pL +pL +Yx +qJ +qJ +qJ +qJ +qJ +"} +(25,1,1) = {" +qJ +qJ +FR +yx +Uh +hW +FR +yx +Uh +hW +FR +yx +Uh +hW +FR +yx +Uh +hW +FR +yx +Uh +hW +FR +if +pL +Ii +Yx +qJ +qJ +qJ +qJ +qJ +"} +(26,1,1) = {" +qJ +qJ +FR +Ys +Uh +Pr +FR +Ys +Uh +Pr +FR +Ys +Uh +Pr +FR +Ys +Uh +Pr +FR +Ys +Uh +Pr +FR +Kt +pL +pL +Yx +qJ +qJ +qJ +qJ +qJ +"} +(27,1,1) = {" +qJ +qJ +FR +kU +Uh +rv +FR +kU +Uh +rv +FR +kU +Uh +rv +FR +kU +Uh +rv +FR +kU +Uh +rv +FR +uC +uC +uC +eK +qJ +qJ +qJ +qJ +qJ +"} +(28,1,1) = {" +qJ +qJ +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +FR +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +"} +(29,1,1) = {" +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +"} +(30,1,1) = {" +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +"} +(31,1,1) = {" +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +"} +(32,1,1) = {" +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +qJ +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_battlefield.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_battlefield.dm new file mode 100644 index 00000000000..a5bf057c805 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_battlefield.dm @@ -0,0 +1,39 @@ +/datum/map_template/ruin/exoplanet/ouerea_battlefield + name = "Ouerean Battlefield" + id = "ouerea_battlefield" + description = "A battlefield of the Ouerean Revolution, now long forgotten." + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_battlefield.dmm") + unit_test_groups = list(2) + +/obj/effect/landmark/corpse/ouerea_revolutionary + name = "Ouerean Revolutionary" + corpseuniform = /obj/item/clothing/under/unathi + corpseshoes = /obj/item/clothing/shoes/sandals/caligae + corpseid = FALSE + species = SPECIES_UNATHI + +/obj/effect/landmark/corpse/ouerea_revolutionary/do_extra_customization(var/mob/living/carbon/human/M) + M.ChangeToSkeleton() + +/obj/item/paper/fluff/ouerea_corpse + name = "A Final Message" + info = "To you, who live beyond us. On this day we, the forces of the Ouerean Confederation, sovereign and free, clashed with the thugs of the tyrant Yiztek. We have slain many of their number, but we cannot hold this place any more. I have seen to the burial of the dead, and now I wait for Sk'akh to claim my spirit too. Whoever you may be, remember this place and our names, and the righteous cause of liberty for which we fought. Long live the Confederation, and her people." + language = LANGUAGE_UNATHI + +/obj/structure/gravemarker/ouerea_1 + message = "John Grenfel, son of Mars. He would always sing the loudest, around our fire." + +/obj/structure/gravemarker/ouerea_2 + message = "Volqix Qooxuq, child of Qerr'malic. They would stoke the flame of hope in each of us." + +/obj/structure/gravemarker/ouerea_3 + message = "Sokha Akaleis, daughter of Skalamar. She saved each of our lives, more times than we could count." + +/obj/structure/gravemarker/ouerea_4 + message = "Kuzwe Yulac, son of Kutah. He lept to the fray without hesitation, and the cowards of Yiztek feared his name." + +/obj/structure/gravemarker/ouerea_5 + message = "Uezak Ozarma, son of S'th. He was the first of us to stand for freedom, and he died before his knees would bend." diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_battlefield.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_battlefield.dmm new file mode 100644 index 00000000000..43fda448716 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_battlefield.dmm @@ -0,0 +1,829 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"c" = ( +/obj/structure/table/standard, +/obj/item/gun/projectile/colt, +/obj/item/paper/fluff/ouerea_corpse, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"e" = ( +/turf/simulated/wall/concrete, +/area/exoplanet/ouerea) +"g" = ( +/obj/structure/barricade/metal/wired{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"k" = ( +/obj/effect/landmark/scorcher, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"m" = ( +/obj/structure/gravemarker/ouerea_5, +/obj/structure/pit/closed/grave{ + marker = 0 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"p" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"q" = ( +/obj/structure/gravemarker/ouerea_3, +/obj/structure/pit/closed/grave{ + marker = 0 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"r" = ( +/obj/structure/gravemarker/ouerea_4, +/obj/structure/pit/closed/grave{ + marker = 0 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"t" = ( +/obj/structure/gravemarker/ouerea_2, +/obj/structure/pit/closed/grave{ + marker = 0 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"v" = ( +/obj/item/stack/material/wood/branch, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"A" = ( +/obj/structure/mech_wreckage, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"E" = ( +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"G" = ( +/obj/effect/landmark/corpse/ouerea_revolutionary, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"L" = ( +/obj/item/gun/projectile/automatic/rifle/carbine, +/obj/structure/table/rack, +/obj/item/gun/projectile/automatic/rifle/carbine, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"N" = ( +/obj/item/grenade/frag, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"Q" = ( +/obj/structure/sign/flag/ouerea/large/north, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"T" = ( +/obj/item/shovel, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"U" = ( +/obj/structure/gravemarker/ouerea_1, +/obj/structure/pit/closed/grave{ + marker = 0 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"V" = ( +/obj/item/gun/energy/rifle/laser, +/obj/structure/table/rack, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"W" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"Y" = ( +/obj/structure/barricade/wooden{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +e +e +W +W +e +e +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(3,1,1) = {" +a +e +Q +E +E +L +e +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(4,1,1) = {" +a +e +G +E +E +E +E +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(5,1,1) = {" +a +e +c +E +E +V +e +a +a +a +a +a +a +a +T +a +a +a +a +a +a +a +a +a +a +"} +(6,1,1) = {" +a +e +e +g +g +e +e +a +a +U +t +q +r +m +a +a +a +a +a +a +a +a +a +a +a +"} +(7,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +p +p +a +Y +v +Y +Y +a +a +a +"} +(8,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +p +p +p +p +a +a +a +a +a +a +a +"} +(9,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +p +p +p +p +p +p +a +a +a +a +a +a +a +"} +(10,1,1) = {" +a +a +a +Y +Y +Y +Y +v +a +a +a +p +p +p +p +p +a +a +a +a +a +a +a +a +a +"} +(11,1,1) = {" +a +a +a +a +a +a +a +a +a +p +p +p +p +p +p +p +a +a +a +a +a +a +a +a +a +"} +(12,1,1) = {" +a +a +a +a +a +a +a +p +p +p +p +p +p +p +p +a +a +A +a +a +a +a +a +a +a +"} +(13,1,1) = {" +a +a +a +v +v +a +a +a +p +p +p +p +p +p +p +a +a +a +a +a +a +a +a +a +a +"} +(14,1,1) = {" +a +a +a +a +a +a +v +p +p +p +p +p +p +p +p +p +a +a +a +a +a +a +a +a +a +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +p +p +p +p +p +p +p +p +p +a +a +a +a +a +a +a +a +"} +(16,1,1) = {" +a +a +a +a +k +a +a +a +p +p +p +p +p +p +a +a +a +a +a +a +a +a +a +a +a +"} +(17,1,1) = {" +a +a +a +a +a +a +N +a +p +a +p +a +p +p +a +a +a +a +a +a +a +a +a +a +a +"} +(18,1,1) = {" +a +a +a +a +A +a +a +a +a +a +a +a +a +p +a +a +a +a +a +a +a +a +a +a +a +"} +(19,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +k +a +a +a +a +a +a +a +"} +(20,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(21,1,1) = {" +a +a +a +a +a +a +a +a +k +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(22,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(23,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(24,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(25,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_farm.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_farm.dm new file mode 100644 index 00000000000..267dceaf8af --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_farm.dm @@ -0,0 +1,76 @@ +/datum/map_template/ruin/exoplanet/ouerea_farm + name = "Ouerea Aquacultural Center" + id = "ouerea_farm" + description = "An enormous industrial farm and aquacultural center, operated by Hephaestus Industries." + spawn_weight = 1 + spawn_cost = 2 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_farm.dmm") + unit_test_groups = list(3) + +/area/ouerea_farm + name = "Ouerea Farm" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "The sound of enormous water pipes and the low electrical hum of vast machines can be heard here. Catwalks strech over vast expanses of water. The banners of Hephaestus Industries can be seen, displayed proudly for all to see." + +/datum/ghostspawner/human/ouerea_fisher + name = "Hephaestus Aquaponicist" + short_name = "ouerea_fisher" + desc = "Operate an enormous aquacultural farm on Ouerea." + tags = list("External") + welcome_message = "You are a guildsman of Hephaestus Industries, working in an aquacultural farm on Ouerea. Raise fish, and work to feed the Hegemony." + + max_count = 4 + spawnpoints = list("ouerea_fisher") + extra_languages = list(LANGUAGE_UNATHI) + outfit = /obj/outfit/admin/unathi_fisher + possible_species = list(SPECIES_UNATHI, SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WORKER) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + + assigned_role = "Hephaestus Aquacultural Guildsman" + special_role = "Hephaestus Aquacultural Guildsman" + respawn_flag = null + + uses_species_whitelist = FALSE + +/obj/outfit/admin/unathi_fisher + uniform = list( + /obj/item/clothing/under/unathi, + /obj/item/clothing/under/unathi/huytai, + /obj/item/clothing/under/unathi/himation, + /obj/item/clothing/under/unathi/zozo + ) + + shoes = /obj/item/clothing/shoes/workboots + suit = /obj/item/clothing/accessory/poncho/unathimantle/hephaestus + back = /obj/item/storage/backpack/satchel/leather + + l_ear = null + + id = /obj/item/card/id + backpack_contents = list(/obj/item/storage/wallet/random = 1) + species_shoes = list( + SPECIES_UNATHI = /obj/item/clothing/shoes/sandals/caligae, + SPECIES_VAURCA_WORKER = /obj/item/clothing/shoes/vaurca + ) + +/obj/outfit/admin/unathi_fisher/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + var/uniform_color = "[pick("#c4ae04", "#695948", "#dbd9d7")]" + if(H?.w_uniform) + H.w_uniform.color = uniform_color + if(H?.wear_suit) + H.wear_suit.color = "#2a2b2e" + if(H?.shoes) + H.shoes.color = "#423509" + if(isvaurca(H)) + var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] + H.internal = preserve + H.internals.icon_state = "internal1" + H.update_body() diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_farm.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_farm.dmm new file mode 100644 index 00000000000..8df273d903e --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_farm.dmm @@ -0,0 +1,1538 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_farm) +"b" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/obj/structure/table/rack, +/obj/item/device/analyzer/plant_analyzer, +/obj/item/device/analyzer/plant_analyzer, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"d" = ( +/obj/item/bedsheet/brown, +/obj/structure/bed, +/obj/structure/curtain/open/bed, +/obj/effect/floor_decal/corner/green/diagonal, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"f" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/structure/closet/crate/hydroponics, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/watertank, +/obj/item/watertank, +/obj/item/watertank, +/obj/item/watertank, +/obj/item/watertank, +/obj/item/reagent_containers/spray/chemsprayer/mister, +/obj/item/reagent_containers/spray/chemsprayer/mister, +/obj/item/reagent_containers/spray/chemsprayer/mister, +/obj/item/reagent_containers/spray/chemsprayer/mister, +/obj/item/reagent_containers/spray/chemsprayer/mister, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"g" = ( +/obj/effect/floor_decal/corner/green/diagonal, +/obj/item/clothing/gloves/botanic_leather/unathi, +/obj/item/clothing/gloves/botanic_leather/unathi, +/obj/item/clothing/gloves/botanic_leather/unathi, +/obj/item/clothing/gloves/botanic_leather/unathi, +/obj/item/clothing/gloves/botanic_leather/unathi, +/obj/structure/closet, +/obj/item/clothing/head/unathi, +/obj/item/clothing/head/unathi, +/obj/item/clothing/head/unathi, +/obj/item/clothing/head/unathi, +/obj/item/clothing/head/unathi, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"h" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/structure/closet/crate/freezer/rations, +/obj/item/storage/box/fancy/mre/menu10, +/obj/item/storage/box/fancy/mre/menu10, +/obj/item/storage/box/fancy/mre/menu10, +/obj/item/storage/box/fancy/mre/menu10, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"i" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_farm) +"j" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/machinery/vending/dinnerware, +/obj/structure/sign/flag/heph/large/east{ + pixel_x = 32 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"l" = ( +/obj/effect/floor_decal/corner/green/diagonal, +/obj/machinery/door/airlock/service{ + name = "Living Quarters" + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"n" = ( +/obj/machinery/door/airlock/glass_service{ + name = "Storage and Habitation" + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"o" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/structure/reagent_dispensers/fertilizer, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"p" = ( +/obj/structure/bed/stool/bar/padded/green, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"q" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_farm) +"r" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -20; + name = "industrial sink" + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"s" = ( +/obj/machinery/light, +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"t" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/structure/table/rack, +/obj/item/material/hatchet, +/obj/item/material/hatchet, +/obj/item/material/hatchet, +/obj/item/material/hatchet, +/obj/item/material/hatchet, +/obj/item/material/hatchet, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"u" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/vending/hydronutrients/xenobotany, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"x" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/machinery/appliance/cooker/stove, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"A" = ( +/obj/effect/floor_decal/corner/green/diagonal, +/obj/structure/sign/flag/heph/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"B" = ( +/obj/structure/table/steel, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"C" = ( +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"F" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/structure/reagent_dispensers/fertilizer, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"G" = ( +/obj/effect/floor_decal/corner/green/diagonal, +/obj/machinery/light, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"H" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/structure/table/rack, +/obj/item/wirecutters/clippers, +/obj/item/wirecutters/clippers, +/obj/item/wirecutters/clippers, +/obj/item/wirecutters/clippers, +/obj/item/wirecutters/clippers, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"J" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"L" = ( +/turf/simulated/wall, +/area/ouerea_farm) +"M" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/machinery/vending/hydroseeds, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"O" = ( +/obj/effect/floor_decal/corner/green/diagonal, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"Q" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/structure/reagent_dispensers/keg/xuizikeg, +/obj/structure/table/steel, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"R" = ( +/obj/effect/floor_decal/corner/green/diagonal, +/obj/structure/closet, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/under/unathi, +/obj/item/clothing/under/unathi, +/obj/item/clothing/under/unathi, +/obj/item/clothing/under/unathi, +/obj/item/clothing/under/unathi/zozo, +/obj/item/clothing/under/unathi/zozo, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"T" = ( +/obj/item/bedsheet/brown, +/obj/structure/bed, +/obj/structure/curtain/open/bed, +/obj/effect/floor_decal/corner/green/diagonal, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_fisher"; + identifier = "ouerea_fisher" + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"U" = ( +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"V" = ( +/obj/effect/floor_decal/corner/green{ + dir = 6 + }, +/obj/effect/floor_decal/corner/green{ + dir = 10 + }, +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"W" = ( +/obj/structure/lattice/catwalk/indoor, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"X" = ( +/obj/effect/floor_decal/corner/green{ + dir = 5 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"Y" = ( +/obj/effect/floor_decal/corner/green/diagonal, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) +"Z" = ( +/obj/effect/floor_decal/corner/green{ + dir = 9 + }, +/obj/structure/closet/crate/hydroponics, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/item/seeds/cabbageseed, +/obj/structure/sign/flag/heph/large/west{ + pixel_x = -32 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_farm) + +(1,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +"} +(2,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(3,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(4,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +"} +(5,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(6,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(7,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +"} +(8,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(9,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(10,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +"} +(11,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(12,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(13,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +"} +(14,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(15,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(16,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +"} +(17,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(18,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +q +"} +(19,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +"} +(20,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +"} +(21,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +L +L +L +L +L +L +L +L +L +L +L +L +L +L +L +i +"} +(22,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +L +b +t +H +f +Z +u +M +r +L +g +O +O +T +L +i +"} +(23,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +L +X +U +U +U +U +U +U +C +L +Y +O +G +L +L +i +"} +(24,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +L +X +p +p +p +p +p +U +C +L +A +O +O +T +L +i +"} +(25,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +s +L +X +B +B +B +B +B +U +C +L +O +O +O +L +L +i +"} +(26,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +n +U +B +B +B +B +B +U +C +l +O +O +O +T +L +i +"} +(27,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +s +L +X +B +B +B +B +B +U +C +L +A +O +O +L +L +i +"} +(28,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +L +X +p +p +p +p +p +U +C +L +O +O +O +T +L +i +"} +(29,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +L +X +U +U +U +U +U +U +C +L +Y +O +G +L +L +i +"} +(30,1,1) = {" +q +a +a +a +a +a +a +a +a +a +a +a +a +a +a +W +L +o +F +Q +j +h +J +x +V +L +R +O +O +d +L +i +"} +(31,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +q +q +q +q +W +L +L +L +L +L +L +L +L +L +L +L +L +L +L +L +i +"} +(32,1,1) = {" +q +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +i +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_fishing_spot.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_fishing_spot.dm new file mode 100644 index 00000000000..5bda47cfb03 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_fishing_spot.dm @@ -0,0 +1,9 @@ +/datum/map_template/ruin/exoplanet/ouerea_fishing_spot + name = "Ouerea Fishing Spot" + id = "ouerea_fishing_spot" + description = "A peaceful fishing spot" + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_fishing_spot.dmm") + unit_test_groups = list(1) diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_fishing_spot.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_fishing_spot.dmm new file mode 100644 index 00000000000..bb2639c4712 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_fishing_spot.dmm @@ -0,0 +1,361 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/exoplanet/ouerea) +"b" = ( +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"c" = ( +/obj/structure/bed/stool/chair/folding{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"s" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/obj/structure/railing/fence{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"v" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"y" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"A" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"F" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"J" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/obj/structure/railing/fence{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"N" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/food/snacks/sliceable/sushi_roll, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"Q" = ( +/obj/item/material/twohanded/spear/steel{ + name = "fishing spear" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"S" = ( +/obj/structure/closet/crate/freezer{ + name = "cooler" + }, +/obj/item/reagent_containers/food/drinks/bottle/small/xuizijuice, +/obj/item/reagent_containers/food/drinks/bottle/small/xuizijuice, +/obj/item/reagent_containers/food/drinks/bottle/small/xuizijuice, +/obj/item/reagent_containers/food/drinks/bottle/small/xuizijuice, +/obj/item/reagent_containers/food/drinks/bottle/small/xuizijuice, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"Y" = ( +/obj/structure/closet/crate/freezer{ + name = "catches" + }, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) + +(1,1,1) = {" +F +F +F +F +a +a +F +F +F +a +a +a +y +a +a +"} +(2,1,1) = {" +a +F +F +a +F +F +F +F +F +F +F +F +y +y +a +"} +(3,1,1) = {" +a +F +a +F +F +F +F +F +F +F +F +y +y +y +y +"} +(4,1,1) = {" +a +a +F +F +F +F +F +F +F +F +F +F +y +y +a +"} +(5,1,1) = {" +F +F +F +F +F +F +F +F +F +F +F +y +y +y +y +"} +(6,1,1) = {" +F +F +F +F +F +F +F +F +F +F +F +b +b +y +y +"} +(7,1,1) = {" +F +F +F +F +F +F +F +F +F +F +F +Y +b +y +y +"} +(8,1,1) = {" +F +F +F +F +F +F +F +J +A +A +A +b +b +y +y +"} +(9,1,1) = {" +F +F +F +F +F +F +F +s +v +v +v +b +b +y +y +"} +(10,1,1) = {" +a +F +F +F +F +F +F +F +F +F +F +Q +N +y +y +"} +(11,1,1) = {" +F +F +F +F +F +F +F +F +F +F +F +c +S +y +y +"} +(12,1,1) = {" +F +a +F +F +F +F +F +F +F +F +F +F +y +y +y +"} +(13,1,1) = {" +a +a +F +F +F +F +F +F +F +F +F +y +y +y +a +"} +(14,1,1) = {" +a +a +a +F +F +F +F +F +F +a +F +F +y +a +a +"} +(15,1,1) = {" +a +a +a +F +F +F +F +F +F +F +a +a +y +a +a +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_freewater.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_freewater.dm new file mode 100644 index 00000000000..e1d2450c17a --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_freewater.dm @@ -0,0 +1,72 @@ +/datum/map_template/ruin/exoplanet/ouerea_freewater + name = "Ouerea Freewater Camp" + id = "ouerea_freewater" + spawn_weight = 1 + spawn_cost = 2 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_freewater.dmm") + unit_test_groups = list(2) + +/area/ouerea_freewater + name = "Freewater Camp" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "A fortified encampment, with the signs of training equipment everywhere. A green banner displaying a red-and-gold eye flies above the central building." + +/datum/ghostspawner/human/ouerea_freewater + name = "Dagamuir Freewater Contractor" + short_name = "ouerea_freewater" + desc = "Train in the wilderness and look for mercenary work on the planet Ouerea." + tags = list("External") + welcome_message = "You are a mercenary of the Dagamuir Freewater Private Forces, at a camp on Ouerea. Listen to your commander, look for paying work and keep yourself alive." + + extra_languages = list(LANGUAGE_UNATHI) + max_count = 4 + + spawnpoints = list("ouerea_freewater") + possible_species = list(SPECIES_UNATHI, SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + outfit = /obj/outfit/admin/freewater + + assigned_role = "Dagamuir Freewater Contractor" + special_role = "Dagamuir Freewater Contractor" + respawn_flag = null + uses_species_whitelist = FALSE + +/datum/ghostspawner/human/ouerea_freewater/boss + name = "Dagamuir Freewater Commander" + short_name = "ouerea_freewater_boss" + desc = "Oversee a Dagamuir Freewater outpost on the planet Ouerea" + + max_count = 1 + spawnpoints = list("ouerea_freewater_boss") + possible_species = list(SPECIES_UNATHI) + assigned_role = "Dagamuir Freewater Commander" + special_role = "Dagamuir Freewater Commander" + uses_species_whitelist = TRUE + +/obj/outfit/admin/freewater + name = "Dagamuir Freewater Contractor" + uniform = /obj/item/clothing/under/rank/security/pmc/dagamuir_freewater + shoes = /obj/item/clothing/shoes/sandals/caligae + id = /obj/item/card/id/pmc + back = /obj/item/storage/backpack/rucksack + l_pocket = /obj/item/storage/wallet/random + l_ear = null + species_shoes = list( + SPECIES_VAURCA_WARRIOR = /obj/item/clothing/shoes/vaurca + ) + +/obj/outfit/admin/freewater/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + if(isvaurca(H)) + var/obj/item/organ/internal/vaurca/preserve/preserve = H.internal_organs_by_name[BP_PHORON_RESERVE] + H.internal = preserve + H.internals.icon_state = "internal1" + H.update_body() + diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_freewater.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_freewater.dmm new file mode 100644 index 00000000000..5da7eef0fc4 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_freewater.dmm @@ -0,0 +1,2311 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"am" = ( +/obj/structure/bed/stool/chair/sofa/green{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"an" = ( +/obj/structure/blocker/steel/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"aD" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 10 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"bo" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "non-lethal equipment cabinet"; + req_access = null + }, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded, +/obj/item/reagent_containers/spray/pepper, +/obj/item/reagent_containers/spray/pepper, +/obj/item/reagent_containers/spray/pepper, +/obj/item/reagent_containers/spray/pepper, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 25 + }, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flash, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/device/flashlight/maglight, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/teargas, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/handcuffs, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"cy" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"cS" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"dl" = ( +/obj/structure/bed/stool/chair/sofa/green{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"dm" = ( +/obj/structure/table/wood, +/obj/item/material/ashtray/bronze, +/obj/item/clothing/mask/smokable/cigarette/wulu{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"ds" = ( +/obj/structure/table/rack, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool/largetank, +/obj/item/weldingtool/largetank, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"dt" = ( +/obj/structure/table/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"ew" = ( +/mob/living/simple_animal/threshbeast, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"fH" = ( +/obj/structure/railing/fence{ + dir = 1 + }, +/obj/structure/railing/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"gC" = ( +/obj/machinery/door/blast/shutters{ + dir = 4; + id = "freewater_garage" + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"iJ" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"jC" = ( +/obj/structure/blocker/steel/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"kb" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/small/xuizijuice{ + pixel_y = 5 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"kp" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"lw" = ( +/obj/machinery/door/blast/shutters{ + id = "dagamuir_base_entry" + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"lE" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/mech_recharger, +/obj/structure/mech_wreckage, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"mh" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"mK" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine{ + department = "Dagamuir Freewater Base" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"nb" = ( +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"nA" = ( +/obj/structure/closet/cabinet{ + name = "wardrobe" + }, +/obj/item/clothing/under/rank/security/pmc/dagamuir_freewater, +/obj/item/clothing/shoes/sandals/caligae, +/obj/item/clothing/gloves/black/unathi, +/obj/item/storage/belt/security/tactical, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"nV" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"oP" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "energy pistol cabinet"; + req_access = null + }, +/obj/item/gun/energy/pistol/hegemony, +/obj/item/gun/energy/pistol/hegemony, +/obj/item/gun/energy/pistol/hegemony, +/obj/item/gun/energy/pistol/hegemony, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"pR" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null; + name = "sword cabinet" + }, +/obj/item/melee/energy/sword/hegemony, +/obj/item/melee/energy/sword/hegemony, +/obj/item/melee/energy/sword/hegemony, +/obj/item/melee/energy/sword/hegemony, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"pV" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"pZ" = ( +/obj/machinery/appliance/cooker/fryer, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"qb" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + dir = 4; + req_access = list(113); + name = "VAURCA ONLY" + }, +/obj/item/reagent_containers/food/snacks/friedkois, +/obj/item/reagent_containers/food/snacks/friedkois, +/obj/item/reagent_containers/food/snacks/koissteak, +/obj/item/reagent_containers/food/snacks/koissteak, +/obj/item/reagent_containers/food/snacks/soup/kois, +/obj/item/reagent_containers/food/snacks/soup/kois, +/obj/item/reagent_containers/food/snacks/koiskebab3, +/obj/item/reagent_containers/food/snacks/koiskebab3, +/obj/item/reagent_containers/food/snacks/koismuffin, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"qq" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"rV" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"sm" = ( +/obj/structure/filingcabinet{ + pixel_x = 5; + pixel_y = 14; + density = 0 + }, +/obj/structure/filingcabinet{ + pixel_x = -9; + pixel_y = 14; + density = 0 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"sv" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"tQ" = ( +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"vc" = ( +/obj/structure/bed/stool/bar/padded/green, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"vj" = ( +/obj/structure/table/wood, +/obj/item/device/radio/phone, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"vN" = ( +/obj/structure/table/wood, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"wo" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"wC" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"wJ" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"xk" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"xo" = ( +/obj/structure/bed/stool/chair/padded/black{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"xx" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"xN" = ( +/obj/structure/bed/stool/chair/sofa/right/green{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"xO" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"xR" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"yj" = ( +/obj/structure/bed/stool/chair/office/dark, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_freewater_boss"; + identifier = "ouerea_freewater_boss" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"yn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"yF" = ( +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"yS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 5; + pixel_y = 10 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"zt" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"zG" = ( +/obj/structure/table/stone/marble, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"zK" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/yellow/specialu, +/obj/item/clothing/gloves/yellow/specialu, +/obj/item/clothing/gloves/yellow/specialu, +/obj/item/clothing/gloves/yellow/specialu, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"AZ" = ( +/obj/structure/bed/stool/chair/sofa/left/green{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Bn" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Bq" = ( +/obj/item/saddle, +/obj/item/saddle, +/obj/structure/table/rack, +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Br" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"BX" = ( +/obj/machinery/button/remote/blast_door{ + dir = 4; + pixel_x = 20; + id = "freewater_garage" + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"CA" = ( +/obj/structure/closet/cabinet{ + name = "wardrobe" + }, +/obj/item/clothing/under/rank/security/pmc/dagamuir_freewater, +/obj/item/clothing/shoes/sandals/caligae, +/obj/item/clothing/shoes/vaurca, +/obj/item/clothing/mask/gas/vaurca/filter, +/obj/item/clothing/mask/gas/vaurca/tactical, +/obj/item/clothing/mask/gas/vaurca, +/obj/item/storage/backpack/cloak/klax, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Dh" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Ex" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"EE" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Fu" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Fy" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"FE" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null; + name = "holster cabinet" + }, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/armpit, +/obj/item/clothing/accessory/holster/thigh, +/obj/item/clothing/accessory/holster/thigh, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/waist, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"FX" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "energy pistol cabinet"; + req_access = null + }, +/obj/item/gun/energy/rifle/hegemony, +/obj/item/gun/energy/rifle/hegemony, +/obj/item/gun/energy/rifle/hegemony, +/obj/item/gun/energy/rifle/hegemony, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Ic" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null; + name = "shield cabinet" + }, +/obj/item/shield/riot/tact, +/obj/item/shield/riot/tact, +/obj/item/shield/riot/tact, +/obj/item/shield/riot/tact, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Ij" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/structure/curtain/open/bed, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"IA" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Kg" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"LD" = ( +/obj/structure/table/steel, +/obj/machinery/recharger{ + pixel_x = 5 + }, +/obj/machinery/recharger{ + pixel_x = -6 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"LG" = ( +/obj/structure/closet/cabinet{ + name = "wardrobe" + }, +/obj/item/clothing/under/rank/security/pmc/dagamuir_freewater, +/obj/item/clothing/shoes/sandals/caligae, +/obj/item/clothing/gloves/black/unathi, +/obj/item/storage/belt/security/tactical, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"LQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"MD" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null; + name = "body armor cabinet" + }, +/obj/item/clothing/suit/armor/carrier/generic, +/obj/item/clothing/suit/armor/carrier/generic, +/obj/item/clothing/suit/armor/carrier/generic, +/obj/item/clothing/suit/armor/carrier/generic, +/obj/item/clothing/accessory/arm_guard/generic, +/obj/item/clothing/accessory/arm_guard/generic, +/obj/item/clothing/accessory/arm_guard/generic, +/obj/item/clothing/accessory/arm_guard/generic, +/obj/item/clothing/accessory/leg_guard/generic, +/obj/item/clothing/accessory/leg_guard/generic, +/obj/item/clothing/accessory/leg_guard/generic, +/obj/item/clothing/accessory/leg_guard/generic, +/obj/item/clothing/head/helmet/security/generic, +/obj/item/clothing/head/helmet/security/generic, +/obj/item/clothing/head/helmet/security/generic, +/obj/item/clothing/head/helmet/security/generic, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"MN" = ( +/obj/structure/table/wood, +/obj/machinery/door/window/brigdoor{ + req_access = null; + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Nh" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/mech_recharger, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Nt" = ( +/obj/structure/bed/stool/chair/padded/black{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"NX" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Oc" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Oo" = ( +/obj/machinery/button/remote/blast_door{ + dir = 8; + pixel_x = -20; + id = "freewater_garage" + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Oz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/black, +/obj/item/stamp/warden{ + name = "freewater rubber stamp" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"OH" = ( +/obj/structure/railing/fence{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"PD" = ( +/obj/machinery/button/remote/blast_door{ + name = "Compound Gates"; + pixel_y = 25; + id = "dagamuir_base_entry" + }, +/obj/structure/bed/stool/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Qh" = ( +/obj/structure/bed, +/obj/item/bedsheet/random, +/obj/structure/curtain/open/bed, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_freewater"; + identifier = "ouerea_freewater" + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Rt" = ( +/obj/effect/floor_decal/industrial/warning/full, +/obj/machinery/mech_recharger, +/mob/living/heavy_vehicle/premade/ripley/loader, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Ru" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"RM" = ( +/obj/structure/table/stone/marble, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"ST" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/meat, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"SZ" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/keg/xuizikeg{ + pixel_x = -6 + }, +/obj/structure/reagent_dispensers/keg/beerkeg{ + pixel_x = 6 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"TF" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"TZ" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = 4 + }, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Uc" = ( +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Us" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"UE" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Vy" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null; + name = "heavy armor cabinet" + }, +/obj/item/clothing/suit/armor/carrier/ballistic, +/obj/item/clothing/suit/armor/carrier/ablative, +/obj/item/clothing/suit/armor/carrier/riot, +/obj/item/clothing/suit/armor/carrier/riot, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"VH" = ( +/obj/structure/railing/fence{ + dir = 1 + }, +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"WI" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_freewater) +"Xf" = ( +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"XH" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/vehicle/bike/speeder{ + dir = 8 + }, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Yi" = ( +/obj/structure/simple_door/wood, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"Yx" = ( +/turf/simulated/wall/concrete, +/area/ouerea_freewater) +"Zx" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/tiled{ + temperature = 298.15 + }, +/area/ouerea_freewater) +"ZA" = ( +/turf/simulated/wall/wood, +/area/ouerea_freewater) +"ZS" = ( +/obj/machinery/appliance/cooker/stove, +/turf/simulated/floor/exoplanet/wood{ + temperature = 298.15 + }, +/area/ouerea_freewater) + +(1,1,1) = {" +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +"} +(2,1,1) = {" +sv +Yx +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +Yx +sv +"} +(3,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +jC +sv +"} +(4,1,1) = {" +sv +jC +sv +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +jC +sv +"} +(5,1,1) = {" +sv +jC +sv +ZA +Rt +Nh +lE +LD +dt +Zx +zK +ZA +sv +sv +sv +sv +sv +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +jC +sv +"} +(6,1,1) = {" +sv +jC +sv +ZA +LQ +yF +yF +yF +yF +yF +pV +ZA +sv +sv +sv +sv +sv +ZA +sm +tQ +yn +tQ +Bn +AZ +ZA +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +jC +sv +"} +(7,1,1) = {" +sv +jC +sv +ZA +IA +yF +yF +yF +yF +yF +yF +ZA +sv +sv +sv +sv +sv +ZA +tQ +vj +Fy +xk +Br +dl +ZA +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +jC +sv +"} +(8,1,1) = {" +sv +jC +sv +ZA +ds +yF +yF +yF +yF +yF +yF +ZA +sv +sv +sv +sv +sv +ZA +yj +aD +wo +WI +xO +am +ZA +sv +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +sv +jC +sv +"} +(9,1,1) = {" +sv +jC +sv +ZA +LQ +yF +yF +yF +yF +yF +pV +ZA +sv +sv +sv +sv +sv +ZA +tQ +Oz +kp +rV +nV +xN +ZA +sv +ZA +ZS +nb +pZ +ST +qb +SZ +ZA +sv +jC +sv +"} +(10,1,1) = {" +sv +jC +sv +ZA +XH +XH +yF +yF +BX +yF +yF +ZA +sv +sv +sv +sv +sv +ZA +mK +tQ +mh +tQ +tQ +xR +ZA +sv +ZA +Kg +tQ +tQ +tQ +tQ +tQ +ZA +sv +jC +sv +"} +(11,1,1) = {" +sv +jC +sv +ZA +ZA +ZA +ZA +ZA +ZA +gC +gC +ZA +sv +sv +UE +UE +sv +ZA +ZA +ZA +ZA +ZA +Yi +ZA +ZA +sv +ZA +cy +zG +zG +zG +zG +RM +ZA +sv +jC +sv +"} +(12,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +zt +Oo +Uc +Uc +TF +sv +UE +UE +sv +sv +sv +sv +sv +sv +TF +Uc +TF +sv +sv +ZA +tQ +tQ +tQ +tQ +tQ +tQ +ZA +sv +jC +sv +"} +(13,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +sv +Uc +Uc +Uc +sv +sv +UE +UE +UE +UE +sv +sv +sv +Uc +Uc +Uc +sv +sv +ZA +tQ +vc +vN +vN +vc +tQ +ZA +sv +jC +sv +"} +(14,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +sv +Uc +Uc +Uc +sv +UE +UE +UE +UE +UE +UE +sv +sv +Uc +Uc +Uc +sv +sv +ZA +tQ +vc +vN +vN +vc +tQ +ZA +sv +jC +sv +"} +(15,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +sv +Uc +Uc +Uc +sv +sv +UE +UE +UE +UE +UE +UE +sv +Uc +Uc +Uc +sv +sv +ZA +cy +vc +vN +vN +vc +Dh +ZA +sv +jC +sv +"} +(16,1,1) = {" +sv +Yx +Yx +Yx +Yx +wC +sv +sv +sv +Uc +Uc +Uc +sv +sv +UE +UE +sv +sv +sv +UE +sv +Uc +Uc +Uc +sv +sv +ZA +tQ +vc +vN +vN +vc +tQ +ZA +sv +jC +sv +"} +(17,1,1) = {" +sv +lw +TF +Uc +lw +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Ru +ZA +tQ +vc +vN +vN +vc +tQ +ZA +sv +jC +sv +"} +(18,1,1) = {" +sv +lw +Uc +Uc +lw +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Yi +tQ +tQ +tQ +tQ +tQ +tQ +ZA +sv +jC +sv +"} +(19,1,1) = {" +sv +lw +Uc +Uc +lw +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Uc +Ru +ZA +Us +tQ +tQ +tQ +tQ +Dh +ZA +sv +jC +sv +"} +(20,1,1) = {" +sv +Yx +MN +MN +Yx +wC +sv +sv +sv +Uc +Uc +Uc +sv +sv +sv +sv +sv +sv +sv +sv +sv +Uc +Uc +Uc +sv +sv +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +sv +jC +sv +"} +(21,1,1) = {" +sv +Yx +PD +tQ +Yi +Uc +Uc +Uc +Uc +Uc +Uc +Uc +sv +sv +sv +sv +sv +sv +sv +sv +sv +Uc +Uc +Uc +sv +sv +sv +sv +sv +zt +sv +sv +sv +sv +sv +jC +sv +"} +(22,1,1) = {" +sv +Yx +mh +tQ +Yx +sv +sv +sv +sv +Uc +Uc +Uc +sv +sv +sv +sv +sv +sv +sv +sv +sv +Uc +Uc +Uc +sv +sv +sv +sv +VH +Bq +wJ +wJ +wJ +xx +sv +jC +sv +"} +(23,1,1) = {" +sv +Yx +Yx +Yx +Yx +sv +sv +sv +sv +Uc +Uc +Uc +sv +sv +sv +sv +sv +sv +sv +sv +sv +Uc +Uc +Uc +Uc +Uc +Uc +Uc +sv +EE +EE +EE +ew +Xf +sv +jC +sv +"} +(24,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +sv +Ex +Uc +Ex +sv +sv +sv +sv +sv +sv +sv +sv +sv +Ex +Uc +Ex +sv +sv +sv +sv +OH +EE +sv +EE +sv +Xf +sv +jC +sv +"} +(25,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +ZA +ZA +Oc +ZA +ZA +sv +sv +ZA +ZA +ZA +ZA +ZA +ZA +ZA +Yi +ZA +ZA +ZA +ZA +sv +OH +sv +sv +EE +sv +Xf +sv +jC +sv +"} +(26,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +ZA +bo +tQ +Vy +ZA +sv +sv +ZA +Qh +ZA +Qh +ZA +Ij +ZA +tQ +Nt +Nt +tQ +ZA +sv +OH +cS +ew +EE +EE +Xf +sv +jC +sv +"} +(27,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +ZA +MD +tQ +pR +ZA +sv +sv +ZA +cy +tQ +tQ +yn +tQ +tQ +tQ +NX +dm +Dh +ZA +sv +OH +sv +sv +sv +EE +Xf +sv +jC +sv +"} +(28,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +ZA +FE +tQ +Ic +ZA +sv +sv +ZA +tQ +tQ +tQ +tQ +tQ +tQ +tQ +yS +kb +tQ +ZA +sv +OH +sv +EE +sv +sv +Xf +sv +jC +sv +"} +(29,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +ZA +oP +TZ +FX +ZA +sv +sv +ZA +tQ +tQ +tQ +tQ +tQ +tQ +tQ +xo +xo +tQ +ZA +sv +OH +EE +sv +sv +cS +Xf +sv +jC +sv +"} +(30,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +ZA +ZA +ZA +ZA +ZA +sv +sv +ZA +cy +tQ +tQ +qq +tQ +tQ +tQ +tQ +tQ +Dh +ZA +sv +fH +Fu +Fu +Fu +Fu +iJ +sv +jC +sv +"} +(31,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +ZA +Qh +ZA +Qh +ZA +Ij +ZA +LG +nA +nA +CA +ZA +sv +sv +sv +sv +sv +sv +sv +sv +jC +sv +"} +(32,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +sv +sv +sv +sv +sv +sv +sv +sv +jC +sv +"} +(33,1,1) = {" +sv +jC +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +jC +sv +"} +(34,1,1) = {" +sv +Yx +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +Yx +sv +"} +(35,1,1) = {" +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +sv +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_guild_mining.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_guild_mining.dm new file mode 100644 index 00000000000..32de5ad5c03 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_guild_mining.dm @@ -0,0 +1,51 @@ +/datum/map_template/ruin/exoplanet/ouerea_guild_mining + name = "Miners' Guild Camp" + id = "ouerea_guild_mining" + description = "A Miners' Guild mining facility on Ouerea" + spawn_weight = 1 + spawn_cost = 2 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_guild_mining.dmm") + ban_ruins = list(/datum/map_template/ruin/exoplanet/ouerea_heph_mining) + unit_test_groups = list(3) + +/area/ouerea_guild_mining + name = "Miners' Guild Camp" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "The faint sounds of heavy machinery can be heard - the whirring of drills, the quiet noise of conveyor belts, and the electrical hum of power cables." + +/datum/ghostspawner/human/ouerea_guild_miner + short_name = "ouerea_guild_miner" + name = "Unathi Guild Miner" + desc = "Work as a miner for the Miners' Guild on Ouerea." + tags = list("External") + welcome_message = "You are a guildsman of the Miners' Guild, working on the planet Ouerea. Break rocks, earn your paycheck." + + spawnpoints = list("ouerea_guild_miner") + max_count = 3 + + outfit = /obj/outfit/admin/miners_guild + possible_species = list(SPECIES_UNATHI) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + + assigned_role = "Guild Miner" + special_role = "Guild Miner" + respawn_flag = null + + uses_species_whitelist = FALSE + +/datum/ghostspawner/human/ouerea_guild_miner/foreman + short_name = "ouerea_miners_guild_boss" + name = "Unathi Guild Foreman" + desc = "Lead a team of Miners' Guild guildsmen on Ouerea." + max_count = 1 + uses_species_whitelist = TRUE + assigned_role = "Guild Foreman" + special_role = "Guild Foreman" diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_guild_mining.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_guild_mining.dmm new file mode 100644 index 00000000000..bd47c4ce502 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_guild_mining.dmm @@ -0,0 +1,1709 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bV" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"cG" = ( +/obj/machinery/conveyor{ + id = "miners_guild_outpost"; + layer = 2.9; + dir = 2 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"cZ" = ( +/obj/structure/closet, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/accessory/poncho/unathimantle/miner{ + color = "#b07810" + }, +/obj/item/storage/backpack/satchel/eng, +/obj/item/clothing/shoes/sandals/caligae/socks, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"do" = ( +/obj/machinery/mineral/stacking_unit_console{ + pixel_y = 32; + id = "stacking_1" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"dD" = ( +/obj/structure/bed/stool/bar/padded/red, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"hv" = ( +/obj/machinery/conveyor{ + id = "miners_guild_outpost"; + layer = 2.9; + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"hG" = ( +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"jy" = ( +/obj/structure/table/rack, +/obj/item/shovel, +/obj/item/shovel, +/obj/item/shovel, +/obj/item/shovel, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"jF" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/obj/item/reagent_containers/food/snacks/fish/fishfillet, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"jK" = ( +/obj/machinery/cell_charger, +/obj/structure/table/steel, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"ks" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"lE" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 15 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"nq" = ( +/obj/structure/closet, +/obj/item/clothing/head/hardhat, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/accessory/poncho/unathimantle/miner{ + color = "#b07810" + }, +/obj/item/storage/backpack/satchel/eng, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/obj/item/clothing/shoes/sandals/caligae/socks, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"oM" = ( +/obj/structure/table/rack, +/obj/item/storage/belt/mining, +/obj/item/storage/belt/mining, +/obj/item/storage/belt/mining, +/obj/item/storage/belt/mining, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"pb" = ( +/obj/structure/table/rack, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"pl" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"ps" = ( +/obj/structure/table/rack, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"pt" = ( +/obj/structure/table/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"pJ" = ( +/obj/structure/table/rack, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"qY" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"rG" = ( +/obj/structure/table/steel, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"rH" = ( +/obj/structure/table/rack, +/obj/item/pickaxe/drill, +/obj/item/pickaxe/drill, +/obj/item/pickaxe/drill, +/obj/item/pickaxe/drill, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"rV" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"sr" = ( +/obj/effect/floor_decal/industrial/loading/yellow, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"tz" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mining/brace{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"tE" = ( +/obj/machinery/mineral/processing_unit_console{ + id = "processing_1"; + pixel_y = 28 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"uF" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mining/drill, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"wd" = ( +/obj/structure/table/steel, +/obj/item/storage/box/drinkingglasses, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"wv" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/ore_box, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"xJ" = ( +/obj/structure/closet/toolcloset/empty, +/obj/item/ore_detector, +/obj/item/ore_detector, +/obj/item/ore_detector, +/obj/item/ore_detector, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"zA" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"AF" = ( +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Bs" = ( +/obj/machinery/conveyor_switch{ + id = "moghes_heph_base" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"CK" = ( +/obj/machinery/door/airlock{ + name = "Equipment Storage" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Dc" = ( +/turf/simulated/wall/concrete, +/area/ouerea_guild_mining) +"Df" = ( +/obj/machinery/conveyor{ + id = "miners_guild_outpost"; + layer = 2.9; + dir = 10 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Dk" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/curtain/open/bed, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_guild_miner"; + identifier = "ouerea_guild_miner" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Fs" = ( +/obj/structure/table/rack, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/energy/plasmacutter, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Gi" = ( +/obj/machinery/door/airlock/multi_tile{ + name = "Refinery" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Gk" = ( +/obj/machinery/conveyor{ + id = "miners_guild_outpost"; + layer = 2.9; + dir = 8 + }, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/machinery/mineral/unloading_machine{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Go" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Jb" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"JZ" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"La" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"LJ" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"LN" = ( +/obj/structure/table/steel, +/obj/structure/reagent_dispensers/keg/xuizikeg, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Mx" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Nd" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/mining/brace{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Os" = ( +/obj/machinery/door/airlock{ + name = "Living Quarters" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"OT" = ( +/obj/machinery/recharger/wallcharger{ + layer = 3.3; + pixel_x = 4; + pixel_y = 24 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Pj" = ( +/obj/machinery/conveyor{ + id = "miners_guild_outpost"; + layer = 2.9; + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped, +/obj/machinery/mineral/processing_unit{ + dir = 8; + id = "processing_1" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"PA" = ( +/obj/machinery/door/airlock{ + name = "Mess Hall" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"RU" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"SG" = ( +/obj/structure/table/rack, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"SO" = ( +/obj/machinery/vending/dinnerware/plastic, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"TB" = ( +/obj/machinery/conveyor{ + id = "miners_guild_outpost"; + layer = 2.9; + dir = 2 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/machinery/mineral/stacking_machine{ + id = "stacking_1" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"VP" = ( +/obj/structure/table/rack, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"XK" = ( +/obj/structure/table/rack, +/obj/item/gun/custom_ka/frame01/prebuilt, +/obj/item/gun/custom_ka/frame01/prebuilt, +/obj/item/gun/custom_ka/frame01/prebuilt, +/obj/item/gun/custom_ka/frame01/prebuilt, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Yf" = ( +/obj/machinery/conveyor{ + id = "miners_guild_outpost"; + layer = 2.9; + dir = 8 + }, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Yi" = ( +/obj/structure/closet/toolcloset/empty, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/crowbar, +/obj/item/crowbar, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/wrench, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) +"Zq" = ( +/obj/machinery/appliance/cooker/grill, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/ouerea_guild_mining) + +(1,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(2,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(3,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(4,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(5,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(6,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Go +Go +Go +Go +"} +(7,1,1) = {" +Go +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Go +Go +Go +Go +Go +Go +Go +Dc +hG +ks +hG +hG +ks +hG +hG +ks +Dc +Go +Go +Go +Go +"} +(8,1,1) = {" +Go +Dc +Dk +Dc +Dk +Dc +Dk +Dc +Dk +Dc +Dc +zA +Go +Go +Go +Go +Go +Go +Dc +hG +hG +dD +dD +dD +dD +hG +SO +Dc +Go +Go +Go +Go +"} +(9,1,1) = {" +Go +Dc +hG +hG +hG +hG +hG +hG +hG +hG +Os +hG +hG +hG +hG +hG +Go +Jb +Dc +hG +hG +rG +rG +rG +wd +hG +LN +Dc +Go +Go +Go +Go +"} +(10,1,1) = {" +Go +Dc +cZ +nq +cZ +cZ +JZ +hG +hG +JZ +Dc +zA +Go +Go +hG +hG +hG +hG +PA +hG +hG +rG +rG +rG +rG +hG +LJ +Dc +Go +Go +Go +Go +"} +(11,1,1) = {" +Go +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Go +Go +Go +hG +hG +Go +Jb +Dc +hG +hG +rG +rG +rG +rG +hG +Zq +Dc +Go +Go +Go +Go +"} +(12,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +hG +hG +Go +Go +Dc +hG +hG +dD +dD +dD +dD +hG +jF +Dc +Go +Go +Go +Go +"} +(13,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +bV +hG +hG +bV +Go +Dc +hG +JZ +hG +hG +JZ +hG +lE +JZ +Dc +Go +Go +Go +Go +"} +(14,1,1) = {" +Go +Go +Go +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Go +Jb +Dc +pl +qY +Dc +zA +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Dc +Go +Go +Go +Go +"} +(15,1,1) = {" +Go +Go +Go +Dc +Df +TB +cG +sr +RU +Mx +Dc +Go +Go +La +hG +hG +La +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(16,1,1) = {" +Go +Go +Go +Dc +hv +Dc +do +hG +RU +RU +Dc +Go +Go +Go +hG +hG +Go +Go +Dc +Dc +Dc +Dc +Dc +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(17,1,1) = {" +Go +Go +Go +Dc +hv +hG +hG +hG +hG +hG +Dc +Go +Go +Go +hG +hG +Go +Go +Dc +Fs +hG +hG +VP +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(18,1,1) = {" +Go +Go +Go +Dc +hv +hG +hG +hG +hG +hG +Dc +zA +Go +Go +hG +hG +Go +Go +Dc +rH +hG +hG +jK +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(19,1,1) = {" +Go +Go +Go +Dc +hv +hG +hG +hG +hG +hG +Gi +hG +hG +hG +hG +hG +Go +Go +Dc +XK +hG +hG +ps +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(20,1,1) = {" +Go +Go +Go +Dc +Pj +Dc +tE +hG +hG +hG +hG +hG +hG +hG +hG +hG +Go +Jb +Dc +OT +hG +hG +Yi +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(21,1,1) = {" +Go +Go +Go +Dc +hv +hG +hG +hG +hG +rV +Dc +zA +Go +Go +hG +hG +hG +hG +CK +hG +hG +hG +hG +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(22,1,1) = {" +Go +Go +Go +Dc +hv +hG +hG +hG +tz +rV +Dc +Go +Go +Go +Go +Go +Go +Jb +Dc +OT +hG +hG +xJ +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(23,1,1) = {" +Go +Go +Go +Dc +hv +hG +hG +hG +uF +rV +Dc +Go +Go +Go +Go +Go +Go +Go +Dc +pJ +hG +hG +SG +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(24,1,1) = {" +Go +Go +Go +Dc +hv +hG +JZ +hG +Nd +wv +Dc +Go +Go +Go +Go +Go +Go +Go +Dc +oM +hG +hG +pt +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(25,1,1) = {" +Go +Go +Go +Dc +Gk +Dc +Dc +Dc +Dc +Dc +Dc +Go +Go +Go +Go +Go +Go +Go +Dc +jy +hG +hG +pb +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(26,1,1) = {" +Go +Go +Go +hG +Yf +Bs +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Dc +Dc +Dc +Dc +Dc +Dc +Go +Go +Go +Go +Go +Go +Go +Go +"} +(27,1,1) = {" +Go +Go +Go +hG +AF +hG +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(28,1,1) = {" +Go +Go +Go +hG +hG +hG +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(29,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(30,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(31,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} +(32,1,1) = {" +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +Go +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_hegemony_base.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_hegemony_base.dm new file mode 100644 index 00000000000..fd7a79aa242 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_hegemony_base.dm @@ -0,0 +1,50 @@ +/datum/map_template/ruin/exoplanet/ouerea_hegemony_base + name = "Hegemony Base" + id = "ouerea_hegemony_base" + description = "An Izweski military base on Ouerea" + spawn_weight = 1 + spawn_cost = 2 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_hegemony_base.dmm") + unit_test_groups = list(1) + +/area/ouerea_hegemony_base + name = "Hegemony Base" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "A tall fence encircles squat concrete buildings. The red-and-gold banners of the Izweski Hegemony snap in the wind." + + +/datum/ghostspawner/human/ouerea_hegemony_base + name = "Ouerean Izweski Hegemony Soldier" + short_name = "ouerea_hegemony_base_soldier" + desc = "Man an Izweski Hegemony outpost on Ouerea" + welcome_message = "As an Unathi warrior, abide by the Warrior's Code - act with righteousness, mercy, integrity, courage and loyalty. Defend the life and honor of Hegemony citizens, and ensure that enemies of the Izweski cannot threaten your base." + + spawnpoints = list("ouerea_base_soldier") + max_count = 4 + possible_species = list(SPECIES_UNATHI) + extra_languages = list(LANGUAGE_UNATHI, LANGUAGE_AZAZIBA) + uses_species_whitelist = FALSE + outfit = /obj/outfit/admin/izweski + allow_appearance_change = APPEARANCE_PLASTICSURGERY + assigned_role = "Izweski Hegemony Soldier" + special_role = "Izweski Hegemony Soldier" + respawn_flag = null + +/datum/ghostspawner/human/ouerea_hegemony_base/commander + name = "Ouerean Izweski Hegemony Base Commander" + short_name = "ouerea_hegemony_base_commander" + desc = "Command an Izweski Hegemony outpost on Ouerea" + max_count = 1 + spawnpoints = list("ouerea_base_commander") + assigned_role = "Izweski Hegemony Commander" + special_role = "Izweski Hegemony Commander" + uses_species_whitelist = TRUE + outfit = /obj/outfit/admin/izweski/captain diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_hegemony_base.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_hegemony_base.dmm new file mode 100644 index 00000000000..82bfe58f754 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_hegemony_base.dmm @@ -0,0 +1,2799 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ad" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"ae" = ( +/obj/structure/filingcabinet{ + pixel_x = -9; + pixel_y = 14; + density = 0 + }, +/obj/structure/filingcabinet{ + pixel_x = 5; + pixel_y = 14; + density = 0 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"am" = ( +/obj/structure/table/steel, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/folder/yellow, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"aX" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/bed/roller, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"bh" = ( +/obj/structure/railing/fence{ + dir = 1 + }, +/obj/structure/railing/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"bG" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"cr" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/corner_wide/red/diagonal, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"cP" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"cY" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/concrete{ + dir = 5 + }, +/obj/effect/floor_decal/concrete{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"dc" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/table/steel, +/obj/item/storage/firstaid/combat, +/obj/item/storage/firstaid/combat, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"dp" = ( +/obj/structure/flora/ausbushes/fullgrass, +/mob/living/simple_animal/hostile/retaliate/hegeranzi, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"dT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "gun cabinet (energy rifles)" + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/item/gun/energy/rifle/hegemony, +/obj/item/gun/energy/rifle/hegemony, +/obj/item/gun/energy/rifle/hegemony, +/obj/item/gun/energy/rifle/hegemony, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"ee" = ( +/obj/machinery/door/blast/shutters{ + id = "hegemony_base_entry" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"el" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"ez" = ( +/obj/effect/floor_decal/concrete/large{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"eR" = ( +/obj/machinery/door/airlock/security{ + name = "Armory"; + req_access = list(113); + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"fD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/sarezhiwine, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"fE" = ( +/obj/structure/table/stone/marble, +/obj/effect/floor_decal/concrete{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"fR" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/iv_drip, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"fS" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"gf" = ( +/obj/structure/bed/stool/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"gw" = ( +/obj/effect/floor_decal/concrete{ + dir = 4 + }, +/obj/effect/floor_decal/concrete, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"gC" = ( +/obj/structure/table/wood, +/obj/item/device/flashlight/lamp/green, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_hegemony_base) +"gG" = ( +/obj/effect/floor_decal/concrete{ + dir = 10 + }, +/obj/effect/floor_decal/concrete{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"gH" = ( +/obj/structure/railing/fence{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"gN" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"gR" = ( +/obj/structure/table/steel, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/folder/yellow, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"hf" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/bodyscanner{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"hL" = ( +/obj/effect/floor_decal/concrete/large/cee{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"hV" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "holster cabinet" + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/obj/item/clothing/accessory/holster/hip, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"hW" = ( +/obj/structure/bed/stool/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"iX" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"jz" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_one_access = list(113); + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"jO" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"kK" = ( +/obj/structure/bed/padded, +/obj/structure/curtain/open/bed, +/obj/item/bedsheet/black, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_base_commander"; + identifier = "ouerea_base_commander" + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_hegemony_base) +"kW" = ( +/obj/structure/table/stone/marble, +/obj/item/material/sword/sabre{ + name = "ceremonial sabre" + }, +/obj/effect/floor_decal/concrete{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"kZ" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"mz" = ( +/obj/machinery/photocopier/faxmachine{ + department = "Hegemony Base" + }, +/obj/structure/table/wood, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"mH" = ( +/obj/structure/closet/secure_closet{ + req_access = list(113) + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"mJ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "gun cabinet (energy rifles)" + }, +/obj/item/storage/belt/security, +/obj/item/gun/energy/taser, +/obj/item/melee/baton, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/handcuffs, +/obj/item/reagent_containers/spray/pepper, +/obj/item/reagent_containers/spray/pepper, +/obj/item/device/flash, +/obj/item/device/flash, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"ot" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"oM" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"px" = ( +/obj/structure/sign/flag/hegemony/large/east{ + pixel_x = 32 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"qb" = ( +/obj/structure/table/rack, +/obj/item/material/twohanded/pike/flag/hegemony, +/obj/effect/floor_decal/corner/yellow{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"qg" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"qQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"ru" = ( +/obj/effect/floor_decal/concrete/large/cee{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"rA" = ( +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"rQ" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OMinus, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"ta" = ( +/obj/structure/closet/secure_closet/cabinet, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/obj/item/clothing/under/unathi/mogazali, +/obj/item/clothing/under/unathi/mogazali/blue, +/obj/item/clothing/under/unathi/mogazali/green, +/obj/item/clothing/under/unathi/mogazali/orange, +/obj/item/clothing/suit/unathi/robe/robe_coat, +/obj/item/clothing/suit/unathi/robe/robe_coat/blue, +/obj/item/clothing/suit/unathi/robe/robe_coat/orange, +/obj/item/clothing/suit/unathi/robe/robe_coat/red, +/obj/structure/sign/flag/hegemony/large/east{ + pixel_x = 32 + }, +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_hegemony_base) +"th" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/table/steel, +/obj/item/device/healthanalyzer, +/obj/item/device/healthanalyzer, +/obj/item/reagent_containers/hypospray{ + pixel_y = 4; + pixel_x = -5 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"tu" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"tv" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"tJ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "sword cabinet" + }, +/obj/item/melee/energy/sword/hegemony, +/obj/item/melee/energy/sword/hegemony, +/obj/item/melee/energy/sword/hegemony, +/obj/item/melee/energy/sword/hegemony, +/obj/item/melee/energy/sword/hegemony, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"tL" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"us" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "shield cabinet" + }, +/obj/item/shield/energy/hegemony, +/obj/item/shield/energy/hegemony, +/obj/item/shield/energy/hegemony, +/obj/item/shield/energy/hegemony, +/obj/item/shield/energy/hegemony, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"vn" = ( +/obj/structure/closet/crate{ + name = "footlocker" + }, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"vD" = ( +/obj/machinery/door/airlock{ + req_access = list(113); + name = "Barracks"; + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"wJ" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/item/stamp{ + icon_state = "stamp-ce"; + name = "izweski hegemony rubber stamp" + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"wT" = ( +/obj/structure/bed/stool/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"xo" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/door/airlock/medical{ + name = "Healer's Bay"; + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"xA" = ( +/obj/effect/floor_decal/concrete{ + dir = 5 + }, +/obj/effect/floor_decal/concrete{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"xG" = ( +/obj/structure/bed/stool/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"xX" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/curtain/open/medical, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"xZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/curtain/open/bed, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_base_soldier"; + identifier = "ouerea_base_soldier" + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"yz" = ( +/obj/structure/closet/crate{ + name = "footlocker" + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"za" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/body_scanconsole{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"zZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"AE" = ( +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"AZ" = ( +/obj/machinery/light, +/obj/effect/floor_decal/concrete{ + dir = 5 + }, +/obj/effect/floor_decal/concrete{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Be" = ( +/obj/effect/floor_decal/concrete{ + dir = 5 + }, +/obj/effect/floor_decal/concrete{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Bk" = ( +/obj/effect/floor_decal/concrete{ + dir = 6 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"BC" = ( +/turf/simulated/wall/concrete, +/area/ouerea_hegemony_base) +"BD" = ( +/obj/effect/floor_decal/concrete/large, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"BJ" = ( +/obj/machinery/door/blast/shutters{ + id = "hegemony_base_entry" + }, +/obj/effect/floor_decal/concrete{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"BT" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/optable, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Cg" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "hammer cabinet" + }, +/obj/item/melee/hammer/powered/hegemony, +/obj/item/melee/hammer/powered/hegemony, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Cv" = ( +/obj/effect/floor_decal/concrete{ + dir = 6 + }, +/obj/effect/floor_decal/concrete{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"CX" = ( +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"De" = ( +/obj/effect/floor_decal/concrete{ + dir = 1 + }, +/obj/effect/floor_decal/concrete{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Ey" = ( +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Ez" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/concrete{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Fg" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "gun cabinet (slugger)" + }, +/obj/structure/sign/flag/hegemony/large/north{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/item/gun/projectile/heavysniper/unathi, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Fm" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"Fw" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"FO" = ( +/obj/effect/floor_decal/concrete{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"GA" = ( +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/corner_wide/red/diagonal, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"GN" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"GV" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 4; + req_access = list(113) + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"GW" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/machinery/door/airlock/security{ + name = "Briefing Room"; + req_access = list(113) + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Hu" = ( +/obj/effect/floor_decal/concrete{ + dir = 1 + }, +/obj/effect/floor_decal/concrete{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Hy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/toilet, +/obj/structure/curtain/open/privacy, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"HI" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"IF" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "ammunition cabinet (slugger)" + }, +/obj/item/ammo_casing/slugger, +/obj/item/ammo_casing/slugger, +/obj/item/ammo_casing/slugger, +/obj/item/ammo_casing/slugger, +/obj/item/ammo_casing/slugger, +/obj/item/ammo_casing/slugger, +/obj/item/ammo_casing/slugger, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"IR" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"Jz" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"JL" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Kc" = ( +/obj/structure/railing/fence{ + dir = 1 + }, +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"Ke" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/machinery/iv_drip, +/obj/item/tank/oxygen, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Kj" = ( +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/table/steel, +/obj/item/clothing/gloves/latex/nitrile/unathi, +/obj/item/clothing/gloves/latex/nitrile/unathi, +/obj/item/clothing/gloves/latex/nitrile/unathi, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Km" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"KO" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Lc" = ( +/obj/effect/floor_decal/concrete{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Lm" = ( +/obj/machinery/light, +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "body armor cabinet" + }, +/obj/item/clothing/suit/armor/unathi/hegemony, +/obj/item/clothing/suit/armor/unathi/hegemony, +/obj/item/clothing/suit/armor/unathi/hegemony, +/obj/item/clothing/suit/armor/unathi/hegemony, +/obj/item/clothing/suit/armor/unathi/hegemony, +/obj/item/clothing/head/helmet/unathi/hegemony, +/obj/item/clothing/head/helmet/unathi/hegemony, +/obj/item/clothing/head/helmet/unathi/hegemony, +/obj/item/clothing/head/helmet/unathi/hegemony, +/obj/item/clothing/head/helmet/unathi/hegemony, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/obj/item/recharger_backpack/high, +/obj/item/recharger_backpack/high, +/obj/item/recharger_backpack/high, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"MJ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/secure_closet{ + req_access = list(113) + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"MP" = ( +/obj/machinery/door/airlock/security{ + name = "Checkpoint"; + req_access = list(113) + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"NH" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"NL" = ( +/obj/structure/railing/fence, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"Ol" = ( +/obj/machinery/door/airlock/security{ + name = "Brig"; + req_one_access = list(113) + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Ou" = ( +/obj/effect/floor_decal/concrete{ + dir = 5 + }, +/obj/effect/floor_decal/concrete{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Ps" = ( +/obj/item/saddle, +/obj/item/saddle, +/obj/structure/table/rack, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"Pv" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/structure/sign/flag/hegemony/large/east{ + pixel_x = 32 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"PO" = ( +/obj/structure/mirror{ + pixel_x = 28; + pixel_y = -3 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"PQ" = ( +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"PS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "gun cabinet (energy pistols)" + }, +/obj/item/gun/energy/pistol/hegemony, +/obj/item/gun/energy/pistol/hegemony, +/obj/item/gun/energy/pistol/hegemony, +/obj/item/gun/energy/pistol/hegemony, +/obj/item/gun/energy/pistol/hegemony, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"PT" = ( +/obj/effect/floor_decal/concrete{ + dir = 4 + }, +/obj/effect/floor_decal/concrete, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Qj" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_hegemony_base) +"QX" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"QZ" = ( +/obj/structure/bed/stool/bar/padded/red, +/obj/effect/floor_decal/corner_wide/red/diagonal, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Se" = ( +/obj/effect/floor_decal/concrete/large/cee{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Sz" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(113); + name = "glaive cabinet" + }, +/obj/item/melee/energy/glaive/hegemony, +/obj/item/melee/energy/glaive/hegemony, +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"SG" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"SO" = ( +/obj/effect/floor_decal/corner_wide/red/diagonal, +/obj/structure/sign/flag/hegemony/large/west{ + pixel_x = -32 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Tu" = ( +/obj/machinery/light, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"TI" = ( +/obj/structure/table/steel, +/obj/machinery/door/window{ + dir = 8; + req_access = list(113) + }, +/obj/item/paper_bin, +/obj/item/pen/black, +/obj/machinery/button/remote/blast_door{ + id = "hegemony_base_entry"; + name = "Entry"; + req_access = list(209); + pixel_y = 32 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"TK" = ( +/obj/effect/floor_decal/concrete, +/obj/effect/floor_decal/concrete{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"TO" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/curtain/open/bed, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Ua" = ( +/obj/structure/toilet, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Uu" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"UM" = ( +/obj/effect/floor_decal/concrete{ + dir = 10 + }, +/obj/effect/floor_decal/concrete{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Vh" = ( +/obj/effect/floor_decal/concrete{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Vu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/bed/roller, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"VG" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32; + pixel_y = -8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_y = -30; + pixel_x = 4 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 10 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 6 + }, +/obj/structure/table/rack, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/device/radio, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Wa" = ( +/obj/structure/table/steel, +/obj/machinery/door/window{ + dir = 4; + req_access = list(113) + }, +/obj/item/paper_bin, +/obj/item/pen/black, +/obj/machinery/button/remote/blast_door{ + id = "hegemony_base_entry"; + name = "Entry"; + req_access = list(209); + pixel_y = 32 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Wj" = ( +/obj/machinery/door/blast/shutters{ + id = "hegemony_base_entry" + }, +/obj/effect/floor_decal/concrete{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Ws" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/floor_decal/corner_wide/red/diagonal, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"WI" = ( +/obj/structure/sink{ + pixel_y = 22 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Xg" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/black, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"XB" = ( +/obj/machinery/vending/snack, +/obj/effect/floor_decal/corner_wide/red/diagonal, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"XC" = ( +/turf/simulated/floor/exoplanet/carpet/red, +/area/ouerea_hegemony_base) +"XN" = ( +/obj/effect/floor_decal/corner/yellow{ + dir = 5 + }, +/obj/effect/floor_decal/corner/yellow{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Zb" = ( +/obj/structure/table/steel, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Zo" = ( +/obj/structure/closet/crate{ + name = "footlocker" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"Zx" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/exoplanet/concrete/square{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"ZB" = ( +/obj/effect/floor_decal/concrete{ + dir = 9 + }, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) +"ZI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/lime/diagonal, +/obj/structure/table/steel, +/obj/item/storage/box/fancy/tray, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 303.15 + }, +/area/ouerea_hegemony_base) + +(1,1,1) = {" +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +"} +(2,1,1) = {" +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +"} +(3,1,1) = {" +qg +qg +qg +qg +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +qg +qg +qg +"} +(4,1,1) = {" +qg +qg +qg +qg +BC +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +BC +qg +qg +qg +"} +(5,1,1) = {" +qg +qg +qg +qg +BC +qg +BC +BC +BC +BC +BC +BC +qg +qg +BC +BC +BC +BC +BC +BC +qg +qg +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +qg +BC +qg +qg +qg +"} +(6,1,1) = {" +qg +qg +qg +qg +BC +qg +BC +qQ +Zx +PQ +hW +BC +qg +qg +BC +BT +HI +HI +Kj +BC +qg +qg +BC +Ws +SO +tu +bG +SO +tu +bG +SO +BC +qg +BC +qg +qg +qg +"} +(7,1,1) = {" +qg +qg +qg +qg +BC +qg +BC +WI +Zx +PQ +Zb +BC +oM +qg +BC +ZI +HI +HI +fR +BC +qg +qg +BC +bG +bG +bG +QZ +QZ +bG +xA +gG +BC +qg +BC +qg +qg +qg +"} +(8,1,1) = {" +qg +qg +qg +qg +BC +qg +BC +Hy +GV +PQ +PQ +Ol +ru +qg +BC +xX +xX +xX +xX +BC +qg +tL +BC +bG +bG +QZ +QZ +QZ +bG +fE +Lc +BC +qg +BC +qg +qg +qg +"} +(9,1,1) = {" +qg +qg +qg +qg +BC +qg +BC +PQ +PQ +PQ +PQ +BC +cY +qg +BC +rQ +HI +HI +hf +BC +qg +ru +GW +bG +bG +QZ +QZ +QZ +bG +kW +Lc +BC +qg +BC +qg +qg +qg +"} +(10,1,1) = {" +qg +qg +qg +qg +BC +qg +BC +mJ +mH +MJ +PQ +BC +Ou +qg +BC +Ke +HI +HI +za +BC +qg +AZ +BC +cr +bG +QZ +QZ +QZ +bG +fE +Lc +BC +qg +BC +qg +qg +qg +"} +(11,1,1) = {" +qg +qg +qg +qg +BC +qg +BC +BC +BC +BC +BC +BC +Ou +qg +BC +Vu +HI +HI +th +BC +qg +Ou +BC +GA +bG +bG +QZ +QZ +bG +Be +Cv +BC +qg +BC +qg +qg +qg +"} +(12,1,1) = {" +qg +qg +qg +qg +BC +qg +qg +qg +qg +qg +qg +qg +Ou +qg +BC +aX +Ke +HI +dc +BC +qg +Ou +BC +XB +Pv +ot +bG +Pv +ot +bG +Pv +BC +qg +BC +qg +qg +qg +"} +(13,1,1) = {" +qg +qg +qg +qg +BC +BC +BC +BC +qg +qg +qg +qg +Ou +qg +BC +BC +BC +xo +BC +BC +qg +Ou +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +qg +BC +qg +qg +qg +"} +(14,1,1) = {" +qg +qg +qg +qg +BC +SG +NH +MP +hL +BD +qg +qg +Ou +qg +qg +qg +fS +ru +fS +qg +qg +Ou +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +BC +qg +qg +qg +"} +(15,1,1) = {" +qg +qg +qg +qg +BC +xG +CX +BC +oM +UM +qg +qg +Ou +qg +qg +qg +qg +UM +qg +qg +qg +Ou +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +BC +qg +qg +qg +"} +(16,1,1) = {" +qg +qg +qg +qg +BC +Wa +am +BC +qg +UM +qg +qg +Ou +qg +qg +qg +qg +UM +qg +qg +qg +Ou +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +BC +qg +qg +qg +"} +(17,1,1) = {" +FO +FO +FO +FO +Wj +FO +FO +Wj +FO +De +FO +FO +De +ZB +FO +FO +FO +Hu +FO +FO +FO +Hu +FO +FO +FO +ZB +FO +FO +FO +ZB +FO +FO +BD +BC +qg +qg +qg +"} +(18,1,1) = {" +CX +CX +CX +CX +ee +CX +CX +ee +CX +CX +CX +CX +CX +BC +CX +CX +CX +BC +CX +CX +CX +BC +CX +CX +CX +BC +CX +CX +CX +BC +CX +CX +Lc +BC +qg +qg +qg +"} +(19,1,1) = {" +Vh +Vh +Vh +Vh +BJ +Vh +Vh +BJ +Vh +gw +Vh +Vh +Vh +Ez +TK +Vh +Vh +Bk +Vh +Vh +Vh +PT +Vh +Vh +Vh +Bk +Vh +Vh +Vh +PT +Vh +Vh +ez +BC +qg +qg +qg +"} +(20,1,1) = {" +qg +qg +qg +qg +BC +TI +gR +BC +qg +UM +qg +qg +qg +gN +Se +gN +qg +qg +qg +qg +qg +UM +qg +qg +qg +qg +qg +qg +qg +Ou +qg +qg +qg +BC +qg +qg +qg +"} +(21,1,1) = {" +qg +qg +qg +qg +BC +gf +CX +BC +oM +UM +qg +BC +BC +BC +vD +BC +BC +BC +qg +qg +gN +Se +gN +qg +qg +qg +qg +qg +gN +Se +gN +qg +qg +BC +qg +qg +qg +"} +(22,1,1) = {" +qg +qg +qg +qg +BC +SG +KO +MP +hL +ez +qg +BC +Zo +PQ +PQ +PQ +vn +BC +qg +BC +BC +eR +BC +BC +qg +qg +BC +BC +BC +jz +BC +BC +BC +BC +qg +qg +qg +"} +(23,1,1) = {" +qg +qg +qg +qg +BC +BC +BC +BC +qg +qg +qg +BC +TO +PQ +PQ +PQ +TO +BC +qg +BC +XN +Uu +ad +BC +qg +qg +BC +AE +AE +AE +AE +AE +BC +BC +qg +qg +qg +"} +(24,1,1) = {" +qg +qg +qg +qg +BC +qg +qg +qg +qg +qg +qg +BC +yz +PQ +PQ +PQ +yz +BC +qg +BC +dT +PQ +Lm +BC +qg +qg +BC +QX +AE +GN +AE +Km +BC +BC +qg +qg +qg +"} +(25,1,1) = {" +qg +qg +qg +qg +BC +qg +Kc +Fw +qg +jO +qg +BC +xZ +PQ +PQ +PQ +xZ +BC +qg +BC +Sz +PQ +tJ +BC +qg +qg +BC +ae +Xg +wJ +fD +AE +BC +BC +qg +qg +qg +"} +(26,1,1) = {" +qg +qg +qg +qg +BC +qg +gH +dp +el +rA +qg +BC +Zo +PQ +PQ +PQ +vn +BC +qg +BC +Fg +PQ +us +BC +qg +qg +BC +mz +px +wT +AE +AE +BC +BC +qg +qg +qg +"} +(27,1,1) = {" +qg +qg +qg +qg +BC +oM +gH +Qj +qg +rA +qg +BC +xZ +PQ +PQ +PQ +xZ +BC +qg +BC +IF +PQ +PS +BC +qg +qg +BC +BC +BC +BC +BC +jz +BC +BC +qg +qg +qg +"} +(28,1,1) = {" +qg +qg +qg +qg +BC +qg +gH +dp +Qj +NL +qg +BC +BC +BC +PQ +BC +BC +BC +qg +BC +Cg +PQ +hV +BC +qg +qg +BC +kK +XC +XC +XC +XC +BC +BC +qg +qg +qg +"} +(29,1,1) = {" +qg +qg +qg +qg +BC +qg +gH +cP +qg +rA +qg +BC +Ua +zZ +Ey +zZ +Ey +BC +qg +BC +JL +PQ +Tu +BC +qg +qg +BC +gC +XC +ta +XC +XC +BC +BC +qg +qg +qg +"} +(30,1,1) = {" +qg +qg +qg +qg +BC +qg +bh +IR +Fm +Jz +qg +BC +kZ +PO +iX +iX +iX +BC +qg +BC +tv +qb +VG +BC +qg +qg +BC +BC +BC +BC +BC +BC +BC +BC +qg +qg +qg +"} +(31,1,1) = {" +qg +qg +qg +qg +BC +qg +qg +qg +qg +qg +qg +BC +BC +BC +BC +BC +BC +BC +qg +BC +BC +BC +BC +BC +qg +qg +qg +qg +qg +qg +qg +qg +qg +BC +qg +qg +qg +"} +(32,1,1) = {" +qg +qg +qg +qg +BC +qg +qg +gN +Ps +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +BC +qg +qg +qg +"} +(33,1,1) = {" +qg +qg +qg +qg +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +BC +qg +qg +qg +"} +(34,1,1) = {" +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +"} +(35,1,1) = {" +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +qg +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_heph_mining.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_heph_mining.dm new file mode 100644 index 00000000000..2baea48ba3d --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_heph_mining.dm @@ -0,0 +1,54 @@ +/datum/map_template/ruin/exoplanet/ouerea_heph_mining + name = "Hephaestus Mining Camp" + id = "ouerea_heph_mining" + description = "A Hephaestus Industries mining facility on Ouerea" + spawn_weight = 1 + spawn_cost = 2 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_heph_mining.dmm") + ban_ruins = list(/datum/map_template/ruin/exoplanet/ouerea_guild_mining) + unit_test_groups = list(2) + +/area/ouerea_heph_mining + name = "Hephaestus Mining Camp" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "The faint sounds of heavy machinery can be heard - the whirring of drills, the quiet noise of conveyor belts, and the electrical hum of power cables." + +/datum/ghostspawner/human/ouerea_heph_miner + name = "Hephaestus Miner" + short_name = "ouerea_heph_miner" + desc = "Work as a miner for Hephaestus Industries on Ouerea." + tags = list("External") + welcome_message = "You are a miner working for Hephaestus Industries, on the planet Ouerea. Break rocks, earn your paycheck." + + spawnpoints = list("ouerea_heph_miner") + max_count = 5 + + extra_languages = list(LANGUAGE_UNATHI) + outfit = /obj/outfit/admin/moghes_heph_miner + possible_species = list(SPECIES_UNATHI, SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + uses_species_whitelist = FALSE + species_outfits = list( + SPECIES_HUMAN = /obj/outfit/admin/cyclops_crew, + SPECIES_SKRELL = /obj/outfit/admin/cyclops_crew, + SPECIES_SKRELL_AXIORI = /obj/outfit/admin/cyclops_crew, + SPECIES_UNATHI = /obj/outfit/admin/moghes_heph_miner + ) + +/datum/ghostspawner/human/ouerea_heph_miner/klax + name = "Hephaestus K'laxan Miner" + short_name = "ouerea_klax_miner" + max_count = 1 + + extra_languages = list(LANGUAGE_VAURCA) + possible_species = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK) + outfit = /obj/outfit/admin/moghes_heph_miner/klax + uses_species_whitelist = TRUE diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_heph_mining.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_heph_mining.dmm new file mode 100644 index 00000000000..555934e209c --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_heph_mining.dmm @@ -0,0 +1,1829 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ad" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"bJ" = ( +/obj/effect/floor_decal/industrial/loading/yellow{ + dir = 1 + }, +/obj/machinery/mineral/stacking_unit_console{ + pixel_y = null; + pixel_x = -32 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"bY" = ( +/obj/machinery/vending/coffee, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"eU" = ( +/obj/structure/table/steel, +/obj/item/storage/box/drinkingglasses, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"gN" = ( +/obj/structure/sign/flag/heph{ + pixel_y = 32; + stand_icon = "banner" + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_heph_mining) +"hp" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"iE" = ( +/obj/structure/table/steel, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"jw" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"jJ" = ( +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9; + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/machinery/mineral/stacking_machine{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"lq" = ( +/obj/machinery/mineral/unloading_machine, +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"lN" = ( +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"oO" = ( +/obj/structure/closet/toolcloset/empty, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/weldingtool, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/crowbar, +/obj/item/crowbar, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/wrench, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"pO" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"qa" = ( +/obj/structure/table/steel, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/structure/sign/flag/heph/large/north{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"rI" = ( +/obj/effect/floor_decal/industrial/loading/yellow, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"rJ" = ( +/obj/structure/closet/toolcloset/empty, +/obj/item/ore_detector, +/obj/item/ore_detector, +/obj/item/ore_detector, +/obj/item/ore_detector, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"rP" = ( +/obj/machinery/recharger/wallcharger{ + layer = 3.3; + pixel_x = 4; + pixel_y = 24 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"rU" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"tO" = ( +/obj/structure/table/steel, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/obj/item/plastique/seismic, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"ub" = ( +/obj/structure/table/steel, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/obj/item/device/analyzer, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"uo" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/miner/heph, +/obj/item/clothing/shoes/workboots/toeless, +/obj/item/clothing/head/hardhat/green, +/obj/item/storage/backpack/heph, +/obj/item/clothing/accessory/poncho/unathimantle/hephaestus{ + color = "#2a2b2e" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"uN" = ( +/obj/structure/table/steel, +/obj/item/device/gps/mining, +/obj/item/device/gps/mining, +/obj/item/device/gps/mining, +/obj/item/device/gps/mining, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/obj/item/device/radio/off, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"uP" = ( +/obj/structure/table/steel, +/obj/item/gun/custom_ka/frame01/prebuilt, +/obj/item/gun/custom_ka/frame01/prebuilt, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"vl" = ( +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9; + dir = 5 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/railing/mapped, +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"vs" = ( +/obj/machinery/conveyor_switch{ + id = "moghes_heph_base" + }, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"vM" = ( +/obj/structure/table/steel, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"wl" = ( +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"wm" = ( +/obj/machinery/mining/brace{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"xy" = ( +/obj/structure/curtain/open/bed, +/obj/item/bedsheet/brown, +/obj/structure/bed, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_heph_miner"; + identifier = "ouerea_heph_miner" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"xA" = ( +/obj/machinery/mining/brace{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"yk" = ( +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9; + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning/cee{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"yU" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/obj/item/reagent_containers/food/snacks/meatsnack, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"yV" = ( +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9; + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"zl" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_heph_mining) +"zr" = ( +/obj/structure/table/steel, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/shovel, +/obj/item/shovel, +/obj/item/shovel, +/obj/item/shovel, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Ab" = ( +/obj/structure/bed, +/obj/structure/curtain/open/bed, +/obj/item/bedsheet/brown, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_heph_miner"; + identifier = "ouerea_heph_miner" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Bh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"BR" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"BW" = ( +/obj/machinery/vending/dinnerware/plastic, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Dj" = ( +/obj/machinery/door/airlock{ + name = "Mining Smelter" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Dw" = ( +/obj/structure/table/steel, +/obj/machinery/cell_charger, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"EV" = ( +/obj/structure/table/steel, +/obj/item/gun/energy/plasmacutter, +/obj/item/gun/energy/plasmacutter, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Hb" = ( +/obj/structure/bed/stool/bar/padded/red, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Ht" = ( +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/structure/closet/crate, +/obj/structure/sign/flag/heph/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Ji" = ( +/obj/structure/table/wood, +/obj/item/device/radio/phone, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"JC" = ( +/obj/structure/table/steel, +/obj/item/storage/belt/mining, +/obj/item/storage/belt/mining, +/obj/item/storage/belt/mining, +/obj/item/storage/belt/mining, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"JQ" = ( +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9; + dir = 6 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 10 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Nh" = ( +/obj/machinery/door/airlock{ + name = "Living Quarters" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Nq" = ( +/obj/machinery/mining/drill, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Pb" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"QN" = ( +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Rg" = ( +/obj/machinery/vending/snack, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/flag/heph{ + pixel_y = 32; + stand_icon = "banner" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"RT" = ( +/obj/machinery/mech_recharger/hephaestus, +/mob/living/heavy_vehicle/premade/miner, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"SI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/sign/flag/heph{ + pixel_y = 32; + stand_icon = "banner" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Tm" = ( +/obj/machinery/door/airlock{ + name = "Equipment Storage" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"TD" = ( +/obj/structure/sign/flag/heph/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"VL" = ( +/obj/structure/table/steel, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Wf" = ( +/obj/machinery/mining/brace{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Ww" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/closet, +/obj/item/clothing/under/vaurca/gearharness/black, +/obj/item/clothing/shoes/vaurca, +/obj/item/storage/backpack/heph, +/obj/item/clothing/accessory/poncho/unathimantle/hephaestus{ + color = "#2a2b2e" + }, +/obj/item/reagent_containers/inhaler/phoron_special, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"WT" = ( +/obj/machinery/mineral/processing_unit_console{ + pixel_y = -28 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Xc" = ( +/obj/machinery/conveyor{ + id = "moghes_heph_base"; + layer = 2.9; + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/structure/railing/mapped, +/obj/machinery/mineral/processing_unit{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"XY" = ( +/obj/structure/table/steel, +/obj/structure/reagent_dispensers/keg/xuizikeg, +/obj/machinery/light, +/obj/structure/sign/flag/heph{ + pixel_y = -32; + stand_icon = "banner" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) +"Yr" = ( +/turf/simulated/wall/concrete, +/area/ouerea_heph_mining) +"YU" = ( +/obj/structure/table/steel, +/obj/item/pickaxe/drill, +/obj/item/pickaxe/drill, +/obj/structure/sign/flag/heph/large/north{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_heph_mining) + +(1,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(2,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(3,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(4,1,1) = {" +zl +zl +zl +zl +Yr +Yr +Yr +Yr +Yr +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +Yr +Yr +Yr +Yr +Yr +zl +"} +(5,1,1) = {" +zl +zl +zl +zl +Yr +xy +wl +xy +Yr +zl +zl +zl +zl +Yr +zl +zl +zl +zl +Yr +zl +zl +zl +Yr +zl +zl +zl +Yr +EV +wl +tO +Yr +zl +"} +(6,1,1) = {" +zl +zl +zl +zl +Yr +Yr +wl +Yr +Yr +zl +zl +zl +zl +zl +yU +wl +wl +wl +Pb +wl +wl +wl +zl +zl +zl +zl +Yr +YU +wl +Dw +Yr +zl +"} +(7,1,1) = {" +zl +zl +zl +zl +Yr +Ab +wl +Ab +Yr +zl +zl +zl +zl +zl +hp +wl +wl +Hb +Hb +wl +wl +wl +zl +zl +zl +zl +Yr +uP +wl +uN +Yr +zl +"} +(8,1,1) = {" +zl +zl +zl +zl +Yr +Yr +jw +Yr +Yr +zl +zl +zl +zl +zl +BW +wl +Hb +VL +eU +Hb +wl +wl +wl +wl +wl +zl +Yr +rP +wl +oO +Yr +zl +"} +(9,1,1) = {" +zl +zl +zl +zl +Yr +Ab +wl +Ab +Yr +zl +zl +zl +zl +Yr +Rg +wl +Hb +VL +VL +Hb +wl +XY +Yr +zl +wl +wl +Tm +wl +wl +wl +Yr +zl +"} +(10,1,1) = {" +zl +zl +zl +zl +Yr +Yr +wl +Yr +Yr +zl +zl +zl +zl +zl +bY +wl +Hb +VL +VL +Hb +wl +wl +zl +zl +zl +zl +Yr +wl +wl +rJ +Yr +zl +"} +(11,1,1) = {" +zl +zl +zl +zl +Yr +Ww +wl +uo +Yr +zl +zl +zl +zl +zl +wl +wl +wl +Hb +Hb +wl +wl +wl +zl +zl +zl +zl +Yr +qa +wl +ub +Yr +zl +"} +(12,1,1) = {" +zl +zl +zl +zl +Yr +TD +wl +uo +Yr +zl +zl +zl +zl +zl +wl +wl +wl +wl +ad +wl +wl +wl +zl +zl +zl +zl +Yr +JC +wl +iE +Yr +zl +"} +(13,1,1) = {" +zl +zl +zl +zl +Yr +Ji +wl +uo +Yr +zl +zl +zl +zl +Yr +zl +wl +zl +zl +Yr +zl +zl +zl +Yr +zl +zl +zl +Yr +zr +wl +vM +Yr +zl +"} +(14,1,1) = {" +zl +zl +zl +zl +Yr +Yr +Nh +Yr +Yr +zl +zl +zl +zl +zl +zl +wl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +Yr +Yr +Yr +Yr +Yr +zl +"} +(15,1,1) = {" +zl +zl +zl +zl +zl +zl +wl +zl +zl +zl +zl +zl +zl +zl +zl +wl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(16,1,1) = {" +zl +zl +zl +zl +zl +zl +wl +zl +zl +zl +zl +zl +zl +zl +zl +wl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(17,1,1) = {" +zl +zl +zl +zl +zl +zl +wl +zl +zl +zl +zl +zl +zl +zl +zl +wl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(18,1,1) = {" +zl +zl +zl +zl +zl +zl +wl +wl +wl +wl +wl +wl +wl +wl +wl +wl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(19,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +wl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(20,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +Yr +zl +zl +zl +Yr +zl +zl +zl +wl +zl +zl +zl +Yr +Yr +Yr +Yr +Yr +Yr +Yr +Yr +Yr +zl +zl +zl +zl +"} +(21,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +pO +wl +pO +zl +zl +zl +zl +wl +zl +zl +zl +Yr +rU +Bh +wl +bJ +yk +jJ +JQ +Yr +zl +zl +zl +zl +"} +(22,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +pO +wl +pO +zl +zl +zl +zl +wl +zl +zl +zl +Yr +Ht +rU +wl +wl +wl +wl +yV +Yr +zl +zl +zl +zl +"} +(23,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +Yr +BR +wl +pO +Yr +gN +zl +zl +wl +zl +zl +zl +Yr +wl +wl +wl +wl +wl +wl +yV +Yr +zl +zl +zl +zl +"} +(24,1,1) = {" +zl +zl +zl +Yr +SI +wl +zl +zl +wl +wl +wl +zl +zl +zl +wl +wl +wl +wl +wl +Dj +wl +wl +wl +wl +WT +Yr +Xc +Yr +zl +zl +zl +zl +"} +(25,1,1) = {" +zl +zl +zl +wl +RT +wl +wl +wl +wl +wl +wl +wl +wl +wl +wl +zl +zl +zl +zl +Yr +TD +wl +wl +wl +wl +wl +yV +Yr +zl +zl +zl +zl +"} +(26,1,1) = {" +zl +zl +zl +Yr +SI +wl +zl +zl +wl +wl +wl +zl +zl +zl +zl +zl +wl +wl +vs +Yr +wl +wl +wl +wl +wl +wl +yV +Yr +zl +zl +zl +zl +"} +(27,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +Yr +xA +wl +Wf +Yr +gN +zl +zl +zl +wl +rI +lN +lq +lN +QN +lN +lN +lN +QN +vl +Yr +zl +zl +zl +zl +"} +(28,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +Nq +wl +Nq +zl +zl +zl +zl +zl +wl +wl +wl +Yr +Yr +Yr +Yr +Yr +Yr +Yr +Yr +Yr +zl +zl +zl +zl +"} +(29,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +wm +wl +wm +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(30,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +Yr +zl +zl +zl +Yr +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(31,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} +(32,1,1) = {" +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +zl +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_nt_ruin.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_nt_ruin.dm new file mode 100644 index 00000000000..383f6f0e858 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_nt_ruin.dm @@ -0,0 +1,24 @@ +/datum/map_template/ruin/exoplanet/ouerea_nt_ruin + name = "Abandoned NanoTrasen Facility" + id = "ouerea_nt_ruin" + description = "A NanoTrasen base, left abandoned." + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_nt_ruin.dmm") + unit_test_groups = list(3) + +/area/ouerea_nt_ruin + name = "NanoTrasen Facility" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "This facility seems to be long-since abandoned - signs of rust and neglect cover everything. Banners displaying NanoTrasen logos hang limp and tattered." + +/obj/item/paper/nt_ouerea + name = "Research Director's Log" + info = "I fucking hate this place. The other day, one of my scientists somehow managed to wind up, in the process of a standard dissection, cutting his own fucking arm off. \ + I thought NanoTrasen was supposed to hire the best and brightest of the Spur? At least I have you, Special Reserve..." diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_nt_ruin.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_nt_ruin.dmm new file mode 100644 index 00000000000..e63c4cd969e --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_nt_ruin.dmm @@ -0,0 +1,1645 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ca" = ( +/obj/machinery/mining/drill, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"cO" = ( +/obj/structure/anomaly_container, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"df" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/turf/simulated/floor/exoplanet/carpet/lightblue{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"dq" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"dA" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"ev" = ( +/obj/structure/sign/flag/nanotrasen/large/south{ + pixel_y = -32 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"eU" = ( +/obj/structure/sign/flag/nanotrasen/large/west{ + pixel_x = -32 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"eX" = ( +/obj/machinery/door/airlock/research{ + name = "Equipment Storage" + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"fs" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"fW" = ( +/obj/machinery/door/airlock/service{ + name = "Employee Habitation" + }, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"gb" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"gT" = ( +/obj/machinery/suspension_gen, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"hn" = ( +/obj/machinery/mech_recharger, +/obj/effect/floor_decal/industrial/hatch/yellow, +/mob/living/heavy_vehicle/premade/miner, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"hF" = ( +/obj/machinery/door/airlock/medical{ + name = "Surgical Suite" + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"io" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/hazmat/anomaly, +/obj/item/clothing/suit/hazmat/anomaly, +/obj/item/clothing/head/hazmat/anomaly, +/obj/item/clothing/head/hazmat/anomaly, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"iW" = ( +/obj/structure/closet/excavation, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"ji" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division" + }, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"jN" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"jV" = ( +/obj/machinery/body_scanconsole{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"ka" = ( +/turf/simulated/floor/exoplanet/carpet/lightblue{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"ky" = ( +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"mu" = ( +/obj/machinery/floodlight/randomcharge, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"mH" = ( +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"os" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"pW" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"qm" = ( +/obj/machinery/chemical_dispenser, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"sk" = ( +/obj/machinery/mining/brace{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"sK" = ( +/obj/structure/bed, +/obj/item/bedsheet/nanotrasen, +/obj/structure/curtain/open/bed, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"sL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/artifact_harvester, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"tb" = ( +/obj/effect/map_effect/window_spawner/full/reinforced, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"ui" = ( +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"uB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"uZ" = ( +/obj/machinery/door/airlock/mining{ + name = "Equipment Storage" + }, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"vL" = ( +/obj/machinery/optable, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"xy" = ( +/obj/machinery/artifact_scanpad, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"xR" = ( +/obj/machinery/computer/rdconsole, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"yH" = ( +/obj/structure/table/wood, +/obj/item/stamp/rd, +/turf/simulated/floor/exoplanet/carpet/lightblue{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"yP" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"zz" = ( +/obj/effect/map_effect/window_spawner/full/reinforced/polarized, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Be" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Cc" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop/preset/research/rd, +/turf/simulated/floor/exoplanet/carpet/lightblue{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Ce" = ( +/obj/structure/bed/stool, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Cf" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Ck" = ( +/turf/simulated/wall, +/area/ouerea_nt_ruin) +"Cl" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"DG" = ( +/obj/structure/closet/crate/freezer/rations, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/random/mre, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/obj/item/reagent_containers/food/drinks/waterbottle, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"DZ" = ( +/obj/machinery/floodlight/randomcharge, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Ey" = ( +/obj/effect/map_effect/window_spawner/full/reinforced, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"GW" = ( +/obj/effect/decal/fake_object{ + icon = 'icons/obj/machinery/research.dmi'; + icon_state = "server"; + name = "broken down R&D server"; + desc = "A server which used to house a back-up of all ship research. It can be used to restore lost data, or to act as another point of retrieval. Looks like it's too far gone for that though."; + density = 1 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"HQ" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"HZ" = ( +/obj/machinery/mech_recharger, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/structure/mech_wreckage/powerloader, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Ix" = ( +/obj/structure/table/standard, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"IB" = ( +/obj/structure/table/standard, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"IL" = ( +/obj/structure/curtain/medical, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"IO" = ( +/obj/machinery/mining/brace{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"IZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Kp" = ( +/obj/structure/closet/crate/miningcart, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Ks" = ( +/obj/machinery/mining/brace{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/yellow, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Mk" = ( +/obj/machinery/door/airlock/research{ + name = "Xenoarchaeology" + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Ni" = ( +/obj/machinery/door/window, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Nr" = ( +/obj/structure/table/standard, +/obj/item/storage/box/gloves, +/obj/item/storage/box/masks, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"NO" = ( +/obj/structure/ore_box, +/obj/effect/floor_decal/industrial/outline/yellow, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"On" = ( +/obj/structure/table/standard, +/obj/item/storage/box/fancy/tray, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Qy" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"QS" = ( +/obj/structure/sign/flag/nanotrasen/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"RP" = ( +/turf/simulated/floor/exoplanet/concrete{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"Sl" = ( +/obj/structure/table/standard, +/obj/machinery/artifact_analyser, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"SQ" = ( +/obj/structure/closet/secure_closet/RD, +/turf/simulated/floor/exoplanet/carpet/lightblue{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"SV" = ( +/obj/machinery/door/airlock/medical{ + name = "Biological Research" + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Uv" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"UI" = ( +/obj/machinery/door/airlock/research{ + name = "Site Director" + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"Ve" = ( +/obj/structure/sign/flag/nanotrasen/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"XE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/white{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"XG" = ( +/obj/structure/bed/stool/chair/office/dark, +/turf/simulated/floor/exoplanet/carpet/lightblue{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"XJ" = ( +/obj/machinery/vending/snack, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) +"XZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled{ + temperature = 298.15 + }, +/area/ouerea_nt_ruin) + +(1,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +"} +(2,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +dA +fs +fs +fs +fs +fs +dA +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +fs +"} +(3,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +dA +dA +dA +dA +dA +fs +Ck +sK +Be +Ck +XJ +ui +ui +ui +ui +Ck +fs +"} +(4,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +dA +dA +dA +dA +dA +dA +dA +fs +Ck +Ck +ui +Ck +DG +ui +Ce +Ce +jN +Ck +fs +"} +(5,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +dA +dA +dA +dA +dA +dA +fs +Ck +sK +ui +Ck +XZ +Ce +IB +IB +Ce +Ck +fs +"} +(6,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +dA +dA +dA +dA +dA +fs +fs +Ck +Ck +ui +fW +ui +Ce +IB +IB +Ce +Ck +fs +"} +(7,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +Ck +Ck +Ck +Ck +fs +dA +dA +dA +dA +dA +fs +fs +Ck +sK +ui +Ck +Ve +Ce +IB +IB +Ce +Ck +fs +"} +(8,1,1) = {" +fs +fs +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Cf +jV +Ck +fs +fs +dA +dA +dA +dA +dA +fs +Ck +Ck +ui +Ck +XZ +ui +Ce +Ce +jN +Ck +fs +"} +(9,1,1) = {" +fs +fs +Ck +ky +ky +mH +Qy +ky +zz +qm +ky +ky +Ck +fs +fs +dA +dA +dA +dA +dA +fs +Ck +sK +yP +Ck +ui +ui +ui +ui +ui +Ck +fs +"} +(10,1,1) = {" +fs +fs +Ck +gb +pW +Ni +ky +ky +zz +HQ +ky +dq +Ck +fs +fs +dA +dA +dA +fs +fs +fs +Ck +Ck +Ck +Ck +fW +Ck +Ck +Ck +Ck +Ck +fs +"} +(11,1,1) = {" +fs +fs +Ck +IZ +XE +Uv +ky +ky +Ck +Ix +ky +ky +Ck +fs +fs +fs +dA +fs +fs +fs +fs +fs +fs +fs +eU +RP +eU +fs +fs +fs +fs +fs +"} +(12,1,1) = {" +fs +fs +Ck +ky +ky +os +ky +ky +hF +ky +ky +ky +Ck +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +RP +fs +fs +fs +fs +fs +fs +"} +(13,1,1) = {" +fs +fs +Ck +gb +ky +Ni +ky +ky +Ck +IL +IL +IL +Ck +fs +fs +fs +RP +RP +RP +RP +RP +RP +RP +RP +RP +RP +fs +fs +fs +fs +fs +fs +"} +(14,1,1) = {" +fs +fs +Ck +ky +ky +os +ky +ky +zz +ky +ky +dq +Ck +fs +fs +fs +RP +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +"} +(15,1,1) = {" +fs +fs +Ck +Ck +Ck +Ck +Ck +ky +zz +On +vL +Nr +Ck +QS +fs +fs +RP +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +"} +(16,1,1) = {" +fs +fs +Ck +SQ +ka +ka +Ck +SV +Ck +Ck +Ck +Ck +Ck +fs +fs +fs +RP +fs +fs +fs +fs +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +fs +fs +"} +(17,1,1) = {" +fs +fs +Ck +ka +yH +ka +Ey +ky +ky +Qy +ky +ky +tb +fs +fs +fs +RP +fs +fs +fs +fs +Ck +hn +ui +ui +Be +sk +sk +sk +Ck +fs +fs +"} +(18,1,1) = {" +fs +fs +Ck +XG +Cc +ka +UI +ky +ky +ky +ky +ky +ji +RP +RP +RP +RP +RP +fs +fs +fs +Ck +HZ +ui +ui +ui +ca +ca +ca +Ck +fs +fs +"} +(19,1,1) = {" +fs +fs +Ck +ka +df +ka +Ey +ky +ky +ky +ky +ky +tb +fs +fs +fs +fs +RP +fs +fs +fs +Ck +HZ +ui +ui +ui +IO +IO +IO +Ck +fs +fs +"} +(20,1,1) = {" +fs +fs +Ck +ka +ka +ka +Ck +Mk +Ck +Ck +Ck +Ck +Ck +QS +fs +fs +fs +RP +fs +fs +fs +Ck +mu +ui +ui +ui +sk +sk +sk +Ck +fs +fs +"} +(21,1,1) = {" +fs +fs +Ck +Ck +Ck +Ck +Ck +ky +Ck +gT +gT +gT +Ck +fs +fs +fs +fs +RP +fs +fs +ev +Ck +mu +ui +ui +ui +ca +ca +ca +Ck +fs +fs +"} +(22,1,1) = {" +fs +fs +Ck +xR +ky +ky +ky +ky +Ck +cO +cO +cO +Ck +fs +fs +fs +fs +RP +fs +fs +fs +Ck +DZ +ui +ui +ui +IO +IO +Ks +Ck +fs +fs +"} +(23,1,1) = {" +fs +fs +Ck +GW +ky +ky +ky +ky +Ck +ky +ky +dq +Ck +fs +fs +fs +fs +RP +RP +RP +RP +uZ +ui +ui +ui +ui +ui +ui +ui +Ck +fs +fs +"} +(24,1,1) = {" +fs +fs +Ck +Sl +ky +ky +ky +ky +eX +ky +ky +ky +Ck +fs +fs +fs +fs +RP +RP +RP +RP +uZ +ui +ui +ui +ui +ui +ui +ui +Ck +fs +fs +"} +(25,1,1) = {" +fs +fs +Ck +sL +uB +ky +ky +ky +Ck +io +ky +ky +Ck +fs +fs +fs +fs +fs +fs +fs +ev +Ck +XZ +ui +ui +ui +ui +ui +jN +Ck +fs +fs +"} +(26,1,1) = {" +fs +fs +Ck +xy +Ni +ky +Cl +ky +Ck +io +ky +dq +Ck +fs +fs +fs +fs +fs +fs +fs +fs +Ck +ui +ui +ui +ui +ui +ui +ui +Ck +fs +fs +"} +(27,1,1) = {" +fs +fs +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +iW +iW +Ck +fs +fs +fs +fs +fs +fs +fs +fs +Ck +NO +NO +NO +ui +Kp +Kp +Kp +Ck +fs +fs +"} +(28,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +Ck +Ck +Ck +Ck +fs +fs +fs +fs +fs +fs +fs +fs +Ck +NO +NO +NO +ui +Kp +Kp +Kp +Ck +fs +fs +"} +(29,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +Ck +NO +NO +NO +yP +Kp +Kp +Kp +Ck +fs +fs +"} +(30,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +Ck +fs +fs +"} +(31,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +"} +(32,1,1) = {" +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_otzek_herd.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_otzek_herd.dm new file mode 100644 index 00000000000..273c8ed5dde --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_otzek_herd.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/ouerea_otzek_herd + name = "Ouerea Otzek Herd" + id = "ouerea_otzek_herd" + description = "A herd of wild Otzek." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_otzek_herd.dmm") + unit_test_groups = list(1) diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_otzek_herd.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_otzek_herd.dmm new file mode 100644 index 00000000000..d17858a5e86 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_otzek_herd.dmm @@ -0,0 +1,323 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"p" = ( +/mob/living/simple_animal/otzek, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"s" = ( +/turf/template_noop, +/area/exoplanet/ouerea) +"A" = ( +/obj/structure/flora/tree/jungle/small/random, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"T" = ( +/obj/structure/flora/grass/junglegrass/random, +/mob/living/simple_animal/otzek, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"U" = ( +/obj/structure/flora/grass/junglegrass/random, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) + +(1,1,1) = {" +s +s +s +a +a +a +a +a +s +s +s +s +s +s +s +s +"} +(2,1,1) = {" +s +s +a +a +a +a +a +a +a +a +a +s +s +s +s +s +"} +(3,1,1) = {" +s +s +a +a +a +a +A +a +U +a +a +a +a +s +s +s +"} +(4,1,1) = {" +s +a +a +a +U +U +a +a +p +a +a +a +a +a +a +s +"} +(5,1,1) = {" +s +a +a +p +a +U +U +a +a +a +a +a +A +a +a +s +"} +(6,1,1) = {" +s +a +U +a +a +a +a +U +T +a +a +a +a +a +a +s +"} +(7,1,1) = {" +s +a +a +p +a +a +a +a +U +U +U +a +a +a +a +s +"} +(8,1,1) = {" +s +s +a +a +a +a +a +a +a +a +a +a +a +a +s +s +"} +(9,1,1) = {" +s +s +a +a +a +p +a +a +a +p +a +a +a +a +s +s +"} +(10,1,1) = {" +s +s +a +a +U +a +a +a +a +a +a +T +U +a +s +s +"} +(11,1,1) = {" +s +a +A +a +a +a +a +a +a +U +T +a +a +a +s +s +"} +(12,1,1) = {" +s +a +a +a +p +a +a +U +U +U +a +a +a +a +a +s +"} +(13,1,1) = {" +s +a +a +a +a +a +a +T +a +a +a +a +a +a +a +s +"} +(14,1,1) = {" +s +a +a +a +a +a +a +a +a +a +a +a +a +a +s +s +"} +(15,1,1) = {" +s +s +a +a +a +a +a +a +a +A +a +a +a +s +s +s +"} +(16,1,1) = {" +s +s +s +s +s +a +a +a +a +a +a +a +s +s +s +s +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_rev_memorial.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_rev_memorial.dm new file mode 100644 index 00000000000..2b6f7929865 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_rev_memorial.dm @@ -0,0 +1,28 @@ +/datum/map_template/ruin/exoplanet/ouerea_rev_memorial + name = "Ouerean Revolution Memorial" + id = "ouerea_rev_memorial" + description = "A memorial site, commemorating the blood spilled in the Ouerean Revolution, for the dream of a free Ouerea." + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_rev_memorial.dmm") + unit_test_groups = list(2) + +/obj/structure/sign/ouerea_memorial + name = "Ouerean Revolution memorial" + desc = "A stone monolith, engraved with the names of revolutionaries who fell in the Ouerean. Revolution. Human, Skrell and Unathi names alike can be seen here." + icon = 'icons/effects/64x64.dmi' + icon_state = "ouerea_memorial" + density = TRUE + anchored = TRUE + pixel_x = -16 + layer = ABOVE_HUMAN_LAYER + +/obj/structure/sign/ouerea_memorial/examine(mob/user) + . = ..() + if(GLOB.all_languages[LANGUAGE_UNATHI] in user.languages) + to_chat(user, SPAN_NOTICE("The inscription on the monolith reads as follows. \"Let this monument stand, to honor those of us who fought for a world free from the grasping claws of foreign masters. \ + To you who read these words, honor these dead and remember them, that their revolution may live on.\"")) + if(GLOB.all_languages[LANGUAGE_SKRELLIAN] in user.languages) + to_chat(user, SPAN_NOTICE("There is a smaller inscription below the main one, in Nral'malic. It reads as follows. \"Mourn us not, we dead, for all that lives must surely die. Wherever our bodies rest, \ + know that there shines a golden star to welcome us home.\"")) diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_rev_memorial.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_rev_memorial.dmm new file mode 100644 index 00000000000..c0ec5eeac6e --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_rev_memorial.dmm @@ -0,0 +1,183 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"c" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/obj/item/flame/candle, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"d" = ( +/obj/structure/railing/mapped{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"k" = ( +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"r" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"v" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/sign/flag/ouerea{ + pixel_y = 25; + stand_icon = "banner" + }, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"y" = ( +/turf/simulated/wall/marble, +/area/exoplanet/ouerea) +"C" = ( +/turf/simulated/floor/tiled/ramp{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"D" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"F" = ( +/obj/structure/sign/ouerea_memorial, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"I" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"O" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/railing/mapped, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"Q" = ( +/obj/structure/railing/mapped{ + dir = 8 + }, +/obj/structure/sign/flag/ouerea{ + pixel_y = 25; + stand_icon = "banner" + }, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"U" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"V" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"X" = ( +/obj/item/flame/candle, +/turf/simulated/floor/exoplanet/marble{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) + +(1,1,1) = {" +U +U +a +a +U +a +U +"} +(2,1,1) = {" +U +y +Q +D +O +U +U +"} +(3,1,1) = {" +a +c +X +k +k +C +U +"} +(4,1,1) = {" +U +d +F +k +k +C +U +"} +(5,1,1) = {" +a +c +X +k +k +C +a +"} +(6,1,1) = {" +a +y +v +V +r +U +U +"} +(7,1,1) = {" +U +U +a +I +U +U +U +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_skrell_base.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_skrell_base.dm new file mode 100644 index 00000000000..66159b9a710 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_skrell_base.dm @@ -0,0 +1,37 @@ +/datum/map_template/ruin/exoplanet/ouerea_skrell_base + name = "Abandoned Nralakk Base" + id = "ouerea_skrell_base" + description = "A research base on Ouerea, abandoned by the Nralakk Federtaion" + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_skrell_base.dmm") + unit_test_groups = list(3) + +/area/ouerea_skrell + name = "Nralakk Research Base" + icon_state = "bluenew" + requires_power = TRUE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "This encampment bears the unmistakable signs of Skrell construction, with several large Nralakk Federation flags hanging by its entryway. The walls have begun to rust, and the banners seem to be quite tattered." + +/obj/item/paper/skrell_ouerea + name = "Transmission - NFV Orq'wesi" + info = "warble" + +/obj/item/paper/skrell_ouerea/Initialize() + . = ..() + var/T = parsepencode( + {"\[center\]\[flag_nralakk\]\[/center\] + \[lang=k\]\[center\]\[b\]Transmission - NFV Orq'wesi\[/b\]\[/center\] + \[center\]\[b\]July 12th, 2457\[/b\]\[/center\] + \[b\]TO:\[/b\] Research Director Volqix Quxum, Ouerea Observation Post 9 + \[b\]FROM:\[/b\] NFV Orq'wesi, Qukala Command + \[b\]MESSAGE:\[/b] Due to the recent aggressive actions of the Unathi fleet, the Grand Council has agreed to cede Ouerea to the Izweski Hegemony. In exchange, the Unathi will return all prisoners \ + taken, as well as allowing Federation vessels to evacuate any Skrell citizens who desire it. A Qukala vessel will be touching down near your location shortly, to extract you and your team.\ + Any and all sensitive documents or research materials are to be brought with you or destroyed."\[/lang]"}) + info = T + icon_state = "paper_words" diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_skrell_base.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_skrell_base.dmm new file mode 100644 index 00000000000..e401ca4c5b8 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_skrell_base.dmm @@ -0,0 +1,1677 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ak" = ( +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"ay" = ( +/obj/effect/floor_decal/corner/lime{ + dir = 9 + }, +/obj/structure/sign/flag/nralakk/large/west{ + pixel_x = -32 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"bX" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 298.15 + }, +/area/ouerea_skrell) +"dS" = ( +/obj/structure/table/skrell, +/obj/item/pen/black, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"dT" = ( +/obj/structure/table/skrell, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/nralakk, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"eA" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"eI" = ( +/obj/effect/floor_decal/corner/lime{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"ff" = ( +/obj/structure/sign/flag/nralakk/large/south{ + pixel_y = -32 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"fL" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/obj/machinery/light/skrell, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"fU" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/obj/structure/sign/flag/nralakk/large/east{ + pixel_x = 32 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"hD" = ( +/turf/simulated/floor/shuttle/skrell, +/area/ouerea_skrell) +"hK" = ( +/obj/structure/bed/aqua, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"iF" = ( +/turf/simulated/wall/shuttle/skrell, +/area/ouerea_skrell) +"iH" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 9 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"jD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"jQ" = ( +/obj/machinery/light/skrell, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"lo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"lB" = ( +/obj/effect/map_effect/window_spawner/full/reinforced, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"mv" = ( +/obj/machinery/door/airlock/skrell{ + name = "Laboratory" + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"nw" = ( +/obj/structure/closet/skrell, +/obj/item/clothing/under/skrell/nralakk/ix, +/obj/item/clothing/under/skrell/nralakk/ix, +/obj/item/clothing/under/skrell/nralakk/ix, +/obj/item/clothing/suit/storage/toggle/skrell/iqi, +/obj/item/clothing/suit/storage/toggle/skrell/iqi, +/obj/item/clothing/suit/storage/toggle/labcoat, +/obj/item/clothing/suit/storage/toggle/labcoat, +/obj/item/clothing/suit/storage/toggle/labcoat, +/obj/item/device/camera, +/obj/item/taperoll/science, +/obj/item/device/taperecorder, +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"nF" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/obj/machinery/light/skrell{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"oe" = ( +/obj/structure/closet/skrell, +/obj/item/clothing/under/skrell/nralakk/ix, +/obj/item/clothing/under/skrell/nralakk/ix, +/obj/item/clothing/under/skrell/nralakk/ix, +/obj/item/clothing/under/skrell/nralakk/ix, +/obj/item/clothing/under/skrell/nralakk/ix, +/obj/item/clothing/accessory/poncho/skrell, +/obj/item/clothing/accessory/poncho/skrell/brown, +/obj/item/clothing/accessory/poncho/skrell/gray, +/obj/item/clothing/accessory/poncho/skrell/tan, +/obj/item/clothing/ears/skrell/workcap, +/obj/item/clothing/ears/skrell/workcap/long, +/obj/item/clothing/shoes/jackboots/kala, +/obj/item/clothing/shoes/jackboots/kala, +/obj/item/clothing/shoes/jackboots/kala, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"ps" = ( +/obj/structure/blocker/steel/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_skrell) +"pG" = ( +/obj/structure/table/skrell, +/obj/item/storage/box/fancy/tray, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"rR" = ( +/obj/structure/closet/skrell, +/obj/item/clothing/shoes/jackboots/kala, +/obj/item/clothing/shoes/jackboots/kala, +/obj/item/clothing/shoes/jackboots/kala, +/obj/item/clothing/suit/storage/toggle/skrell/ix, +/obj/item/clothing/suit/storage/toggle/skrell/ix, +/obj/item/clothing/suit/storage/toggle/skrell/ix, +/obj/item/clothing/suit/storage/toggle/skrell/ix, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"sp" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_skrell) +"tb" = ( +/obj/effect/floor_decal/corner/lime{ + dir = 9 + }, +/obj/machinery/light/skrell{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"tv" = ( +/obj/machinery/door/airlock/skrell{ + name = "Medbay" + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"uD" = ( +/obj/structure/table/skrell, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/gloves/latex/nitrile, +/obj/item/clothing/mask/surgical/w, +/obj/item/roller/hover, +/obj/effect/floor_decal/corner/lime{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"vt" = ( +/obj/machinery/body_scanconsole{ + dir = 8 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"wo" = ( +/obj/machinery/light/skrell{ + dir = 1 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"xj" = ( +/obj/machinery/door/airlock/skrell{ + name = "Mess Hall" + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"xp" = ( +/obj/structure/table/skrell, +/obj/item/clothing/glasses/science, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/obj/machinery/light/skrell{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"ym" = ( +/obj/structure/table/skrell, +/obj/random/firstaid, +/obj/random/firstaid, +/obj/effect/floor_decal/corner/lime{ + dir = 6 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"yK" = ( +/obj/structure/closet/skrell, +/obj/item/gun/energy/gun/qukala, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"AX" = ( +/obj/structure/table/skrell, +/obj/item/skrell_projector{ + pixel_y = 9 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Cb" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Cj" = ( +/obj/machinery/door/blast/shutters, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_skrell) +"CR" = ( +/obj/structure/table/skrell, +/obj/item/paper_bin, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"CY" = ( +/obj/structure/sign/flag/nralakk/large/west{ + pixel_x = -32 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Dn" = ( +/obj/structure/bed/aqua, +/obj/structure/sign/flag/nralakk/large/west{ + pixel_x = -32 + }, +/obj/machinery/light/skrell{ + dir = 8 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Dx" = ( +/obj/structure/closet/skrell, +/obj/item/clothing/under/skrell/nralakk/iqi, +/obj/item/clothing/accessory/poncho/shouldercape/cloak/iqi, +/obj/item/clothing/shoes/jackboots/kala, +/obj/item/clothing/suit/storage/toggle/skrell/iqi, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"DY" = ( +/turf/simulated/floor/shuttle/skrell/ramp/top, +/area/ouerea_skrell) +"EI" = ( +/obj/machinery/door/airlock/skrell{ + name = "Command" + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Fh" = ( +/obj/structure/closet/skrell, +/obj/item/clothing/suit/storage/toggle/skrell/ix/security, +/obj/item/clothing/under/skrell/nralakk/ix/security, +/obj/item/clothing/shoes/jackboots/kala, +/obj/item/clothing/head/helmet/security/skrell, +/obj/item/melee/telebaton/nlom, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Fn" = ( +/obj/structure/bed/stool/chair/office/hover/command{ + dir = 1 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"GI" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"Hv" = ( +/obj/structure/closet/skrell, +/obj/item/storage/belt/security/full, +/obj/item/storage/box/handcuffs, +/obj/item/clothing/suit/armor/carrier/officer, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"HM" = ( +/obj/structure/closet/skrell, +/obj/item/clothing/under/skrell/nralakk/ix/med, +/obj/item/clothing/under/skrell/nralakk/ix/med, +/obj/item/clothing/under/skrell/nralakk/ix/med, +/obj/item/clothing/suit/storage/toggle/skrell/iqi/med, +/obj/item/clothing/suit/storage/toggle/skrell/iqi/med, +/obj/item/clothing/suit/storage/toggle/skrell/iqi/med, +/obj/item/clothing/suit/storage/toggle/labcoat, +/obj/item/clothing/suit/storage/toggle/labcoat, +/obj/item/clothing/suit/storage/toggle/labcoat, +/obj/effect/floor_decal/corner/lime{ + dir = 6 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"Ip" = ( +/obj/structure/table/skrell, +/obj/machinery/light/skrell{ + dir = 8 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Iw" = ( +/obj/machinery/door/airlock/skrell{ + name = "Medbay and Laboratory" + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"JL" = ( +/turf/simulated/floor/shuttle/skrell/ramp/top{ + dir = 1 + }, +/area/ouerea_skrell) +"LZ" = ( +/obj/structure/sign/flag/nralakk/large/north{ + pixel_y = 32 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Mp" = ( +/obj/structure/table/skrell, +/obj/item/stamp/rd{ + name = "nralakk federation rubber stamp" + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"ME" = ( +/obj/machinery/iv_drip, +/obj/effect/floor_decal/corner/lime{ + dir = 9 + }, +/obj/machinery/light/skrell{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"MO" = ( +/obj/structure/sign/flag/nralakk/large/north{ + pixel_y = 32 + }, +/obj/structure/closet/skrell, +/obj/item/gun/energy/gun/qukala, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Nc" = ( +/obj/structure/sign/flag/nralakk/large/east{ + pixel_x = 32 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Nd" = ( +/obj/structure/table/skrell, +/obj/item/storage/firstaid/empty, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"Nf" = ( +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"NM" = ( +/obj/machinery/optable, +/obj/effect/floor_decal/corner/lime{ + dir = 10 + }, +/obj/effect/floor_decal/corner/lime{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"Pr" = ( +/obj/effect/floor_decal/corner/purple{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"QN" = ( +/obj/machinery/door/airlock/skrell{ + name = "Living Quarters" + }, +/turf/simulated/floor/shuttle/skrell, +/area/ouerea_skrell) +"RP" = ( +/obj/structure/railing/mapped{ + dir = 4 + }, +/obj/structure/railing/mapped{ + dir = 8 + }, +/turf/simulated/floor/shuttle/skrell, +/area/ouerea_skrell) +"Sg" = ( +/obj/machinery/photocopier/faxmachine{ + req_one_access = null; + department = "Unknown - Oueran Surface" + }, +/obj/structure/table/skrell, +/obj/item/paper/skrell_ouerea, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Tc" = ( +/obj/structure/blocker/steel/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_skrell) +"Tm" = ( +/obj/machinery/door/airlock/skrell{ + name = "Security Equipment" + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Uc" = ( +/obj/machinery/clonepod, +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"Vk" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Vu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"Vz" = ( +/obj/structure/sign/flag/nralakk, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_skrell) +"VH" = ( +/obj/structure/table/skrell, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"VP" = ( +/obj/machinery/door/window{ + dir = 1; + name = "Live Specimen Containment" + }, +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"VT" = ( +/obj/item/material/stool/hover, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"WD" = ( +/obj/machinery/light/skrell{ + dir = 8 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"WE" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"WQ" = ( +/obj/structure/closet/skrell, +/obj/machinery/light/skrell{ + dir = 1 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/belt/security/full, +/obj/item/clothing/suit/armor/carrier/officer, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"WZ" = ( +/obj/item/material/stool/hover, +/obj/machinery/light/skrell{ + dir = 4 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Yk" = ( +/obj/machinery/light/skrell{ + dir = 4 + }, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) +"Ze" = ( +/obj/machinery/clonepod, +/obj/effect/floor_decal/corner/purple{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled/white, +/area/ouerea_skrell) +"ZV" = ( +/obj/structure/table/skrell, +/obj/item/trash/skrellsnacks, +/turf/simulated/floor/shuttle/skrell/blue, +/area/ouerea_skrell) + +(1,1,1) = {" +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +"} +(2,1,1) = {" +sp +iF +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +iF +sp +"} +(3,1,1) = {" +sp +ps +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +ps +sp +"} +(4,1,1) = {" +sp +ps +sp +sp +sp +sp +sp +sp +sp +sp +iF +iF +iF +iF +iF +iF +iF +iF +iF +iF +iF +sp +iF +iF +iF +iF +iF +iF +iF +sp +ps +sp +"} +(5,1,1) = {" +sp +ps +sp +sp +sp +sp +sp +sp +sp +sp +iF +hK +Ip +hK +VH +Dn +AX +hK +Ip +hK +iF +sp +iF +Sg +ak +ak +CY +ak +iF +sp +ps +sp +"} +(6,1,1) = {" +sp +ps +sp +sp +sp +sp +sp +sp +sp +sp +iF +ak +ak +ak +ak +ak +ak +ak +ak +ak +iF +sp +iF +Cb +ak +ak +Mp +jQ +iF +sp +ps +sp +"} +(7,1,1) = {" +sp +ps +sp +sp +sp +hD +hD +hD +hD +hD +QN +ak +ak +ak +ak +ak +ak +ak +ak +oe +iF +hD +EI +ak +ak +WE +dS +Fn +iF +sp +ps +sp +"} +(8,1,1) = {" +sp +ps +sp +sp +sp +hD +sp +sp +sp +sp +iF +LZ +ak +ak +ak +ak +ak +ak +ak +rR +iF +hD +iF +Vk +ak +ak +CR +jQ +iF +sp +ps +sp +"} +(9,1,1) = {" +sp +ps +sp +sp +sp +hD +sp +sp +sp +sp +iF +ak +ak +ak +ak +ak +ak +ak +ak +ak +iF +hD +iF +Vk +ak +ak +Nc +Dx +iF +sp +ps +sp +"} +(10,1,1) = {" +sp +ps +sp +sp +sp +hD +sp +sp +sp +sp +iF +lB +lB +lB +lB +lB +lB +lB +lB +lB +iF +hD +iF +iF +iF +iF +iF +iF +iF +sp +ps +sp +"} +(11,1,1) = {" +sp +ps +sp +sp +sp +hD +sp +sp +sp +sp +sp +sp +sp +bX +sp +sp +sp +bX +bX +sp +sp +hD +iF +iH +ME +ay +tb +NM +iF +sp +ps +sp +"} +(12,1,1) = {" +sp +ps +sp +sp +sp +hD +sp +sp +sp +sp +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +sp +hD +iF +vt +Nf +Nf +Nf +pG +iF +sp +ps +sp +"} +(13,1,1) = {" +sp +ps +sp +sp +sp +hD +sp +sp +sp +sp +sp +bX +bX +bX +bX +bX +bX +bX +bX +sp +sp +hD +iF +uD +Nf +Nf +Nf +Nd +iF +sp +ps +sp +"} +(14,1,1) = {" +sp +iF +Vz +sp +sp +hD +sp +sp +sp +sp +sp +sp +bX +bX +bX +bX +bX +bX +bX +bX +sp +hD +iF +HM +eI +eI +eI +ym +iF +sp +ps +sp +"} +(15,1,1) = {" +sp +Cj +hD +hD +hD +hD +sp +sp +sp +sp +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +sp +hD +iF +iF +iF +tv +iF +iF +iF +sp +ps +sp +"} +(16,1,1) = {" +sp +Cj +hD +hD +hD +hD +sp +sp +sp +sp +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +sp +hD +iF +ak +WD +ak +ak +ak +iF +sp +ps +sp +"} +(17,1,1) = {" +sp +iF +Vz +sp +sp +hD +hD +hD +hD +JL +RP +RP +RP +RP +RP +RP +RP +RP +RP +RP +DY +hD +Iw +ak +ak +ak +ak +jQ +iF +sp +ps +sp +"} +(18,1,1) = {" +sp +ps +sp +sp +sp +hD +sp +sp +hD +sp +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +sp +sp +iF +ak +Yk +ak +ak +ak +iF +sp +ps +sp +"} +(19,1,1) = {" +sp +ps +sp +sp +sp +hD +sp +sp +hD +sp +sp +bX +bX +bX +bX +bX +bX +bX +bX +bX +sp +sp +iF +iF +iF +mv +iF +iF +iF +sp +ps +sp +"} +(20,1,1) = {" +sp +ps +sp +iF +iF +Tm +iF +iF +hD +sp +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +sp +iF +nw +eA +eA +eA +Pr +iF +sp +ps +sp +"} +(21,1,1) = {" +sp +ps +sp +iF +ak +ak +ak +iF +hD +sp +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +bX +sp +iF +xp +Nf +Nf +lo +jD +iF +sp +ps +sp +"} +(22,1,1) = {" +sp +ps +sp +iF +wo +ak +ak +iF +hD +sp +sp +bX +bX +bX +bX +bX +bX +sp +sp +bX +bX +sp +iF +Ze +Nf +Nf +Vu +fL +iF +sp +ps +sp +"} +(23,1,1) = {" +sp +ps +sp +iF +Fh +ak +Fh +iF +hD +sp +sp +sp +sp +sp +bX +sp +sp +sp +sp +sp +sp +sp +iF +Uc +nF +fU +VP +GI +iF +sp +ps +sp +"} +(24,1,1) = {" +sp +ps +sp +iF +MO +ak +yK +iF +hD +sp +sp +iF +lB +lB +lB +lB +lB +lB +lB +lB +iF +sp +iF +iF +iF +iF +iF +iF +iF +sp +ps +sp +"} +(25,1,1) = {" +sp +ps +sp +iF +WQ +ak +Hv +iF +hD +sp +sp +iF +ak +VT +VT +VT +VT +VT +VT +ak +iF +sp +sp +sp +sp +sp +sp +sp +sp +sp +ps +sp +"} +(26,1,1) = {" +sp +ps +sp +iF +iF +iF +iF +iF +hD +hD +hD +xj +ak +VH +VH +VH +VH +ZV +VH +ff +iF +sp +sp +sp +sp +sp +sp +sp +sp +sp +ps +sp +"} +(27,1,1) = {" +sp +ps +sp +sp +sp +sp +sp +sp +sp +sp +sp +iF +ak +VH +ZV +VH +VH +dT +VH +ak +iF +sp +sp +sp +sp +sp +sp +sp +sp +sp +ps +sp +"} +(28,1,1) = {" +sp +ps +sp +sp +sp +sp +sp +sp +sp +sp +sp +iF +ak +WZ +VT +VT +WZ +VT +VT +Yk +iF +sp +sp +sp +sp +sp +sp +sp +sp +sp +ps +sp +"} +(29,1,1) = {" +sp +ps +sp +sp +sp +sp +sp +sp +sp +sp +sp +iF +iF +iF +iF +iF +iF +iF +iF +iF +iF +sp +sp +sp +sp +sp +sp +sp +sp +sp +ps +sp +"} +(30,1,1) = {" +sp +ps +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +ps +sp +"} +(31,1,1) = {" +sp +iF +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +Tc +iF +sp +"} +(32,1,1) = {" +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +sp +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_sol_base.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_sol_base.dm new file mode 100644 index 00000000000..1a0e9271d97 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_sol_base.dm @@ -0,0 +1,37 @@ +/datum/map_template/ruin/exoplanet/ouerea_sol_base + name = "Abandoned Solarian Base" + id = "ouerea_sol_base" + description = "A shuttle port on Ouerea, abandoned by the Sol Alliance" + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_sol_base.dmm") + unit_test_groups = list(1) + +/area/ouerea_sol + name = "Solarian Shuttle Port" + icon_state = "bluenew" + requires_power = TRUE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "This area seems to be a shuttle port - though one long-since abandoned. Flags of the Sol Alliance hang tattered, occasionally stirred in the breeze." + +/obj/item/paper/sol_ouerea + name = "Urgent Transmission - SAMV Yincheng" + info = "words" + +/obj/item/paper/sol_ouerea/Initialize() + . = ..() + var/T = parsepencode( + {"\[center\]\[flag_sol\]\[/center\] + \[lang=1\]\[center\]\[b\]SAMV Yincheng Emergency Transmission\[/b\]\[/center\] + \[center\]\[b\]July 7th, 2457\[/b\]\[/center\] + \[b\]TO:\[/b\] Major Alice Okami, Ouerea Resupply Station 6 + \[b\]FROM:\[/b\] SAMV Yincheng, Desk of Captain Johan Redford + \[b\]MESSAGE:\[/b] As of sixteen minutes ago, the planet of Ouerea has been ceded to the Izweski Hegemony by Prime Minister Chater. All Alliance military personnel are to withdraw + from the sector within the next three days. You are to assist in the evacuation of any human inhabitants of the planet who wish to leave, and to ensure that no recoverable military property or + sensitive information is left behind. Transportation shuttles from the Yincheng will be arriving shortly to assist in this matter.\[/lang]"}) + info = T + icon_state = "paper_words" diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_sol_base.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_sol_base.dmm new file mode 100644 index 00000000000..ffc60d5e81d --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_sol_base.dmm @@ -0,0 +1,1921 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ao" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(203) + }, +/obj/item/ammo_magazine/a10mm, +/obj/item/ammo_magazine/a10mm, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"ax" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"aM" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"bM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"bV" = ( +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"cs" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"cz" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"ed" = ( +/obj/structure/table/rack, +/obj/item/device/multitool, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"fs" = ( +/turf/simulated/floor/plating, +/area/ouerea_sol) +"fP" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"hb" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/sol, +/obj/item/clothing/shoes/jackboots, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"hq" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "gun cabinet (longarms)"; + req_access = list(203) + }, +/obj/item/gun/projectile/shotgun/pump/combat/sol, +/obj/machinery/light, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"hS" = ( +/obj/structure/blocker/steel/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_sol) +"hX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"ir" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4; + layer = 2.71 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"iw" = ( +/obj/structure/sign/flag/sol{ + pixel_y = 32; + stand_icon = "banner" + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_sol) +"iG" = ( +/obj/structure/sign/flag/sol{ + pixel_y = 32; + stand_icon = "banner" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_sol) +"jl" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"kh" = ( +/obj/machinery/door/airlock/command{ + name = "Commander's Office"; + req_access = list(203) + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"lg" = ( +/obj/structure/table/steel, +/obj/item/paper_bin, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"ll" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"lI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/sign/flag/sol{ + pixel_y = 32; + stand_icon = "banner" + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"mt" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"nb" = ( +/turf/simulated/wall, +/area/ouerea_sol) +"nL" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"oz" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"oF" = ( +/obj/structure/blocker/steel/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_sol) +"pp" = ( +/obj/machinery/door/blast/shutters, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"pq" = ( +/obj/structure/table/steel, +/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/sol, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"pQ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4; + icon_state = "warning" + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"pY" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"qS" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"ry" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/sol, +/obj/item/clothing/shoes/jackboots, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"rF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"rL" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(203) + }, +/obj/item/clothing/head/helmet/sol, +/obj/item/clothing/head/helmet/sol, +/obj/item/clothing/suit/armor/carrier/military, +/obj/item/clothing/suit/armor/carrier/military, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"rZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/structure/curtain/open/bed, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"sF" = ( +/obj/structure/sign/flag/sol/large/north{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"sG" = ( +/obj/structure/table/rack, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/yellow, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"sS" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "gun cabinet (longarms)"; + req_access = list(203) + }, +/obj/item/gun/projectile/automatic/rifle/sol, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"sZ" = ( +/obj/structure/sign/flag/sol/large/south{ + pixel_y = -32 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"uN" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_sol) +"uT" = ( +/obj/structure/table/rack, +/obj/item/storage/toolbox/electrical, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"wc" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "gun cabinet (PDWs)"; + req_access = list(203) + }, +/obj/item/gun/projectile/automatic/c20r/sol, +/obj/item/gun/projectile/automatic/c20r/sol, +/obj/structure/sign/flag/sol/large/north{ + pixel_y = 32 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"xK" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_sol) +"zl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"zn" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"zv" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"BE" = ( +/obj/effect/shuttle_landmark/automatic, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"Cl" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Du" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/structure/curtain/open/bed, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"DX" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"DY" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/sol, +/obj/item/clothing/shoes/jackboots, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"En" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/sign/flag/sol{ + pixel_y = 32; + stand_icon = "banner" + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"Eq" = ( +/obj/structure/table/steel, +/obj/item/flame/lighter/zippo/sol, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"EG" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"ES" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_sol) +"Fc" = ( +/turf/simulated/wall/shuttle/raider, +/area/ouerea_sol) +"Fy" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(203) + }, +/obj/item/ammo_magazine/c762/sol, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"FR" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"FY" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "gun cabinet (longarms)"; + req_access = list(203) + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Ga" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"Gb" = ( +/obj/structure/sign/flag/sol/large/west{ + pixel_x = -32 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Gh" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Gv" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Hd" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Hf" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Hj" = ( +/obj/structure/table/steel, +/obj/item/modular_computer/laptop/preset/civilian, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Ia" = ( +/obj/machinery/light, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"IJ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(203) + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"IL" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "gun cabinet (sidearms)"; + req_access = list(203) + }, +/obj/item/melee/energy/sword/knife/sol, +/obj/item/melee/energy/sword/knife/sol, +/obj/item/melee/energy/sword/knife/sol, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Jc" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "gun cabinet (law enforcement)"; + req_access = list(203) + }, +/obj/item/gun/energy/taser, +/obj/item/storage/belt/security/full, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Jv" = ( +/obj/machinery/door/airlock/engineering{ + name = "Hangar Supplies"; + req_access = list(203) + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"JQ" = ( +/obj/structure/table/steel, +/obj/machinery/photocopier/faxmachine{ + department = "Unknown - Ouerean Surface"; + req_one_access = list(203) + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/item/paper/sol_ouerea, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Ka" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Kr" = ( +/obj/structure/bed/stool/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"KA" = ( +/obj/structure/table/rack, +/obj/item/storage/toolbox/mechanical, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Ln" = ( +/obj/structure/closet/crate{ + name = "DANGER - PHORON FUEL" + }, +/obj/item/trash/cheesie, +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"MD" = ( +/obj/structure/sign/flag/sol/large/north{ + pixel_y = 32 + }, +/obj/structure/closet/secure_closet/guncabinet{ + req_access = list(203) + }, +/obj/item/ammo_magazine/mc9mm, +/obj/item/ammo_magazine/mc9mm, +/obj/item/ammo_magazine/mc9mm, +/obj/item/ammo_magazine/mc9mm/empty, +/obj/item/ammo_magazine/mc9mm/empty, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Ns" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_sol) +"Og" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 9 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Oq" = ( +/obj/machinery/door/airlock/service{ + name = "Living Quarters" + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"OI" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + layer = 2.71 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"Pv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"PI" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "gun cabinet (sidearms)"; + req_access = list(203) + }, +/obj/item/gun/projectile/pistol/sol, +/obj/item/gun/projectile/pistol/sol, +/obj/machinery/light, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"QQ" = ( +/obj/structure/table/steel, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Rc" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Sr" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/structure/curtain/open/bed, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Tu" = ( +/obj/effect/floor_decal/corner/orange{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Tw" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"TF" = ( +/obj/structure/sign/flag/sol/large/east{ + pixel_x = 32 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Uh" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Up" = ( +/obj/structure/closet/secure_closet/soll_officer{ + req_access = list(203) + }, +/obj/item/clothing/under/rank/sol/service, +/obj/item/melee/energy/sword/knife/sol, +/obj/item/gun/projectile/pistol/sol, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"Uw" = ( +/obj/machinery/door/airlock/highsecurity{ + req_access = list(203) + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"US" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1; + layer = 2.71 + }, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"We" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"XH" = ( +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"XV" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/plating, +/area/ouerea_sol) +"YG" = ( +/obj/machinery/photocopier, +/obj/effect/floor_decal/corner/blue{ + dir = 6 + }, +/obj/effect/floor_decal/corner/blue{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) +"ZA" = ( +/obj/machinery/portable_atmospherics/canister/empty/phoron, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/brigdoor{ + req_access = list(203) + }, +/obj/effect/floor_decal/corner/orange{ + dir = 6 + }, +/obj/effect/floor_decal/corner/orange{ + dir = 5 + }, +/turf/simulated/floor/exoplanet/tiled, +/area/ouerea_sol) + +(1,1,1) = {" +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +"} +(2,1,1) = {" +ES +Fc +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +Fc +iw +"} +(3,1,1) = {" +ES +hS +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +bV +bV +bV +bV +bV +bV +bV +bV +bV +bV +bV +bV +pp +ES +"} +(4,1,1) = {" +ES +hS +ES +ES +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +ES +bV +bV +bV +bV +bV +bV +bV +bV +bV +bV +bV +bV +pp +ES +"} +(5,1,1) = {" +ES +hS +ES +ES +nb +rZ +nb +Sr +nb +Du +nb +rZ +nb +Du +nb +Sr +nb +ES +bV +bV +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +Fc +iw +"} +(6,1,1) = {" +ES +hS +ES +ES +nb +bV +bV +bV +Pv +bV +bV +bV +bV +Pv +bV +bV +Oq +bV +bV +bV +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +hS +ES +"} +(7,1,1) = {" +ES +hS +ES +ES +nb +bV +bV +bV +bV +bV +bV +Pv +bV +Pv +Pv +Pv +nb +ES +bV +bV +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +hS +ES +"} +(8,1,1) = {" +ES +hS +ES +ES +nb +Pv +bV +ry +bV +hb +TF +ry +bV +hb +bV +DY +nb +ES +bV +bV +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +hS +ES +"} +(9,1,1) = {" +ES +hS +ES +ES +nb +Oq +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +ES +bV +bV +ES +ES +ES +nb +nb +nb +nb +nb +nb +ES +hS +ES +"} +(10,1,1) = {" +ES +hS +ES +ES +uN +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +uN +ES +bV +bV +ES +ES +ES +nb +rL +qS +qS +IJ +nb +ES +hS +ES +"} +(11,1,1) = {" +ES +hS +ES +Ns +nb +En +nL +nL +nL +nL +nL +nL +nL +nL +nL +Ia +nb +iG +bV +bV +ES +ES +ES +nb +MD +bV +Pv +PI +nb +ES +hS +ES +"} +(12,1,1) = {" +ES +hS +ES +ES +bM +US +fs +fs +fs +fs +fs +fs +fs +fs +fs +mt +Ga +ES +bV +bV +ES +ES +ES +nb +Fy +bV +bV +IL +nb +ES +hS +ES +"} +(13,1,1) = {" +ES +hS +ES +ES +zl +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +XV +ES +bV +bV +ES +ES +ES +nb +Gh +Pv +Pv +zv +nb +ES +hS +ES +"} +(14,1,1) = {" +ES +hS +ES +ES +zl +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +XV +ES +bV +bV +bV +bV +bV +Uw +cs +Pv +bV +We +nb +ES +hS +ES +"} +(15,1,1) = {" +ES +hS +ES +ES +zl +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +XV +ES +bV +bV +ES +ES +ES +nb +Gh +bV +bV +We +nb +ES +hS +ES +"} +(16,1,1) = {" +ES +hS +ES +ES +zl +BE +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +XV +ES +bV +bV +ES +ES +ES +nb +ao +bV +bV +sS +nb +ES +hS +ES +"} +(17,1,1) = {" +ES +hS +ES +ES +zl +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +XV +ES +bV +bV +ES +ES +ES +nb +wc +Pv +bV +hq +nb +ES +hS +ES +"} +(18,1,1) = {" +ES +hS +ES +ES +zl +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +XV +ES +bV +bV +ES +ES +ES +nb +Jc +DX +XH +FY +nb +ES +hS +ES +"} +(19,1,1) = {" +ES +hS +ES +ES +zl +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +XV +ES +bV +bV +ES +ES +ES +nb +nb +nb +nb +nb +nb +ES +hS +ES +"} +(20,1,1) = {" +ES +hS +ES +ES +zl +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +fs +XV +ES +bV +bV +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +hS +ES +"} +(21,1,1) = {" +ES +hS +ES +ES +rF +ir +fs +fs +fs +fs +fs +fs +fs +fs +fs +OI +ll +ES +bV +bV +bV +bV +bV +bV +bV +ES +ES +ES +ES +ES +hS +ES +"} +(22,1,1) = {" +ES +hS +ES +Ns +nb +lI +pQ +pQ +pQ +pQ +pQ +pQ +pQ +pQ +pQ +jl +nb +iG +bV +ES +nb +nb +nb +nb +kh +nb +nb +nb +nb +ES +hS +ES +"} +(23,1,1) = {" +ES +hS +ES +ES +xK +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +xK +ES +bV +ES +nb +FR +qS +Rc +Rc +qS +qS +pY +nb +ES +hS +ES +"} +(24,1,1) = {" +ES +hS +ES +ES +nb +Jv +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +ES +bV +ES +nb +cs +bV +bV +Pv +bV +bV +zv +nb +ES +hS +ES +"} +(25,1,1) = {" +ES +hS +ES +ES +nb +Gv +Og +Og +Hf +Og +Gb +Og +Og +Og +Og +aM +nb +ES +bV +ES +nb +sF +bV +bV +ax +bV +Pv +sZ +nb +ES +hS +ES +"} +(26,1,1) = {" +ES +hS +ES +ES +nb +EG +Pv +bV +Pv +bV +bV +Pv +bV +bV +Pv +Tu +Jv +bV +bV +ES +nb +JQ +bV +lg +pq +Hj +bV +zv +nb +ES +hS +ES +"} +(27,1,1) = {" +ES +hS +ES +ES +nb +Ln +bV +bV +bV +bV +bV +fP +fP +fP +bV +Tu +nb +ES +ES +ES +nb +Ka +bV +Eq +Kr +QQ +bV +We +nb +ES +hS +ES +"} +(28,1,1) = {" +ES +hS +ES +ES +nb +ZA +cz +hX +KA +uT +sG +ed +Tw +Cl +Hd +oz +nb +ES +ES +ES +nb +YG +Uh +DX +DX +XH +zn +Up +nb +ES +hS +ES +"} +(29,1,1) = {" +ES +hS +ES +ES +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +nb +ES +ES +ES +nb +nb +nb +nb +nb +nb +nb +nb +nb +ES +hS +ES +"} +(30,1,1) = {" +ES +hS +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +hS +ES +"} +(31,1,1) = {" +ES +Fc +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +oF +Fc +ES +"} +(32,1,1) = {" +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +ES +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_threshbeast_herd.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_threshbeast_herd.dm new file mode 100644 index 00000000000..68fa4fbcc51 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_threshbeast_herd.dm @@ -0,0 +1,10 @@ +/datum/map_template/ruin/exoplanet/ouerea_threshbeast_herd + name = "Ouerea Threshbeast Herd" + id = "ouerea_threshbeast_herd" + description = "A herd of wild Threshbeasts." + + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_threshbeast_herd.dmm") + unit_test_groups = list(2) diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_threshbeast_herd.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_threshbeast_herd.dmm new file mode 100644 index 00000000000..85d91371bdf --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_threshbeast_herd.dmm @@ -0,0 +1,323 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/exoplanet/ouerea) +"k" = ( +/mob/living/simple_animal/threshbeast, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"m" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"z" = ( +/obj/structure/flora/grass/junglegrass/random, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"Q" = ( +/obj/structure/flora/grass/junglegrass/random, +/mob/living/simple_animal/threshbeast, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) +"U" = ( +/obj/structure/flora/tree/jungle/small/random, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/exoplanet/ouerea) + +(1,1,1) = {" +a +a +a +m +m +m +m +m +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +m +m +m +m +m +m +m +m +m +a +a +a +a +a +"} +(3,1,1) = {" +a +a +m +m +m +m +U +m +z +m +m +m +m +a +a +a +"} +(4,1,1) = {" +a +m +m +m +z +z +m +m +m +k +m +m +m +m +m +a +"} +(5,1,1) = {" +a +m +m +k +m +z +Q +m +m +m +m +m +U +m +m +a +"} +(6,1,1) = {" +a +m +z +m +m +m +m +z +z +m +m +m +m +m +m +a +"} +(7,1,1) = {" +a +m +m +m +m +m +m +m +z +z +z +m +m +m +m +a +"} +(8,1,1) = {" +a +a +m +m +m +m +m +m +k +m +m +m +m +m +a +a +"} +(9,1,1) = {" +a +a +k +m +m +k +m +m +m +m +m +m +m +m +a +a +"} +(10,1,1) = {" +a +a +m +m +z +m +m +m +m +m +m +Q +z +m +a +a +"} +(11,1,1) = {" +a +m +U +m +m +m +m +m +m +z +z +m +m +m +a +a +"} +(12,1,1) = {" +a +m +m +m +m +m +m +z +z +z +k +m +m +m +m +a +"} +(13,1,1) = {" +a +m +m +m +k +m +k +z +m +m +m +m +m +m +m +a +"} +(14,1,1) = {" +a +m +m +m +m +m +m +m +m +m +m +m +m +m +a +a +"} +(15,1,1) = {" +a +a +m +m +m +m +m +m +m +U +m +m +m +a +a +a +"} +(16,1,1) = {" +a +a +a +a +a +m +m +m +m +m +m +m +a +a +a +a +"} diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_village.dm b/maps/random_ruins/exoplanets/ouerea/ouerea_village.dm new file mode 100644 index 00000000000..957b90855c0 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_village.dm @@ -0,0 +1,49 @@ +/datum/map_template/ruin/exoplanet/ouerea_village + name = "Ouerea Village" + id = "ouerea_village" + description = "A rural Unathi village, somewhere on the planet Ouerea." + spawn_weight = 1 + spawn_cost = 2 + template_flags = TEMPLATE_FLAG_NO_RUINS|TEMPLATE_FLAG_RUIN_STARTS_DISALLOWED + sectors = list(SECTOR_UUEOAESA) + prefix = "ouerea/" + suffixes = list("ouerea_village.dmm") + unit_test_groups = list(3) + +/area/ouerea_village + name = "Ouerea Village" + icon_state = "bluenew" + requires_power = FALSE + dynamic_lighting = TRUE + no_light_control = FALSE + base_turf = /turf/simulated/floor/exoplanet/barren + area_flags = AREA_FLAG_RAD_SHIELDED|AREA_FLAG_INDESTRUCTIBLE_TURFS + area_blurb = "A cozy Ouerean village. Lights can be seen through the windows of the buildings here, and the smell of cooking fish drifts on the wind." + +/datum/ghostspawner/human/ouerea_villager + name = "Ouerean Villager" + short_name = "ouerea_villager" + desc = "Live your life in a rural village on Ouerea." + tags = list("External") + welcome_message = "You are are a rural villager on the planet Ouerea. Live your life and tend to your fish and fields." + + + spawnpoints = list("ouerea_villager") + max_count = 5 + + extra_languages = list(LANGUAGE_UNATHI) + outfit = /obj/outfit/admin/unathi_village + possible_species = list(SPECIES_UNATHI, SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI) + allow_appearance_change = APPEARANCE_PLASTICSURGERY + species_outfits = list( + SPECIES_UNATHI = /obj/outfit/admin/unathi_village, + SPECIES_HUMAN = /obj/outfit/admin/ouerea_human, + SPECIES_SKRELL = /obj/outfit/admin/ouerea_skrell, + SPECIES_SKRELL_AXIORI = /obj/outfit/admin/ouerea_skrell + ) + + assigned_role = "Ouerean Villager" + special_role = "Ouerean Villager" + respawn_flag = null + + uses_species_whitelist = FALSE diff --git a/maps/random_ruins/exoplanets/ouerea/ouerea_village.dmm b/maps/random_ruins/exoplanets/ouerea/ouerea_village.dmm new file mode 100644 index 00000000000..3a4f83e6164 --- /dev/null +++ b/maps/random_ruins/exoplanets/ouerea/ouerea_village.dmm @@ -0,0 +1,1970 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bn" = ( +/obj/structure/television, +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"bI" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_village) +"cb" = ( +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/cooking_container/board/bowl, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/condiment/sugar{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"ci" = ( +/obj/structure/bed/stool/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"cp" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"dq" = ( +/obj/structure/bed/stool/chair/sofa/left/brown, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"ds" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"dP" = ( +/obj/structure/railing/fence{ + dir = 1 + }, +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"eC" = ( +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 303.15 + }, +/area/ouerea_village) +"eE" = ( +/obj/structure/bed/padded, +/obj/structure/curtain/open/bed, +/obj/item/bedsheet/black, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"ff" = ( +/obj/structure/bed/stool/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"fm" = ( +/obj/structure/bed/stool/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"fU" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"gf" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"gt" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/bed/stool/chair/sofa/right/brown, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"ib" = ( +/obj/structure/bed/stool/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"io" = ( +/obj/structure/table/rack, +/obj/item/material/hatchet, +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"kb" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 21 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"kA" = ( +/obj/machinery/door/urban{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"lJ" = ( +/obj/structure/bed/stool/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"mH" = ( +/obj/structure/bed/stool/chair/sofa/left/yellow{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"nu" = ( +/obj/structure/closet/crate/hydroponics, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"oo" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"oA" = ( +/obj/structure/bed/stool/chair/sofa/pew/right{ + name = "bench"; + dir = 1 + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_village) +"qe" = ( +/obj/structure/table/rack, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/obj/item/material/minihoe, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"qF" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"qT" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/clam, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/wulumunushaseed, +/obj/item/seeds/wulumunushaseed, +/obj/item/seeds/wulumunushaseed, +/obj/item/seeds/wulumunushaseed, +/obj/item/seeds/wulumunushaseed, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"rK" = ( +/obj/structure/table/wood, +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"rT" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 4 + }, +/obj/structure/sign/flag/ouerea/large/west{ + pixel_x = -32 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"sh" = ( +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_village) +"th" = ( +/obj/structure/table/wood, +/obj/item/saddle, +/obj/item/saddle, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"tk" = ( +/obj/effect/floor_decal/spline/fancy/wood, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"tB" = ( +/obj/structure/flora/log_bench{ + dir = 1; + pixel_y = 15 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"uM" = ( +/obj/structure/table/wood, +/obj/item/material/twohanded/pike/pitchfork, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"ve" = ( +/obj/machinery/appliance/cooker/oven, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"vn" = ( +/obj/machinery/light, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"wi" = ( +/obj/structure/railing/fence, +/obj/machinery/portable_atmospherics/hydroponics/soil, +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 303.15 + }, +/area/ouerea_village) +"wk" = ( +/obj/structure/table/rack, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/item/reagent_containers/glass/bucket/wood, +/obj/item/reagent_containers/glass/bucket/wood, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"wz" = ( +/obj/structure/closet/crate/hydroponics, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"wB" = ( +/obj/structure/table/wood, +/obj/item/device/flashlight/lamp, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"wE" = ( +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"wH" = ( +/obj/structure/table/rack, +/obj/item/reagent_containers/glass/bucket/wood, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"xk" = ( +/obj/machinery/door/urban{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"xn" = ( +/obj/structure/flora/log_bench{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"yv" = ( +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"yw" = ( +/obj/structure/railing/fence, +/obj/structure/railing/fence{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"zC" = ( +/obj/structure/bed/stool/chair/sofa/pew/left{ + dir = 1; + name = "bench" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_village) +"AD" = ( +/turf/simulated/floor/tiled/freezer, +/area/ouerea_village) +"AI" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"AY" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"BV" = ( +/obj/structure/railing/fence{ + dir = 4 + }, +/obj/structure/railing/fence{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"Ca" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_village) +"CK" = ( +/obj/machinery/light{ + dir = 4; + status = 2 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"CT" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"Dc" = ( +/obj/structure/table/wood, +/obj/item/device/flashlight/lantern, +/obj/item/device/flashlight/lantern, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"Dx" = ( +/mob/living/simple_animal/aquatic/fish/moghes, +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 303.15 + }, +/area/ouerea_village) +"DH" = ( +/obj/structure/flora/log_bench, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_villager"; + identifier = "ouerea_villager" + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"Eq" = ( +/obj/machinery/door/urban, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Fb" = ( +/obj/structure/table/standard, +/obj/item/material/hatchet/butch, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_village) +"Fo" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi{ + color = "#4a3407" + }, +/obj/item/clothing/under/unathi, +/obj/item/clothing/under/unathi/huytai{ + color = "#4a3407" + }, +/obj/item/clothing/under/unathi/zozo{ + color = "#100942" + }, +/obj/item/clothing/under/skrell/wetsuit{ + color = "#100942" + }, +/obj/item/clothing/under/pants/jeans, +/obj/item/clothing/under/pants/tan, +/obj/item/clothing/accessory/silversun/random, +/obj/item/clothing/accessory/tshirt, +/obj/item/clothing/accessory/tshirt/skrell/ocean, +/obj/item/clothing/head/cowboy, +/obj/item/clothing/shoes/workboots, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"FK" = ( +/obj/structure/bed/stool/chair/sofa/right/yellow{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"Gv" = ( +/obj/structure/closet/cabinet, +/obj/item/gun/projectile/shotgun/doublebarrel, +/obj/item/storage/box/shotgunshells, +/obj/item/storage/box/shotgunshells, +/obj/item/clothing/accessory/storage/bandolier, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"HY" = ( +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Ia" = ( +/obj/structure/sink/kitchen{ + pixel_y = 26 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"JB" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"JG" = ( +/obj/structure/bed/stool/chair/wood{ + dir = 8 + }, +/obj/structure/sign/flag/ouerea/large/east{ + pixel_x = 32 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"JZ" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi/himation, +/obj/item/clothing/under/unathi{ + color = "#4a3407" + }, +/obj/item/clothing/under/unathi, +/obj/item/clothing/under/unathi/huytai{ + color = "#4a3407" + }, +/obj/item/clothing/under/unathi/zozo{ + color = "#100942" + }, +/obj/item/clothing/under/skrell/wetsuit{ + color = "#100942" + }, +/obj/item/clothing/under/pants/jeans, +/obj/item/clothing/under/pants/tan, +/obj/item/clothing/accessory/silversun/random, +/obj/item/clothing/accessory/tshirt, +/obj/item/clothing/accessory/tshirt/skrell/nebula/teal, +/obj/item/clothing/head/cowboy, +/obj/item/clothing/shoes/workboots, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"KW" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/fish, +/obj/item/reagent_containers/food/snacks/fish, +/obj/item/reagent_containers/food/snacks/fish, +/obj/item/reagent_containers/food/snacks/fish, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Ly" = ( +/obj/structure/table/rack, +/obj/item/material/hatchet/lumber, +/obj/item/material/hatchet/lumber, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"MS" = ( +/obj/structure/coatrack, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"MX" = ( +/mob/living/simple_animal/threshbeast, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"MZ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"Na" = ( +/obj/structure/table/wood, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Nh" = ( +/obj/machinery/gibber, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_village) +"OY" = ( +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/cooking_container/board/bowl, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/condiment/sugar{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Pe" = ( +/obj/structure/railing/fence{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"Qe" = ( +/obj/structure/bed/stool/chair/sofa/pew{ + dir = 1; + name = "bench" + }, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_village) +"Qz" = ( +/obj/structure/table/rack, +/obj/item/wirecutters/clippers, +/obj/item/wirecutters/clippers, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"RM" = ( +/obj/structure/bed/stool/chair/wood, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_villager"; + identifier = "ouerea_villager" + }, +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 1 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Sq" = ( +/obj/structure/railing/fence{ + dir = 8 + }, +/obj/structure/railing/fence, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"SZ" = ( +/obj/item/device/radio/phone, +/obj/structure/table/wood, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"To" = ( +/obj/structure/table/stone/marble, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/reagent_containers/food/condiment/shaker/peppermill{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/shaker/spacespice{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/shaker/salt{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/condiment/shaker/peppermill{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/shaker/salt{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/shaker/spacespice{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/machinery/reagentgrinder, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"TA" = ( +/obj/machinery/vending/dinnerware, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Ua" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Uk" = ( +/turf/simulated/wall/birchwood, +/area/ouerea_village) +"US" = ( +/obj/structure/light_pole, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_village) +"VC" = ( +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"VR" = ( +/obj/machinery/door/urban, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) +"VS" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/coatrack, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"VZ" = ( +/obj/structure/bed/stool/chair/wood, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Wi" = ( +/obj/structure/bonfire, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"Wl" = ( +/obj/structure/bed/stool/chair/wood{ + dir = 4 + }, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_villager"; + identifier = "ouerea_villager" + }, +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"WN" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"WS" = ( +/obj/structure/light_pole/r, +/turf/simulated/floor/exoplanet/concrete{ + temperature = 303.15 + }, +/area/ouerea_village) +"WV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + dir = 1 + }, +/turf/simulated/floor/tiled/freezer, +/area/ouerea_village) +"Xl" = ( +/turf/simulated/floor/exoplanet/water/shallow{ + temperature = 303.15 + }, +/area/ouerea_village) +"XB" = ( +/obj/structure/bed/stool/chair/wood, +/obj/effect/ghostspawpoint{ + name = "igs - ouerea_villager"; + identifier = "ouerea_villager" + }, +/obj/effect/floor_decal/spline/fancy/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"XJ" = ( +/obj/structure/flora/log_bench{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/grass{ + temperature = 298.15 + }, +/area/ouerea_village) +"YA" = ( +/turf/simulated/floor/exoplanet/carpet/orange, +/area/ouerea_village) +"YH" = ( +/obj/effect/floor_decal/spline/fancy/wood{ + dir = 8 + }, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"Zs" = ( +/obj/machinery/light, +/turf/simulated/floor/exoplanet/wood/birch{ + temperature = 303.15 + }, +/area/ouerea_village) +"ZS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/bucket/wood, +/turf/simulated/floor/exoplanet/barren{ + temperature = 298.15 + }, +/area/ouerea_village) + +(1,1,1) = {" +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +"} +(2,1,1) = {" +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +sh +yv +Uk +Uk +Uk +Uk +Uk +Uk +Uk +Uk +Uk +yv +yv +yv +dP +oo +oo +oo +oo +Sq +yv +"} +(3,1,1) = {" +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +sh +yv +Uk +ve +HY +Ua +cp +rT +cp +vn +Uk +Uk +Uk +Uk +Pe +eC +yv +eC +yv +wi +yv +"} +(4,1,1) = {" +yv +Uk +Uk +Uk +Uk +Uk +Uk +Uk +yv +yv +yv +sh +yv +Uk +To +HY +tk +Wl +Wl +ci +JB +Uk +Fo +wB +Uk +Pe +eC +yv +eC +yv +wi +yv +"} +(5,1,1) = {" +yv +Uk +wE +wE +wE +MX +wE +Uk +yv +yv +yv +sh +yv +Uk +OY +HY +tk +rK +rK +rK +JB +Eq +HY +HY +Uk +Pe +eC +yv +eC +yv +wi +yv +"} +(6,1,1) = {" +yv +Uk +CT +MX +wE +wE +wE +Uk +yv +yv +US +sh +yv +Uk +KW +HY +tk +rK +rK +rK +JB +Uk +eE +eE +Uk +Pe +eC +yv +eC +yv +wi +yv +"} +(7,1,1) = {" +yv +Uk +wE +wE +wE +MX +wE +Uk +yv +yv +yv +sh +yv +Uk +TA +kb +tk +lJ +lJ +lJ +JB +Uk +Uk +Uk +Uk +Pe +eC +yv +eC +yv +wi +yv +"} +(8,1,1) = {" +yv +Uk +MX +wE +wE +wE +wE +Uk +yv +yv +yv +sh +yv +Uk +Uk +Uk +VC +YH +YH +YH +fU +Uk +yv +yv +yv +Pe +eC +yv +eC +yv +wi +yv +"} +(9,1,1) = {" +yv +Uk +wE +wE +wE +wE +wE +Uk +yv +yv +yv +sh +yv +yv +yv +Uk +gt +HY +HY +HY +Zs +Uk +yv +yv +yv +Pe +eC +yv +eC +yv +wi +yv +"} +(10,1,1) = {" +yv +Uk +AY +AY +AY +Uk +xk +Uk +gf +yv +yv +sh +yv +yv +yv +Uk +dq +HY +HY +MS +SZ +Uk +yv +yv +yv +BV +qF +yv +qF +qF +yw +yv +"} +(11,1,1) = {" +yv +Uk +AY +AY +AY +AY +wE +VR +sh +sh +sh +sh +yv +yv +yv +Uk +Uk +Uk +kA +Uk +Uk +Uk +yv +yv +yv +yv +yv +sh +yv +WS +yv +yv +"} +(12,1,1) = {" +yv +Uk +CT +wE +wE +wE +wE +VR +sh +sh +sh +sh +yv +yv +yv +yv +yv +WN +sh +WN +yv +yv +yv +yv +yv +sh +sh +sh +sh +sh +sh +yv +"} +(13,1,1) = {" +yv +Uk +wE +wE +wE +wE +uM +Uk +gf +yv +yv +sh +yv +yv +yv +yv +yv +yv +sh +yv +yv +yv +yv +US +yv +sh +yv +yv +yv +yv +AI +yv +"} +(14,1,1) = {" +yv +Uk +Dc +th +wE +wE +ZS +Uk +yv +yv +yv +sh +yv +yv +yv +yv +yv +yv +sh +sh +sh +sh +sh +sh +sh +sh +Uk +Uk +Uk +Uk +Uk +yv +"} +(15,1,1) = {" +yv +Uk +Uk +Uk +kA +Uk +Uk +Uk +yv +yv +yv +sh +yv +yv +xn +yv +yv +yv +sh +yv +yv +yv +yv +yv +yv +yv +Uk +eE +eE +wB +Uk +yv +"} +(16,1,1) = {" +yv +yv +Uk +AD +AD +AD +Uk +yv +yv +yv +yv +sh +yv +tB +Wi +DH +yv +yv +sh +yv +yv +yv +yv +yv +yv +yv +Uk +HY +HY +HY +Uk +yv +"} +(17,1,1) = {" +yv +yv +Uk +Ca +AD +WV +Uk +yv +yv +yv +yv +sh +yv +yv +XJ +yv +yv +yv +sh +yv +yv +yv +yv +Uk +Uk +Uk +Uk +Gv +JZ +HY +Uk +yv +"} +(18,1,1) = {" +yv +yv +Uk +Fb +bI +Nh +Uk +yv +yv +yv +yv +sh +yv +yv +yv +yv +yv +yv +sh +yv +yv +yv +yv +Uk +YA +mH +Uk +Uk +Uk +kA +Uk +yv +"} +(19,1,1) = {" +yv +yv +Uk +Uk +Uk +Uk +Uk +yv +yv +yv +yv +sh +yv +yv +yv +yv +yv +yv +sh +yv +yv +yv +yv +Uk +bn +FK +JB +ff +ff +Zs +Uk +yv +"} +(20,1,1) = {" +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +sh +yv +yv +yv +yv +yv +yv +sh +yv +yv +yv +ds +Uk +MZ +YA +RM +Na +Na +ib +Uk +yv +"} +(21,1,1) = {" +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +sh +sh +sh +sh +sh +sh +sh +sh +sh +sh +sh +sh +Eq +YH +YH +XB +Na +Na +ib +Uk +yv +"} +(22,1,1) = {" +yv +yv +yv +yv +yv +Xl +Xl +Xl +yv +yv +yv +sh +yv +yv +yv +WS +yv +yv +sh +yv +yv +yv +ds +Uk +VS +HY +VZ +Na +Na +ib +Uk +yv +"} +(23,1,1) = {" +yv +yv +yv +Xl +Xl +Xl +Xl +Xl +yv +yv +yv +sh +yv +yv +yv +yv +yv +yv +sh +yv +yv +yv +yv +Uk +SZ +HY +HY +fm +JG +Zs +Uk +yv +"} +(24,1,1) = {" +yv +yv +yv +Xl +Xl +Xl +Dx +Xl +yv +yv +yv +sh +yv +yv +yv +yv +yv +yv +sh +yv +yv +yv +yv +Uk +Uk +Uk +kA +Uk +Uk +Uk +Uk +yv +"} +(25,1,1) = {" +yv +yv +Xl +Dx +Xl +Xl +Xl +Xl +Xl +yv +yv +sh +yv +yv +yv +yv +yv +CK +sh +CK +yv +yv +yv +yv +Uk +HY +HY +HY +KW +Uk +yv +yv +"} +(26,1,1) = {" +yv +yv +Xl +Xl +Xl +Dx +Xl +Xl +Xl +zC +sh +sh +yv +yv +yv +Uk +Uk +Uk +kA +Uk +Uk +Uk +yv +yv +Uk +Ia +HY +HY +HY +Uk +yv +yv +"} +(27,1,1) = {" +yv +yv +Xl +Xl +Xl +Xl +Xl +Xl +Xl +Qe +sh +sh +yv +yv +yv +Uk +qT +HY +HY +HY +wH +Uk +yv +yv +Uk +TA +ve +To +cb +Uk +yv +yv +"} +(28,1,1) = {" +yv +yv +Xl +Xl +Dx +Dx +Xl +Xl +Xl +oA +sh +sh +yv +yv +yv +Uk +nu +HY +HY +HY +io +Uk +yv +yv +Uk +Uk +Uk +Uk +Uk +Uk +yv +yv +"} +(29,1,1) = {" +yv +yv +Xl +Xl +Xl +Xl +Xl +Xl +Xl +yv +yv +WS +yv +yv +yv +Uk +wz +HY +HY +HY +Qz +Uk +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +"} +(30,1,1) = {" +yv +yv +yv +Xl +Xl +Xl +Xl +Xl +yv +yv +yv +yv +yv +yv +yv +Uk +Uk +Ly +qe +wk +Uk +Uk +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +"} +(31,1,1) = {" +yv +yv +yv +yv +Xl +Xl +Xl +yv +yv +yv +yv +yv +yv +yv +yv +yv +Uk +Uk +Uk +Uk +Uk +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +"} +(32,1,1) = {" +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +yv +"}