Files
CHOMPStation2/modular_chomp/maps/relic_base/relicbase_areas.dm
2024-10-30 20:16:13 +01:00

2093 lines
54 KiB
Plaintext

/*
/datum/map/southern_cross
post_round_safe_areas = list (
/area/centcom,
/area/shuttle/escape/centcom,
/area/shuttle/escape_pod1/centcom,
/area/shuttle/escape_pod2/centcom,
/area/shuttle/escape_pod3/centcom,
/area/shuttle/escape_pod5/centcom,
/area/shuttle/transport1/centcom,
/area/shuttle/administration/centcom,
/area/shuttle/response_ship,
)
*/
//Planetside
/area/surface
name = "The Surface (Don't Use)"
flags = RAD_SHIELDED
/area/surface/center
name = "Center"
icon_state = "center"
/area/surface/north
name = "Outpost"
icon_state = "north"
/area/surface/south
name = "Lake"
icon_state = "south"
/area/surface/east
name = "Shoreline"
icon_state = "east"
/area/surface/west
name = "Snowfields"
icon_state = "west"
/area/surface/northeast
name = "Depths"
icon_state = "northeast"
/area/surface/northwest
name = "Mountains"
icon_state = "northwest"
/area/surface/southwest
name = "Glowing Forest"
icon_state = "southwest"
/area/surface/southeast
name = "Southern Shoreline"
icon_state = "southeast"
/area/surface/outside
ambience = AMBIENCE_THOR
always_unpowered = TRUE
flags = AREA_FLAG_IS_NOT_PERSISTENT
outdoors = OUTDOORS_YES
// The area near the outpost, so POIs don't show up right next to the outpost.
/area/surface/outside/plains/outpost
name = "Outpost Perimeter"
icon_state = "green"
/area/surface/outside/plains/outpost/sky
name = "The sky"
dynamic_lighting = 0
icon_state = "bluenew"
// Rest of the 'plains' Z-level, for POIs.
/area/surface/outside/plains/normal
name = "Plains"
icon_state = "yellow"
// So POIs don't get embedded in rock.
/area/surface/outside/plains/mountains
name = "Mountains"
icon_state = "darkred"
// Paths get their own area so POIs don't overwrite pathways.
/area/surface/outside/path
name = "Pathway"
icon_state = "purple"
/area/surface/outside/path/plains
/area/surface/outside/wilderness/normal
name = "Wilderness"
icon_state = "yellow"
/area/surface/outside/wilderness/seaside
name = "Shorelines"
icon_state = "darkred"
/area/surface/outside/wilderness/deep
name = "Deep Wilderness"
icon_state = "red"
/area/surface/outside/wilderness/islands
name = "Unexplored Island"
icon_state = "green"
// So POIs don't get embedded in rock.
/area/surface/outside/wilderness/mountains
name = "Mountains"
icon_state = "darkred"
/area/surface/outside/path/wilderness
// Water
/area/surface/outside/ocean
name = "Sea"
icon_state = "bluenew"
/area/surface/outside/ocean/chesapeake
name = "Chesapeake Sea"
icon_state = "bluenew"
/area/surface/outside/ocean/greenway
name = "Greenway Basin"
icon_state = "bluenew"
/area/surface/outside/river
name = "River"
icon_state = "bluenew"
/area/surface/outside/river/raritan
name = "Raritan River"
icon_state = "bluenew"
/area/surface/outside/river/sesquehanna
name = "Sesquehanna River"
icon_state = "bluenew"
/area/surface/cave
flags = RAD_SHIELDED
always_unpowered = TRUE
/area/surface/cave
// The bottom half that connects to the outpost and is safer.
/area/surface/cave/explored/normal
name = "Tunnels"
icon_state = "explored"
/area/surface/cave/unexplored/normal
name = "Tunnels"
icon_state = "unexplored"
// The top half of the map that is more dangerous.
/area/surface/cave/explored/deep
name = "Depths"
icon_state = "explored_deep"
/area/surface/cave/unexplored/deep
name = "Depths"
icon_state = "unexplored_deep"
/area/surface/underground/in_da_walls
name = "Unknown Area (Maintenance)"
icon_state = "unexplored_deep"
//Surface Outposts
/area/surface/outpost
ambience = AMBIENCE_GENERIC
//Wilderness Shuttle Shelter
/area/surface/outpost/shelter
name = "Wilderness Shelter"
// Main mining outpost
/area/surface/outpost/mining_main
name = "Mining Outpost"
icon_state = "outpost_mine_main"
outdoors = OUTDOORS_NO
/area/surface/outpost/mining_main/exterior
name = "North Mining Outpost Exterior"
icon_state = "outpost_mine_main"
outdoors = OUTDOORS_YES
/area/surface/outpost/mining_main/crew_area
name = "North Mining Crew Area"
/area/surface/outpost/mining_main/firstaid
name = "North Mining First-Aid Station"
/area/surface/outpost/mining_main/storage
name = "North Mining Gear Storage"
/area/surface/outpost/mining_main/uxstorage
name = "North Mining Gear Secondary Storage"
/area/surface/outpost/mining_main/mech_bay
name = "North Mining Mech Bay"
/area/surface/outpost/mining_main/emergencystorage
name = "\improper North Mining Emergency Storage"
flags = RAD_SHIELDED
icon_state = "emergencystorage"
sound_env = SMALL_ENCLOSED
/area/surface/outpost/mining_main/refinery
name = "Mining Refinery"
/area/surface/outpost/mining_main/restroom
name = "Mining Restroom"
sound_env = SMALL_ENCLOSED
/area/surface/outpost/mining_main/tools
name = "Mining Tool Storage"
/area/surface/outpost/mining_main/cave
name = "North Mining Outpost Cave"
icon_state = "outpost_mine_main"
//Rust-Engine Outpost CHOMPedit - ksc
/area/surface/outpost/engineering/atmos_room
name = "North Atmos Room"
icon_state = "atmos"
/area/surface/outpost/engineering/smes
name = "North Engineering SMES"
icon_state = "substation"
ambience = AMBIENCE_SUBSTATION //CHOMP Addition
/area/surface/outpost/engineering/reactor_smes
name = "North Engineering Reactor SMES"
icon_state = "engine_smes"
ambience = AMBIENCE_SUBSTATION //CHOMP Addition
/area/surface/outpost/engineering/storage
name = "North Engineering Storage"
icon_state = "storage"
/area/surface/outpost/engineering/monitoring
name = "North Engineering Monitoring"
icon_state = "engine_monitoring"
/area/surface/outpost/engineering/auxiliary_storage
name = "North Engineering Auxiliary Storage"
icon_state = "emergencystorage"
//Research Surface Outpost
/area/surface/outpost/research
icon_state = "outpost_research"
outdoors = OUTDOORS_NO
/area/surface/outpost/research/xenoresearch
name = "\improper Xenoresearch"
/area/surface/outpost/research/xenoresearch/smes
name = "\improper Xenoresearch SMES Maintenance"
icon_state = "substation"
sound_env = SMALL_ENCLOSED
ambience = AMBIENCE_SUBSTATION //CHOMP Addition
/area/surface/outpost/research/xenoresearch/emergencystorage
name = "\improper Xenoresearch Emergency Storage"
icon_state = "emergencystorage"
sound_env = SMALL_ENCLOSED
/area/surface/outpost/research/xenoresearch/first_aid //CHOMPstation edit
name = "\improper Xenoresearch First-Aid Station"
icon_state = "medbay2"
/area/surface/outpost/research/xenoresearch/restroom
name = "\improper Xenoresearch Restroom"
icon_state = "research_restroom"
sound_env = SMALL_ENCLOSED
/area/surface/outpost/research/xenoresearch/xenobiology
name = "\improper Xenobiology Lab"
icon_state = "xeno_lab"
/area/surface/outpost/research/xenoresearch/xenoflora
name = "\improper Xenoflora Lab"
icon_state = "xeno_f_lab"
/area/surface/outpost/research/xenoresearch/xenoflora_storage
name = "\improper Xenoflora Storage"
icon_state = "xeno_f_store"
/area/surface/outpost/research/xenoresearch/medical
name = "Xenoresearch First-Aid Station"
/area/surface/outpost/research/xenoarcheology
name = "\improper Xenoarcheology"
/area/surface/outpost/research/xenoarcheology/medical
name = "Xenoarcheology First-Aid Station"
/area/surface/outpost/research/xenoarcheology/smes
name = "\improper Xenoarcheology SMES Maintenance"
icon_state = "substation"
sound_env = SMALL_ENCLOSED
ambience = AMBIENCE_SUBSTATION //CHOMP Addition
/area/surface/outpost/research/xenoarcheology/emergencystorage
name = "\improper Xenoarcheology Emergency Storage"
icon_state = "emergencystorage"
sound_env = SMALL_ENCLOSED
/area/surface/outpost/research/xenoarcheology/restroom
name = "\improper Xenoarcheology Restroom"
icon_state = "research_restroom"
sound_env = SMALL_ENCLOSED
/area/surface/outpost/research/xenoarcheology/analysis
name = "Xenoarcheology Sample Analysis"
/area/surface/outpost/research/xenoarcheology/anomaly
name = "Xenoarcheology Anomalous Materials Lab"
/area/surface/outpost/research/xenoarcheology/isolation_a
name = "Xenoarcheology Isolation A"
/area/surface/outpost/research/xenoarcheology/isolation_b
name = "Xenoarcheology Isolation B"
/area/surface/outpost/research/xenoarcheology/isolation_c
name = "Xenoarcheology Isolation C"
/area/surface/outpost/research/xenoarcheology/lounge
name = "Xenoarcheology Research Lounge"
/area/surface/outpost/research/xenoarcheology/longtermstorage
name = "Xenoarcheology Long-Term Anomalous Storage"
/area/surface/outpost/research/xenoarcheology/exp_prep
name = "Xenoarcheology Expedition Preperation"
//Main Outpost
/area/surface/outpost/main
name = "\improper Main Outpost"
icon_state = "Sleep"
outdoors = OUTDOORS_NO
/area/surface/outpost/main/laundry
name = "\improper Main Outpost Laundry Room"
/area/surface/outpost/main/landing
name = "\improper Landing Pad Four"
icon_state = "hangar"
/area/surface/outpost/main/landing/three
name = "\improper Landing Pad Three"
icon_state = "hangar"
/area/surface/outpost/main/landing/two
name = "\improper Landing Pad Two"
icon_state = "hangar"
/area/surface/outpost/main/landing/one
name = "\improper Landing Pad One"
icon_state = "hangar"
/area/surface/outpost/main/gen_room
name = "\improper Main Outpost SMES"
icon_state = "substation"
ambience = AMBIENCE_SUBSTATION //CHOMP Edit
/area/surface/outpost/main/gen_room/smes_left
name = "\improper Main Outpost Left Wing SMES"
/area/surface/outpost/main/gen_room/smes_right
name = "\improper Main Outpost Right Wing SMES"
/area/surface/outpost/main/gen_room/smes
name = "\improper Main Outpost Dorm SMES"
icon_state = "substation"
/area/surface/outpost/main/pool
name = "\improper Main Outpost Pool"
icon_state = "pool"
/area/surface/outpost/main/restroom
name = "\improper Main Outpost Restroom"
icon_state = "toilet"
sound_env = SMALL_ENCLOSED
/area/surface/outpost/main/showers
name = "\improper Main Outpost Showers"
icon_state = "toilet"
sound_env = SMALL_ENCLOSED
/area/surface/outpost/main/gym
name = "\improper Gym"
icon_state = "fitness"
/area/surface/outpost/main/garage
name = "\improper Disused Garage"
icon_state = "storage"
/area/surface/outpost/main/gardening_tools
name = "\improper Gardening Storage"
icon_state = "storage"
/area/surface/outpost/main/crew_quarters
name = "\improper Main Outpost Crew Quarters"
sound_env = MEDIUM_SOFTFLOOR
/area/surface/outpost/main/tcomm
name = "\improper Main Outpost Telecommunications"
icon_state = "tcomsatcham"
music = "signal"
/area/surface/outpost/main/teleporter
name = "\improper Main Outpost Teleporter"
icon_state = "teleporter"
/area/surface/outpost/main/first_aid
name = "\improper Main Outpost First-Aid Station"
icon_state = "medbay2"
/area/surface/outpost/main/search_and_rescue
name = "\improper Main Outpost Search and Rescue"
icon_state = "medbay2"
/area/surface/outpost/main/exploration
name = "\improper Main Outpost Exploration Prep Room"
icon_state = "outpost_research"
/area/surface/outpost/main/exploration/containment
name = "\improper Main Outpost Fauna Containment"
/area/surface/outpost/main/security
name = "\improper Main Outpost Security Station"
icon_state = "checkpoint1"
/area/surface/outpost/main/gateway
name = "\improper Main Outpost Gateway"
icon_state = "teleporter"
music = "signal"
/area/surface/outpost/main/gateway
name = "\improper Main Outpost Gateway"
icon_state = "teleporter"
/area/surface/outpost/main/corridor
name = "\improper Main Outpost Corridor"
icon_state = "dk_yellow"
/area/surface/outpost/main/corridor/dorms
name = "\improper Main Outpost Dorm Corridor"
/area/surface/outpost/main/corridor/right_lower
name = "\improper Main Outpost Right Wing Lower Corridor"
/area/surface/outpost/main/corridor/right_upper
name = "\improper Main Outpost Right Wing Upper Corridor"
/area/surface/outpost/main/corridor/left_lower
name = "\improper Main Outpost Left Wing Lower Corridor"
/area/surface/outpost/main/corridor/left_upper
name = "\improper Main Outpost Left Wing Upper Corridor"
/area/surface/outpost/main/bar
name = "\improper Club"
icon_state = "bar"
/area/surface/outpost/main/dorms
name = "\improper Main Outpost Dorms"
/area/surface/outpost/main/dorms/dorm_1
name = "\improper Apartment One"
/area/surface/outpost/main/dorms/dorm_2
name = "\improper Apartment Two"
/area/surface/outpost/main/dorms/dorm_3
name = "\improper Apartment Three"
/area/surface/outpost/main/dorms/dorm_4
name = "\improper Apartment Four"
/area/surface/outpost/main/dorms/dorm_5
name = "\improper Apartment Five"
/area/surface/outpost/main/dorms/dorm_6
name = "\improper Apartment Six"
/area/surface/outpost/main/dorms/dorm_7
name = "\improper Apartment Seven"
/area/surface/outpost/main/dorms/dorm_8
name = "\improper Apartment Eight"
/area/surface/outpost/main/dorms/dorm_9
name = "\improper Apartment Nine"
/area/surface/outpost/main/dorms/dorm_10
name = "\improper Apartment Ten"
/area/surface/outpost/main/dorms/dorm_1/upstairs
name = "\improper Apartment One Upper Level"
/area/surface/outpost/main/dorms/dorm_2/upstairs
name = "\improper Apartment Two Upper Level"
/area/surface/outpost/main/dorms/dorm_3/upstairs
name = "\improper Apartment Three Upper Level"
/area/surface/outpost/main/dorms/dorm_4/upstairs
name = "\improper Apartment Four Upper Level"
/area/surface/outpost/main/dorms/dorm_5/upstairs
name = "\improper Apartment Five Upper Level"
/area/surface/outpost/main/dorms/dorm_6/upstairs
name = "\improper Apartment Six Upper Level"
/area/surface/outpost/main/dorms/dorm_7/upstairs
name = "\improper Apartment Seven Upper Level"
/area/surface/outpost/main/dorms/dorm_8/upstairs
name = "\improper Apartment Eight Upper Level"
/area/surface/outpost/main/dorms/dorm_9/upstairs
name = "\improper Apartment Nine Upper Level"
/area/surface/outpost/main/dorms/dorm_10/upstairs
name = "\improper Apartment Ten Upper Level"
/area/surface/outpost/main/airlock
name = "\improper Main Outpost Airlock"
icon_state = "red"
ambience = AMBIENCE_THOR
/area/surface/outpost/main/airlock/left_one
name = "\improper Outpost Left Wing Airlock One"
/area/surface/outpost/main/airlock/left_two
name = "\improper Outpost Left Wing Airlock Two"
/area/surface/outpost/main/airlock/left_three
name = "\improper Outpost Left Wing Airlock Three"
/area/surface/outpost/main/airlock/right_one
name = "\improper Outpost Right Wing Airlock One"
/area/surface/outpost/main/airlock/right_two
name = "\improper Outpost Right Wing Airlock Two"
/area/surface/outpost/main/airlock/right_three
name = "\improper Outpost Right Wing Airlock Three"
/area/surface/outpost/main/airlock/landing_north
name = "\improper Main Outpost North Airlock"
/area/surface/outpost/main/airlock/landing_south
name = "\improper Main Outpost South Airlock"
/area/surface/outpost/main/construction_area
name = "\improper Main Outpost Construction Area"
icon_state = "construction"
/area/surface/outpost/main/janitor
name = "\improper Main Outpost Custodial Closet"
icon_state = "janitor"
/area/surface/outpost/main/emergency_storage
flags = RAD_SHIELDED
name = "Emergency Storage"
icon_state = "emergencystorage"
/area/surface/outpost/main/emergency_storage/one
name = "\improper Main Outpost Emergency Storage One"
/area/surface/outpost/main/emergency_storage/two
name = "\improper Main Outpost Emergency Storage Two"
/area/surface/outpost/wall
name = "The Wall"
icon_state = "red"
requires_power = FALSE
ambience = AMBIENCE_HIGHSEC
/area/surface/outpost/wall/checkpoint
name = "Checkpoint"
ambience = AMBIENCE_HIGHSEC
//Civilian Outpost
/area/surface/outpost/civilian
name = "\improper Civilian Outpost"
icon_state = "recreation_area"
/area/surface/outpost/civilian/smes
name = "\improper Civilian Outpost SMES"
icon_state = "substation"
ambience = AMBIENCE_ENGINEERING
/area/surface/outpost/civilian/fishing
name = "\improper Private Cabin"
icon_state = "storage"
/area/surface/outpost/civilian/pool
name = "\improper Pool"
icon_state = "pool"
/area/surface/outpost/civilian/sauna
name = "\improper Sauna"
/area/surface/outpost/civilian/sauna/cryosauna
name = "\improper Cryosauna"
/area/surface/outpost/civilian/emergency_storage
flags = RAD_SHIELDED
name = "\improper Abandoned Barracks"
icon_state = "emergencystorage"
//Security Outpost
/area/surface/outpost/security
name = "\improper Security Outpost"
icon_state = "checkpoint1"
/area/surface/outpost/security/maa
name = "\improper Security Outpost Gear Storage"
icon_state = "security"
/area/surface/outpost/security/smes
name = "\improper Security Outpost SMES"
icon_state = "substation"
ambience = AMBIENCE_SUBSTATION //CHOMP Edit
//Mining Station
/area/outpost/mining_station
icon_state = "outpost_mine_main"
name = "Mining Station"
outdoors = OUTDOORS_NO
/area/outpost/mining_station/dorms
name = "Mining Station Dormitory"
/area/outpost/mining_station/storage
name = "Mining Station Gear Storage"
/area/outpost/mining_station/gen_station
name = "Mining Station Generator Room"
icon_state = "substation"
ambience = AMBIENCE_SUBSTATION //CHOMP Edit
/area/outpost/mining_station/crew_area
name = "Mining Station Crew Area"
/area/outpost/mining_station/refinery
name = "Mining Station Refinery"
/area/outpost/mining_station/telecomms
name = "Main Station Telecommunications"
sound_env = SMALL_ENCLOSED
/area/outpost/mining_station/dock
name = "Mining Station Dock"
z
//Turbolift
/area/turbolift
name = "\improper Turbolift"
icon_state = "shuttle"
requires_power = 0
dynamic_lighting = 1
flags = RAD_SHIELDED
/area/turbolift/start
name = "\improper Turbolift Start"
/area/turbolift/firstdeck
name = "\improper first deck"
base_turf = /turf/simulated/floor/plating
/area/turbolift/seconddeck
name = "\improper second deck"
base_turf = /turf/simulated/open
/area/turbolift/thirddeck
name = "\improper third deck"
base_turf = /turf/simulated/open
// Elevator areas.
/area/turbolift/port_deck_one
name = "lift (first deck)"
lift_floor_label = "Deck 1"
lift_floor_name = "Deck 1"
lift_announce_str = "Arriving at Cargo Delivery"
base_turf = /turf/simulated/floor
/area/turbolift/port_deck_two
name = "lift (second deck)"
lift_floor_label = "Deck 2"
lift_floor_name = "Deck 2"
lift_announce_str = "Arriving at Cargo"
//Deck One (Z-1)
/area/engineering/auxiliary_engineering
name = "\improper Auxiliary Engineering Station"
sound_env = SMALL_ENCLOSED
/area/engineering/external_lights
name = "\improper External Lighting"
sound_env = SMALL_ENCLOSED
/*
//KSC - CHOMPStation Edit 1/19/21 - Moving this to the second-deck
/area/crew_quarters/firstdeck/gym
name = "\improper Station Gym"
icon_state = "fitness"
*/
/area/construction/firstdeck/
name = "\improper Engineering Construction Area"
icon_state = "construction"
/area/construction/firstdeck/construction1
name = "\improper First Deck Engineering Construction Area 1"
/area/construction/firstdeck/construction2
name = "\improper First Deck Engineering Construction Area 2"
/area/construction/firstdeck/construction3
name = "\improper First Deck Engineering Construction Area 3"
/area/construction/firstdeck/construction4
name = "\improper First Deck Engineering Construction Area 4"
/area/construction/firstdeck/construction5
name = "\improper First Deck Engineering Construction Area 5"
/area/crew_quarters/toilet/firstdeck
name = "\improper First Deck Restroom"
/area/maintenance/firstdeck
name = "Maintenance Level - Central"
icon_state = "maintcentral"
/area/maintenance/firstdeck/aft
name = "Maintenance Level - South"
icon_state = "amaint"
/area/maintenance/firstdeck/aftstarboard
name = "Maintenance Level - Southeast"
icon_state = "asmaint"
/area/maintenance/firstdeck/aftport
name = "Maintenance Level - Southwest"
icon_state = "apmaint"
/area/maintenance/firstdeck/fore
name = "Maintenance Level - North"
icon_state = "fmaint"
/area/maintenance/firstdeck/forestarboard
name = "Maintenance Level - Northeast"
icon_state = "fsmaint"
/area/maintenance/firstdeck/foreport
name = "Maintenance Level - Northwest"
icon_state = "fpmaint"
/area/maintenance/firstdeck/centralstarboard
name = "Maintenance Level - East"
icon_state = "smaint"
/area/maintenance/firstdeck/centralport
name = "Maintenance Level - West"
icon_state = "pmaint"
/area/maintenance/substation/firstdeck
name = "First Deck Utility Access"
/area/maintenance/substation/firstdeck/cargo
name = "First Deck Cargo Substation"
/area/hallway/primary/firstdeck/elevator
name = "\improper First Deck Central Elevator Access"
icon_state = "hallC"
/area/hallway/primary/firstdeck/fore
name = "\improper First Deck Fore Hallway"
icon_state = "hallF"
/area/hallway/primary/firstdeck/fpcenter
name = "\improper First Deck Fore Port Central Hallway"
icon_state = "hallC1"
/area/hallway/primary/firstdeck/fscenter
name = "\improper First Deck Fore Starboard Central Hallway"
icon_state = "hallC2"
/area/hallway/primary/firstdeck/apcenter
name = "\improper First Deck Aft Port Central Hallway"
icon_state = "hallC3"
/area/hallway/primary/firstdeck/ascenter
name = "\improper First Deck Aft Starboard Central Hallway"
icon_state = "hallC4"
/area/hallway/primary/firstdeck/aft
name = "\improper First Deck Aft Hallway"
icon_state = "hallA"
/area/hallway/primary/firstdeck/port
name = "\improper First Deck Port Hallway"
icon_state = "hallP"
/area/hallway/primary/firstdeck/starboard
name = "\improper First Deck Starboard Hallway"
icon_state = "hallS"
/area/hallway/primary/firstdeck/auxdockaft
name = "\improper Arrivals Tram Station"
icon_state = "docking_hallway"
/area/hallway/primary/firstdeck/auxdockfore
name = "\improper First Deck Fore Auxiliary Dock"
icon_state = "docking_hallway"
//CHOMPStation Edit Start TFF 4/5/20 - One of these ain't the same thing, bruh. Escape Pod 1, Escape Pod 2, Research Access Hallway.
/area/hallway/secondary/escape/firstdeck/ep_port
name = "\improper Large Escape Pod 2 Port"
icon_state = "escape_pod"
/area/hallway/secondary/escape/firstdeck/ep_starboard
name = "\improper Large Escape Pod 2 Starboard"
icon_state = "escape_pod"
/area/hallway/secondary/escape/firstdeck/ep_aftport
name = "\improper Escape Pods Aft Port"
icon_state = "escape_pod"
/area/hallway/secondary/escape/firstdeck/ep_aftstarboard
name = "\improper Escape Pods Aft Starboard"
icon_state = "escape_pod"
/area/hallway/secondary/firstdeck/research_access
name = "\improper First Deck Research Access Hallway"
icon_state = "hallS"
//CHOMPStation Edit End
/* Moving hangars to Space Station 13 areas.dm
/area/hangar
name = "\improper First Deck Hangar"
icon_state = "hangar"
sound_env = LARGE_ENCLOSED
/area/hangar/one
name = "\improper Hangar One"
/area/hangar/lockerroomone
name = "\improper Exploration Locker Room One"
icon_state = "hangarcontrol"
/area/hangar/two
name = "\improper Hangar Two"
/area/hangar/lockerroomtwo
name = "\improper Exploration Locker Room Two"
icon_state = "hangarcontrol"
/area/hangar/three
name = "\improper Hangar Three"
/area/hangar/lockerroomthree
name = "\improper Exploration Locker Room Three"
icon_state = "hangarcontrol"
*/
/area/security/checkpoint3
name = "\improper Security - Auxiliary Checkpoint"
icon_state = "security"
/area/medical/first_aid_station
name = "\improper First-Aid Station"
icon_state = "medbay2"
/area/medical/first_aid_station/firstdeck/
name = "\improper First Deck First-Aid Station"
/area/storage/emergency_storage/
flags = RAD_SHIELDED
name = "Emergency Storage"
icon_state = "emergencystorage"
/area/storage/emergency_storage/firstdeck/aft_emergency
name = "First Deck Aft Emergency Storage"
/area/storage/emergency_storage/firstdeck/ap_emergency
name = "First Deck Aft Port Emergency Storage"
/area/storage/emergency_storage/firstdeck/as_emergency
name = "First Deck Aft Starboard Emergency Storage"
/area/storage/emergency_storage/firstdeck/fore_emergency
name = "First Deck Fore Emergency Storage"
/area/storage/emergency_storage/firstdeck/fp_emergency
name = "First Deck Fore Port Emergency Storage"
/area/storage/emergency_storage/firstdeck/fs_emergency
name = "First Deck Fore Starboard Emergency Storage"
//CHOMPStation Edit Start 10/5/20 TFF - Change Pilot EVA to Auxillary EVA
/area/ai_monitored/storage/eva/aux
name = "Auxiliary EVA Storage"
icon_state = "eva"
//Chompstation Edit End
/area/tcomm/
icon_state = "tcomsatcham"
holomap_color = HOLOMAP_AREACOLOR_COMMAND
/area/tcomm/entrance
name = "\improper Telecomms Teleporter"
icon_state = "tcomsatentrance"
/area/tcomm/tcomfoyer
name = "\improper Telecomms Foyer"
icon_state = "tcomsatfoyer"
/area/tcomm/chamber
name = "\improper Telecomms Central Compartment"
icon_state = "tcomsatcham"
/area/tcomm/tcomstorage
name = "\improper Telecomms Storage"
icon_state = "tcomsatstore"
/area/tcomm/computer
name = "\improper Telecomms Control Room"
icon_state = "tcomsatcomp"
/area/quartermaster/hallway
name = "\improper Cargo Bay Hallway"
icon_state = "quart"
/area/quartermaster/mininglockerroom
name = "\improper Mining Locker Room"
icon_state = "mining"
//Deck Two (Z-2)
/area/maintenance/substation/atmospherics
name = "Atmospherics Substation"
ambience = AMBIENCE_SUBSTATION //CHOMP Addition
/area/maintenance/emergencyeva
name = "\improper Emergency EVA Maintenance"
icon_state = "maint_eva"
/area/maintenance/substation/central // n/a
name = "Central Substation"
ambience = AMBIENCE_SUBSTATION //CHOMP Addition
//CHOMPStation Edit Start TFF 6/2/20 - Added substation
/area/maintenance/substation/dorms
name = "Substation"
icon_state = "substation"
sound_env = SMALL_ENCLOSED
ambience = AMBIENCE_SUBSTATION //CHOMP Addition
//CHOMPStation Edit End
/area/maintenance/robotics
name = "Robotics Maintenance"
icon_state = "maint_research"
/area/maintenance/research_medical
name = "Research Medical Maintenance"
icon_state = "maint_research"
/area/construction/seconddeck/
name = "\improper Second Deck Engineering Construction Area"
icon_state = "construction"
/area/construction/seconddeck/construction1
name = "\improper Second Deck Engineering Construction Area 1"
/area/crew_quarters/seconddeck/locker
name = "\improper Locker Room"
icon_state = "locker"
//CHOMPStation Edit Start KSC 1/19/21 - Added area for new GYM
/area/crew_quarters/seconddeck/gym
name = "\improper Station Gym"
icon_state = "fitness"
//CHOMPStation Edit End
/area/crew_quarters/seconddeck/locker/locker_toilet
name = "\improper Locker Toilets"
icon_state = "toilet"
sound_env = SMALL_ENCLOSED
/area/crew_quarters/seconddeck/barrestroom
name = "\improper Bar Restroom"
icon_state = "bar"
/area/crew_quarters/heads/sc/
name = "\improper Command - Head Office"
icon_state = "head_quarters"
flags = RAD_SHIELDED
sound_env = MEDIUM_SOFTFLOOR
/area/crew_quarters/heads/sc/hop
name = "\improper Command - HoP's Office"
icon_state = "head_quarters"
holomap_color = HOLOMAP_AREACOLOR_COMMAND
/area/crew_quarters/heads/sc/hor
name = "\improper Research - RD's Office"
icon_state = "head_quarters"
holomap_color = HOLOMAP_AREACOLOR_SCIENCE
/area/crew_quarters/heads/sc/chief
name = "\improper Engineering - CE's Office"
icon_state = "head_quarters"
holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
/area/crew_quarters/heads/sc/hos
name = "\improper Security - HoS' Office"
icon_state = "head_quarters"
holomap_color = HOLOMAP_AREACOLOR_SECURITY
/area/crew_quarters/heads/sc/cmo
name = "\improper Medbay - CMO's Office"
icon_state = "head_quarters"
holomap_color = HOLOMAP_AREACOLOR_MEDICAL
/area/engineering/engineer_eva
name = "\improper Engineering EVA"
icon_state = "engine_eva"
/area/engineering/engi_restroom
name = "\improper Engineering Restroom"
icon_state = "toilet"
flags = RAD_SHIELDED
sound_env = SMALL_ENCLOSED
/area/engineering/hallway/atmos_hallway
name = "\improper Atmospherics Hallway"
/area/engineering/hallway/engineer_hallway
name = "\improper Engineering Hallway"
icon_state = "engineering_aft_hallway"
/area/hallway/primary/seconddeck/stairwell
name = "\improper Second Deck Central Stairwell Access"
icon_state = "hallC"
/area/hallway/primary/seconddeck/fore
name = "\improper Second Deck Fore Hallway"
icon_state = "hallF"
/area/hallway/primary/seconddeck/fpcenter
name = "\improper Second Deck Fore Port Central Hallway"
icon_state = "hallC1"
/area/hallway/primary/seconddeck/fscenter
name = "\improper Second Deck Fore Starboard Central Hallway"
icon_state = "hallC2"
/area/hallway/primary/seconddeck/apcenter
name = "\improper Second Deck Aft Port Central Hallway"
icon_state = "hallC3"
/area/hallway/primary/seconddeck/ascenter
name = "\improper Second Deck Aft Starboard Central Hallway"
icon_state = "hallC4"
/area/hallway/primary/seconddeck/aft
name = "\improper Second Deck Aft Hallway"
icon_state = "hallA"
/area/hallway/primary/seconddeck/port
name = "\improper Second Deck Port Hallway"
icon_state = "hallP"
/area/hallway/primary/seconddeck/starboard
name = "\improper Second Deck Starboard Hallway"
icon_state = "hallS"
/area/hallway/primary/seconddeck/dockhallway
name = "\improper Departures Tram Station"
icon_state = "docking_hallway"
/area/hallway/secondary/seconddeck/research_medical
name = "Research Medical Hallway"
icon_state = "hallS"
/area/medical/foyer
name = "\improper Medbay Foyer"
icon_state = "medbay2"
music = 'sound/ambience/signal.ogg'
/area/medical/medsci
name = "\improper Medical Science Hallway"
icon_state = "medbay2"
/area/medical/first_aid_station/seconddeck/
name = "\improper First-Aid Station"
/area/medical/first_aid_station/seconddeck/port
name = "\improper Port First-Aid Station"
/area/medical/first_aid_station/seconddeck/fore
name = "\improper Fore First-Aid Station"
/area/medical/first_aid_station/seconddeck/aft
name = "\improper Aft First-Aid Station"
/area/medical/medical_lockerroom
name = "\improper Medbay Locker Room"
icon_state = "locker"
/area/medical/medical_restroom
name = "\improper Medbay Restroom"
icon_state = "medbay_restroom"
flags = RAD_SHIELDED
sound_env = SMALL_ENCLOSED
/area/security/aid_station
name = "\improper Security - Aid Station"
icon_state = "security_aid_station"
/area/security/security_ses
name = "\improper Security - Secondary Equipment Storage"
icon_state = "security_equip_storage"
/area/security/security_restroom
name = "\improper Security - Restroom"
icon_state = "security_bathroom"
flags = RAD_SHIELDED
sound_env = SMALL_ENCLOSED
/area/storage/emergency_storage/seconddeck/ap_emergency
name = "Second Deck Aft Port Emergency Storage"
/area/storage/emergency_storage/seconddeck/as_emergency
name = "Second Deck Aft Starboard Emergency Storage"
/area/storage/emergency_storage/seconddeck/central_emergency
name = "Second Deck Central Emergency Storage"
/area/storage/emergency_storage/seconddeck/fp_emergency
name = "Second Deck Fore Port Emergency Storage"
/area/storage/emergency_storage/seconddeck/fs_emergency
name = "Second Deck Fore Starboard Emergency Storage"
/area/storage/emergency_storage/seconddeck/port_emergency
name = "Second Deck Port Emergency Storage"
/area/rnd/research_restroom_sc
name = "\improper Research Restroom"
icon_state = "research_restroom"
flags = RAD_SHIELDED
sound_env = SMALL_ENCLOSED
/area/rnd/research_lockerroom
name = "\improper Research - Locker Room"
icon_state = "toxlab"
/area/rnd/toxins_launch
name = "\improper Research - Toxins Launch Room"
icon_state = "toxtest"
/area/rnd/research/firstdeck/hallway
name = "\improper Research - First Deck Hallway"
icon_state = "research"
/area/rnd/xenobiology/xenoflora_isolation
name = "\improper Xenoflora Isolation"
icon_state = "xeno_f_store"
/area/quartermaster/lockerroom
name = "\improper Cargo Locker Room"
icon_state = "quart"
/area/security/security_hallway
name = "\improper Security Hallway"
icon_state = "security"
//Deck Three (Z-3)
/area/ai
holomap_color = HOLOMAP_AREACOLOR_COMMAND
ambience = AMBIENCE_AI
/area/ai/ai_cyborg_station
name = "\improper Cyborg Station"
icon_state = "ai_cyborg"
sound_env = SMALL_ENCLOSED
/area/ai/ai_upload
name = "\improper AI Upload Chamber"
icon_state = "ai_upload"
/area/ai/ai_upload_foyer
name = "AI Upload Access"
icon_state = "ai_foyer"
sound_env = SMALL_ENCLOSED
/area/ai/ai_server_room
name = "Messaging Server Room"
icon_state = "ai_server"
sound_env = SMALL_ENCLOSED
/area/crew_quarters/heads/sc/sd
name = "\improper Command - Station Director's Office"
icon_state = "captain"
sound_env = MEDIUM_SOFTFLOOR
holomap_color = HOLOMAP_AREACOLOR_COMMAND
/area/crew_quarters/heads/sc/hop/quarters
name = "\improper Command - HoP's Quarters"
icon_state = "head_quarters"
/area/crew_quarters/heads/sc/hor/quarters
name = "\improper Research - RD's Quarters"
icon_state = "research"
/area/crew_quarters/heads/sc/chief/quarters
name = "\improper Engineering - CE's Quarters"
icon_state = "engine"
/area/crew_quarters/heads/sc/hos/quarters
name = "\improper Security - HoS' Quarters"
icon_state = "security"
/area/crew_quarters/heads/sc/cmo/quarters
name = "\improper Medbay - CMO's Quarters"
icon_state = "medbay"
/area/crew_quarters/heads/sc/restroom
name = "\improper Command - Restroom"
icon_state = "toilet"
/area/crew_quarters/heads/sc/bs
name = "\improper Command - Secretary Quarters"
/area/hallway/primary/thirddeck/central
name = "\improper Third Deck Port Hallway"
icon_state = "hallC"
/area/hallway/primary/thirddeck/port
name = "\improper Third Deck Port Hallway"
icon_state = "hallP"
/area/hallway/primary/thirddeck/starboard
name = "\improper Third Deck Starboard Hallway"
icon_state = "hallS"
//CHOMPStation Edit Start TFF 6/2/20 KC - Added new hallway for dorms. 11/20/20 KC - Added more areas for gateway and halls.
/area/hallway/primary/thirddeck/aftportcentral
name = "\improper Third Deck Central Aft Port Hallway"
icon_state = "hallC"
/area/hallway/primary/thirddeck/aftstarboardcentral
name = "\improper Third Deck Central Aft Starboard Hallway"
icon_state = "hallC"
/area/hallway/primary/thirddeck/stationgateway
name = "\improper Gateway"
icon_state = "teleporter"
/area/hallway/primary/thirddeck/aft
name = "\improper Third Deck Aft Hallway"
icon_state = "hallA"
/area/hallway/primary/thirddeck/aftdoorm
name = "\improper Third Deck Aft Doorm Hallway"
icon_state = "docking_hallway"
/area/maintenance/thirddeck/dormsport
name = "Third Deck Aft Starboard Maintenance"
icon_state = "asmaint"
/area/maintenance/thirddeck/dormsstarboard
name = "Third Deck Aft Starboard Maintenance"
icon_state = "asmaint"
/area/maintenance/thirddeck/dormsaft
name = "Third Deck Aft Starboard Maintenance"
icon_state = "asmaint"
/area/maintenance/thirddeck/dormsatmos
name = "Third Deck Dorm's Atmospherics"
icon_state = "asmaint"
//CHOMPStation Edit Start TFF 6/2/20 KC - Added new First Aid station.
/area/medical/first_aid_station/thirddeck
name = "\improper Center Thirddeck First-Aid Station"
icon_state = "medbay2"
//CHOMPStation Edit -- Relic Base/Forbearance Catacombs Area ~ Serdy
/area/maintenance/underground/catacombs
name = "Catacombs"
icon_state = "asmaint"
flags = RAD_SHIELDED
//CHOMPStation Edit End
/area/maintenance/thirddeck/aftstarboard
name = "Third Deck Aft Starboard Maintenance"
icon_state = "asmaint"
/area/maintenance/thirddeck/aftport
name = "Third Deck Aft Port Maintenance"
icon_state = "apmaint"
/area/maintenance/thirddeck/forestarboard
name = "Third Deck Fore Starboard Maintenance"
icon_state = "fsmaint"
/area/maintenance/thirddeck/foreport
name = "Third Deck Fore Port Maintenance"
icon_state = "fpmaint"
/area/maintenance/solars
icon_state = "SolarcontrolA"
sound_env = SMALL_ENCLOSED
holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
/area/maintenance/solars/aftportsolar
name = "Solar Maintenance - Aft Port"
icon_state = "SolarcontrolP"
/area/maintenance/solars/aftstarboardsolar
name = "Solar Maintenance - Aft Starboard"
icon_state = "SolarcontrolS"
/area/maintenance/solars/foreportsolar
name = "Solar Maintenance - Fore Port"
icon_state = "SolarcontrolP"
/area/maintenance/solars/forestarboardsolar
name = "Solar Maintenance - Fore Starboard"
icon_state = "SolarcontrolS"
/area/solar
requires_power = 1
always_unpowered = 1
ambience = AMBIENCE_SPACE
/area/solar/aftportsolar
name = "\improper Aft Port Solar Array"
icon_state = "panelsP"
/area/solar/foreportsolar
name = "\improper Fore Port Solar Array"
icon_state = "panelsP"
/area/solar/aftstarboardsolar
name = "\improper Aft Starboard Solar Array"
icon_state = "panelsS"
/area/solar/forestarboardsolar
name = "\improper Fore Starboard Solar Array"
icon_state = "panelsS"
/area/thirddeck/roof
name = "\improper Third Deck Plating"
dynamic_lighting = 0
ambience = AMBIENCE_SPACE
// Shuttles
//NT response shuttle
/area/shuttle/response_ship
name = "\improper Response Team Ship"
icon_state = "shuttlered"
requires_power = 0
flags = RAD_SHIELDED
ambience = AMBIENCE_HIGHSEC
//Shuttle One
/area/shuttle/shuttle1
name = "\improper Hangar Deck"
icon_state = "yellow"
requires_power = 0
dynamic_lighting = 1
flags = RAD_SHIELDED
/area/shuttle/shuttle1/start
name = "\improper Landing Pad One"
icon_state = "shuttlered"
base_turf = /turf/simulated/floor/reinforced
/area/shuttle/shuttle1/arrivals_dock
name = "\improper docked with Relic Base"
icon_state = "shuttle"
/area/shuttle/shuttle1/seconddeck
name = "south of second deck"
icon_state = "south"
/area/shuttle/shuttle1/mining
name = "wilderness site"
icon_state = "shuttlered"
/area/shuttle/shuttle1/planet
name = "planetside outpost"
icon_state = "shuttlered"
base_turf = /turf/simulated/floor/plating/thor/planetuse
/area/shuttle/shuttle1/transit
name = "transit"
icon_state = "shuttlered"
base_turf = /turf/space/transit/north
/area/shuttle/shuttle1/orbit
name = "in orbit of Thor"
icon_state = "shuttlegrn"
base_turf = /turf/space
/area/shuttle/shuttle1/sky
name = "hovering over skies of Thor"
icon_state = "shuttlegrn"
base_turf = /turf/simulated/sky
/area/shuttle/shuttle1/sky_transit
name = "in flight over Thor"
icon_state = "shuttlered"
base_turf = /turf/simulated/sky/moving
//Shuttle Two
/area/shuttle/shuttle2
name = "\improper Hangar Deck"
icon_state = "yellow"
requires_power = 0
dynamic_lighting = 1
flags = RAD_SHIELDED
/area/shuttle/shuttle2/start
name = "\improper Landing Pad Two"
icon_state = "shuttlered"
base_turf = /turf/simulated/floor/reinforced
/area/shuttle/shuttle2/arrivals_dock
name = "\improper docked with Southern Cross"
icon_state = "shuttle"
/area/shuttle/shuttle2/seconddeck
name = "south of second deck"
icon_state = "south"
/area/shuttle/shuttle2/mining
name = "wilderness site"
icon_state = "shuttlered"
/area/shuttle/shuttle2/planet
name = "planetside outpost"
icon_state = "shuttlered"
base_turf = /turf/simulated/floor/plating/thor/planetuse
/area/shuttle/shuttle2/transit
name = "transit"
icon_state = "shuttlered"
base_turf = /turf/space/transit/north
/area/shuttle/shuttle2/orbit
name = "in orbit of Sif"
icon_state = "shuttlegrn"
base_turf = /turf/space
/area/shuttle/shuttle2/sky
name = "hovering over skies of Thor"
icon_state = "shuttlegrn"
base_turf = /turf/simulated/sky
/area/shuttle/shuttle2/sky_transit
name = "in flight over Thor"
icon_state = "shuttlered"
base_turf = /turf/simulated/sky/moving
// Centcom Transport Shuttle
/area/shuttle/transport1
icon_state = "shuttle"
name = "\improper Transport Shuttle"
// Centcom Admin Shuttle
/area/shuttle/administration
name = "\improper Administration Shuttle"
icon_state = "shuttlered"
//Merc
/area/syndicate_mothership
name = "\improper Mercenary Base"
icon_state = "syndie-ship"
requires_power = 0
dynamic_lighting = 0
flags = RAD_SHIELDED
ambience = AMBIENCE_HIGHSEC
/area/syndicate_station
name = "\improper Mercenary Base"
icon_state = "syndie-ship"
requires_power = 0
dynamic_lighting = 0
flags = RAD_SHIELDED
ambience = AMBIENCE_HIGHSEC
/area/syndicate_station/start
name = "\improper Mercenary Ship"
icon_state = "shuttlered"
/area/syndicate_station/firstdeck
name = "north-west of first deck"
icon_state = "northwest"
/area/syndicate_station/seconddeck
name = "north-east of second deck"
icon_state = "northeast"
/area/syndicate_station/thirddeck
name = "south-east of third deck"
icon_state = "southeast"
/area/syndicate_station/mining
name = "mining site"
icon_state = "shuttlered"
/area/syndicate_station/planet
name = "planetside"
dynamic_lighting = 1
icon_state = "shuttlered"
base_turf = /turf/simulated/floor/outdoors/grass/thor/planetuse
/area/syndicate_station/transit
name = " transit"
icon_state = "shuttlered"
base_turf = /turf/space/transit/east
/area/syndicate_station/orbit
name = "in orbit of Sif"
icon_state = "shuttlegrn"
base_turf = /turf/space
/area/syndicate_station/sky
name = "hovering over skies of sif"
icon_state = "shuttlegrn"
base_turf = /turf/simulated/sky/west
/area/syndicate_station/sky_transit
name = "in flight over sif"
icon_state = "shuttlered"
base_turf = /turf/simulated/sky/moving/west
/area/syndicate_station/arrivals_dock
name = "\improper docked with Southern Cross"
dynamic_lighting = 0
icon_state = "shuttle"
//Skipjack
/area/skipjack_station
name = "Raider Outpost"
icon_state = "yellow"
requires_power = 0
dynamic_lighting = 0
flags = RAD_SHIELDED
ambience = AMBIENCE_HIGHSEC
/area/skipjack_station/transit
name = "transit"
icon_state = "shuttlered"
base_turf = /turf/space/transit/north
/area/skipjack_station/firstdeck
name = "north of first deck"
icon_state = "northwest"
/area/skipjack_station/seconddeck
name = "west of second deck"
icon_state = "west"
/area/skipjack_station/thirddeck
name = "east of third deck"
icon_state = "east"
/area/skipjack_station/mining
name = "mining site"
icon_state = "shuttlered"
/area/skipjack_station/planet
name = "planet"
icon_state = "shuttlered"
dynamic_lighting = 1
base_turf = /turf/simulated/floor/outdoors/grass/thor/planetuse
/area/skipjack_station/orbit
name = "in orbit of Sif"
icon_state = "shuttlegrn"
base_turf = /turf/space
/area/skipjack_station/sky
name = "hovering over skies of sif"
icon_state = "shuttlegrn"
base_turf = /turf/simulated/sky/north
/area/skipjack_station/sky_transit
name = "in flight over sif"
icon_state = "shuttlered"
base_turf = /turf/simulated/sky/moving/north
/area/skipjack_station/arrivals_dock
name = "\improper docked with Southern Cross"
icon_state = "shuttle"
// Ninja areas
/area/ninja_dojo
name = "\improper Ninja Base"
icon_state = "green"
requires_power = 0
flags = RAD_SHIELDED
ambience = AMBIENCE_HIGHSEC
/area/ninja_dojo/dojo
name = "\improper Clan Dojo"
dynamic_lighting = 0
/area/shuttle/ninja
name = "\improper Ninja Shuttle"
icon_state = "shuttlered"
//Trade Ship
/area/shuttle/merchant
icon_state = "shuttle"
/area/shuttle/merchant/home
name = "\improper Merchant Vessel - Home"
/area/shuttle/merchant/away
name = "\improper Merchant Vessel - Away"
//Small Escape Pods
/area/shuttle/escape_pod1
name = "\improper Escape Pod One"
music = "music/escape.ogg"
/area/shuttle/escape_pod1/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/escape_pod1/centcom
icon_state = "shuttle"
/area/shuttle/escape_pod1/transit
icon_state = "shuttle"
/area/shuttle/escape_pod2
name = "\improper Escape Pod Two"
music = "music/escape.ogg"
/area/shuttle/escape_pod2/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/escape_pod2/centcom
icon_state = "shuttle"
/area/shuttle/escape_pod2/transit
icon_state = "shuttle"
/area/shuttle/escape_pod3
name = "\improper Escape Pod Three"
music = "music/escape.ogg"
/area/shuttle/escape_pod3/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/escape_pod3/centcom
icon_state = "shuttle"
/area/shuttle/escape_pod3/transit
icon_state = "shuttle"
/area/shuttle/escape_pod4
name = "\improper Escape Pod Four"
music = "music/escape.ogg"
/area/shuttle/escape_pod4/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/escape_pod4/centcom
icon_state = "shuttle"
/area/shuttle/escape_pod4/transit
icon_state = "shuttle"
/area/shuttle/escape_pod5
name = "\improper Escape Pod Five"
music = "music/escape.ogg"
/area/shuttle/escape_pod5/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/escape_pod5/centcom
icon_state = "shuttle"
/area/shuttle/escape_pod5/transit
icon_state = "shuttle"
/area/shuttle/escape_pod6
name = "\improper Escape Pod Six"
music = "music/escape.ogg"
/area/shuttle/escape_pod6/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/escape_pod6/centcom
icon_state = "shuttle"
/area/shuttle/escape_pod6/transit
icon_state = "shuttle"
/area/shuttle/escape_pod7
name = "\improper Escape Pod Seven"
music = "music/escape.ogg"
/area/shuttle/escape_pod7/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/reinforced/airless
/area/shuttle/escape_pod7/centcom
icon_state = "shuttle"
/area/shuttle/escape_pod7/transit
icon_state = "shuttle"
/area/shuttle/escape_pod8
name = "\improper Escape Pod Eight"
music = "music/escape.ogg"
/area/shuttle/escape_pod8/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/reinforced/airless
/area/shuttle/escape_pod8/centcom
icon_state = "shuttle"
/area/shuttle/escape_pod8/transit
icon_state = "shuttle"
//Large Escape Pods
/area/shuttle/large_escape_pod1
name = "\improper Large Escape Pod One"
music = "music/escape.ogg"
/area/shuttle/large_escape_pod1/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/large_escape_pod1/centcom
icon_state = "shuttle"
/area/shuttle/large_escape_pod1/transit
icon_state = "shuttle"
/area/shuttle/large_escape_pod2
name = "\improper Large Escape Pod Two"
music = "music/escape.ogg"
/area/shuttle/large_escape_pod2/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/large_escape_pod2/centcom
icon_state = "shuttle"
/area/shuttle/large_escape_pod2/transit
icon_state = "shuttle"
/area/shuttle/cryo
name = "\improper Cryogenic Storage"
/area/shuttle/cryo/station
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/airless
/area/shuttle/cryo/centcom
icon_state = "shuttle"
/area/shuttle/cryo/transit
icon_state = "shuttle"
// Fishing CHOMPstation edit
/area/surface/outpost/fishing
name = "\improper Fishing Outpost"
icon_state = "recreation_area"
/area/surface/outpost/fishing/smes
name = "\improper Fishing SMES Maintenance"
icon_state = "substation"
ambience = AMBIENCE_SUBSTATION //CHOMP Addition
//Shuttle 3 CHOMPedit
/area/shuttle/shuttle3
name = "\improper Hangar Deck"
icon_state = "yellow"
requires_power = 0
dynamic_lighting = 1
flags = RAD_SHIELDED
/area/shuttle/shuttle3/start
name = "\improper Landing Pad Four"
icon_state = "shuttlered"
base_turf = /turf/simulated/floor/reinforced
/area/shuttle/shuttle3/seconddeck
name = "south of second deck"
icon_state = "south"
/area/shuttle/shuttle3/stationhangar3
name = "\improper Landing Pad Three"
icon_state = "shuttlered"
base_turf = /turf/simulated/floor/reinforced
/area/shuttle/shuttle3/expedition
name = "\improper Expedition Hangar One"
icon_state = "shuttlered"
base_turf = /turf/simulated/floor/reinforced
/area/shuttle/shuttle3/mining
name = "wilderness site"
icon_state = "shuttlered"
/area/shuttle/shuttle3/transit
name = "transit"
icon_state = "shuttlered"
base_turf = /turf/space/transit/north
/area/shuttle/shuttle3/orbit
name = "in orbit of Sif"
icon_state = "shuttlegrn"
base_turf = /turf/space
/area/shuttle/shuttle3/sky
name = "hovering over skies of sif"
icon_state = "shuttlegrn"
base_turf = /turf/simulated/sky
/area/shuttle/shuttle3/sky_transit
name = "in flight over sif"
icon_state = "shuttlered"
base_turf = /turf/simulated/sky/moving
//CHOMPedit: Exploration outpost ferry shuttle
/area/shuttle/expoutpost/site
name = "\improper Exploration Sling"
icon_state = "shuttle2"
/area/shuttle/expoutpost/station
name = "\improper Exploration Sling"
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/reinforced
//mining elevator areas
/area/shuttle/minoutpost/site
name = "\improper Mining Elevator"
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/reinforced
/area/shuttle/minoutpost/base
name = "\improper Mining Elevator"
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/reinforced
//CHOMPedit: Exploration Carrier areas
/area/expoutpost
name = "\improper Exploration Carrier"
icon_state = "purple"
/area/expoutpost/shuttle
name = "\improper Exploration Carrier shuttle"
/area/expoutpost/stationshuttle
name = "\improper Station Shuttle to Exploration Carrier"
/area/expoutpost/debriefing
name = "\improper Exploration Carrier Debriefing"
ambience = AMBIENCE_EXPOUTPOST
/area/expoutpost/prep
name = "\improper Exploration Carrier Prep Room"
/area/expoutpost/prep/recovery
name = "\improper Exploration Carrier Recovery"
icon_state = "exam_room"
/area/expoutpost/pathfinder
name = "\improper Exploration Carrier Pathfinder Office"
/area/expoutpost/hallwayaftport
name = "\improper Exploration Carrier Aft Port Hallway"
/area/expoutpost/bathroom
name = "\improper Exploration Carrier Bathroom"
/area/expoutpost/aftdock
name = "\improper Exploration Carrier Backup Shuttle Docks"
/area/expoutpost/hangerhall
name = "\improper Exploration Carrier Hangar Hallway"
/area/expoutpost/hangarone
name = "\improper Exploration Carrier Hangar One"
icon_state = "hangar"
/area/expoutpost/hangartwo
name = "\improper Exploration Carrier Hangar Two"
icon_state = "hangar"
/area/expoutpost/hangarthree
name = "\improper Exploration Carrier Hangar Three"
icon_state = "hangar"
/area/expoutpost/hangarfour
name = "\improper Exploration Carrier Hangar Four"
icon_state = "hangar"
/area/expoutpost/hangarfive
name = "\improper Exploration Carrier Hangar Five"
icon_state = "hangar"
/area/expoutpost/hangarsix
name = "\improper Exploration Carrier Hangar Six"
icon_state = "hangar"
/area/expoutpost/hangaroneprep
name = "\improper Exploration Carrier Hangar One Prep"
/area/expoutpost/nukestorage //Yes this is a joke
name = "\improper Exploration Carrier Secure Storage"
icon_state = "nuke_storage"
/area/expoutpost/teleporter
name = "\improper Exploration Carrier Teleporter"
icon_state = "teleporter"
/area/expoutpost/gateway
name = "\improper Exploration Carrier Gateway"
icon_state = "teleporter"
/area/expoutpost/displayroom
name = "\improper Exploration Carrier Display Room"
/area/solar/expstarboardsolar
name = "\improper Exploration Carrier Starbound Solars"
icon_state = "panelsS"
/area/solar/expportsolar
name = "\improper Exploration Carrier Port Solars"
icon_state = "panelsP"
/area/maintenance/solars/expstarboardsolar
name = "\improper Exploration Carrier Starbound Solar Control"
icon_state = "SolarcontrolS"
/area/maintenance/solars/expportsolar
name = "\improper Exploration Carrier Port Solar Control"
icon_state = "SolarcontrolP"
/area/maintenance/expoutpost/atmospherics
name = "\improper Exploration Carrier Atmospherics"
icon_state = "smaint"
/area/maintenance/expoutpost/portmaint
name = "\improper Exploration Carrier Port Maintenance"
icon_state = "pmaint"
/area/maintenance/expoutpost/telecomms
name = "\improper Exploration Carrier Telecomms"
icon_state = "pmaint"
/area/maintenance/expoutpost/innerstarboardmaint
name = "\improper Exploration Starboard Carrier Maintenance"
icon_state = "smaint"
/area/maintenance/expoutpost/outerstarboardmaint
name = "\improper Exploration Starboard Carrier Maintenance"
icon_state = "smaint"
/area/maintenance/expoutpost/outerportmaint
name = "\improper Exploration Carrier Port Maintenance"
icon_state = "pmaint"
/area/maintenance/expoutpost/innerportmaint
name = "\improper Exploration Carrier Port Maintenance"
icon_state = "pmaint"
//CHOMPedit: Exploration backup shuttle. For now this is a placeholder for future expedition content.
/area/shuttle/shuttlebackup
name = "\improper Hangar Deck"
icon_state = "yellow"
requires_power = 0
dynamic_lighting = 1
flags = RAD_SHIELDED
/area/shuttle/shuttlebackup/start
name = "\improper Expedition Backup Shuttle Docks"
icon_state = "shuttlered"
// Misc
/area/wreck/ufoship
name = "\improper Wreck"
icon_state = "storage"
ambience = AMBIENCE_OTHERWORLDLY
/area/wreck/supplyshuttle
name = "\improper Wreck"
icon_state = "storage"
ambience = AMBIENCE_RUINS
//Temp Removal TFF 15/2/20
/*
// CHOMP-Edit: This is the Belt Mining addition
// Belt Mining Areas
/area/mine/unexplored/belt_miner
name = "\improper Belt Mining"
base_turf = /turf/space
/area/mine/explored/belt_miner
name = "\improper Belt Mining"
base_turf = /turf/space
// Belt Mining outpost areas
/area/outpost/mining_main/passage
name = "\improper Mining Outpost Passage"
/area/outpost/mining_main/hangar
name = "\improper Mining Outpost Belt Miner Hangar"
/area/outpost/mining_main/belt_outpost // Master area for "Belt Outpost", all sub-areas follow this one's preset
name = "\improper Belt Mining Outpost"
sound_env = ASTEROID
forced_ambience = list('sound/ambience/ruins/ruins1.ogg')
lightswitch = 0
/area/outpost/mining_main/belt_outpost/airlock
name = "\improper Belt Mining Airlock"
/area/outpost/mining_main/belt_outpost/dorms
name = "\improper Belt Mining Dorms"
forced_ambience = list('sound/ambience/generic/generic1.ogg')
/area/outpost/mining_main/belt_outpost/substation
name = "\improper Belt Mining Substation"
ambience = list('sound/ambience/engineering/engineering1.ogg')
/area/outpost/mining_main/belt_outpost/atmos
name = "\improper Belt Mining Atmos"
ambience = list('sound/ambience/ambiatm1.ogg')
/area/outpost/mining_main/belt_outpost/solars
name = "\improper Belt Mining Solars"
/area/outpost/mining_main/belt_outpost/tank_storage
name = "\improper Belt Mining Tank Holding and Console Access"
// Belter 2.0 Areas!
/area/shuttle/beltferry/station
name = "Belter M2.0 Landed"
icon_state = "shuttle2"
base_turf = /turf/simulated/floor/reinforced
/area/shuttle/beltferry/belt // This is our "dock" area for the Belter M2.0
name = "Belter M2.0 Holding Position"
icon_state = "shuttle2"
base_turf = /turf/space
/area/shuttle/beltferry/transit // Transit Area - the in-between.
name = "Belter M2.0 Transit"
icon_state = "shuttle2"
*/