diff --git a/code/__DEFINES/shuttles.dm b/code/__DEFINES/shuttles.dm
index 26ad740bb6..c5817a0374 100644
--- a/code/__DEFINES/shuttles.dm
+++ b/code/__DEFINES/shuttles.dm
@@ -158,3 +158,6 @@
#define MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_ONE "garrow_vehicle_elevator_one"
#define MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_TWO "garrow_vehicle_elevator_two"
#define MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_CARGO "garrow_cargo_elevator"
+
+#define MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_SOUTH "EclipseElevatorS"
+#define MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_NORTH "EclipseElevatorN"
diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm
index 2d821863d4..89a125d36e 100644
--- a/code/datums/shuttles.dm
+++ b/code/datums/shuttles.dm
@@ -140,3 +140,16 @@
elevator_network = "garrow_cargo"
shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_CARGO
elevator_network = "ArrowCargo"
+
+/datum/map_template/shuttle/trijent_elevator/eclipse
+ shuttle_id = "unused"
+
+/datum/map_template/shuttle/trijent_elevator/eclipse/south
+ name = "Vehicle Elevator Starboard"
+ shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_SOUTH
+ elevator_network = "EclipseElevatorS"
+
+/datum/map_template/shuttle/trijent_elevator/eclipse/north
+ name = "Vehicle Elevator Port"
+ shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_NORTH
+ elevator_network = "EclipseElevatorN"
diff --git a/code/game/area/eclipse.dm b/code/game/area/eclipse.dm
new file mode 100644
index 0000000000..7e7cc924b5
--- /dev/null
+++ b/code/game/area/eclipse.dm
@@ -0,0 +1,294 @@
+/area/eclipse
+ icon = 'icons/turf/area_almayer.dmi'
+ icon_state = "almayer"
+ ceiling = CEILING_METAL
+ powernet_name = "eclipse"
+ sound_environment = SOUND_ENVIRONMENT_ROOM
+ soundscape_interval = 30
+ ambience_exterior = AMBIENCE_SHIP
+ ceiling_muffle = FALSE
+
+/area/eclipse/command_deck
+ name = "Command Deck"
+
+/area/eclipse/command_deck/commanders_quarters
+ name = "Command Deck - Commanding Officer's Quarters"
+ icon_state = "livingspace"
+
+/area/eclipse/command_deck/xo_quarters
+ name = "Command Deck - Executive Officer's Quarters"
+ icon_state = "livingspace"
+
+/area/eclipse/command_deck/bridge
+ name = "Command Deck - Bridge"
+ icon_state = "cic"
+
+/area/eclipse/command_deck/command
+ name = "Command Deck - Tactical Command"
+ icon_state = "sensor"
+
+/area/eclipse/command_deck/weapons
+ name = "Command Deck - Weapons Command"
+ icon_state = "weaponroom"
+
+/area/eclipse/command_deck/command_hall
+ name = "Command Deck - Command Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/command_deck/officer_mess
+ name = "Command Deck - Officer Mess"
+ icon_state = "food"
+
+/area/eclipse/command_deck/officer_bunks
+ name = "Command Deck - Officer Bunks"
+ icon_state = "livingspace"
+
+/area/eclipse/command_deck/officer_bathroom
+ name = "Command Deck - Officer Bathroom"
+ icon_state = "officernr"
+
+/area/eclipse/command_deck/officer_offices
+ name = "Command Deck - Officer Offices"
+ icon_state = "officerstudy"
+
+/area/eclipse/command_deck/center_hall
+ name = "Command Deck - Center Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/command_deck/east_hall
+ name = "Command Deck - East Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/command_deck/west_hall
+ name = "Command Deck - West Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/command_deck/brig
+ name = "Command Deck - Brig"
+ icon_state = "brig"
+
+/area/eclipse/command_deck/executive_suite
+ name = "Command Deck - Executive Suite"
+ icon_state = "corporatespace"
+
+/area/eclipse/command_deck/ai
+ name = "Human AI Interface"
+ icon_state = "airoom"
+ soundscape_playlist = SCAPE_PL_AICORE
+ soundscape_interval = 7
+ ambience_exterior = AMBIENCE_AICORE
+
+/area/eclipse/command_deck/maintenance
+ name = "Command Deck - Maintenance"
+ icon_state = "lowerhull"
+// --------------------------------------------------- //
+/area/eclipse/crew_deck
+ name = "Crew Deck"
+
+/area/eclipse/crew_deck/engineering
+ name = "Crew Deck - Engineering"
+ icon_state = "upperengineering"
+
+/area/eclipse/crew_deck/chapel
+ name = "Crew Deck - Chapel"
+ icon_state = "port"
+
+/area/eclipse/crew_deck/galley
+ name = "Crew Deck - Galley"
+ icon_state = "food"
+
+/area/eclipse/crew_deck/mess
+ name = "Crew Deck - Mess Hall"
+ icon_state = "food"
+
+/area/eclipse/crew_deck/section_1_hypersleep
+ name = "Crew Deck - Section 1 Hypersleep"
+ icon_state = "cryo"
+
+/area/eclipse/crew_deck/section_1_lockers
+ name = "Crew Deck - Section 1 Lockers"
+ icon_state = "gruntrnr"
+
+/area/eclipse/crew_deck/section_2_hypersleep
+ name = "Crew Deck - Section 2 Hypersleep"
+ icon_state = "cryo"
+
+/area/eclipse/crew_deck/section_2_lockers
+ name = "Crew Deck - Section 2 Lockers"
+ icon_state = "gruntrnr"
+
+/area/eclipse/crew_deck/senior_nco_1
+ name = "Crew Deck - Senior NCO Quarters 1"
+ icon_state = "livingspace"
+
+/area/eclipse/crew_deck/senior_nco_2
+ name = "Crew Deck - Senior NCO Quarters 2"
+ icon_state = "livingspace"
+
+/area/eclipse/crew_deck/platoon_bunks
+ name = "Crew Deck - Platoon Bunks"
+ icon_state = "gruntrnr"
+
+/area/eclipse/crew_deck/briefing
+ name = "Crew Deck - Briefing Room"
+ icon_state = "briefing"
+
+/area/eclipse/crew_deck/center_hall
+ name = "Crew Deck - Center Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/crew_deck/east_hall
+ name = "Crew Deck - East Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/crew_deck/west_hall
+ name = "Crew Deck - West Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/crew_deck/fitness_room
+ name = "Crew Deck - Fitness Room"
+ icon_state = "basketball"
+
+/area/eclipse/crew_deck/medbay
+ name = "\improper Medical Bay"
+ icon_state = "medical"
+
+/area/eclipse/crew_deck/auxillary_storage
+ name = "Crew Deck - Auxillary Storage"
+ icon_state = "port"
+
+/area/eclipse/crew_deck/auxillary_hypersleep
+ name = "Crew Deck - Auxillary Hypersleep"
+ icon_state = "cryo"
+
+/area/eclipse/crew_deck/sensors
+ name = "Crew Deck - Sensor Array"
+ icon_state = "sensor"
+
+/area/eclipse/crew_deck/maintenance
+ name = "Crew Deck - Maintenance"
+ icon_state = "lowerhull"
+// --------------------------------------------------- //
+/area/eclipse/hangar_deck
+ name = "Hangar Deck"
+
+/area/eclipse/hangar_deck/engineering
+ name = "Hangar Deck - Engineering"
+ icon_state = "upperengineering"
+
+/area/eclipse/hangar_deck/west_hall
+ name = "Hangar Deck - West Hallway "
+ icon_state = "almayer"
+
+/area/eclipse/hangar_deck/center_hall
+ name = "Hangar Deck - Center Hallway"
+ icon_state = "almayer"
+
+
+/area/eclipse/hangar_deck/section_1_armory
+ name = "Hangar Deck - Section 1 Armory"
+ icon_state = "delta"
+
+/area/eclipse/hangar_deck/section_2_armory
+ name = "Hangar Deck - Section 2 Armory "
+ icon_state = "delta"
+
+/area/eclipse/hangar_deck/hangar_bay
+ name = "Hangar Deck - Hangar"
+ icon_state = "hangar"
+ soundscape_playlist = SCAPE_PL_HANGAR
+ soundscape_interval = 50
+
+/area/eclipse/hangar_deck/disposals
+ name = "Hangar Deck - Disposals"
+ icon_state = "port"
+
+/area/eclipse/hangar_deck/pilot_weapons
+ name = "Hangar Deck - Dropship Ordnance"
+ icon_state = "dropshiprepair"
+
+/area/eclipse/hangar_deck/loader_storage
+ name = "Hangar Deck - Powerloader Storage"
+ icon_state = "exoarmor"
+
+/area/eclipse/hangar_deck/cargo
+ name = "Hangar Deck - Cargo Bay"
+ icon_state = "req"
+
+/area/eclipse/hangar_deck/maintenance
+ name = "Hangar Deck - Maintenance"
+ icon_state = "lowerhull"
+
+// --------------------------------------------------- //
+
+/area/eclipse/cargo_deck
+ name = "Cargo Deck"
+
+/area/eclipse/cargo_deck/center_hall
+ name = "Cargo Deck - Center Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/cargo_deck/motor_pool
+ name = "Cargo Deck - Motor Pool"
+ icon_state = "blue-red"
+
+/area/eclipse/cargo_deck/west_hall
+ name = "Cargo Deck - West Hallway"
+ icon_state = "almayer"
+
+/area/eclipse/cargo_deck/cargo
+ name = "Cargo Deck - Cargo Bay"
+ icon_state = "req"
+
+/area/eclipse/cargo_deck/maintenance
+ name = "Cargo Deck - Maintenance"
+ icon_state = "lowerhull"
+
+
+/area/eclipse/synthcloset
+ name = "\improper Synthetic Storage Closet"
+ icon_state = "livingspace"
+
+/area/eclipse/cargo_shuttle/elevator
+ name = "\improper Cargo Elevator"
+ unlimited_power = TRUE
+ requires_power = FALSE
+
+/area/eclipse/cargo_shuttle/lower
+ name = "\improper Cargo Elevator Lower Level"
+
+/area/eclipse/cargo_shuttle/upper
+ name = "\improper Cargo Elevator Upper Level"
+
+/area/eclipse/vehicle_shuttle
+ name = "\improper Generic Elevator"
+
+/area/eclipse/vehicle_shuttle/south
+ name = "\improper Starboard Elevator"
+
+/area/eclipse/vehicle_shuttle/south/one
+ name = "\improper Starboard Elevator Storage Deck"
+
+/area/eclipse/vehicle_shuttle/south/two
+ name = "\improper Starboard Elevator Hangar Deck"
+
+/area/eclipse/vehicle_shuttle/south/three
+ name = "\improper Starboard Elevator Crew Deck"
+
+/area/eclipse/vehicle_shuttle/south/four
+ name = "\improper Starboard Elevator Command Deck"
+
+/area/eclipse/vehicle_shuttle/north
+ name = "\improper Port Vehicle Elevator"
+
+/area/eclipse/vehicle_shuttle/north/one
+ name = "\improper Port Elevator Storage Deck"
+
+/area/eclipse/vehicle_shuttle/north/two
+ name = "\improper Port Elevator Hangar Deck"
+
+/area/eclipse/vehicle_shuttle/north/three
+ name = "\improper Port Elevator Crew Deck"
+
+/area/eclipse/vehicle_shuttle/north/four
+ name = "\improper Port Elevator Command Deck"
diff --git a/code/global.dm b/code/global.dm
index b9d75e89a0..efd91ed791 100644
--- a/code/global.dm
+++ b/code/global.dm
@@ -1,7 +1,7 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:31
#define MAIN_SHIP_NAME SSmapping.get_main_ship_name()
#define MAIN_SHIP_DEFAULT_NAME "USS Golden Arrow"
-#define SHIP_MAP_NAMES list("USS Almayer", "USS Golden Arrow", "USS Golden Arrow (Classic)", "SSV Chapaev", "USS Rover", "USCSS Firefly", "USCSS Obsidian Falk", "USCSS Onyx Karain", "HMS Brynhild")
+#define SHIP_MAP_NAMES list("USS Almayer", "USS Golden Arrow", "USS Golden Arrow (Classic)", "SSV Chapaev", "USS Rover", "USCSS Firefly", "USCSS Obsidian Falk", "USCSS Onyx Karain", "HMS Brynhild", "USS Eclipse")
#define MAIN_SHIP_PLATOON text2path(SSmapping.get_main_ship_platoon())
#define MAIN_SHIP_DEFAULT_PLATOON "/datum/squad/marine/alpha"
diff --git a/code/modules/shuttle/shuttles/shipmap_elevator.dm b/code/modules/shuttle/shuttles/shipmap_elevator.dm
index bdd058cf5c..325fb25518 100644
--- a/code/modules/shuttle/shuttles/shipmap_elevator.dm
+++ b/code/modules/shuttle/shuttles/shipmap_elevator.dm
@@ -74,3 +74,19 @@
name = "Cargo Elevator"
height = 6
width = 8
+
+/obj/docking_port/mobile/trijent_elevator/shipmap_elevator/eclipse
+ dir = NORTH
+ height = 5
+ width = 5
+ rechargeTime = 15 SECONDS
+
+/obj/docking_port/mobile/trijent_elevator/shipmap_elevator/eclipse/south
+ name = "Vehicle Elevator Starboard"
+ id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_SOUTH
+ area_type = /area/eclipse/vehicle_shuttle/south
+
+/obj/docking_port/mobile/trijent_elevator/shipmap_elevator/eclipse/north
+ name = "Vehicle Elevator Port"
+ id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_NORTH
+ area_type = /area/eclipse/vehicle_shuttle/north
diff --git a/colonialmarines.dme b/colonialmarines.dme
index e0955f0b08..72283deefa 100644
--- a/colonialmarines.dme
+++ b/colonialmarines.dme
@@ -813,6 +813,7 @@
#include "code\game\area\chinook.dm"
#include "code\game\area\Corsat.dm"
#include "code\game\area\DesertDam.dm"
+#include "code\game\area\eclipse.dm"
#include "code\game\area\golden_arrow.dm"
#include "code\game\area\hms_brynhild.dm"
#include "code\game\area\IceColony.dm"
diff --git a/map_config/shipmaps.txt b/map_config/shipmaps.txt
index 23e25f2426..2328be0031 100644
--- a/map_config/shipmaps.txt
+++ b/map_config/shipmaps.txt
@@ -33,6 +33,9 @@ endmap
map golden_arrow_classic
endmap
+map uss_eclipse
+endmap
+
map uscss_obsidian_falk
endmap
diff --git a/maps/map_files/USS_Eclipse/USS_Eclipse.dmm b/maps/map_files/USS_Eclipse/USS_Eclipse.dmm
new file mode 100644
index 0000000000..7683e0dc16
--- /dev/null
+++ b/maps/map_files/USS_Eclipse/USS_Eclipse.dmm
@@ -0,0 +1,33162 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/turf/closed/wall/almayer/outer,
+/area/eclipse/vehicle_shuttle/south/two)
+"ab" = (
+/turf/open/floor/prison/darkyellow2/southeast,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ac" = (
+/turf/open/floor/almayer/empty/golden_arrow/vehicle_one,
+/area/eclipse/vehicle_shuttle/south/two)
+"ad" = (
+/obj/structure/machinery/floodlight/landing/floor{
+ color = "#dae2ff";
+ light_color = "#dae2ff"
+ },
+/turf/open/floor/almayer/empty/golden_arrow/vehicle_one,
+/area/eclipse/vehicle_shuttle/south/two)
+"af" = (
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"ah" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 1
+ },
+/turf/open/floor/almayer/edge/smooth/north,
+/area/golden_arrow/platoonprep)
+"ak" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/storage/box/bodybags{
+ pixel_y = 11;
+ pixel_x = -5
+ },
+/obj/item/storage/box/bodybags{
+ pixel_y = 3;
+ pixel_x = -5
+ },
+/obj/item/ashtray/plastic{
+ pixel_y = -1;
+ pixel_x = 6
+ },
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/platoonprep)
+"am" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"ar" = (
+/obj/structure/pipes/standard/simple/visible{
+ dir = 9
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"au" = (
+/obj/structure/closet{
+ pixel_x = 7
+ },
+/obj/structure/closet{
+ pixel_x = -7
+ },
+/obj/item/storage/backpack,
+/obj/item/tape,
+/turf/open/floor/almayer/edge/smooth/endcap_right,
+/area/golden_arrow/dorms)
+"ax" = (
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"ay" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/structure/stairs{
+ dir = 1
+ },
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"aJ" = (
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"aP" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ layer = 3.8
+ },
+/obj/structure/window/reinforced{
+ layer = 3.8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"aR" = (
+/obj/structure/stairs{
+ icon_state = "ramptop"
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"aS" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"aV" = (
+/obj/structure/machinery/door/airlock/multi_tile/upp_grey/glass,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"aZ" = (
+/obj/structure/filingcabinet/security{
+ pixel_x = -8
+ },
+/obj/structure/filingcabinet/medical{
+ pixel_x = 8
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"bc" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/item/trash/semki,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"bd" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/shuttle/escapepod/floor1/east,
+/area/golden_arrow/cryo_cells)
+"bg" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/obj/structure/machinery/computer/shuttle/elevator_controller/elevator_call{
+ dockId = "garrow_vehicle_elevator_two_storage";
+ shuttleId = "garrow_vehicle_elevator_two";
+ pixel_y = 32;
+ pixel_x = 8;
+ name = "\improper vehicle elevator two control panel"
+ },
+/turf/open/shuttle/escapepod/west,
+/area/golden_arrow/motor_pool)
+"bi" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal3"
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"bl" = (
+/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{
+ req_one_access_txt = "7;23;27"
+ },
+/turf/open/floor/almayer/orange/northeast,
+/area/golden_arrow/platoonprep)
+"bm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"bo" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer/edge/smooth/endcap_left/east,
+/area/golden_arrow/cryo_cells)
+"bs" = (
+/obj/structure/window/reinforced{
+ layer = 3.8
+ },
+/obj/structure/window/reinforced{
+ layer = 3.8
+ },
+/obj/structure/toilet{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"bt" = (
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/cryo_cells)
+"bv" = (
+/obj/structure/surface/table/almayer,
+/obj/item/tool/wet_sign,
+/obj/item/tool/wet_sign{
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/obj/item/tool/wet_sign{
+ pixel_x = -8;
+ pixel_y = 6
+ },
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"by" = (
+/obj/effect/landmark/start/marine/smartgunner/alpha,
+/obj/effect/landmark/late_join/alpha,
+/obj/effect/landmark/late_join,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"bA" = (
+/obj/structure/machinery/telecomms/relay/preset/tower,
+/turf/open/floor/almayer,
+/area/golden_arrow/engineering)
+"bF" = (
+/obj/structure/ladder{
+ height = 2;
+ id = "med2"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"bG" = (
+/obj/structure/machinery/light/small/blue/golden_arrow{
+ dir = 8
+ },
+/obj/structure/dropship_equipment/medevac_system,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"bI" = (
+/obj/structure/platform,
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 6
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"bL" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"bS" = (
+/turf/open/floor/almayer/edge/east,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"bW" = (
+/obj/structure/closet/crate/ammo{
+ pixel_y = 14
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -6
+ },
+/obj/structure/largecrate/random/mini/wooden{
+ pixel_x = 9
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ce" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"cf" = (
+/obj/structure/closet{
+ pixel_x = 7
+ },
+/obj/structure/closet{
+ pixel_x = -7
+ },
+/obj/item/storage/donut_box,
+/turf/open/floor/almayer/edge/smooth/endcap_right,
+/area/golden_arrow/dorms)
+"cg" = (
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"cl" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/storage/fancy/trading_card/blue,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"cq" = (
+/obj/structure/machinery/camera/autoname/golden_arrow{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"cr" = (
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer/edge/north,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"ct" = (
+/obj/structure/janitorialcart,
+/turf/open/floor/almayer/orange,
+/area/golden_arrow/platoonprep)
+"cx" = (
+/obj/structure/bed{
+ can_buckle = 0
+ },
+/obj/structure/bed{
+ buckling_y = 13;
+ layer = 3.5;
+ pixel_y = 13
+ },
+/obj/item/bedsheet/brown{
+ layer = 3.4
+ },
+/obj/item/bedsheet/brown{
+ pixel_y = 13
+ },
+/turf/open/floor/almayer/edge/smooth/southeast,
+/area/golden_arrow/dorms)
+"cB" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/obj/item/ammo_magazine/m60{
+ pixel_x = -4
+ },
+/obj/item/ammo_magazine/m60{
+ pixel_y = 5;
+ pixel_x = -4
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/item/ammo_magazine/m60{
+ pixel_x = 5
+ },
+/obj/item/ammo_magazine/m60{
+ pixel_y = 5;
+ pixel_x = 5
+ },
+/obj/item/ammo_magazine/m60{
+ pixel_x = -4
+ },
+/obj/item/ammo_magazine/m60{
+ pixel_x = 5
+ },
+/obj/item/ammo_magazine/m60{
+ pixel_y = 5;
+ pixel_x = 5
+ },
+/obj/item/ammo_magazine/m60{
+ pixel_y = 5;
+ pixel_x = -4
+ },
+/obj/item/attachable/bipod/m60{
+ pixel_x = -7
+ },
+/obj/item/attachable/bipod/m60{
+ pixel_x = 7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"cH" = (
+/obj/structure/window/framed/almayer/white,
+/obj/structure/machinery/door/firedoor/border_only/almayer,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"cJ" = (
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/prep_hallway)
+"cM" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"cO" = (
+/obj/structure/cargo_container/uscm/right{
+ pixel_x = 8;
+ layer = 3.1;
+ opacity = 0
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"cU" = (
+/obj/structure/closet{
+ pixel_x = 7
+ },
+/obj/structure/closet{
+ pixel_x = -7
+ },
+/obj/item/storage/wallet,
+/obj/item/storage/fancy/crayons,
+/turf/open/floor/almayer/edge/smooth/endcap_right,
+/area/golden_arrow/dorms)
+"cV" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/vehicle_locker/cabinet/utensils{
+ pixel_x = -7;
+ pixel_y = 27
+ },
+/obj/structure/vehicle_locker/cabinet/utensils/flip{
+ pixel_x = 8;
+ pixel_y = 27
+ },
+/obj/item/reagent_container/food/condiment/hotsauce/sriracha{
+ pixel_y = 7
+ },
+/obj/item/reagent_container/food/drinks/flask/canteen{
+ pixel_x = 6
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"cY" = (
+/obj/structure/machinery/computer/cryopod{
+ dir = 8;
+ pixel_x = -5;
+ pixel_y = -1
+ },
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"cZ" = (
+/obj/structure/closet/secure_closet/fridge/organic{
+ pixel_y = 2;
+ locked = 0
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"dd" = (
+/obj/structure/surface/table/almayer,
+/obj/effect/spawner/random/toolbox,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"de" = (
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "cargo_arrow"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"dg" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8;
+ dir = 8;
+ pixel_x = 8
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"di" = (
+/obj/structure/closet/firecloset{
+ pixel_x = 9;
+ layer = 3
+ },
+/obj/structure/closet/emcloset{
+ pixel_x = -6
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"dj" = (
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"dn" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/phone_base{
+ pixel_y = 30;
+ pixel_x = 9;
+ phone_id = "Overwatch";
+ name = "overwatch receiver";
+ phone_category = "Overwatch"
+ },
+/obj/structure/machinery/computer/groundside_operations{
+ pixel_y = 10
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"dq" = (
+/obj/structure/surface/table/almayer,
+/obj/item/circuitboard/airlock,
+/obj/item/circuitboard/airlock{
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/obj/item/stack/cable_coil{
+ pixel_x = -7;
+ pixel_y = 11
+ },
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"ds" = (
+/obj/structure/surface/rack,
+/obj/item/clothing/accessory/storage/droppouch{
+ pixel_x = 8
+ },
+/obj/item/clothing/accessory/storage/droppouch{
+ pixel_x = -8
+ },
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"dt" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"dw" = (
+/obj/structure/machinery/floodlight/landing/floor{
+ color = "#dae2ff";
+ light_color = "#dae2ff"
+ },
+/turf/open/floor/corsat,
+/area/eclipse/vehicle_shuttle/south/one)
+"dx" = (
+/obj/structure/sign/safety/ammunition{
+ pixel_x = 32;
+ pixel_y = 7
+ },
+/turf/open/floor/almayer/edge/smooth/north,
+/area/golden_arrow/platoonprep)
+"dy" = (
+/obj/structure/ladder{
+ height = 1;
+ id = "med2"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/dorms)
+"dB" = (
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"dC" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ pixel_y = 7;
+ buckling_y = 7
+ },
+/turf/open/floor/almayer/mono,
+/area/golden_arrow/dorms)
+"dE" = (
+/obj/structure/machinery/sleep_console{
+ dir = 8
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/platoonprep)
+"dL" = (
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"dN" = (
+/obj/structure/machinery/cryopod/big/flipped{
+ layer = 3.2;
+ pixel_y = 8;
+ pixel_x = -16
+ },
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7;
+ light_color = "#00FFF7"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"dP" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer/edge/north,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"dS" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/item/trash/candy{
+ layer = 1.9;
+ pixel_x = -4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"dZ" = (
+/obj/structure/prop/invuln/lifeboat_hatch_placeholder{
+ layer = 1
+ },
+/turf/open/floor/prison/floor_plate,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ea" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/platoonprep)
+"ed" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ef" = (
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/platoonprep)
+"ei" = (
+/obj/structure/machinery/door/poddoor/almayer,
+/turf/closed/wall/almayer/outer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ej" = (
+/obj/effect/decal/cleanable/generic,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ek" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/door/window/eastright{
+ dir = 8;
+ req_access_txt = "8"
+ },
+/obj/structure/machinery/door/window/eastleft{
+ req_access_txt = "8"
+ },
+/obj/item/desk_bell{
+ anchored = 1;
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/obj/structure/machinery/door/firedoor/border_only/almayer,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"em" = (
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/platoonprep)
+"en" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/effect/vehicle_spawner/apc_cmd/fixed,
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"ep" = (
+/obj/structure/machinery/shower{
+ dir = 4
+ },
+/obj/structure/curtain/open/shower{
+ pixel_x = 12
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/cryo_cells)
+"er" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/ship_ammo/minirocket,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"eu" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"ew" = (
+/turf/closed/wall/almayer/outer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ey" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/structure/stairs,
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"ez" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/machinery/door_control{
+ pixel_y = 10;
+ pixel_x = -6;
+ id = "squadarmory1";
+ name = "section one armory doors"
+ },
+/obj/structure/machinery/door_control{
+ pixel_y = 10;
+ pixel_x = 6;
+ id = "squadarmory2";
+ name = "section two armory doors"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"eB" = (
+/obj/structure/barricade/handrail,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"eD" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/vehicle_locker/cabinet/cups{
+ pixel_y = 27;
+ pixel_x = -8
+ },
+/obj/structure/vehicle_locker/cabinet/cups/flip{
+ pixel_x = 7;
+ pixel_y = 27
+ },
+/obj/item/reagent_container/food/condiment/peppermill{
+ pixel_y = -1;
+ pixel_x = -8
+ },
+/obj/item/reagent_container/food/condiment/saltshaker{
+ pixel_x = -3;
+ pixel_y = -1
+ },
+/obj/item/reagent_container/food/condiment/hotsauce/tabasco{
+ pixel_x = 8;
+ pixel_y = 4
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"eE" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ dir = 8;
+ pixel_y = -5
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"eF" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/obj/structure/machinery/computer/med_data/laptop{
+ dir = 4;
+ pixel_x = 1;
+ pixel_y = 3
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"eG" = (
+/turf/open/floor/almayer/sterile_green_side/southwest,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"eI" = (
+/obj/structure/prop/dam/crane/cargo,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"eN" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/paper_bin/uscm{
+ pixel_x = -6;
+ pixel_y = 7
+ },
+/obj/item/tool/pen{
+ pixel_x = -7;
+ pixel_y = 4
+ },
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"eO" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 9
+ },
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"eQ" = (
+/obj/structure/machinery/computer/cryopod{
+ pixel_x = 6;
+ pixel_y = -2
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"eR" = (
+/obj/structure/closet,
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"fb" = (
+/turf/open/floor/almayer/edge/smooth/northeast,
+/area/golden_arrow/prep_hallway)
+"fd" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"fe" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/edge/east,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"fk" = (
+/obj/structure/sign/poster{
+ desc = "This poster features Audrey Rainwater standing in a jacuzzi. She was the July 2182 centerfold in Playboy Magazine. Don't ask how you know that.";
+ icon_state = "poster16";
+ layer = 3.3;
+ name = "'Miss July' Pinup";
+ pixel_y = 29;
+ serial_number = 16
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer/edge/smooth,
+/area/golden_arrow/cryo_cells)
+"fl" = (
+/obj/structure/cable/heavyduty{
+ icon_state = "4-8"
+ },
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"fn" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ name = "\improper Hypersleep Bay"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"fv" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/recharger,
+/obj/item/reagent_container/spray/cleaner,
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"fB" = (
+/obj/structure/cargo_container/uscm/sanfran/left{
+ pixel_x = 8;
+ layer = 3.1;
+ opacity = 0
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"fD" = (
+/turf/open/floor/almayer/edge/smooth/endcap_right/east,
+/area/golden_arrow/dorms)
+"fE" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ req_access = list();
+ name = "\improper Quarters"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"fG" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_21"
+ },
+/turf/open/floor/almayer/sterile_green_corner/west,
+/area/golden_arrow/cryo_cells)
+"fI" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/edge/smooth/east{
+ dir = 8
+ },
+/area/golden_arrow/platoonprep)
+"fQ" = (
+/obj/structure/stairs/perspective{
+ icon_state = "p_stair_ew_full_cap";
+ layer = 3.5;
+ dir = 8
+ },
+/obj/structure/platform/stair_cut,
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"fR" = (
+/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor{
+ dir = 4;
+ id = "cargodivider"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"fT" = (
+/obj/structure/bed/chair/comfy{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"fV" = (
+/obj/structure/platform_decoration,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"fX" = (
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ga" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"gb" = (
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"gc" = (
+/obj/structure/bed/chair/comfy{
+ dir = 8
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"gd" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ dir = 8;
+ pixel_y = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"gf" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"gh" = (
+/obj/structure/pipes/unary/freezer,
+/obj/structure/sign/safety/autodoc{
+ pixel_x = 20;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"gl" = (
+/obj/structure/window/framed/almayer,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"gn" = (
+/obj/structure/closet/secure_closet/surgical{
+ pixel_x = -30
+ },
+/obj/structure/closet/secure_closet/medical2,
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"gv" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"gw" = (
+/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{
+ layer = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/prison/floor_plate,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"gy" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"gA" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 3.1
+ },
+/obj/structure/platform,
+/obj/structure/platform_decoration{
+ dir = 6;
+ layer = 3.51
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/structure/platform{
+ dir = 1;
+ base_pixel_y = null
+ },
+/obj/structure/platform_decoration{
+ dir = 5;
+ layer = 3.51
+ },
+/obj/structure/platform_decoration{
+ dir = 9;
+ layer = 3.51
+ },
+/obj/structure/platform_decoration{
+ dir = 10;
+ layer = 3.51
+ },
+/obj/structure/lattice,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"gC" = (
+/obj/effect/landmark/start/marine/leader/alpha,
+/obj/effect/landmark/late_join/alpha,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"gE" = (
+/obj/structure/machinery/medical_pod/bodyscanner,
+/obj/structure/sign/safety/med_life_support{
+ pixel_x = 33
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_corner,
+/area/golden_arrow/platoonprep)
+"gH" = (
+/obj/structure/surface/rack,
+/obj/item/clothing/head/helmet/marine/leader{
+ pixel_y = 7
+ },
+/obj/item/storage/firstaid/softpack{
+ pixel_y = -5
+ },
+/obj/item/prop/helmetgarb/helmet_nvg{
+ pixel_x = 10;
+ pixel_y = -5
+ },
+/obj/effect/spawner/random/powercell,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/platoonprep)
+"gJ" = (
+/turf/open/floor/almayer/red/east,
+/area/golden_arrow/prep_hallway)
+"gL" = (
+/obj/structure/surface/rack,
+/obj/item/storage/firstaid,
+/obj/item/prop/helmetgarb/helmet_nvg{
+ pixel_x = 10;
+ pixel_y = -2
+ },
+/obj/item/prop/helmetgarb/helmet_nvg{
+ pixel_x = 10
+ },
+/obj/item/prop/helmetgarb/helmet_nvg{
+ pixel_x = 10;
+ pixel_y = 2
+ },
+/obj/item/prop/helmetgarb/helmet_nvg{
+ pixel_x = 10;
+ pixel_y = 4
+ },
+/obj/effect/spawner/random/powercell,
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"gS" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"gU" = (
+/obj/structure/machinery/door/airlock/multi_tile/upp_grey/glass{
+ dir = 2
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/platoonprep)
+"gV" = (
+/obj/structure/machinery/door_control{
+ id = "vicne";
+ pixel_x = -24
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"gY" = (
+/turf/open/floor/almayer/plate,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ha" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"hb" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"hj" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/orange/east,
+/area/golden_arrow/platoonprep)
+"hk" = (
+/obj/structure/sign/safety/bathwomens{
+ pixel_x = 10;
+ pixel_y = -24
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"hl" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"hm" = (
+/obj/structure/ship_ammo/minirocket{
+ pixel_y = -17
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"hn" = (
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/prep_hallway)
+"ho" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ name = "\improper Hypersleep Bay"
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"ht" = (
+/obj/structure/window/framed/almayer/white,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"hy" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"hz" = (
+/obj/structure/closet/firecloset{
+ pixel_x = 9;
+ layer = 3
+ },
+/obj/structure/closet/emcloset{
+ pixel_x = -6
+ },
+/turf/open/floor/almayer/edge/smooth,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"hA" = (
+/obj/effect/landmark/start/marine/leader/alpha,
+/obj/effect/landmark/late_join/alpha,
+/obj/effect/landmark/late_join,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"hC" = (
+/obj/structure/closet/firecloset{
+ pixel_x = 9;
+ layer = 3
+ },
+/obj/structure/closet/emcloset{
+ pixel_x = -6
+ },
+/turf/open/floor/almayer/edge/north,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"hD" = (
+/obj/structure/ship_ammo/rocket/keeper{
+ pixel_x = -18
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"hE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed/chair/office/dark,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"hG" = (
+/obj/structure/machinery/floodlight/landing{
+ on_light_range = 10
+ },
+/turf/open/floor/interior/plastic,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"hI" = (
+/obj/structure/machinery/cryopod/big{
+ layer = 3.1;
+ pixel_x = -1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 3
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"hN" = (
+/obj/structure/surface/table/almayer,
+/obj/item/tool/hand_labeler{
+ pixel_x = 5
+ },
+/obj/item/facepaint/sniper{
+ pixel_x = -8
+ },
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/platoonprep)
+"hT" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"hV" = (
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/platoonprep)
+"hY" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/effect/decal/siding,
+/obj/structure/platform_decoration{
+ dir = 1;
+ layer = 4.1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"hZ" = (
+/obj/structure/window/reinforced/toughened{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"ib" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"ij" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"ik" = (
+/obj/structure/machinery/door/poddoor/almayer,
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/motor_pool)
+"im" = (
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"io" = (
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/obj/structure/stairs{
+ dir = 1
+ },
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.8
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"it" = (
+/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{
+ layer = 2.1
+ },
+/turf/open/floor/almayer/cargo,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"iw" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ix" = (
+/obj/structure/machinery/medical_pod/bodyscanner{
+ pixel_y = 6
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"iy" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"iz" = (
+/obj/item/tool/kitchen/tray{
+ pixel_y = 9
+ },
+/obj/item/tool/kitchen/tray{
+ pixel_y = 12
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"iA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"iB" = (
+/obj/structure/platform{
+ layer = 3.1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"iC" = (
+/obj/structure/closet{
+ pixel_x = 7
+ },
+/obj/structure/closet{
+ pixel_x = -7
+ },
+/obj/item/storage/briefcase{
+ pixel_y = 1
+ },
+/obj/item/storage/beer_pack,
+/turf/open/floor/almayer/edge/smooth/endcap_right,
+/area/golden_arrow/dorms)
+"iD" = (
+/obj/structure/barricade/handrail,
+/obj/structure/closet/firecloset/full{
+ layer = 2.5
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"iH" = (
+/obj/structure/pipes/standard/manifold/visible,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"iI" = (
+/obj/structure/machinery/cm_vending/sorted/medical/blood/bolted,
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"iJ" = (
+/turf/open/floor/almayer/sterile_green_corner/east,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"iL" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/structure/stairs{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"iP" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"iR" = (
+/turf/open/floor/prison/darkyellow2/southwest,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"iY" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/door/firedoor/border_only/almayer{
+ dir = 1
+ },
+/obj/structure/machinery/door/window/westleft{
+ dir = 1
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"iZ" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/platoonprep)
+"jd" = (
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ji" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 3.1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"jk" = (
+/obj/structure/mirror{
+ pixel_x = 29
+ },
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"jm" = (
+/obj/structure/closet{
+ pixel_x = 7
+ },
+/obj/structure/closet{
+ pixel_x = -7
+ },
+/obj/item/prop/magazine/dirty/torn{
+ pixel_x = 2;
+ pixel_y = 6
+ },
+/obj/item/storage/fancy/cigar{
+ pixel_x = -2;
+ pixel_y = 10
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"jn" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"jo" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/shuttle/escapepod/west,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"jq" = (
+/turf/open/floor/corsat,
+/area/eclipse/vehicle_shuttle/south/one)
+"js" = (
+/obj/structure/machinery/medical_pod/sleeper,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/golden_arrow/platoonprep)
+"jw" = (
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"jy" = (
+/obj/structure/cable/heavyduty{
+ icon_state = "4-8"
+ },
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/barricade/handrail,
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"jD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor{
+ dir = 8;
+ id = "hangardeckwest"
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"jE" = (
+/obj/structure/sign/safety/bathwomens{
+ pixel_x = 10;
+ pixel_y = -24
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"jH" = (
+/obj/structure/machinery/status_display{
+ pixel_y = -29
+ },
+/turf/open/floor/almayer/edge/smooth,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"jK" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform,
+/obj/structure/blocker/invisible_wall/water,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/tdome/tcomms,
+/area/golden_arrow/cryo_cells)
+"jN" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"jP" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ name = "\improper Vehicle Bay Two Blast Door";
+ id = "vehiclebay2"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"jR" = (
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/dorms)
+"jX" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 3;
+ layer = 3.1
+ },
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = -4;
+ pixel_y = 13
+ },
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"jY" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = -1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"jZ" = (
+/obj/structure/surface/table/almayer,
+/obj/item/storage/toolbox,
+/obj/item/clothing/head/welding{
+ pixel_y = 6;
+ pixel_x = 6
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"ke" = (
+/obj/docking_port/stationary/trijent_elevator/shipmap_elevator/one{
+ airlock_area = /area/eclipse/vehicle_shuttle/south/one;
+ name = "Crew Deck";
+ id = "EclipseElevatorS_lower";
+ elevator_network = "EclipseElevatorS";
+ airlock_exit = /obj/structure/machinery/door/airlock/multi_tile/elevator;
+ roundstart_template = /datum/map_template/shuttle/trijent_elevator/eclipse/south
+ },
+/turf/open/floor/corsat,
+/area/eclipse/vehicle_shuttle/south/one)
+"kh" = (
+/turf/open/floor/warnwhite/southeast,
+/area/golden_arrow/dorms)
+"kl" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"km" = (
+/obj/structure/machinery/cryopod/big{
+ layer = 3.1;
+ pixel_x = -1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 3
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"ko" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ req_access = list();
+ dir = 8;
+ name = "\improper Head"
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"kq" = (
+/obj/item/paper{
+ icon_state = "paper_words";
+ pixel_y = -3;
+ pixel_x = 5;
+ layer = 3.01;
+ info = "OUT OF ORDER - When I find the dumbass that thought it was a good idea to drive over the elevator with the APC they're gonna get their ass beat.";
+ name = "OUT OF ORDER"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"kv" = (
+/obj/structure/window/reinforced/toughened{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"kw" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 3.1
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/structure/platform_decoration{
+ dir = 5
+ },
+/obj/structure/prop/server_equipment/yutani_server,
+/obj/structure/platform_decoration{
+ dir = 5;
+ layer = 3.1
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"kx" = (
+/turf/open/floor/almayer/edge/smooth/southeast,
+/area/golden_arrow/prep_hallway)
+"kA" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"kE" = (
+/obj/structure/platform/stair_cut/alt,
+/obj/structure/stairs/perspective{
+ icon_state = "p_stair_ew_full_cap"
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"kF" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/warnwhite/west,
+/area/golden_arrow/dorms)
+"kO" = (
+/obj/structure/machinery/shower{
+ dir = 8
+ },
+/obj/structure/barricade/handrail/type_b{
+ layer = 3.1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/curtain/open/shower{
+ pixel_x = -12
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/cryo_cells)
+"kQ" = (
+/obj/structure/machinery/cm_vending/sorted/medical/blood{
+ req_access = list()
+ },
+/obj/structure/sign/safety/chem_lab{
+ pixel_x = -20
+ },
+/obj/structure/machinery/camera/autoname/golden_arrow{
+ dir = 4;
+ name = "ship-grade camera"
+ },
+/turf/open/floor/almayer/sterile_green_corner/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"kV" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"kW" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ req_access = list();
+ dir = 8;
+ name = "\improper Head"
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"lc" = (
+/turf/open/floor/almayer/test_floor4,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"le" = (
+/obj/structure/surface/table/almayer,
+/obj/item/tool/wrench{
+ pixel_y = 2
+ },
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"lg" = (
+/obj/structure/machinery/message_server,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"lk" = (
+/obj/structure/stairs,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"lm" = (
+/obj/structure/surface/rack,
+/obj/item/device/binoculars/range/designator/monocular{
+ pixel_x = 8
+ },
+/obj/item/device/binoculars/range/designator/monocular{
+ pixel_x = -8
+ },
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"lo" = (
+/obj/structure/largecrate/supply/ammo{
+ name = "materials crate";
+ fill_from_loc = 1
+ },
+/obj/item/stack/sheet/metal/large_stack,
+/obj/item/stack/sheet/plasteel{
+ amount = 40;
+ pixel_x = 7;
+ pixel_y = 6
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"lp" = (
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/almayer/edge/east,
+/area/golden_arrow/prep_hallway)
+"lq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "cargo_arrow";
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"lu" = (
+/obj/structure/sign/safety/bathmens{
+ pixel_y = -25;
+ pixel_x = 13
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"lw" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/effect/vehicle_spawner/apc_aa/fixed,
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"lx" = (
+/obj/structure/surface/table/almayer,
+/obj/item/clothing/head/welding,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"lA" = (
+/obj/structure/surface/table/almayer,
+/obj/item/paper_bin/uscm,
+/obj/item/tool/pen,
+/turf/open/floor/almayer/orange/west,
+/area/golden_arrow/platoonprep)
+"lC" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/sign/safety/terminal{
+ layer = 2.96;
+ pixel_x = 10;
+ pixel_y = -24
+ },
+/obj/item/storage/belt/medical/only_scanner,
+/obj/item/device/quiet_silent_healthanalyzer{
+ pixel_x = 11;
+ pixel_y = 14
+ },
+/obj/item/device/quiet_silent_healthanalyzer{
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/item/storage/firstaid/softpack{
+ pixel_y = 5;
+ pixel_x = -7
+ },
+/turf/open/floor/almayer/sterile_green_corner/east,
+/area/golden_arrow/platoonprep)
+"lE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out";
+ pixel_x = -1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"lF" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/effect/decal/siding,
+/obj/structure/platform_decoration{
+ layer = 4.1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"lH" = (
+/obj/structure/stairs{
+ icon_state = "ramptop";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"lO" = (
+/turf/open/floor/almayer/edge/smooth/east{
+ dir = 8
+ },
+/area/golden_arrow/platoonprep)
+"lP" = (
+/obj/structure/bed/chair/comfy{
+ dir = 8
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"lR" = (
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"lS" = (
+/obj/effect/decal/cleanable/generic,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"lZ" = (
+/obj/structure/window/framed/almayer/hull,
+/turf/open/space/basic,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"mb" = (
+/obj/effect/vehicle_spawner/box_van/ambulance/fixed{
+ dir = 4
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"mk" = (
+/obj/structure/bed/chair{
+ pixel_x = -2;
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"mo" = (
+/obj/structure/platform{
+ pixel_y = 5
+ },
+/obj/effect/decal/siding,
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ layer = 4.1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"mp" = (
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"mq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"mr" = (
+/obj/structure/closet/secure_closet/marine_personal/smartgunner{
+ pixel_x = -7
+ },
+/obj/structure/closet/secure_closet/marine_personal/squad_leader{
+ pixel_x = 8
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"ms" = (
+/obj/structure/closet/secure_closet/marine_personal/platoon_commander{
+ pixel_x = -7
+ },
+/obj/structure/closet/secure_closet/marine_personal/platoon_commander{
+ pixel_x = 8
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"mu" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/machinery/microwave{
+ density = 0;
+ pixel_y = 9
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"mw" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/warnwhite/northeast,
+/area/golden_arrow/dorms)
+"mA" = (
+/turf/open/floor/almayer/pod_landing_floor,
+/area/eclipse/vehicle_shuttle/south/one)
+"mB" = (
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"mE" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/machinery/computer/emails{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"mF" = (
+/turf/open/floor/almayer/edge/smooth/endcap_left/west,
+/area/golden_arrow/dorms)
+"mH" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"mK" = (
+/obj/structure/ship_ammo/heavygun/antitank,
+/obj/structure/ship_ammo/heavygun/antitank{
+ pixel_y = 12
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"mL" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"mN" = (
+/obj/structure/platform{
+ layer = 3.1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/largecrate/random/barrel/brown,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"mO" = (
+/obj/structure/prop/almayer/whiteboard/clear{
+ pixel_y = 18;
+ density = 0
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"mR" = (
+/obj/structure/sign/safety/debark_lounge{
+ pixel_x = 15;
+ pixel_y = -32
+ },
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"mS" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/roller,
+/obj/item/storage/box/bodybags,
+/obj/item/storage/box/bodybags,
+/obj/item/roller/medevac{
+ pixel_y = 12
+ },
+/obj/item/roller/medevac{
+ pixel_y = 6
+ },
+/obj/item/roller,
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"mT" = (
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"mW" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/item/trash/crushed_cup{
+ layer = 1.9;
+ pixel_x = -5
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"mX" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"mY" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/vehicle_spawner/arc/fixed,
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"nc" = (
+/turf/closed/wall/almayer/outer/friegt,
+/area/golden_arrow/motor_pool)
+"nf" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/ammo_box/magazine/shotgun{
+ pixel_y = 9;
+ pixel_x = -13
+ },
+/obj/item/ammo_box/magazine/shotgun/buckshot{
+ pixel_y = -7;
+ pixel_x = -10
+ },
+/obj/item/ammo_box/magazine/shotgun/buckshot{
+ pixel_y = 1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"ng" = (
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"nh" = (
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ni" = (
+/obj/structure/machinery/telecomms/receiver,
+/obj/structure/machinery/light/blue{
+ light_color = "#0071B2";
+ name = "Blue light fixture";
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"nj" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer/edge/east,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"nn" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 1;
+ layer = 3.25
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"ns" = (
+/obj/structure/cargo_container/uscm/mid{
+ pixel_y = 7;
+ pixel_x = 16;
+ color = "#4550A3";
+ opacity = 0
+ },
+/obj/structure/cargo_container/uscm/mid{
+ pixel_y = 7;
+ pixel_x = 8;
+ color = "#4550A3";
+ opacity = 0
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"nu" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = -5;
+ layer = 3.1;
+ pixel_y = -3
+ },
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 1;
+ pixel_y = 13
+ },
+/obj/item/trash/uscm_mre{
+ layer = 1.9;
+ pixel_x = 2
+ },
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"nv" = (
+/obj/vehicle/train/cargo/trolley,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ny" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"nz" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/obj/vehicle/train/cargo/engine,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"nE" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"nF" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/prep_hallway)
+"nH" = (
+/obj/effect/landmark/start/bridge,
+/obj/effect/landmark/late_join/alpha,
+/obj/effect/landmark/late_join,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"nJ" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ name = "\improper Hypersleep Bay"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"nK" = (
+/obj/structure/machinery/autolathe,
+/turf/open/floor/almayer/orange,
+/area/golden_arrow/platoonprep)
+"nO" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"nU" = (
+/turf/open/floor/almayer/edge/smooth/endcap_right/west,
+/area/golden_arrow/prep_hallway)
+"nZ" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/lifeboat/blastdoor{
+ id_tag = "Boat2-D3";
+ linked_dock = "almayer-lifeboat2";
+ throw_dir = 1
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"ob" = (
+/turf/open/shuttle/escapepod/floor1/east,
+/area/golden_arrow/prep_hallway)
+"oe" = (
+/turf/open/floor/warnwhite/southwest,
+/area/golden_arrow/dorms)
+"og" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"ol" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/shuttle/escapepod/floor1/east,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"om" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"oo" = (
+/turf/closed/wall/almayer/outer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"op" = (
+/obj/structure/stairs{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"oq" = (
+/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{
+ req_access = null;
+ req_one_access_txt = "7;23;27"
+ },
+/turf/open/floor/almayer/orange/southeast,
+/area/golden_arrow/platoonprep)
+"or" = (
+/obj/structure/machinery/status_display{
+ pixel_y = -29
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/edge/smooth,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"os" = (
+/obj/structure/platform{
+ pixel_y = 5
+ },
+/obj/effect/decal/siding,
+/obj/structure/machinery/landinglight/ds1/delayone{
+ layer = 4.1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ot" = (
+/obj/structure/surface/table/almayer,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"oy" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"oz" = (
+/obj/structure/dropship_equipment/paradrop_system,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"oA" = (
+/obj/structure/machinery/door_control{
+ id = "vicnw";
+ pixel_x = -24;
+ pixel_y = 21
+ },
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"oC" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/platoonprep)
+"oD" = (
+/obj/structure/surface/table/almayer,
+/obj/item/reagent_container/glass/bucket/mopbucket{
+ pixel_x = -8
+ },
+/obj/item/reagent_container/glass/bucket/mopbucket{
+ pixel_y = 12
+ },
+/obj/item/clothing/head/militia/bucket{
+ pixel_x = 5;
+ pixel_y = -5
+ },
+/obj/item/reagent_container/spray/cleaner{
+ pixel_x = 8;
+ pixel_y = -1
+ },
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"oE" = (
+/obj/structure/bed,
+/obj/item/bedsheet/medical,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_power = 0.7;
+ light_color = "#00FFF7"
+ },
+/turf/open/floor/almayer/sterile_green_side/east,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"oG" = (
+/obj/structure/machinery/computer/cryopod{
+ pixel_x = 6;
+ pixel_y = -2;
+ dir = 1
+ },
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"oI" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/crew/alt{
+ dir = 8
+ },
+/obj/structure/machinery/computer/med_data/laptop{
+ dir = 8;
+ pixel_y = -14
+ },
+/obj/item/device/flashlight/pen{
+ pixel_y = 6;
+ pixel_x = -5
+ },
+/obj/item/clothing/accessory/stethoscope,
+/turf/open/floor/almayer/sterile_green_side/east,
+/area/golden_arrow/platoonprep)
+"oL" = (
+/obj/structure/machinery/door/airlock/multi_tile/upp_grey/glass,
+/turf/open/floor/almayer/plating_striped,
+/area/golden_arrow/prep_hallway)
+"oM" = (
+/obj/structure/closet/firecloset{
+ pixel_x = 9;
+ layer = 3
+ },
+/obj/structure/closet/emcloset{
+ pixel_x = -6
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"oR" = (
+/turf/open/floor/almayer/orange/east,
+/area/golden_arrow/platoonprep)
+"oS" = (
+/turf/open/floor/almayer_hull/outerhull_dir,
+/area/space)
+"oV" = (
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/obj/structure/platform_decoration,
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"oX" = (
+/obj/structure/machinery/door/poddoor/almayer,
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/prep_hallway)
+"oZ" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"pa" = (
+/obj/structure/surface/table/almayer,
+/obj/item/reagent_container/spray/cleaner,
+/turf/open/floor/almayer/orange/southwest,
+/area/golden_arrow/platoonprep)
+"pc" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = -5;
+ pixel_y = 12
+ },
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"pe" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"pf" = (
+/turf/closed/wall/almayer/outer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"pi" = (
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"pn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"pp" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"pq" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"pr" = (
+/obj/structure/machinery/cm_vending/sorted/marine_food,
+/obj/structure/machinery/camera/autoname/golden_arrow,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"pt" = (
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"pw" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/shuttle/escapepod/west,
+/area/golden_arrow/motor_pool)
+"pz" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out";
+ pixel_x = 1;
+ pixel_y = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"pB" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"pD" = (
+/obj/structure/dropship_equipment/mg_holder,
+/obj/structure/dropship_equipment/mg_holder{
+ pixel_y = 9
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"pF" = (
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/orange/east,
+/area/golden_arrow/platoonprep)
+"pG" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/cryo_cells)
+"pJ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor{
+ dir = 8;
+ id = "hangardeckwest"
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"pM" = (
+/obj/structure/cargo_container/uscm/right{
+ pixel_y = 7;
+ pixel_x = 12;
+ color = "#4550A3";
+ opacity = 0
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"pO" = (
+/obj/structure/platform_decoration,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = -1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"pP" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/prep_hallway)
+"pR" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"qa" = (
+/obj/structure/machinery/door_control{
+ id = "cargodivider";
+ pixel_y = 28
+ },
+/turf/open/floor/almayer/red/west,
+/area/golden_arrow/platoonprep)
+"qb" = (
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"qe" = (
+/obj/structure/platform{
+ pixel_y = 27
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 9
+ },
+/obj/structure/machinery/telecomms/hub/preset,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"qf" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/edge/smooth,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"qg" = (
+/turf/open/floor/prison/darkyellowcorners2/west{
+ dir = 2
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"qj" = (
+/obj/structure/machinery/vending/coffee,
+/turf/open/floor/almayer/sterile_green_corner/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"qk" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"ql" = (
+/obj/structure/bed/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"qm" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/effect/decal/cleanable/generic,
+/obj/effect/decal/cleanable/ash,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"qo" = (
+/obj/structure/barricade/handrail,
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"qp" = (
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"qs" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"qv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/machinery/telecomms/hub/preset,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"qy" = (
+/turf/open/floor/prison/darkyellowcorners2/west,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"qz" = (
+/obj/structure/machinery/cm_vending/sorted/medical/bolted,
+/obj/structure/medical_supply_link,
+/turf/open/floor/almayer/sterile_green_corner/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"qE" = (
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"qG" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out";
+ pixel_x = -1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"qJ" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.8
+ },
+/obj/structure/stairs{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"qL" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"qM" = (
+/obj/structure/machinery/conveyor{
+ dir = 8;
+ id = "gym_1";
+ name = "treadmill"
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"qO" = (
+/obj/structure/machinery/door/window/westleft{
+ dir = 2
+ },
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/cryo_cells)
+"qP" = (
+/turf/open/floor/prison/darkyellow2/east,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"qQ" = (
+/obj/structure/machinery/door_control/brbutton{
+ pixel_y = 28;
+ id = "vehiclebay2";
+ name = "vehicle bay blast door control"
+ },
+/turf/open/shuttle/escapepod/floor0/north,
+/area/golden_arrow/motor_pool)
+"qV" = (
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/platoonprep)
+"ra" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/blocker/invisible_wall/water,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/tdome/tcomms,
+/area/golden_arrow/cryo_cells)
+"rc" = (
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"rd" = (
+/turf/open/floor/almayer/edge/smooth/endcap_left/east,
+/area/golden_arrow/cryo_cells)
+"ri" = (
+/obj/structure/cargo_container/uscm/chinook/mid{
+ color = "#898988";
+ pixel_y = 15;
+ layer = 3.2;
+ opacity = 0;
+ pixel_x = 6
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"rl" = (
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"rp" = (
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/obj/structure/surface/rack,
+/obj/item/clothing/under/marine/officer/boiler,
+/obj/item/clothing/under/marine/officer/boiler,
+/obj/item/clothing/under/marine/officer/boiler,
+/obj/item/clothing/under/marine/officer/boiler,
+/obj/item/clothing/under/marine/officer/boiler,
+/obj/item/clothing/shoes/marine/army/knife,
+/obj/item/clothing/shoes/marine/army/knife,
+/obj/item/clothing/shoes/marine/army/knife,
+/obj/item/clothing/shoes/marine/army/knife,
+/obj/item/clothing/shoes/marine/army/knife,
+/obj/item/clothing/under/marine/officer/boiler,
+/obj/item/clothing/under/marine/officer/boiler,
+/obj/item/clothing/shoes/marine/army/knife,
+/obj/item/clothing/shoes/marine/army/knife,
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"rq" = (
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 2
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"rs" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"rt" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/shuttle/escapepod/floor1/east,
+/area/golden_arrow/motor_pool)
+"ru" = (
+/obj/item/book/manual/medical_diagnostics_manual,
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/device/megaphone,
+/obj/item/tool/pen,
+/obj/item/paper_bin/uscm{
+ pixel_y = 5
+ },
+/obj/item/tool/hand_labeler{
+ pixel_x = 7
+ },
+/turf/open/floor/almayer/sterile_green_corner/east,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"rw" = (
+/turf/open/floor/almayer/sterile_green_corner/east,
+/area/golden_arrow/platoonprep)
+"ry" = (
+/obj/structure/barricade/handrail,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"rz" = (
+/obj/structure/sign/safety/cryo{
+ pixel_y = 25
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/prep_hallway)
+"rB" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"rC" = (
+/obj/structure/bed,
+/obj/item/bedsheet/medical,
+/turf/open/floor/almayer/sterile_green_side/east,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"rD" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/storage/box/guncase/heavy/sentry,
+/obj/item/storage/box/guncase/heavy/sentry{
+ pixel_y = 13
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"rG" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"rH" = (
+/obj/structure/machinery/cm_vending/sorted/medical/bolted,
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"rI" = (
+/obj/structure/mirror{
+ pixel_x = 29
+ },
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"rJ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/prep_hallway)
+"rK" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"rL" = (
+/obj/structure/prop/invuln{
+ desc = "An inflated membrane. This one is puncture proof. Wow!";
+ icon = 'icons/obj/items/inflatable.dmi';
+ icon_state = "wall";
+ name = "umbilical wall"
+ },
+/obj/structure/blocker/invisible_wall,
+/turf/open/floor/almayer_hull/outerhull_dir/east,
+/area/space)
+"rR" = (
+/turf/open/floor/warnwhite,
+/area/golden_arrow/dorms)
+"se" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 3.1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"sf" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/lifeboat/blastdoor{
+ id_tag = "Boat2-D2";
+ linked_dock = "almayer-lifeboat2";
+ throw_dir = 2
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"sh" = (
+/obj/structure/bed/chair/comfy,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"si" = (
+/obj/structure/bed/chair/comfy/bench/north/east,
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/cryo_cells)
+"sl" = (
+/obj/docking_port/stationary/trijent_elevator/shipmap_elevator/two{
+ id = "garrow_vehicle_elevator_two";
+ name = "Vehicle Elevator Two Upper";
+ elevator_network = "ArrowVehicleTwo";
+ airlock_area = /area/golden_arrow/vehicle_shuttle/two/upper
+ },
+/turf/open/floor/corsat,
+/area/golden_arrow/vehicle_shuttle/two/upper)
+"sm" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"sn" = (
+/turf/closed/wall/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"so" = (
+/obj/structure/filingcabinet/filingcabinet,
+/obj/item/clipboard,
+/obj/item/clipboard,
+/obj/item/folder/black,
+/obj/item/folder/black,
+/obj/item/folder/white,
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"ss" = (
+/obj/vehicle/powerloader{
+ dir = 8
+ },
+/turf/open/floor/prison/darkyellow2/southeast,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"su" = (
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/prep_hallway)
+"sD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out";
+ pixel_y = -1;
+ pixel_x = 2
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"sH" = (
+/obj/structure/machinery/telecomms/allinone/interceptor,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"sI" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer/edge/smooth/endcap_left/west,
+/area/golden_arrow/dorms)
+"sK" = (
+/obj/structure/machinery/cryo_cell,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"sM" = (
+/turf/closed/wall/almayer,
+/area/golden_arrow/platoonprep)
+"sP" = (
+/obj/structure/cargo_container/uscm/right{
+ color = "#898988";
+ pixel_y = 15;
+ layer = 3.2;
+ opacity = 0;
+ pixel_x = 6
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"sQ" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"sR" = (
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"sS" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ req_access = list();
+ name = "\improper Quarters"
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"td" = (
+/turf/closed/wall/almayer/reinforced,
+/area/golden_arrow/platoonprep)
+"th" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform,
+/obj/structure/platform_decoration{
+ dir = 6;
+ layer = 3.51
+ },
+/obj/structure/platform_decoration{
+ dir = 10;
+ layer = 3.51
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"tj" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"tm" = (
+/obj/structure/machinery/floodlight/landing/floor{
+ color = "#dae2ff";
+ light_color = "#dae2ff"
+ },
+/turf/open/floor/corsat,
+/area/golden_arrow/motor_pool)
+"to" = (
+/obj/structure/machinery/shower{
+ dir = 4
+ },
+/obj/structure/curtain/open/shower{
+ pixel_x = 2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"tq" = (
+/turf/open/floor/almayer/plating_striped,
+/area/space)
+"tt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/ship_ammo/minirocket,
+/obj/structure/ship_ammo/minirocket{
+ pixel_y = 9
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"tv" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"tw" = (
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"tx" = (
+/obj/item/prop{
+ desc = "Predecessor to the M56 the M38 was known for its extreme reliability in the field. This particular M38D is fondly remembered for its stalwart defence of the hangar bay during the Arcturian commando raid of the USS Almayer on Io.";
+ icon = 'icons/turf/whiskeyoutpost.dmi';
+ icon_state = "M56D_gun_e";
+ layer = 3.1;
+ name = "\improper M38D heavy machine gun 'Bess'";
+ pixel_x = -3;
+ pixel_y = 10
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"tD" = (
+/obj/structure/sign/safety/bathmens{
+ pixel_y = -25;
+ pixel_x = -17;
+ name = "men's dorm semiotic"
+ },
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"tG" = (
+/obj/structure/surface/table/almayer,
+/obj/structure/machinery/computer/cameras/wooden_tv/prop{
+ pixel_y = 29
+ },
+/obj/structure/machinery/recharger{
+ pixel_y = 3
+ },
+/turf/open/floor/almayer/mono,
+/area/golden_arrow/dorms)
+"tP" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"tQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"tS" = (
+/obj/structure/machinery/gel_refiller,
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"tU" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"tY" = (
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"uc" = (
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"ud" = (
+/obj/vehicle/train/cargo/trolley,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"ue" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer/edge/smooth,
+/area/golden_arrow/cryo_cells)
+"ug" = (
+/turf/open/floor/almayer_hull/outerhull_dir/north,
+/area/space)
+"uh" = (
+/turf/open/floor/almayer/cargo_arrow/north,
+/area/golden_arrow/motor_pool)
+"un" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"up" = (
+/obj/structure/machinery/medical_pod/autodoc{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"uq" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ dir = 2
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"us" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/platoonprep)
+"ux" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/mirror{
+ pixel_x = -29
+ },
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"uz" = (
+/obj/structure/stairs/perspective{
+ dir = 8;
+ icon_state = "p_stair_full"
+ },
+/obj/structure/platform,
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"uB" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"uC" = (
+/obj/vehicle/powerloader{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"uH" = (
+/obj/item/trash/kepler/flamehot,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"uK" = (
+/obj/structure/mirror{
+ pixel_x = 29
+ },
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"uM" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"uN" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/closed/wall/almayer/outer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"uS" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"uV" = (
+/obj/docking_port/stationary/marine_dropship/golden_arrow_hangar,
+/turf/open/floor/prison/floor_plate,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"uW" = (
+/obj/structure/machinery/door_control{
+ id = "vicne";
+ pixel_x = -24;
+ pixel_y = 24
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"uZ" = (
+/turf/open/floor/almayer_hull/outerhull_dir/north{
+ dir = 5
+ },
+/area/space)
+"va" = (
+/obj/structure/bed/chair{
+ dir = 1
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"vc" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ve" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/generic,
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"vh" = (
+/obj/structure/gun_rack/flamer/unloaded{
+ pixel_x = -7
+ },
+/obj/structure/gun_rack/mk221{
+ pixel_x = 11
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"vi" = (
+/obj/structure/barricade/handrail,
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"vj" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ dir = 8;
+ pixel_y = -5
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"vk" = (
+/turf/open/floor/almayer_hull/outerhull_dir/north{
+ dir = 6
+ },
+/area/space)
+"vl" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"vo" = (
+/turf/open/floor/almayer/red/west,
+/area/golden_arrow/platoonprep)
+"vp" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_y = 8
+ },
+/turf/open/floor/almayer/mono,
+/area/golden_arrow/dorms)
+"vq" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 3.1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"vs" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/roller{
+ pixel_y = 17
+ },
+/obj/item/roller{
+ pixel_y = 23
+ },
+/obj/structure/machinery/recharger,
+/obj/item/reagent_container/spray/cleaner{
+ pixel_x = -14;
+ pixel_y = 2
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 28
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/platoonprep)
+"vt" = (
+/turf/open/floor/warnwhite/east,
+/area/golden_arrow/dorms)
+"vv" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/edge/smooth/north,
+/area/golden_arrow/cryo_cells)
+"vw" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ layer = 3.1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"vx" = (
+/obj/structure/platform{
+ layer = 3.1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"vB" = (
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/orange/west,
+/area/golden_arrow/platoonprep)
+"vC" = (
+/obj/structure/machinery/light/small/blue/golden_arrow{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"vE" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/platoonprep)
+"vH" = (
+/obj/structure/machinery/conveyor_switch{
+ id = "gym_1";
+ name = "treadmill switch"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"vI" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"vL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"vQ" = (
+/turf/open/floor/prison/darkyellowcorners2/east,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"vS" = (
+/obj/structure/prop/dam/crane{
+ layer = 3.1
+ },
+/obj/structure/largecrate/supply/supplies/flares{
+ layer = 3.1;
+ pixel_y = 22;
+ pixel_x = -1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"vT" = (
+/obj/structure/gun_rack/m20a/unloaded,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"vU" = (
+/turf/closed/wall/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"vV" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"vW" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ layer = 2.5;
+ pixel_y = 2
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"wa" = (
+/obj/item/tool/wet_sign{
+ pixel_x = -8;
+ pixel_y = 6
+ },
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"wb" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 9
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"wf" = (
+/turf/closed/wall/almayer/white/outer_tile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"wk" = (
+/obj/structure/flora/bush/ausbushes/var3/brflowers,
+/turf/open/floor/grass,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"wo" = (
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"wp" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/crew/alt{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ layer = 3.8
+ },
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/cryo_cells)
+"wt" = (
+/obj/structure/machinery/door/airlock/almayer/medical/glass{
+ name = "\improper Medical Preparation"
+ },
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/platoonprep)
+"wx" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"wz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"wA" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer/red/east,
+/area/golden_arrow/prep_hallway)
+"wC" = (
+/turf/open/shuttle/escapepod/floor1/east,
+/area/golden_arrow/motor_pool)
+"wD" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"wI" = (
+/obj/structure/bed/chair/comfy{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"wL" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 4
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/platoonprep)
+"wM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"wN" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ layer = 3.8
+ },
+/obj/structure/window/reinforced{
+ layer = 3.8
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"wP" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/storage/box/guncase/heavy/m49a_pve{
+ pixel_y = 18
+ },
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"wU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"wW" = (
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"wX" = (
+/obj/structure/bed/chair/comfy{
+ dir = 1
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"xf" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"xi" = (
+/obj/structure/machinery/shower{
+ dir = 8
+ },
+/obj/structure/curtain/open/shower{
+ pixel_x = -3
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"xm" = (
+/obj/effect/landmark/start/marine/alpha,
+/obj/effect/landmark/late_join/alpha,
+/obj/effect/landmark/late_join,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"xo" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ pixel_y = 3
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"xp" = (
+/obj/structure/machinery/door/poddoor/almayer,
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/cryo_cells)
+"xq" = (
+/obj/effect/landmark/start/marine/leader/alpha,
+/obj/effect/landmark/late_join/alpha,
+/obj/effect/landmark/late_join,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"xr" = (
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"xs" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/ammo_box/magazine/m20a,
+/obj/item/ammo_box/magazine/m20a{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/item/ammo_box/magazine/m20a{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/obj/item/storage/box/guncase/heavy/fuel{
+ pixel_y = 14
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"xt" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/effect/decal/cleanable/generic,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"xv" = (
+/obj/structure/stairs{
+ icon_state = "ramptop";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"xz" = (
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"xB" = (
+/obj/structure/prop/almayer/whiteboard{
+ pixel_y = 25;
+ density = 0
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"xC" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ req_access = list();
+ dir = 2;
+ name = "\improper Head"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"xD" = (
+/obj/structure/surface/table/almayer,
+/obj/item/tool/weldingtool{
+ pixel_x = 6;
+ pixel_y = -16
+ },
+/obj/item/clothing/head/welding,
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"xF" = (
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"xI" = (
+/obj/structure/window/framed/almayer/white,
+/obj/structure/machinery/door/firedoor/border_only/almayer{
+ dir = 1
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"xL" = (
+/turf/open/floor/almayer/plating_striped/east,
+/area/golden_arrow/prep_hallway)
+"xT" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"xU" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ pixel_y = 7;
+ buckling_y = 7
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"xW" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"xZ" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"yg" = (
+/obj/structure/stairs/perspective{
+ dir = 4;
+ icon_state = "p_stair_full"
+ },
+/obj/structure/platform,
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"yh" = (
+/obj/structure/bed/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/almayer/edge/east,
+/area/golden_arrow/prep_hallway)
+"yk" = (
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/platoonprep)
+"yl" = (
+/turf/closed/wall/almayer/outer/friegt,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"ym" = (
+/obj/structure/surface/table/almayer,
+/obj/item/storage/box/lights/tubes{
+ pixel_x = -8
+ },
+/obj/item/storage/box/lights/tubes{
+ pixel_x = 5
+ },
+/obj/item/storage/box/lights/tubes{
+ pixel_y = 10
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"yn" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer/edge/north,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"yo" = (
+/obj/structure/window/framed/almayer/hull,
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"yu" = (
+/obj/structure/machinery/cm_vending/sorted/medical/bolted,
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"yy" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = -4;
+ layer = 3.1;
+ pixel_y = -3
+ },
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 2;
+ pixel_y = 13
+ },
+/obj/item/trash/uscm_mre{
+ layer = 1.9;
+ pixel_x = -12;
+ pixel_y = 6
+ },
+/obj/structure/sign/poster/pinup{
+ pixel_x = 25
+ },
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"yA" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"yD" = (
+/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep{
+ req_one_access_txt = "8;12;39;40";
+ req_access = list()
+ },
+/obj/structure/machinery/cm_vending/sorted/uniform_supply/squad_prep{
+ req_one_access_txt = "8;12;39;40";
+ req_access = list()
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/platoonprep)
+"yG" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"yH" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/obj/structure/bedsheetbin{
+ pixel_y = 6
+ },
+/obj/structure/surface/table/almayer,
+/obj/item/clothing/under/blackskirt,
+/obj/item/clothing/suit/storage/jacket/marine/service{
+ pixel_x = 11
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"yI" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ dir = 8;
+ pixel_y = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"yM" = (
+/obj/structure/machinery/body_scanconsole{
+ pixel_y = 6
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"yR" = (
+/obj/effect/step_trigger/teleporter/random{
+ affect_ghosts = 1;
+ name = "tele_ground1";
+ teleport_x = 180;
+ teleport_x_offset = 200;
+ teleport_y = 50;
+ teleport_y_offset = 80;
+ teleport_z = 1;
+ teleport_z_offset = 1
+ },
+/turf/open/space/basic,
+/area/space)
+"yS" = (
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/obj/structure/platform_decoration,
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"yT" = (
+/turf/open/space,
+/area/space)
+"yW" = (
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"yX" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/roller,
+/obj/item/roller,
+/obj/item/roller,
+/obj/item/roller,
+/obj/item/roller,
+/obj/item/roller,
+/obj/item/roller,
+/obj/item/reagent_container/spray/cleaner,
+/obj/item/reagent_container/spray/cleaner,
+/obj/item/reagent_container/spray/cleaner,
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"zb" = (
+/turf/closed/wall/almayer/reinforced,
+/area/golden_arrow/motor_pool)
+"ze" = (
+/obj/structure/surface/table/almayer,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/item/parachute,
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/orange/north,
+/area/golden_arrow/platoonprep)
+"zf" = (
+/turf/open/floor/prison/darkyellow2/northwest,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"zg" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"zh" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_y = 29;
+ pixel_x = -8
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"zm" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ dir = 2;
+ req_access = null
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/dorms)
+"zn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/orange,
+/area/golden_arrow/platoonprep)
+"zq" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/vehicle_spawner/van/fixed{
+ pixel_x = -34
+ },
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"zr" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ name = "\improper Vehicle Bay Two Blast Door";
+ id = "vehiclebay2"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"zx" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "cargo_arrow";
+ dir = 4
+ },
+/obj/structure/machinery/door_control/brbutton{
+ pixel_y = 28;
+ id = "vehiclebay2";
+ name = "vehicle bay blast door control"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"zy" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"zC" = (
+/obj/vehicle/train/cargo/engine,
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"zD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"zF" = (
+/turf/open/floor/almayer/edge/smooth/north,
+/area/golden_arrow/platoonprep)
+"zG" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/effect/vehicle_spawner/van/fixed{
+ pixel_x = -34
+ },
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"zI" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/cleanable/generic,
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"zJ" = (
+/turf/open/floor/almayer/edge/smooth/north,
+/area/golden_arrow/cryo_cells)
+"zN" = (
+/obj/structure/surface/table/almayer,
+/obj/effect/spawner/random/tool,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"zO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"zW" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ name = "\improper Hypersleep Bay"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/platoonprep)
+"zZ" = (
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/platoonprep)
+"Aa" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/lifeboat/blastdoor{
+ id_tag = "Boat2-D4";
+ linked_dock = "almayer-lifeboat2";
+ throw_dir = 1
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"Ab" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "door_warning";
+ dir = 4
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Ah" = (
+/obj/structure/foamed_metal,
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"Aj" = (
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"Ak" = (
+/obj/structure/machinery/washing_machine{
+ layer = 3.5;
+ pixel_y = 15
+ },
+/obj/structure/machinery/washing_machine,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"Am" = (
+/obj/structure/closet/secure_closet/marine_personal/platoon_leader{
+ pixel_x = -7
+ },
+/obj/structure/closet/secure_closet/marine_personal/corpsman{
+ pixel_x = 8
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"An" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/item/reagent_container/food/drinks/cans/space_mountain_wind{
+ pixel_x = 2;
+ pixel_y = 13
+ },
+/obj/item/reagent_container/food/drinks/cans/space_mountain_wind{
+ pixel_x = -7;
+ pixel_y = 12
+ },
+/obj/item/reagent_container/food/drinks/cans/space_mountain_wind{
+ pixel_x = 2;
+ pixel_y = 5
+ },
+/obj/item/reagent_container/food/drinks/cans/space_mountain_wind{
+ pixel_x = 11;
+ pixel_y = 11
+ },
+/obj/item/reagent_container/food/drinks/cans/space_mountain_wind{
+ pixel_x = -8;
+ pixel_y = 3
+ },
+/obj/item/reagent_container/food/drinks/cans/space_mountain_wind{
+ pixel_x = 9;
+ pixel_y = 1
+ },
+/obj/item/reagent_container/food/drinks/cans/space_mountain_wind{
+ pixel_y = -1
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/corsat/lightplate,
+/area/golden_arrow/dorms)
+"Aq" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/ashtray/plastic{
+ pixel_x = -9;
+ pixel_y = 14
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Ar" = (
+/turf/open/floor/almayer,
+/area/space)
+"As" = (
+/obj/structure/stairs/perspective{
+ icon_state = "p_stair_ew_full_cap"
+ },
+/obj/structure/platform/stair_cut/alt,
+/turf/open/shuttle/escapepod/floor1/east,
+/area/golden_arrow/cryo_cells)
+"Av" = (
+/turf/closed/wall/almayer/outer/gear,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Ay" = (
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 2
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"AB" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"AC" = (
+/obj/structure/platform_decoration,
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"AD" = (
+/obj/structure/machinery/shower{
+ dir = 8
+ },
+/obj/structure/curtain/open/shower{
+ pixel_x = -3
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/cryo_cells)
+"AF" = (
+/obj/structure/surface/rack,
+/obj/item/prop/helmetgarb/helmet_nvg{
+ pixel_x = -2;
+ pixel_y = -2
+ },
+/obj/item/prop/helmetgarb/helmet_nvg{
+ pixel_x = -2
+ },
+/obj/item/prop/helmetgarb/helmet_nvg{
+ pixel_x = -2;
+ pixel_y = 3
+ },
+/obj/structure/noticeboard{
+ pixel_y = 33
+ },
+/obj/structure/noticeboard{
+ pixel_y = 33;
+ icon_state = "notices_2";
+ desc = null;
+ name = "sticky notes"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"AG" = (
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"AH" = (
+/turf/closed/wall/almayer/outer/gear,
+/area/golden_arrow/motor_pool)
+"AI" = (
+/turf/open/shuttle/escapepod/floor1/east,
+/area/golden_arrow/cryo_cells)
+"AK" = (
+/obj/structure/bed{
+ can_buckle = 0
+ },
+/obj/structure/bed{
+ buckling_y = 13;
+ layer = 3.5;
+ pixel_y = 13
+ },
+/obj/item/bedsheet/brown{
+ layer = 3.4
+ },
+/obj/item/bedsheet/brown{
+ pixel_y = 13
+ },
+/obj/item/card/id/visa,
+/obj/item/storage/donut_box,
+/turf/open/floor/almayer/edge/smooth/endcap_right,
+/area/golden_arrow/dorms)
+"AR" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"AS" = (
+/turf/open/floor/prison/darkyellow2/northeast,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"AX" = (
+/turf/open/floor/almayer_hull/outerhull_dir/east,
+/area/space/almayer/lifeboat_dock)
+"AY" = (
+/obj/structure/bed/chair/comfy/bench/north,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"Bi" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ dir = 2;
+ req_access = null
+ },
+/obj/structure/machinery/door/poddoor/almayer,
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Bj" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"Bk" = (
+/turf/closed/wall/almayer/outer,
+/area/space)
+"Bo" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Br" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Bv" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"Bw" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform,
+/obj/structure/platform_decoration{
+ dir = 6
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Bz" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"BC" = (
+/obj/structure/machinery/computer/working_joe{
+ dir = 8;
+ pixel_x = 17
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"BD" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"BK" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/orange,
+/area/golden_arrow/platoonprep)
+"BP" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"BS" = (
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"BV" = (
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"BZ" = (
+/obj/structure/stairs{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Ce" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/prison/floor_plate,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Cg" = (
+/obj/structure/window/reinforced/toughened{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Ck" = (
+/obj/structure/machinery/autodoc_console{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Cq" = (
+/turf/open/floor/prison/floor_plate,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Cs" = (
+/obj/structure/machinery/door_control{
+ id = "vicne";
+ pixel_x = -24;
+ pixel_y = -24
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"CA" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ dir = 2;
+ req_access = null
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"CB" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/prison/darkyellow2/west,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"CC" = (
+/turf/closed/wall/almayer,
+/area/golden_arrow/dorms)
+"CD" = (
+/obj/structure/pipes/standard/simple/visible{
+ dir = 5
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"CE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "door_warning";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"CI" = (
+/obj/structure/window/reinforced/toughened{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"CN" = (
+/obj/structure/machinery/disposal,
+/obj/structure/machinery/light/blue{
+ light_color = "#0071B2";
+ name = "Blue light fixture";
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"CQ" = (
+/obj/item/ammo_box/magazine/nade_box/m15,
+/obj/structure/surface/table/reinforced/black,
+/obj/item/ammo_box/magazine/nade_box/fourtymil/airburst{
+ pixel_y = 10;
+ pixel_x = -4
+ },
+/obj/item/ammo_box/magazine/nade_box/fourtymil/airburst{
+ pixel_y = 10
+ },
+/obj/item/ammo_box/magazine/nade_box/fourtymil/airburst/incen,
+/obj/item/ammo_box/magazine/nade_box/m15,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"CR" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 3.1
+ },
+/obj/structure/machinery/computer3/server/rack,
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Db" = (
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Dd" = (
+/obj/structure/machinery/telecomms/receiver,
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Dg" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/prop/flower_vase/bluewhiteflowers,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Dh" = (
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Dj" = (
+/obj/structure/machinery/computer/cameras/wooden_tv/prop{
+ pixel_y = 29
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Dm" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ name = "\improper Hypersleep Bay"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"Dt" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/prison/darkyellow2/southwest,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"DB" = (
+/obj/structure/platform{
+ dir = 1;
+ base_pixel_y = null;
+ pixel_y = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"DC" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"DF" = (
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"DG" = (
+/obj/structure/machinery/cm_vending/sorted/medical/no_access,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/platoonprep)
+"DJ" = (
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"DM" = (
+/obj/structure/machinery/cm_vending/sorted/tech/tool_storage,
+/turf/open/floor/almayer/orange/north,
+/area/golden_arrow/platoonprep)
+"DP" = (
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"DV" = (
+/obj/structure/foamed_metal,
+/turf/open/space/basic,
+/area/golden_arrow/cryo_cells)
+"DW" = (
+/obj/structure/largecrate/random/case/small{
+ pixel_y = 14;
+ anchored = 1;
+ density = 0
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"DZ" = (
+/obj/structure/closet{
+ name = "boxing attire"
+ },
+/obj/item/clothing/under/shorts/blue,
+/obj/item/clothing/under/shorts/blue,
+/obj/item/clothing/under/shorts/red,
+/obj/item/clothing/under/shorts/red,
+/obj/item/clothing/under/shorts/green,
+/obj/item/clothing/under/shorts/green,
+/obj/item/clothing/under/shorts/black,
+/obj/item/clothing/under/shorts/black,
+/obj/item/clothing/under/shorts/grey,
+/obj/item/clothing/under/shorts/grey,
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"Ec" = (
+/obj/structure/closet/secure_closet/marine_personal/smartgunner{
+ pixel_x = 8
+ },
+/obj/structure/closet/secure_closet/marine_personal/squad_leader{
+ pixel_x = -7
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"Ed" = (
+/obj/structure/machinery/cryopod/big/flipped{
+ layer = 3.1;
+ pixel_x = -16;
+ pixel_y = 0
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"Ee" = (
+/obj/vehicle/powerloader{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Eg" = (
+/obj/structure/window/framed/almayer,
+/obj/structure/machinery/door/poddoor/almayer,
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Ei" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/obj/item/storage/belt/gun/utility,
+/obj/item/storage/belt/gun/utility,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"En" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80
+ },
+/obj/item/device/healthanalyzer/soul,
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/cryo_cells)
+"Ep" = (
+/turf/open/floor/grass,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Eq" = (
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = -1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Er" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"Ex" = (
+/obj/effect/landmark/start/marine/alpha,
+/obj/effect/landmark/late_join/alpha,
+/obj/effect/landmark/late_join,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Ey" = (
+/turf/open/floor/almayer/orange,
+/area/golden_arrow/platoonprep)
+"Ez" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"EB" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/prop/flower_vase/redwhiteflowers,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"EH" = (
+/obj/structure/surface/table/almayer,
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/orange,
+/area/golden_arrow/platoonprep)
+"EI" = (
+/obj/structure/surface/table/almayer,
+/obj/item/tool/weldpack{
+ pixel_x = -2
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"EO" = (
+/obj/structure/desertdam/decals/road_stop,
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"EP" = (
+/obj/structure/machinery/computer/shuttle/elevator_controller/elevator_call{
+ dockId = "garrow_vehicle_elevator_two";
+ shuttleId = "garrow_vehicle_elevator_two";
+ pixel_y = 35;
+ name = "\improper vehicle elevator two control panel"
+ },
+/turf/open/shuttle/escapepod/west,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"ER" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"EU" = (
+/turf/open/floor/almayer/orange/north,
+/area/golden_arrow/platoonprep)
+"EY" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"Fa" = (
+/obj/structure/ship_ammo/rocket/harpoon,
+/obj/structure/ship_ammo/rocket/harpoon{
+ pixel_y = 12
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Fc" = (
+/obj/structure/platform{
+ pixel_y = 5
+ },
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ layer = 4.1
+ },
+/obj/effect/decal/siding,
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Fd" = (
+/obj/structure/machinery/door_control{
+ pixel_x = 21;
+ id = "cargodivider"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/prep_hallway)
+"Fg" = (
+/obj/structure/dropship_equipment/mg_holder,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Fj" = (
+/obj/structure/machinery/cm_vending/sorted/medical/blood{
+ req_access = list()
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/platoonprep)
+"Fn" = (
+/obj/structure/machinery/cryopod/big{
+ pixel_y = 11;
+ layer = 3.2;
+ pixel_x = -1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 3
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"Fo" = (
+/obj/structure/closet/crate/green{
+ name = "ruck supplies crate"
+ },
+/obj/item/roller/bedroll,
+/obj/item/roller/bedroll,
+/obj/item/roller/bedroll,
+/obj/item/roller/bedroll,
+/obj/item/roller/bedroll,
+/obj/item/roller/bedroll,
+/obj/item/roller/bedroll,
+/obj/item/roller/bedroll,
+/obj/item/tool/shovel/etool/folded,
+/obj/item/tool/shovel/etool/folded,
+/obj/item/tool/shovel/etool/folded,
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"Fr" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Fs" = (
+/obj/structure/machinery/door/airlock/multi_tile/elevator,
+/turf/open/floor/almayer/pod_landing_floor,
+/area/eclipse/vehicle_shuttle/south/two)
+"Ft" = (
+/obj/effect/landmark/start/marine/tl/alpha,
+/obj/effect/landmark/late_join/alpha,
+/obj/effect/landmark/late_join,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Fv" = (
+/turf/closed/wall/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Fx" = (
+/obj/structure/window/framed/almayer,
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"FA" = (
+/obj/structure/machinery/prop/almayer/CICmap/table/horizontal,
+/obj/structure/platform,
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform_decoration{
+ dir = 10
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"FB" = (
+/obj/structure/stairs,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"FE" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"FH" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ name = "\improper Vehicle Bay Two Blast Door";
+ id = "vehiclebay2"
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"FI" = (
+/turf/open/floor/warnwhite/north,
+/area/golden_arrow/dorms)
+"FJ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"FL" = (
+/obj/structure/window/framed/almayer/hull,
+/turf/open/floor/plating,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"FR" = (
+/obj/structure/surface/table/almayer,
+/obj/item/clothing/suit/storage/hazardvest/blue{
+ pixel_x = -7;
+ pixel_y = -4
+ },
+/obj/item/clothing/head/hardhat{
+ pixel_x = 10;
+ pixel_y = 1
+ },
+/obj/item/clothing/suit/storage/hazardvest{
+ pixel_x = 1
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"FT" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer/edge/smooth/corner,
+/area/golden_arrow/cryo_cells)
+"FU" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer/edge/smooth/north,
+/area/golden_arrow/cryo_cells)
+"FW" = (
+/obj/structure/machinery/computer/cameras/wooden_tv/prop{
+ pixel_y = 29
+ },
+/obj/structure/bed/chair,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"FX" = (
+/turf/closed/wall/almayer/white,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"FZ" = (
+/obj/effect/decal/cleanable/generic,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1
+ },
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Ge" = (
+/obj/structure/platform/stair_cut/alt,
+/obj/structure/sign/safety/cryo{
+ pixel_y = 25
+ },
+/obj/structure/stairs/perspective{
+ icon_state = "p_stair_ew_full_cap"
+ },
+/turf/open/floor/almayer/pod_landing_floor,
+/area/golden_arrow/cryo_cells)
+"Gf" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/blocker/invisible_wall/water,
+/turf/open/floor/tdome/tcomms,
+/area/golden_arrow/cryo_cells)
+"Gg" = (
+/obj/structure/surface/table/almayer,
+/obj/item/tool/weldingtool{
+ layer = 4.1;
+ pixel_x = 5;
+ pixel_y = 12
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"Gh" = (
+/obj/structure/machinery/power/reactor{
+ name = "\improper S-52 fusion reactor 17"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/engineering)
+"Gk" = (
+/obj/structure/machinery/cm_vending/sorted/medical/no_access,
+/obj/structure/machinery/light/double/blue{
+ dir = 8;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 28
+ },
+/turf/open/floor/almayer/sterile_green_corner/north,
+/area/golden_arrow/platoonprep)
+"Gn" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"Gr" = (
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "cargo_arrow"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Gv" = (
+/obj/structure/platform{
+ pixel_y = 5
+ },
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ layer = 4.1
+ },
+/obj/effect/decal/siding,
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Gy" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Gz" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"GA" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"GC" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"GE" = (
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"GF" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/item/trash/burger{
+ layer = 1.9;
+ pixel_x = 5
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"GG" = (
+/turf/open/floor/almayer_hull/outerhull_dir/northeast,
+/area/space)
+"GJ" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/ammo_box/magazine/m4a3{
+ pixel_y = 11;
+ pixel_x = -9;
+ layer = 2.98
+ },
+/obj/item/ammo_box/magazine/vp70{
+ pixel_y = -2;
+ pixel_x = -7
+ },
+/obj/item/ammo_box/magazine/m20a,
+/obj/item/ammo_box/magazine/m20a{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/item/ammo_box/magazine/m20a{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"GM" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"GQ" = (
+/obj/structure/stairs{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"GS" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"GU" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"GW" = (
+/obj/structure/machinery/cm_vending/sorted/attachments{
+ req_one_access_txt = "8;12;13;39";
+ req_access = list();
+ pixel_x = 2
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"Ha" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/blocker/invisible_wall/water,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_power = 0.7;
+ light_color = "#00FFF7"
+ },
+/turf/open/floor/tdome/tcomms,
+/area/golden_arrow/cryo_cells)
+"Hi" = (
+/obj/item/reagent_container/food/drinks/dry_ramen{
+ pixel_x = -6;
+ pixel_y = 8
+ },
+/obj/item/reagent_container/food/drinks/dry_ramen{
+ pixel_x = 2;
+ pixel_y = 11
+ },
+/obj/item/reagent_container/food/drinks/dry_ramen{
+ pixel_x = 8;
+ pixel_y = 7
+ },
+/obj/item/reagent_container/food/drinks/dry_ramen{
+ pixel_x = -7
+ },
+/obj/item/reagent_container/food/drinks/dry_ramen{
+ pixel_x = 1;
+ pixel_y = 3
+ },
+/obj/item/reagent_container/food/drinks/dry_ramen{
+ pixel_x = 8
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"Hk" = (
+/obj/structure/sign/safety/bathwomens{
+ pixel_x = 31
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"Hl" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ name = "\improper Hypersleep Bay"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"Hm" = (
+/obj/structure/machinery/cm_vending/gear/medic_chemical,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/platoonprep)
+"Ho" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/platoonprep)
+"Hq" = (
+/obj/structure/machinery/cryopod/big{
+ pixel_y = 11;
+ layer = 3.2;
+ pixel_x = -1
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7;
+ light_color = "#00FFF7"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 3
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"Hv" = (
+/obj/structure/barricade/handrail,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Hz" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/trash/used_stasis_bag,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"HC" = (
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"HE" = (
+/obj/structure/prop/dam/crane{
+ bound_height = 32;
+ climbable = 1;
+ layer = 3.5;
+ pixel_y = -23
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"HJ" = (
+/obj/item/paper{
+ icon_state = "paper_words";
+ pixel_y = -3;
+ pixel_x = 5;
+ layer = 3.01;
+ info = "OUT OF ORDER - When I find the dumbass that thought it was a good idea to drive over the elevator with the APC they're gonna get their ass beat.";
+ name = "OUT OF ORDER"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"HM" = (
+/obj/structure/machinery/bioprinter{
+ stored_metal = 125
+ },
+/turf/open/floor/almayer/sterile_green_corner/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"HO" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform,
+/obj/structure/platform_decoration{
+ dir = 6;
+ layer = 3.51
+ },
+/obj/structure/platform_decoration{
+ dir = 10;
+ layer = 3.51
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"HP" = (
+/obj/structure/machinery/computer/shuttle/elevator_controller/elevator_call{
+ pixel_y = -15;
+ dockId = "EclipseElevatorS_upper";
+ name = "starboard elevator control";
+ shuttleId = "EclipseElevatorS"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"HU" = (
+/obj/structure/surface/table/almayer,
+/obj/item/device/flashlight/lamp,
+/turf/open/floor/almayer/orange/northwest,
+/area/golden_arrow/platoonprep)
+"HX" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer/orange/north,
+/area/golden_arrow/platoonprep)
+"If" = (
+/obj/structure/surface/table/almayer,
+/obj/item/tool/wrench{
+ pixel_x = -8;
+ pixel_y = 10
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"Ih" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Im" = (
+/turf/open/floor/warnwhite/northwest,
+/area/golden_arrow/dorms)
+"Io" = (
+/turf/closed/wall/almayer/reinforced,
+/area/golden_arrow/cryo_cells)
+"Iq" = (
+/obj/structure/cargo_container/uscm/sanfran/mid{
+ layer = 3.1;
+ pixel_x = 8;
+ opacity = 0
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Is" = (
+/obj/structure/closet/secure_closet/marine_personal/rifleman{
+ pixel_x = -7
+ },
+/obj/structure/closet/secure_closet/marine_personal/rifleman{
+ pixel_x = 8
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"It" = (
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/platoonprep)
+"Ix" = (
+/obj/structure/machinery/telecomms/hub,
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"IF" = (
+/obj/structure/surface/table/almayer,
+/obj/item/device/radio{
+ pixel_x = -6;
+ pixel_y = 3
+ },
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"II" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"IK" = (
+/obj/structure/machinery/cm_vending/clothing/medic/forecon,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/platoonprep)
+"IM" = (
+/obj/structure/closet{
+ pixel_x = 7
+ },
+/obj/structure/closet{
+ pixel_x = -7
+ },
+/obj/item/storage/photo_album,
+/turf/open/floor/almayer/edge/smooth/endcap_right,
+/area/golden_arrow/dorms)
+"IO" = (
+/obj/vehicle/powerloader{
+ dir = 4
+ },
+/turf/open/floor/prison/darkyellow2/west,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"IQ" = (
+/obj/structure/machinery/door_control{
+ id = "vicnw";
+ pixel_x = -24
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"IY" = (
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "cargo_arrow"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Jc" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"Jd" = (
+/obj/item/reagent_container/food/drinks/cans/beer{
+ pixel_x = 10
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Je" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/cargo_arrow/north,
+/area/golden_arrow/motor_pool)
+"Jf" = (
+/obj/structure/platform{
+ pixel_y = 5
+ },
+/obj/structure/machinery/landinglight/ds1/delayone{
+ layer = 4.1
+ },
+/obj/effect/decal/siding,
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Jh" = (
+/obj/structure/bed/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/almayer/sterile_green_side/east,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Jn" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ req_access = list();
+ dir = 2;
+ name = "\improper Quarters"
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Jv" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer/edge/smooth,
+/area/golden_arrow/cryo_cells)
+"Jw" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Jz" = (
+/turf/closed/wall/almayer/outer,
+/area/eclipse/vehicle_shuttle/south/one)
+"JA" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"JE" = (
+/obj/vehicle/train/cargo/engine{
+ dir = 2
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"JF" = (
+/obj/structure/machinery/optable,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"JH" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"JI" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = -2;
+ layer = 3.1;
+ pixel_y = 4
+ },
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = -4;
+ pixel_y = 23
+ },
+/obj/effect/decal/cleanable/generic,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"JJ" = (
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/vehicle_shuttle/two/upper)
+"JM" = (
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"JP" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_y = 8
+ },
+/turf/open/floor/grass,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"JS" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ name = "\improper Hypersleep Bay"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/prep_hallway)
+"JT" = (
+/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor{
+ dir = 8;
+ id = "hangardeckwest"
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"JU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"JX" = (
+/obj/structure/machinery/cryopod/big/flipped{
+ layer = 3.2;
+ pixel_y = 8;
+ pixel_x = -16
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"JZ" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/shuttle/escapepod/floor1/east,
+/area/golden_arrow/cryo_cells)
+"Kc" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/obj/structure/sink{
+ pixel_y = 23
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Kf" = (
+/obj/structure/closet/secure_closet/marine_personal/platoon_commander{
+ pixel_x = 8
+ },
+/obj/structure/closet/secure_closet/marine_personal/platoon_commander{
+ pixel_x = -7
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"Kk" = (
+/obj/docking_port/stationary/trijent_elevator/shipmap_elevator/two{
+ id = "garrow_vehicle_elevator_two_storage";
+ roundstart_template = /datum/map_template/shuttle/trijent_elevator/golden_arrow/vehicletwo;
+ name = "Vehicle Elevator Two Storage";
+ elevator_network = "ArrowVehicleTwo"
+ },
+/turf/open/floor/corsat,
+/area/golden_arrow/motor_pool)
+"Kl" = (
+/obj/structure/machinery/door/airlock/multi_tile/elevator,
+/turf/open/floor/almayer/pod_landing_floor,
+/area/eclipse/vehicle_shuttle/south/one)
+"Km" = (
+/obj/structure/window/framed/almayer/hull,
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"Ko" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"Kw" = (
+/turf/open/floor/almayer_hull/outerhull_dir/east,
+/area/space)
+"Kx" = (
+/obj/structure/bed/chair/comfy/bench/south,
+/obj/effect/spawner/prop_gun/m41aMK1{
+ pixel_y = 3;
+ pixel_x = 6
+ },
+/obj/item/prop/helmetgarb/gunoil{
+ pixel_x = -7;
+ pixel_y = 4
+ },
+/obj/item/tool/screwdriver{
+ pixel_x = 7;
+ pixel_y = -4
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"Ky" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"KD" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"KE" = (
+/obj/structure/closet/secure_closet/fridge/dry{
+ locked = 0
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"KG" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/vehicle_locker/cabinet/cups{
+ pixel_y = 27;
+ pixel_x = -8
+ },
+/obj/structure/vehicle_locker/cabinet/cups/flip{
+ pixel_x = 7;
+ pixel_y = 27
+ },
+/obj/item/reagent_container/food/condiment/peppermill{
+ pixel_y = -1;
+ pixel_x = -8
+ },
+/obj/item/reagent_container/food/condiment/saltshaker{
+ pixel_x = -3;
+ pixel_y = -1
+ },
+/obj/item/reagent_container/food/drinks/flask/canteen{
+ pixel_x = 6;
+ pixel_y = 5
+ },
+/obj/item/reagent_container/food/drinks/flask/canteen{
+ pixel_x = 6
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"KM" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ pixel_y = 3
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"KP" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/obj/effect/vehicle_spawner/arc/fixed,
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"KQ" = (
+/obj/structure/machinery/computer/cryopod{
+ dir = 8;
+ pixel_x = -5;
+ pixel_y = -1
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"KS" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"KT" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/item/weapon/gun/launcher/grenade/m81,
+/obj/item/weapon/gun/launcher/grenade/m81{
+ pixel_y = -5;
+ preload = null
+ },
+/obj/item/weapon/gun/launcher/grenade/m81{
+ pixel_y = -9;
+ preload = null
+ },
+/obj/item/storage/belt/grenade,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"KV" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"KW" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"KX" = (
+/obj/item/tool/warning_cone,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"KY" = (
+/obj/structure/bed/chair/office/light{
+ dir = 8;
+ pixel_y = 5;
+ buckling_y = 5
+ },
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Lc" = (
+/turf/closed/wall/almayer/reinforced,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Ld" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"Lf" = (
+/obj/docking_port/stationary/lifeboat_dock/starboard,
+/turf/open/floor/almayer_hull/outerhull_dir/east,
+/area/space/almayer/lifeboat_dock)
+"Lg" = (
+/obj/structure/toilet{
+ dir = 1
+ },
+/obj/structure/barricade/metal{
+ dir = 8;
+ pixel_x = -1
+ },
+/obj/structure/barricade/metal{
+ dir = 4;
+ pixel_x = 1
+ },
+/obj/structure/barricade/metal{
+ dir = 8;
+ pixel_x = -1;
+ pixel_y = 11
+ },
+/obj/structure/barricade/metal{
+ dir = 4;
+ pixel_x = 1;
+ pixel_y = 11
+ },
+/obj/structure/machinery/light/small/blue/golden_arrow{
+ pixel_y = -1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"Li" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/item/weapon/gun/m60{
+ desc = "The military version of the Mk70. Due to its reliable build and effectiveness in cutting down hostile fauna in the frontier regions of space, the UAAC has adopted it as standard issue. \nAlt-click to open the feed tray cover for handling reloads.";
+ name = "\improper M70 Machine Gun"
+ },
+/obj/item/weapon/gun/m60{
+ desc = "The military version of the Mk70. Due to its reliable build and effectiveness in cutting down hostile fauna in the frontier regions of space, the UAAC has adopted it as standard issue. \nAlt-click to open the feed tray cover for handling reloads.";
+ name = "\improper M70 Machine Gun";
+ pixel_y = 7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"Lj" = (
+/obj/structure/machinery/door_control{
+ id = "hangardeckwest";
+ pixel_x = 24
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Lm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Lq" = (
+/turf/open/floor/almayer/plating_striped/north,
+/area/space)
+"Lu" = (
+/obj/structure/prop/dam/crane/cargo,
+/obj/structure/ship_ammo/minirocket{
+ pixel_y = -17
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Ly" = (
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Lz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"LC" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"LE" = (
+/obj/structure/machinery/iv_drip,
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"LH" = (
+/obj/structure/closet/secure_closet/marine_personal/squad_leader{
+ pixel_x = 8
+ },
+/obj/structure/closet/secure_closet/marine_personal/smartgunner{
+ pixel_x = -7
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"LJ" = (
+/turf/open/floor/almayer/plating_striped{
+ dir = 4
+ },
+/area/golden_arrow/cryo_cells)
+"LL" = (
+/turf/open/floor/almayer/sterile_green_corner/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"LO" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/obj/structure/platform{
+ dir = 1
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform_decoration{
+ dir = 5
+ },
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"LP" = (
+/obj/structure/filingcabinet,
+/obj/structure/machinery/light/blue{
+ light_color = "#0071B2";
+ name = "Blue light fixture";
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"LS" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"LT" = (
+/obj/structure/surface/table/almayer,
+/obj/structure/machinery/computer/cameras/wooden_tv/prop{
+ pixel_y = 29
+ },
+/obj/structure/machinery/recharger{
+ pixel_y = 3
+ },
+/obj/item/clothing/head/cardborg,
+/turf/open/floor/almayer/mono,
+/area/golden_arrow/dorms)
+"LW" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Md" = (
+/obj/structure/machinery/vending/cola,
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Mi" = (
+/obj/structure/stairs/perspective{
+ dir = 8;
+ icon_state = "p_stair_full"
+ },
+/obj/structure/platform,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Ml" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Mm" = (
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Mr" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Ms" = (
+/obj/structure/machinery/cryo_cell,
+/obj/structure/pipes/standard/cap/hidden,
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Mv" = (
+/turf/open/floor/prison/darkyellow2/west{
+ dir = 2
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Mw" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer/edge/smooth/endcap_right/east,
+/area/golden_arrow/dorms)
+"Mx" = (
+/turf/open/floor/almayer/sterile_green_side/east,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"MB" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"MC" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 5
+ },
+/obj/structure/platform{
+ dir = 1;
+ base_pixel_y = null
+ },
+/obj/structure/platform_decoration{
+ dir = 9;
+ layer = 5
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform_decoration{
+ dir = 5;
+ layer = 3.51
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"MD" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/machinery/prop/almayer/CICmap{
+ density = 0;
+ icon_state = "shuttle";
+ layer = 2.97;
+ name = "Tactical Map Display";
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/structure/machinery/computer/cameras/almayer/vehicle{
+ network = list("Golden Arrow","Vehicle","Midway");
+ pixel_x = -9;
+ pixel_y = 14
+ },
+/obj/item/tool/pen{
+ pixel_x = -10;
+ pixel_y = -5
+ },
+/obj/item/paper_bin/uscm{
+ pixel_x = 6;
+ pixel_y = -1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"MG" = (
+/turf/open/floor/almayer/plating_striped,
+/area/golden_arrow/prep_hallway)
+"MH" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"MJ" = (
+/obj/structure/cable/heavyduty{
+ icon_state = "4-8"
+ },
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"MN" = (
+/obj/structure/closet/secure_closet/marine_personal/platoon_commander,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"MO" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 3.1
+ },
+/turf/open/shuttle/escapepod/floor4,
+/area/golden_arrow/motor_pool)
+"MP" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/obj/structure/surface/table/almayer,
+/obj/item/attachable/scope/pve{
+ pixel_x = -10;
+ pixel_y = -5
+ },
+/obj/item/device/binoculars/range/designator/sergeant{
+ pixel_y = -3;
+ pixel_x = 8
+ },
+/obj/item/device/whistle{
+ pixel_x = -6;
+ pixel_y = 7
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"MR" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"MU" = (
+/turf/open/shuttle/escapepod/floor2,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"MW" = (
+/turf/open/shuttle/escapepod/floor1/east,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Nf" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ dir = 2;
+ req_access = null
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Nh" = (
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"Ni" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8
+ },
+/obj/effect/landmark/observer_start,
+/obj/effect/landmark/late_join,
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Nm" = (
+/obj/structure/bed/chair/comfy,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"No" = (
+/obj/vehicle/powerloader{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Np" = (
+/obj/structure/platform{
+ dir = 8;
+ layer = 2.7;
+ pixel_x = 5
+ },
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ dir = 8
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Nq" = (
+/obj/structure/prop/dam/crane{
+ bound_height = 32;
+ climbable = 1;
+ layer = 3.5;
+ pixel_y = -23
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Nt" = (
+/obj/structure/bedsheetbin{
+ pixel_y = 14
+ },
+/obj/item/clothing/suit/storage/jacket/marine/corporate/black,
+/obj/structure/surface/table/reinforced/black,
+/obj/item/clothing/suit/storage/jacket/marine/bomber,
+/obj/item/clothing/suit/storage/jacket/marine/service/tanker{
+ pixel_y = 7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"Ny" = (
+/turf/open/floor/almayer/edge/smooth/endcap_right/west,
+/area/golden_arrow/cryo_cells)
+"Nz" = (
+/obj/structure/desertdam/decals/road_stop{
+ icon_state = "stop_decal5";
+ pixel_y = 8
+ },
+/obj/effect/decal/cleanable/generic,
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"NB" = (
+/obj/structure/barricade/handrail/type_b{
+ layer = 3.1
+ },
+/obj/structure/machinery/shower{
+ dir = 4
+ },
+/obj/structure/curtain/open/shower{
+ pixel_x = 12
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/cryo_cells)
+"ND" = (
+/obj/structure/machinery/door/window/westleft{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80
+ },
+/obj/structure/surface/rack,
+/obj/item/storage/pill_bottle/antitox/skillless,
+/obj/item/storage/pill_bottle/antitox/skillless{
+ pixel_x = -5;
+ pixel_y = -6
+ },
+/obj/item/storage/pill_bottle/antitox/skillless{
+ pixel_y = -5;
+ pixel_x = 8
+ },
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/cryo_cells)
+"NG" = (
+/obj/item/tool/crowbar/red{
+ pixel_x = -13;
+ pixel_y = -13
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"NK" = (
+/obj/docking_port/stationary/marine_dropship/golden_arrow_hangar{
+ name = "Hangar Bay Aft";
+ id = "golden arrow lz2";
+ roundstart_template = null
+ },
+/turf/open/floor/prison/floor_plate,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"NL" = (
+/obj/structure/bed/chair,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"NO" = (
+/turf/open/floor/almayer/pod_landing_floor,
+/area/eclipse/vehicle_shuttle/south/two)
+"NR" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/obj/vehicle/powerloader{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"NU" = (
+/turf/open/floor/corsat,
+/area/golden_arrow/motor_pool)
+"Oc" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ id = "hangarentrancesouth";
+ name = "\improper South Hangar Podlock"
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Od" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/obj/structure/bedsheetbin{
+ pixel_y = 6
+ },
+/obj/item/clothing/suit/storage/jacket/marine/service{
+ pixel_x = 11
+ },
+/obj/structure/surface/table/almayer,
+/obj/item/clothing/under/marine/officer/boiler,
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/dorms)
+"Oi" = (
+/turf/open/shuttle/escapepod/floor2,
+/area/golden_arrow/motor_pool)
+"Op" = (
+/obj/structure/sign/safety/bathmens{
+ pixel_y = -25;
+ pixel_x = 13
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Oq" = (
+/obj/structure/platform/stair_cut/alt,
+/obj/structure/sign/safety/cryo{
+ pixel_y = 25
+ },
+/obj/structure/stairs/perspective{
+ icon_state = "p_stair_ew_full_cap"
+ },
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"Os" = (
+/obj/structure/window/framed/almayer,
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"Ot" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"Ou" = (
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Ox" = (
+/turf/open/floor/almayer/edge/smooth/southwest,
+/area/golden_arrow/prep_hallway)
+"Oy" = (
+/obj/structure/machinery/floodlight/landing/floor{
+ color = "#dae2ff";
+ light_color = "#dae2ff"
+ },
+/turf/open/floor/corsat,
+/area/golden_arrow/vehicle_shuttle/two/upper)
+"Oz" = (
+/obj/structure/machinery/shower{
+ dir = 8
+ },
+/obj/structure/curtain/open/shower{
+ pixel_x = -12
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/cryo_cells)
+"OA" = (
+/obj/item/tool/mop,
+/obj/structure/surface/rack,
+/turf/open/floor/almayer/orange/west,
+/area/golden_arrow/platoonprep)
+"OB" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"OE" = (
+/obj/structure/machinery/body_scanconsole{
+ pixel_y = 6;
+ dir = 8
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/platoonprep)
+"OI" = (
+/obj/item/trash/used_stasis_bag,
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"OM" = (
+/obj/structure/bed/chair/comfy/bench/mid/east,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"OZ" = (
+/obj/structure/machinery/door/airlock/almayer/medical{
+ id_tag = "or03";
+ name = "Lobby";
+ dir = 1
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Pb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = -1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Pe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Pf" = (
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Pg" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Ph" = (
+/obj/structure/ship_ammo/rocket/widowmaker,
+/obj/structure/ship_ammo/rocket/widowmaker{
+ pixel_y = 8
+ },
+/obj/structure/ship_ammo/rocket/widowmaker{
+ pixel_y = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Pm" = (
+/obj/structure/prop/invuln{
+ desc = "An inflated membrane. This one is puncture proof. Wow!";
+ icon = 'icons/obj/items/inflatable.dmi';
+ icon_state = "wall";
+ name = "umbilical wall"
+ },
+/obj/structure/blocker/invisible_wall,
+/turf/open/floor/almayer_hull/outerhull_dir/west,
+/area/space)
+"Po" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"Pr" = (
+/obj/structure/machinery/cm_vending/sorted/cargo_guns/squad{
+ req_one_access_txt = "8;12;39;40";
+ req_one_access = list()
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/platoonprep)
+"Py" = (
+/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor{
+ id = "vicne"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"Pz" = (
+/obj/structure/machinery/cm_vending/sorted/medical/no_access,
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = -15
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_corner/north,
+/area/golden_arrow/platoonprep)
+"PA" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/storage/surgical_case/regular{
+ pixel_y = 13
+ },
+/obj/item/reagent_container/hypospray/autoinjector/adrenaline_concentrated,
+/obj/item/reagent_container/hypospray/autoinjector/adrenaline_concentrated{
+ pixel_y = -4
+ },
+/obj/structure/machinery/camera/autoname/golden_arrow{
+ dir = 8
+ },
+/turf/open/floor/almayer/sterile_green_corner,
+/area/golden_arrow/platoonprep)
+"PE" = (
+/obj/structure/platform,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"PJ" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer/edge/smooth/north,
+/area/golden_arrow/cryo_cells)
+"PL" = (
+/obj/structure/machinery/washing_machine{
+ layer = 3.5;
+ pixel_y = 15
+ },
+/obj/structure/machinery/washing_machine,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/turf/open/floor/almayer/mono,
+/area/golden_arrow/dorms)
+"PO" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"PS" = (
+/obj/structure/pipes/standard/simple/hidden/supply{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/platoonprep)
+"PT" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"PV" = (
+/obj/structure/surface/table/almayer,
+/obj/item/reagent_container/glass/bucket/janibucket,
+/turf/open/floor/almayer/orange,
+/area/golden_arrow/platoonprep)
+"PY" = (
+/obj/structure/machinery/door/poddoor/almayer,
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Qd" = (
+/obj/structure/machinery/computer/shuttle/elevator_controller/elevator_call{
+ pixel_y = -15;
+ dockId = "EclipseElevatorS_lower";
+ name = "starboard elevator control";
+ shuttleId = "EclipseElevatorS"
+ },
+/turf/open/floor/almayer/red/east,
+/area/golden_arrow/prep_hallway)
+"Qm" = (
+/obj/structure/cargo_container/wy/left,
+/obj/structure/prop/almayer/minigun_crate{
+ pixel_x = 1;
+ pixel_y = 39
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Qn" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/asphalt/cement_darkened,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Qt" = (
+/obj/structure/closet/secure_closet/marine_personal/corpsman{
+ pixel_x = 8
+ },
+/obj/structure/closet/secure_closet/marine_personal/platoon_leader{
+ pixel_x = -7
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"QA" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"QH" = (
+/obj/structure/closet/secure_closet/marine_personal/squad_leader{
+ pixel_x = -7
+ },
+/obj/structure/closet/secure_closet/marine_personal/smartgunner{
+ pixel_x = 8
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"QK" = (
+/obj/structure/closet/crate/ammo{
+ pixel_y = 8
+ },
+/obj/item/weapon/gun/launcher/rocket/anti_tank/disposable,
+/obj/item/weapon/gun/launcher/rocket/anti_tank/disposable,
+/obj/structure/surface/table/reinforced/black,
+/obj/item/weapon/gun/launcher/rocket/anti_tank/disposable,
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"QP" = (
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"QQ" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/machinery/computer/overwatch/almayer{
+ pixel_y = 24
+ },
+/obj/item/device/radio/intercom{
+ freerange = 1;
+ name = "General Listening Channel";
+ pixel_x = 25;
+ pixel_y = 28
+ },
+/obj/item/clothing/glasses/hud/health{
+ pixel_y = 5;
+ pixel_x = 7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"QS" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/prep_hallway)
+"QT" = (
+/obj/structure/flora/bush/ausbushes/ppflowers,
+/turf/open/floor/grass,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"QZ" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/book/manual/surgery,
+/obj/item/reagent_container/spray/cleaner{
+ desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back.";
+ name = "Surgery Cleaner"
+ },
+/turf/open/floor/almayer/sterile_green_corner/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Ra" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/machinery/status_display{
+ pixel_y = -29
+ },
+/turf/open/floor/almayer/edge/smooth,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"Rc" = (
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"Rd" = (
+/obj/effect/decal/cleanable/generic,
+/turf/open/floor/almayer/cargo_arrow/north,
+/area/golden_arrow/motor_pool)
+"Rf" = (
+/turf/open/space/basic,
+/area/space)
+"Rg" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/item/trash/cigbutt/cigarbutt{
+ layer = 1.9;
+ pixel_x = 6;
+ pixel_y = 10
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Rj" = (
+/obj/structure/prop/invuln/lifeboat_hatch_placeholder{
+ layer = 2.1
+ },
+/turf/open/floor/almayer/cargo,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Rm" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/tool/hand_labeler{
+ pixel_x = 7
+ },
+/obj/item/paper_bin/uscm{
+ pixel_y = 5
+ },
+/obj/item/tool/pen,
+/obj/item/device/megaphone,
+/obj/item/book/manual/medical_diagnostics_manual,
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80
+ },
+/obj/structure/window/reinforced{
+ layer = 3.8
+ },
+/turf/open/floor/almayer/sterile_green_corner/west,
+/area/golden_arrow/cryo_cells)
+"Rt" = (
+/obj/structure/machinery/vending/snack/packaged,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Ry" = (
+/obj/structure/platform{
+ pixel_y = 5
+ },
+/obj/effect/decal/siding,
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ layer = 4.1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"RA" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ name = "\improper Emergency Infirmary";
+ dir = 2
+ },
+/obj/structure/machinery/door/airlock/multi_tile/upp_grey/glass{
+ dir = 2
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"RC" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"RD" = (
+/obj/structure/ship_ammo/rocket/keeper{
+ pixel_y = 10;
+ pixel_x = -18
+ },
+/obj/structure/ship_ammo/rocket/keeper{
+ pixel_x = -18
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"RH" = (
+/obj/structure/machinery/cryopod/big/flipped{
+ layer = 3.2;
+ pixel_y = 8;
+ pixel_x = -16
+ },
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -4
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7;
+ light_color = "#00FFF7"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"RL" = (
+/obj/structure/machinery/computer/cryopod{
+ pixel_x = 6;
+ pixel_y = -2;
+ dir = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"RM" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ dir = 2
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"RQ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out";
+ pixel_x = 1
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"RS" = (
+/turf/open/floor/almayer/edge/northwest,
+/area/golden_arrow/prep_hallway)
+"RT" = (
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/prep_hallway)
+"RU" = (
+/turf/open/floor/corsat,
+/area/golden_arrow/vehicle_shuttle/two/upper)
+"RV" = (
+/obj/structure/ship_ammo/heavygun/antitank,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"RY" = (
+/obj/structure/filingcabinet,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Sa" = (
+/obj/structure/machinery/cm_vending/sorted/marine_food,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Sb" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Sc" = (
+/obj/structure/sign/poster/propaganda{
+ pixel_x = 25
+ },
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Sf" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delaytwo{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Sg" = (
+/turf/open/floor/almayer_hull,
+/area/space)
+"Sk" = (
+/obj/structure/machinery/door/window/westleft{
+ dir = 1
+ },
+/obj/structure/surface/rack,
+/obj/item/storage/pill_bottle/paracetamol,
+/obj/item/storage/pill_bottle/paracetamol{
+ pixel_x = -5
+ },
+/obj/item/storage/pill_bottle/paracetamol{
+ pixel_y = -5;
+ pixel_x = 6
+ },
+/obj/item/storage/pill_bottle/paracetamol{
+ pixel_y = -1;
+ pixel_x = -2
+ },
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/cryo_cells)
+"Sl" = (
+/turf/open/space,
+/area/space/almayer/lifeboat_dock)
+"Sm" = (
+/obj/structure/bed/chair/office/dark,
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"So" = (
+/obj/structure/gun_rack/m20a/unloaded,
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"St" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"Su" = (
+/obj/structure/machinery/door/airlock/almayer/secure{
+ req_access = list();
+ dir = 2;
+ name = "\improper Head"
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Sw" = (
+/obj/structure/platform,
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform_decoration{
+ dir = 10
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Sy" = (
+/obj/structure/platform{
+ layer = 3.1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"SA" = (
+/turf/open/floor/almayer/sterile_green,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"SB" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"SC" = (
+/obj/structure/cargo_container/uscm/chinook/left{
+ color = "#898988";
+ layer = 3.2;
+ pixel_y = 15;
+ opacity = 0;
+ pixel_x = 6
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"SG" = (
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"SK" = (
+/obj/structure/closet/crate/ammo{
+ pixel_y = 14
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -6
+ },
+/obj/structure/largecrate/random/mini/wooden{
+ pixel_x = 9
+ },
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"SM" = (
+/obj/structure/ship_ammo/rocket/widowmaker,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"SQ" = (
+/obj/structure/ship_ammo/rocket/widowmaker,
+/obj/structure/prop/invuln/lifeboat_hatch_placeholder{
+ layer = 2.1
+ },
+/obj/structure/ship_ammo/rocket/widowmaker{
+ pixel_y = 8
+ },
+/obj/structure/ship_ammo/rocket/widowmaker{
+ pixel_y = 4
+ },
+/turf/open/floor/almayer/cargo,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"SS" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"SU" = (
+/obj/structure/machinery/door/airlock/multi_tile/upp_grey/glass{
+ dir = 2
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"SW" = (
+/obj/effect/landmark/start/marine/medic/alpha,
+/obj/effect/landmark/late_join/alpha,
+/obj/effect/landmark/late_join,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"SZ" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Ta" = (
+/obj/structure/bed/chair/office/light{
+ dir = 8
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"Tb" = (
+/obj/structure/platform{
+ dir = 1;
+ base_pixel_y = null;
+ pixel_y = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delaythree{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Tc" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"Tg" = (
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"Th" = (
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Tm" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/prop/colony/game,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Tp" = (
+/obj/item/tool/warning_cone,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Tv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1
+ },
+/obj/vehicle/powerloader{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Tw" = (
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"TD" = (
+/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor{
+ id = "vicnw"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"TI" = (
+/turf/open/floor/almayer/edge/north,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"TP" = (
+/obj/structure/machinery/door/poddoor/almayer/locked{
+ name = " Vehicle Bay Two Blast Door";
+ id = "lowervehiclebay2";
+ dir = 8
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/golden_arrow/vehicle_shuttle/two/upper)
+"TQ" = (
+/obj/structure/surface/rack,
+/obj/structure/sign/banners/united_americas_flag{
+ pixel_y = 32
+ },
+/obj/item/storage/belt/grenade,
+/obj/item/storage/belt/grenade,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"TR" = (
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/cryo_cells)
+"TS" = (
+/obj/structure/machinery/door/airlock/multi_tile/upp_grey/glass{
+ dir = 2
+ },
+/turf/open/floor/almayer/plating/northeast,
+/area/golden_arrow/prep_hallway)
+"Ub" = (
+/turf/open/floor/almayer/edge/smooth,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"Uc" = (
+/turf/open/floor/prison/darkyellow2/north,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Ud" = (
+/obj/structure/machinery/door_control{
+ id = "hangardeckwest";
+ pixel_x = -24
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Ue" = (
+/obj/structure/flora/bush/ausbushes/ppflowers,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7;
+ light_color = "#00FFF7"
+ },
+/turf/open/floor/grass,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Ui" = (
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/cryo_cells)
+"Uj" = (
+/obj/structure/window/framed/almayer/hull,
+/turf/open/space/basic,
+/area/golden_arrow/prep_hallway)
+"Um" = (
+/turf/open/floor/almayer/mono,
+/area/golden_arrow/dorms)
+"Un" = (
+/turf/open/floor/white,
+/area/golden_arrow/dorms)
+"Uv" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/warnwhite,
+/area/golden_arrow/dorms)
+"Uz" = (
+/turf/closed/wall/almayer/outer/gear,
+/area/golden_arrow/vehicle_shuttle/two/upper)
+"UC" = (
+/obj/item/tool/warning_cone,
+/turf/open/floor/almayer/edge/east,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"UK" = (
+/obj/structure/closet/boxinggloves,
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"UO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/obj/vehicle/multitile/box_van/ambulance{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"UP" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"UQ" = (
+/obj/structure/machinery/door_control/brbutton{
+ pixel_y = 28;
+ id = "vehiclebay2";
+ name = "vehicle bay blast door control"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"UX" = (
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/motor_pool)
+"UZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Vd" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"Vg" = (
+/obj/structure/platform{
+ pixel_y = 27
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform_decoration{
+ dir = 5
+ },
+/obj/structure/machinery/telecomms/hub/preset,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Vj" = (
+/turf/open/floor/almayer/edge/smooth,
+/area/golden_arrow/cryo_cells)
+"Vl" = (
+/obj/structure/machinery/door/airlock/almayer/secure,
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"Vm" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/reagent_container/food/condiment/saltshaker{
+ pixel_x = -3;
+ pixel_y = -1
+ },
+/obj/item/reagent_container/food/condiment/peppermill{
+ pixel_y = -1;
+ pixel_x = -8
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Vn" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"Vo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Vr" = (
+/turf/closed/wall/almayer,
+/area/golden_arrow/prep_hallway)
+"Vs" = (
+/turf/open/floor/almayer/sterile_green_corner,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Vx" = (
+/obj/structure/window/framed/almayer/hull,
+/turf/open/space,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"VD" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/obj/structure/machinery/computer/cryopod{
+ dir = 8;
+ pixel_x = -5;
+ pixel_y = -1
+ },
+/turf/open/floor/almayer/plate,
+/area/golden_arrow/cryo_cells)
+"VG" = (
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer/sterile_green_corner,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"VI" = (
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"VM" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/machinery/computer/crew/alt{
+ dir = 4;
+ pixel_y = 4;
+ pixel_x = 2
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"VN" = (
+/obj/structure/cargo_container/wy/right,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"VO" = (
+/obj/structure/surface/table/almayer,
+/obj/item/prop/colony/game{
+ pixel_y = 10;
+ pixel_x = 15
+ },
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_y = 29;
+ pixel_x = -8
+ },
+/obj/item/storage/fancy/crayons,
+/turf/open/floor/almayer/edge/smooth/northwest,
+/area/golden_arrow/dorms)
+"VR" = (
+/turf/open/floor/prison/darkyellowcorners2/north,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"VS" = (
+/obj/structure/machinery/vending/generic,
+/turf/open/floor/almayer/sterile_green_corner/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"VU" = (
+/obj/structure/closet{
+ pixel_x = 7
+ },
+/obj/structure/closet{
+ pixel_x = -7
+ },
+/obj/item/storage/pill_bottle{
+ name = "birth control"
+ },
+/turf/open/floor/almayer/edge/smooth/endcap_right,
+/area/golden_arrow/dorms)
+"VY" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_y = 3
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Wa" = (
+/obj/structure/machinery/door_control{
+ id = "hangarentrancesouth";
+ name = "South Hangar Shutters";
+ pixel_y = 30;
+ req_one_access_txt = "2;3;12;19";
+ throw_range = 15
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Wb" = (
+/obj/structure/pipes/standard/tank/oxygen,
+/obj/structure/sign/safety/med_cryo{
+ pixel_x = -6;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Wf" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"Wl" = (
+/obj/structure/cargo_container/wy/mid,
+/obj/structure/sign/poster{
+ desc = "YOU ALWAYS KNOW A WORKING JOE. YOU ALWAYS KNOW A WORKING JOE. YOU ALWAYS KNOW A WORKING JOE. YOU ALWAYS KNOW A WORKING JOE. YOU ALWAYS KNOW A WORKING JOE.";
+ icon_state = "poster11";
+ name = "YOU ALWAYS KNOW A WORKING JOE.";
+ pixel_x = -22;
+ pixel_y = 3;
+ serial_number = 11
+ },
+/obj/structure/sign/poster{
+ desc = "One of those hot, tanned babes back the beaches of good ol' Earth.";
+ icon_state = "poster12";
+ name = "Beach Babe Pinup";
+ pixel_x = 6;
+ pixel_y = 8;
+ serial_number = 12
+ },
+/obj/structure/sign/poster{
+ desc = "This poster features Audrey Rainwater standing in a jacuzzi. She was the July 2182 centerfold in Playboy Magazine. Don't ask how you know that.";
+ icon_state = "poster16";
+ name = "'Miss July' Pinup";
+ serial_number = 16
+ },
+/obj/structure/sign/poster{
+ desc = "Koorlander Golds, lovingly machine rolled for YOUR pleasure.";
+ icon_state = "poster10";
+ name = "Koorlander Gold Poster";
+ pixel_x = 29;
+ pixel_y = 6;
+ serial_number = 10
+ },
+/obj/structure/bed/chair{
+ dir = 1;
+ pixel_y = 42
+ },
+/turf/open/floor/almayer/plate,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Wm" = (
+/obj/structure/closet/crate/green{
+ name = "ruck supplies crate"
+ },
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/obj/item/reagent_container/food/drinks/flask/canteen/empty,
+/turf/open/floor/almayer/edge/smooth/east,
+/area/golden_arrow/platoonprep)
+"Wq" = (
+/obj/structure/machinery/iv_drip,
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Wx" = (
+/obj/structure/filingcabinet/medical{
+ pixel_y = 17;
+ pixel_x = -8;
+ name = "medical records";
+ density = 0
+ },
+/obj/structure/filingcabinet{
+ pixel_y = 17;
+ pixel_x = 8;
+ density = 0
+ },
+/obj/effect/decal/cleanable/dirt{
+ layer = 2.52
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Wz" = (
+/obj/vehicle/train/cargo/trolley,
+/turf/open/floor/plating/plating_catwalk,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"WA" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/shuttle/escapepod/west,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"WD" = (
+/turf/closed/wall/almayer/outer/friegt,
+/area/golden_arrow/vehicle_shuttle/two/upper)
+"WE" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/prison/darkyellow2/west{
+ dir = 2
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"WG" = (
+/obj/structure/platform{
+ dir = 1;
+ base_pixel_y = null;
+ pixel_y = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"WM" = (
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"WO" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/lifeboat/blastdoor{
+ id_tag = "Boat2-D1";
+ linked_dock = "almayer-lifeboat2";
+ throw_dir = 2
+ },
+/turf/open/floor/almayer/test_floor4,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"WR" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Xb" = (
+/obj/structure/machinery/shower{
+ dir = 8
+ },
+/obj/structure/barricade/handrail/type_b{
+ layer = 3.1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/curtain/open/shower{
+ pixel_x = -12
+ },
+/obj/structure/machinery/status_display{
+ pixel_x = 32;
+ pixel_y = 16
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/golden_arrow/cryo_cells)
+"Xc" = (
+/obj/structure/stairs/perspective{
+ dir = 8;
+ icon_state = "p_stair_full"
+ },
+/turf/open/floor/almayer/pod_landing_floor,
+/area/golden_arrow/cryo_cells)
+"Xe" = (
+/obj/structure/gun_rack/m20a/unloaded,
+/obj/structure/sign/banners/maximumeffort{
+ pixel_y = 29;
+ desc = "A large banner strung up on the wall intended to give the marines a boost in confidence."
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/platoonprep)
+"Xf" = (
+/obj/docking_port/stationary/trijent_elevator/shipmap_elevator/one{
+ airlock_area = /area/eclipse/vehicle_shuttle/south/two;
+ name = "Crew Deck";
+ id = "EclipseElevatorS_upper";
+ elevator_network = "EclipseElevatorS";
+ airlock_exit = /obj/structure/machinery/door/airlock/multi_tile/elevator
+ },
+/turf/open/floor/almayer/empty/golden_arrow/vehicle_one,
+/area/eclipse/vehicle_shuttle/south/two)
+"Xg" = (
+/obj/structure/surface/table/almayer,
+/obj/item/storage/bag/trash{
+ pixel_x = -3
+ },
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_x = 4;
+ pixel_y = 29
+ },
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"Xn" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_y = 3
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/turf/open/floor/almayer/edge/smooth/north,
+/area/golden_arrow/dorms)
+"Xs" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ layer = 2.5;
+ pixel_y = 1;
+ pixel_x = -2
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"Xz" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer/plating_striped/east,
+/area/golden_arrow/prep_hallway)
+"XB" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 1;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/obj/structure/machinery/disposal{
+ density = 0;
+ layer = 3.2;
+ pixel_y = 16
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"XE" = (
+/obj/structure/closet{
+ pixel_x = 7
+ },
+/obj/structure/closet{
+ pixel_x = -7
+ },
+/obj/item/storage/backpack,
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"XG" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/storage/firstaid/softpack/burn{
+ pixel_y = 9;
+ pixel_x = -9;
+ layer = 3.01
+ },
+/obj/item/storage/firstaid/softpack/brute{
+ pixel_y = 1;
+ pixel_x = -9
+ },
+/obj/item/paper_bin/uscm{
+ pixel_x = 6;
+ pixel_y = 7
+ },
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 8;
+ light_color = "#dae2ff";
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_corner/west,
+/area/golden_arrow/platoonprep)
+"XL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/cleanable/generic,
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"XM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out";
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"XN" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7;
+ light_color = "#00FFF7"
+ },
+/turf/open/floor/grass,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"XP" = (
+/obj/item/tool/kitchen/rollingpin{
+ pixel_y = 4;
+ pixel_x = -6
+ },
+/obj/item/tool/kitchen/knife{
+ pixel_x = 9
+ },
+/obj/item/trash/plate{
+ pixel_x = -3
+ },
+/obj/item/trash/plate{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/trash/plate{
+ pixel_x = -3;
+ pixel_y = 4
+ },
+/obj/structure/surface/table/reinforced/almayer_B,
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"XQ" = (
+/obj/structure/machinery/light/blue{
+ light_color = "#0071B2";
+ name = "Blue light fixture";
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"XV" = (
+/obj/structure/platform,
+/obj/structure/machinery/prop/almayer/CICmap/toc,
+/turf/open/floor/almayer,
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Yl" = (
+/obj/structure/machinery/cryopod/big/flipped{
+ layer = 3.1;
+ pixel_x = -16;
+ pixel_y = 0
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -4
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ dir = 4;
+ pixel_y = 19;
+ pixel_x = 16
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/golden_arrow/cryo_cells)
+"Ym" = (
+/obj/structure/machinery/camera/autoname/golden_arrow{
+ dir = 4
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/cryo_cells)
+"Yn" = (
+/obj/structure/bed/chair,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/cryo_cells)
+"Yp" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/vehicle_spawner/box_van/ambulance/fixed{
+ dir = 4
+ },
+/turf/open/asphalt/cement_darkened,
+/area/golden_arrow/motor_pool)
+"Yq" = (
+/obj/structure/bed/chair/comfy/bench/south/west,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/cryo_cells)
+"Ys" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 4;
+ unacidable = 1
+ },
+/turf/closed/wall/almayer/outer,
+/area/golden_arrow/cryo_cells)
+"Yt" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/lifeboat{
+ name = "Medical Cabinet";
+ can_block_movement = 0;
+ pixel_y = 25
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"Yu" = (
+/obj/structure/machinery/status_display{
+ pixel_x = 16;
+ pixel_y = -30
+ },
+/obj/structure/sign/safety/airlock{
+ pixel_y = -32
+ },
+/turf/open/floor/almayer,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"Yv" = (
+/obj/structure/machinery/door_control{
+ id = "vicnw";
+ pixel_x = -24;
+ pixel_y = -19
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/golden_arrow/motor_pool)
+"Yx" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/golden_arrow/dorms)
+"Yz" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.7;
+ pixel_x = -5
+ },
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"YA" = (
+/turf/open/floor/prison/darkyellow2/west,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"YB" = (
+/obj/structure/machinery/telecomms/processor,
+/obj/structure/barricade/handrail,
+/obj/structure/window/reinforced/ultra,
+/obj/structure/machinery/door/window/ultra,
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"YE" = (
+/turf/closed/wall/almayer,
+/area/golden_arrow/cryo_cells)
+"YF" = (
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"YH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/tool/weldingtool{
+ layer = 4.1;
+ pixel_x = 5;
+ pixel_y = 12
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"YI" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out";
+ pixel_x = 1;
+ pixel_y = 1
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"YK" = (
+/obj/structure/machinery/iv_drip,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 8;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"YL" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/item/paper_bin/uscm,
+/obj/item/tool/pen,
+/obj/item/device/flashlight/lamp{
+ pixel_x = -9;
+ pixel_y = 8
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"YO" = (
+/obj/structure/machinery/cm_vending/sorted/medical/no_access,
+/obj/structure/machinery/status_display{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer/sterile_green_side/north,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"YQ" = (
+/obj/structure/mirror{
+ pixel_x = -29
+ },
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/turf/open/floor/almayer/dark_sterile,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"YV" = (
+/obj/structure/surface/table/almayer,
+/obj/item/stack/rods/plasteel{
+ amount = 36
+ },
+/obj/item/stack/catwalk{
+ amount = 60;
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/turf/open/floor/plating,
+/area/golden_arrow/platoonprep)
+"YX" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"YZ" = (
+/obj/structure/bed{
+ can_buckle = 0
+ },
+/obj/structure/bed{
+ buckling_y = 13;
+ layer = 3.5;
+ pixel_y = 13
+ },
+/obj/item/bedsheet/brown{
+ layer = 3.4
+ },
+/obj/item/bedsheet/brown{
+ pixel_y = 13
+ },
+/turf/open/floor/almayer/edge/smooth/southwest,
+/area/golden_arrow/dorms)
+"Zb" = (
+/obj/structure/bed{
+ can_buckle = 0
+ },
+/obj/structure/bed{
+ buckling_y = 13;
+ layer = 3.5;
+ pixel_y = 13
+ },
+/obj/item/bedsheet/brown{
+ layer = 3.4
+ },
+/obj/item/bedsheet/brown{
+ pixel_y = 13
+ },
+/turf/open/floor/almayer/edge/smooth/endcap_right,
+/area/golden_arrow/dorms)
+"Zd" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/obj/structure/machinery/door/window/ultra,
+/obj/structure/window/reinforced/ultra{
+ dir = 1
+ },
+/obj/structure/machinery/telecomms/processor,
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/golden_arrow/platoon_commander_rooms{
+ unlimited_power = 1;
+ name = "\improper Tactical Operations Center"
+ })
+"Ze" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/storage/firstaid/fire{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/storage/firstaid/adv,
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Zl" = (
+/obj/structure/machinery/door/airlock/almayer/medical{
+ dir = 1;
+ id_tag = "or03";
+ name = "Operating Theatre 3"
+ },
+/turf/open/floor/almayer/sterile_green_side/west,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Zq" = (
+/obj/structure/surface/table/almayer,
+/obj/item/device/camera{
+ pixel_y = 9;
+ pixel_x = -7
+ },
+/obj/item/device/camera_film{
+ pixel_y = 4
+ },
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_y = 29;
+ pixel_x = -8
+ },
+/obj/item/storage/photo_album,
+/turf/open/floor/almayer/edge/smooth/northwest,
+/area/golden_arrow/dorms)
+"Zt" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/cleanable/blood/splatter,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"Zu" = (
+/obj/structure/window/framed/almayer/hull,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"Zv" = (
+/turf/closed/wall/almayer/white/hull,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"Zx" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer/edge/smooth,
+/area/almayer/command/lifeboat{
+ name = "\improper Docking Port"
+ })
+"Zz" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/crew/alt{
+ dir = 1
+ },
+/obj/structure/machinery/light/double/blue/golden_arrow,
+/turf/open/floor/almayer/sterile_green_side,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"ZC" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/prep_hallway)
+"ZH" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 5
+ },
+/obj/structure/platform{
+ dir = 1;
+ base_pixel_y = null
+ },
+/obj/structure/platform_decoration{
+ dir = 9;
+ layer = 5
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform_decoration{
+ dir = 5;
+ layer = 3.51
+ },
+/obj/item/trash/uscm_mre{
+ layer = 1.9;
+ pixel_x = -4
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice-simple";
+ layer = 2.9
+ },
+/turf/open/shuttle/escapepod,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ZJ" = (
+/turf/open/floor/almayer/sterile_green_side/east,
+/area/golden_arrow/platoonprep)
+"ZL" = (
+/obj/structure/machinery/door_control/brbutton{
+ pixel_y = 28;
+ id = "vehiclebay2";
+ name = "vehicle bay blast door control"
+ },
+/turf/open/shuttle/escapepod/floor0/north,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"ZM" = (
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 1;
+ light_color = "#0071B2";
+ name = "Blue Light"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/golden_arrow/prep_hallway)
+"ZN" = (
+/obj/vehicle/train/cargo/engine,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ZO" = (
+/obj/structure/pipes/vents/scrubber{
+ dir = 4
+ },
+/turf/open/floor/almayer/edge/smooth/endcap_right/west,
+/area/golden_arrow/cryo_cells)
+"ZP" = (
+/obj/structure/cargo_container/uscm/micor/left{
+ pixel_y = 7;
+ color = "#4550A3";
+ pixel_x = 8;
+ opacity = 0
+ },
+/obj/structure/largecrate/random/case/double{
+ pixel_y = -3
+ },
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ZQ" = (
+/obj/structure/bed,
+/obj/item/bedsheet/medical,
+/obj/structure/machinery/light/double/blue/golden_arrow{
+ dir = 4;
+ light_power = 0.7
+ },
+/turf/open/floor/almayer/sterile_green_side/east,
+/area/golden_arrow/medical{
+ unlimited_power = 1
+ })
+"ZR" = (
+/obj/structure/machinery/door/airlock/multi_tile/upp_grey/glass,
+/turf/open/floor/almayer,
+/area/almayer/hallways/lower/port_fore_hallway{
+ unlimited_power = 1;
+ name = "\improper Mid Deck Port-Fore Hallway"
+ })
+"ZV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/almayer,
+/area/almayer/hallways/hangar{
+ powernet_name = "saturnine";
+ unlimited_power = 1
+ })
+"ZW" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/vehicle_locker/cabinet/utensils{
+ pixel_x = -7;
+ pixel_y = 27
+ },
+/obj/structure/vehicle_locker/cabinet/utensils/flip{
+ pixel_x = 8;
+ pixel_y = 27
+ },
+/obj/item/reagent_container/food/condiment/hotsauce/sriracha{
+ pixel_y = 7
+ },
+/obj/item/reagent_container/food/condiment/hotsauce/tabasco{
+ pixel_x = 8;
+ pixel_y = 4
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"ZX" = (
+/obj/item/tool/wrench{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/turf/open/floor/almayer,
+/area/golden_arrow/motor_pool)
+"ZY" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/tool/kitchen/utensil/spoon{
+ desc = "Its tongs molded together after someone tried a bite of that arcturian curry.";
+ name = "melted fork";
+ pixel_x = -9;
+ pixel_y = 5
+ },
+/turf/open/floor/almayer/plating,
+/area/golden_arrow/cryo_cells)
+"ZZ" = (
+/obj/structure/bed{
+ can_buckle = 0
+ },
+/obj/structure/bed{
+ buckling_y = 13;
+ layer = 3.5;
+ pixel_y = 13
+ },
+/obj/item/bedsheet/brown{
+ layer = 3.4
+ },
+/obj/item/bedsheet/brown{
+ pixel_y = 13
+ },
+/turf/open/floor/almayer/edge/smooth/northeast,
+/area/golden_arrow/dorms)
+
+(1,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+pf
+uN
+uN
+uN
+uN
+uN
+pf
+pf
+pf
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+TR
+TR
+TR
+pG
+TR
+pG
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(2,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+vC
+PT
+aJ
+PT
+PT
+hD
+dZ
+wo
+wo
+om
+wo
+wo
+wo
+oM
+vU
+rs
+uq
+vU
+oM
+wo
+Rj
+vC
+aJ
+aJ
+aJ
+aJ
+RV
+pf
+HC
+Qn
+DF
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+sK
+km
+Fn
+hI
+Fn
+hI
+Hq
+NB
+ep
+AI
+Io
+KQ
+KW
+YE
+QH
+YE
+MN
+YE
+LH
+TR
+rK
+iy
+tY
+YE
+KE
+cZ
+mu
+XP
+YE
+DV
+DV
+DV
+DV
+DV
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(3,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+aJ
+PT
+aJ
+PT
+PT
+aJ
+gw
+wo
+wo
+wo
+wo
+MR
+wo
+wo
+om
+MR
+wo
+lS
+wo
+wo
+it
+aJ
+aJ
+aJ
+aJ
+aJ
+RV
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+xp
+tY
+Ex
+Ex
+xq
+SW
+nH
+hA
+qk
+tY
+AI
+Hl
+AR
+xr
+xr
+xr
+Ym
+xr
+pB
+xr
+ho
+tY
+Ih
+tY
+Th
+tY
+tY
+Ih
+tY
+YE
+YE
+YE
+YE
+YE
+YE
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(4,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+MR
+wo
+MR
+wo
+wo
+Nq
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+MR
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+xp
+tY
+Ex
+Ex
+gC
+SW
+nH
+hA
+tY
+tY
+bd
+xr
+xr
+AR
+rd
+rd
+bo
+rd
+rd
+rd
+GE
+tY
+tY
+tY
+iz
+Vm
+Th
+Th
+jE
+YE
+Gz
+YE
+wN
+wN
+wN
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(5,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+Pf
+wo
+wo
+wo
+wo
+wo
+wo
+eI
+wo
+wo
+wo
+wo
+wo
+bW
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+sK
+Ed
+JX
+Yl
+JX
+Yl
+dN
+Xb
+Oz
+AI
+Io
+RL
+xr
+zJ
+EY
+eQ
+GE
+EY
+GE
+TR
+KG
+tY
+tY
+Ih
+tY
+tY
+tY
+Ih
+Su
+mB
+Er
+ha
+mB
+mB
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(6,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+Pe
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+TR
+Ha
+Gf
+ra
+Gf
+jK
+Io
+Io
+Io
+JZ
+Io
+Io
+rp
+zJ
+Is
+YE
+Is
+Vj
+mr
+TR
+ZW
+tY
+tY
+xW
+uM
+xW
+tY
+tY
+YE
+rI
+rI
+uK
+YE
+AD
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(7,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+pf
+uc
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+sK
+km
+Fn
+hI
+Fn
+hI
+Hq
+NB
+ep
+AI
+Io
+cY
+xr
+vv
+YE
+YE
+YE
+fk
+YE
+TR
+YE
+XB
+sh
+Th
+ZY
+Th
+wX
+rG
+YE
+YE
+YE
+YE
+YE
+YE
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(8,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+AC
+cM
+JM
+MR
+wo
+wo
+fV
+cM
+JM
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+fV
+cM
+JM
+ej
+wo
+wo
+fV
+cM
+JM
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+xp
+tY
+Ex
+Ex
+Ft
+by
+xm
+Ex
+Xs
+tY
+bd
+Hl
+xr
+xr
+FU
+Am
+YE
+Qt
+Vj
+Kf
+TR
+Sa
+tY
+Nm
+Aq
+Th
+Th
+wX
+Op
+YE
+Gz
+YE
+wN
+wN
+wN
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(9,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Sy
+hG
+se
+jN
+jN
+jN
+mN
+hG
+se
+jN
+pz
+mX
+jN
+jN
+jN
+jN
+vx
+hG
+se
+jN
+jN
+jN
+vx
+hG
+vq
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+xp
+tY
+Ex
+Ex
+Ft
+by
+xm
+Ex
+YI
+tY
+AI
+AR
+xr
+xr
+zJ
+Am
+YE
+Qt
+ue
+ms
+TR
+pr
+tY
+Ih
+fT
+gc
+gc
+tY
+tY
+Su
+ij
+Er
+ha
+mB
+ij
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(10,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Eq
+lF
+Ml
+ed
+kA
+GC
+Sf
+BD
+Ml
+ed
+op
+op
+ed
+kA
+GC
+ed
+iw
+Yz
+wx
+kA
+GC
+ed
+iw
+rB
+Bo
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+sK
+Ed
+JX
+Yl
+JX
+Yl
+RH
+Xb
+Oz
+AI
+Io
+oG
+xr
+vv
+YE
+YE
+YE
+Jv
+YE
+TR
+YE
+Kc
+tY
+tY
+Sb
+tY
+tY
+tY
+YE
+rI
+rI
+uK
+YE
+AD
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(11,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Pb
+Gv
+zf
+YA
+YA
+YA
+YA
+YA
+YA
+iR
+IY
+IY
+zf
+YA
+YA
+YA
+YA
+YA
+YA
+YA
+CB
+YA
+Dt
+WG
+MB
+nE
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+TR
+Ha
+Gf
+ra
+Gf
+jK
+Io
+Io
+Io
+JZ
+Io
+Io
+rp
+FU
+Is
+YE
+Is
+FT
+Ec
+TR
+eD
+tY
+tY
+xW
+uM
+xW
+tY
+rG
+YE
+YE
+YE
+YE
+YE
+YE
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(12,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Fc
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+qy
+YA
+YA
+vQ
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+WE
+DB
+MB
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+sK
+km
+Fn
+hI
+Fn
+hI
+Hq
+NB
+ep
+AI
+Io
+KQ
+xr
+PJ
+EY
+VD
+GE
+EY
+GE
+TR
+cV
+tY
+sh
+Th
+ZY
+Aq
+wX
+tY
+YE
+Ah
+Ah
+Ah
+Ah
+Ah
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(13,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Jf
+Uc
+Cq
+WR
+WR
+WR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+Cq
+Mv
+Tb
+MB
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+xp
+tY
+Ex
+Ex
+Ft
+by
+nH
+hA
+qk
+tY
+AI
+Hl
+xr
+xr
+Ny
+Ny
+ZO
+Ny
+Ny
+Ny
+ho
+tY
+tY
+Nm
+Th
+Th
+Th
+wX
+tY
+YE
+Ah
+Ah
+Ah
+Ah
+Ah
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(14,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+qg
+ab
+WG
+MB
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+xp
+tY
+Ex
+Ex
+Ft
+by
+nH
+hA
+tY
+tY
+bd
+xr
+xr
+AR
+xr
+xr
+cq
+xr
+Ko
+xr
+GE
+Ih
+tY
+Ih
+fT
+gc
+gc
+tY
+tY
+YE
+Ah
+Ah
+Ah
+Ah
+Ah
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(15,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+Mv
+de
+aR
+NR
+nE
+PY
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+sK
+Ed
+JX
+Yl
+JX
+Yl
+dN
+kO
+Oz
+As
+Io
+RL
+KD
+YE
+QH
+YE
+MN
+YE
+LH
+TR
+rK
+tY
+tY
+tY
+Fr
+LJ
+LJ
+LJ
+YE
+Ah
+Ah
+Ah
+Ah
+Ah
+TR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(16,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Pb
+os
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Mv
+de
+aR
+Db
+nE
+PY
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+TR
+TR
+TR
+TR
+pG
+TR
+pG
+TR
+TR
+TR
+Ys
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+TR
+LW
+UZ
+tY
+tY
+YE
+Ge
+Xc
+Mi
+CC
+CC
+CC
+CC
+CC
+CC
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(17,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+Mv
+de
+aR
+ce
+nE
+PY
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+sH
+ni
+Fv
+Zd
+YB
+Fv
+RY
+Fv
+TR
+YE
+YE
+YE
+YE
+YE
+Vl
+Os
+Vl
+CC
+Zq
+mF
+sI
+mF
+YZ
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(18,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+qy
+iR
+DB
+MB
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+af
+af
+PE
+fl
+jy
+gv
+jw
+LP
+TR
+Ak
+pB
+Ak
+xr
+YE
+rz
+su
+su
+CC
+Xn
+cg
+cg
+dt
+cf
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(19,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+os
+Uc
+Cq
+WR
+WR
+WR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+Cq
+WE
+Tb
+MB
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+Ix
+af
+Bw
+Tw
+Hv
+wb
+hE
+mE
+TR
+xr
+wD
+AR
+xr
+YE
+Bv
+cJ
+oy
+CC
+LT
+Um
+dC
+Um
+AK
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(20,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+qg
+qP
+qP
+VR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Mv
+WG
+Lz
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+hZ
+kv
+io
+jw
+jw
+FB
+jw
+YL
+TR
+Ak
+zy
+Ak
+xr
+YE
+Yt
+cJ
+rc
+CC
+Od
+Aj
+cl
+Aj
+iC
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(21,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+AS
+qP
+qP
+qP
+qP
+qP
+qP
+ab
+Gr
+Gr
+AS
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+ss
+DB
+MB
+nE
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+MD
+VM
+eO
+jw
+jw
+FA
+BZ
+Vg
+TR
+Tg
+Nt
+Tg
+xr
+xC
+rc
+GU
+rc
+CC
+PL
+Um
+vp
+Um
+Zb
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(22,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+pO
+hY
+ng
+pi
+nh
+dB
+yS
+xF
+ng
+pi
+xv
+xv
+pi
+nh
+dB
+pi
+oV
+Np
+Dh
+nh
+dB
+pi
+oV
+hT
+fX
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+QQ
+nn
+FB
+MJ
+tP
+XV
+jw
+qv
+TR
+Ak
+Ko
+Ak
+xr
+YE
+rc
+cJ
+rc
+CC
+jm
+cg
+cg
+dt
+au
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(23,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Sy
+hG
+ji
+Vo
+wz
+Vo
+iB
+hG
+ji
+Vo
+tQ
+lE
+Vo
+Vo
+wz
+FZ
+iB
+hG
+ji
+Vo
+Vo
+Vo
+iB
+hG
+vq
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+dn
+ez
+LO
+jw
+jw
+bI
+GQ
+qe
+TR
+YE
+YE
+YE
+YE
+YE
+YF
+cJ
+rc
+CC
+ZZ
+fD
+Mw
+fD
+cx
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(24,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+sR
+uS
+ga
+MR
+wo
+wo
+qE
+uS
+ga
+MR
+MR
+wo
+wo
+wo
+wo
+wo
+qE
+uS
+ga
+wo
+wo
+wo
+qE
+uS
+ga
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+Cg
+CI
+qJ
+jw
+jw
+lk
+jw
+aZ
+TR
+mB
+uK
+Lg
+YE
+YE
+Bv
+cJ
+oy
+CC
+CC
+CC
+fE
+CC
+CC
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(25,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+zC
+Wz
+Wz
+Wz
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+pf
+uc
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+Ix
+af
+Sw
+Tw
+Hv
+kw
+Sm
+mE
+TR
+kW
+YE
+YE
+YE
+YE
+FE
+cJ
+rc
+CC
+tD
+cg
+cg
+cg
+Yx
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(26,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+wo
+wo
+KX
+wo
+wo
+wo
+wo
+wo
+wo
+Pf
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+nv
+nv
+wo
+wo
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+Ix
+Dd
+PE
+fl
+jy
+CR
+af
+CN
+TR
+Ui
+si
+Yq
+fG
+YE
+rc
+cJ
+rc
+CC
+nO
+cg
+cg
+cg
+Rc
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(27,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+MR
+NG
+mk
+wo
+wo
+MR
+wo
+wo
+wo
+Pf
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+wW
+jn
+XQ
+wW
+Ab
+CE
+Fv
+lg
+Fv
+TR
+Gz
+mB
+mB
+bt
+YE
+rc
+GU
+rc
+CC
+DP
+Hi
+An
+cg
+DZ
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(28,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+MR
+jd
+wo
+wo
+wo
+kV
+wo
+wo
+wo
+MR
+MR
+wo
+wo
+wo
+wo
+Pf
+wo
+wo
+wo
+kV
+wo
+wo
+MR
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+RT
+RT
+RT
+BV
+TS
+RT
+RT
+RT
+TR
+NL
+mB
+mB
+bt
+aV
+rc
+cJ
+rc
+Dm
+Yx
+cg
+cg
+cg
+cg
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(29,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+ZV
+MR
+wo
+wo
+vU
+qo
+gA
+lH
+MC
+Rg
+Jw
+SZ
+xt
+Jw
+HO
+lH
+gA
+nE
+vU
+Pg
+wo
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+nF
+nF
+RT
+St
+BV
+RT
+DC
+DC
+TR
+Yn
+mB
+ha
+bt
+mB
+rc
+cJ
+rc
+cg
+Aj
+Bj
+Bj
+pR
+Aj
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(30,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+KX
+wo
+wo
+vU
+nE
+nE
+nE
+qp
+Ou
+Ou
+Ou
+Ou
+Ou
+qp
+nE
+nE
+nE
+vU
+WM
+wo
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+BV
+BV
+Km
+BV
+BV
+RT
+cJ
+hn
+TR
+En
+Rm
+mB
+bt
+YE
+rc
+cJ
+rc
+CC
+ry
+Im
+kF
+oe
+rq
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(31,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+Xz
+xL
+Km
+BV
+BV
+RT
+rc
+rc
+TR
+Ta
+wp
+mB
+ND
+YE
+YF
+cJ
+rc
+CC
+ry
+FI
+Un
+Uv
+rq
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(32,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+om
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+CA
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+fQ
+yg
+RT
+BV
+BV
+RT
+ZC
+oy
+TR
+BC
+qO
+yG
+Sk
+YE
+BP
+cJ
+oy
+CC
+eB
+FI
+Un
+rR
+Ay
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(33,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+Fx
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+RT
+RT
+RT
+BV
+BV
+RT
+rc
+rc
+TR
+TR
+TR
+TR
+TR
+TR
+rc
+GU
+rc
+CC
+vi
+mw
+vt
+kh
+rq
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(34,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+CA
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+RT
+RT
+RT
+St
+BV
+oL
+rc
+rc
+su
+rc
+JH
+rc
+rc
+JS
+su
+rJ
+su
+CC
+Aj
+pt
+pt
+pt
+tj
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(35,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+wo
+wo
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+RT
+RT
+RT
+BV
+BV
+MG
+rc
+rc
+su
+rc
+zg
+rc
+rc
+su
+su
+rJ
+su
+CC
+DP
+qM
+vH
+cg
+UK
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(36,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+vC
+tt
+Fa
+tt
+tt
+RD
+dZ
+wo
+wo
+wo
+wo
+wo
+wo
+oM
+vU
+wo
+RM
+vU
+oM
+wo
+SQ
+bG
+pD
+oz
+Ph
+mK
+mK
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+Oq
+uz
+Uj
+BV
+BV
+RT
+rc
+rc
+RT
+RT
+RT
+RT
+RT
+RT
+rc
+GU
+rc
+CC
+nO
+Hk
+Yx
+cg
+Rc
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(37,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+aJ
+tt
+aJ
+tt
+tt
+aJ
+gw
+wo
+wo
+wo
+wo
+MR
+wo
+wo
+om
+MR
+wo
+lS
+wo
+wo
+it
+aJ
+aJ
+aJ
+aJ
+mK
+mK
+pf
+Mr
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+St
+wa
+Uj
+ob
+ob
+RT
+ZC
+oy
+RT
+RS
+nU
+nU
+Ox
+Vr
+BP
+cJ
+oy
+CC
+CC
+CC
+fE
+CC
+CC
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+"}
+(38,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+Nq
+wo
+wo
+MR
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+MR
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+BV
+BV
+RT
+kE
+uz
+RT
+rc
+rc
+RT
+KM
+KM
+KM
+rc
+nJ
+rc
+cJ
+rc
+CC
+VO
+mF
+sI
+mF
+YZ
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+yW
+Rf
+Rf
+"}
+(39,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+MR
+wo
+uC
+wo
+MR
+wo
+wo
+wo
+Pf
+wo
+wo
+wo
+wo
+wo
+wo
+Lu
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+BV
+BV
+RT
+am
+am
+RT
+rc
+rc
+RT
+KM
+KM
+KM
+rc
+rc
+rc
+cJ
+rc
+CC
+Xn
+cg
+cg
+dt
+VU
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+aP
+aP
+to
+to
+wf
+mT
+xU
+mT
+Zv
+yW
+Rf
+Rf
+"}
+(40,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+hm
+wo
+wo
+wo
+Pe
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+QS
+nF
+RT
+BV
+BV
+RT
+cJ
+hn
+RT
+KM
+KM
+KM
+oy
+Vr
+rc
+cJ
+rc
+CC
+tG
+Um
+dC
+Um
+Zb
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+jk
+jk
+mT
+mT
+wf
+FW
+Tm
+Ky
+Zv
+yW
+Rf
+Rf
+"}
+(41,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+pf
+uc
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+nF
+nF
+RT
+nF
+nF
+RT
+Yt
+rc
+rc
+rc
+Vr
+rc
+cJ
+rc
+CC
+yH
+Aj
+Nh
+Aj
+cU
+jR
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+wf
+wf
+wf
+ko
+wf
+mT
+mT
+mT
+Zv
+yW
+Rf
+Rf
+"}
+(42,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+AC
+cM
+JM
+MR
+wo
+wo
+fV
+cM
+JM
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+fV
+cM
+JM
+ej
+wo
+wo
+fV
+cM
+JM
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+YF
+im
+ql
+rc
+Vr
+rc
+cJ
+oy
+CC
+PL
+Um
+vp
+Um
+Zb
+jR
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+oE
+rC
+rC
+hk
+wf
+sm
+EB
+va
+Zv
+yW
+Rf
+Rf
+"}
+(43,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Sy
+hG
+se
+jN
+jN
+jN
+mN
+hG
+se
+jN
+pz
+mX
+jN
+jN
+jN
+jN
+vx
+hG
+se
+jN
+jN
+jN
+vx
+hG
+vq
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+mO
+rc
+rc
+rc
+Vr
+YF
+cJ
+rc
+CC
+XE
+cg
+cg
+dt
+IM
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+SG
+mT
+mT
+mT
+ht
+mT
+VY
+mT
+Zv
+yW
+Rf
+Rf
+"}
+(44,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Eq
+lF
+Ml
+ed
+kA
+GC
+Sf
+BD
+Ml
+ed
+op
+op
+ed
+kA
+GC
+ed
+iw
+Yz
+wx
+kA
+GC
+ed
+iw
+rB
+Bo
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+rc
+im
+ql
+rc
+Vr
+rc
+cJ
+rc
+CC
+ZZ
+cg
+Mw
+fD
+cx
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+rC
+rC
+rC
+mT
+Jn
+mT
+mT
+mT
+Zv
+yW
+Rf
+Rf
+"}
+(45,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Pb
+Gv
+zf
+YA
+YA
+YA
+YA
+YA
+YA
+iR
+IY
+IY
+zf
+YA
+YA
+YA
+YA
+YA
+YA
+YA
+CB
+YA
+Dt
+WG
+MB
+nE
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+sn
+sn
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+xB
+rc
+rc
+oy
+Vr
+rc
+cJ
+rc
+jR
+jR
+jR
+jR
+jR
+jR
+jR
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+mT
+mT
+mT
+mT
+ht
+mT
+mT
+Ky
+Zv
+yW
+Rf
+Rf
+"}
+(46,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Fc
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+qy
+YA
+YA
+vQ
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+WE
+DB
+MB
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+Nf
+bF
+sn
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+fb
+lp
+yh
+kx
+Vr
+Yt
+GU
+rc
+zm
+dy
+jR
+jR
+jR
+jR
+jR
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+oE
+rC
+rC
+lu
+wf
+Md
+mT
+Rt
+Zv
+yW
+Rf
+Rf
+"}
+(47,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Jf
+Uc
+Cq
+WR
+WR
+WR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+Cq
+Mv
+Tb
+MB
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+Vr
+Vr
+Vr
+Vr
+Vr
+ZM
+rJ
+pP
+Jz
+Jz
+Jz
+Jz
+Jz
+Jz
+Jz
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+wf
+wf
+wf
+ko
+wf
+wf
+sS
+wf
+Zv
+yW
+Rf
+Rf
+"}
+(48,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+qg
+ab
+WG
+MB
+nE
+pf
+Wa
+Qn
+aS
+JU
+HC
+Fs
+ac
+ac
+ac
+ac
+Xf
+aa
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+oX
+rc
+rc
+rc
+JH
+su
+rc
+GU
+rc
+Kl
+jq
+jq
+jq
+jq
+ke
+Jz
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+ux
+YQ
+mT
+mT
+wf
+qj
+xz
+VS
+Zv
+yW
+Rf
+Rf
+"}
+(49,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+Mv
+de
+aR
+wU
+nE
+Oc
+HC
+Qn
+aS
+JU
+HC
+NO
+ac
+ac
+ac
+ac
+ac
+aa
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+oX
+rc
+rc
+rc
+rc
+su
+rc
+cJ
+kq
+mA
+jq
+jq
+jq
+jq
+jq
+Jz
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+bs
+bs
+xi
+xi
+wf
+SG
+mT
+mT
+Zv
+yW
+Rf
+Rf
+"}
+(50,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Pb
+os
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+uV
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Mv
+de
+aR
+Db
+nE
+Oc
+HC
+Lm
+Ni
+hb
+HJ
+NO
+ac
+ac
+ad
+ac
+ac
+aa
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+oX
+rc
+rc
+rc
+rc
+su
+rc
+cJ
+rc
+mA
+jq
+jq
+dw
+jq
+jq
+Jz
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+wf
+wf
+wf
+wf
+wf
+sm
+mT
+mT
+Zv
+yW
+Rf
+Rf
+"}
+(51,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+Mv
+de
+aR
+ce
+nE
+Oc
+HC
+Qn
+aS
+JU
+HC
+NO
+ac
+ac
+ac
+ac
+ac
+aa
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+oX
+rc
+rc
+rc
+zg
+Fd
+rc
+cJ
+rc
+mA
+jq
+jq
+jq
+jq
+jq
+Jz
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Zv
+wk
+Ep
+XN
+wk
+wf
+mT
+mT
+mT
+Zv
+yW
+Rf
+Rf
+"}
+(52,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+qy
+iR
+DB
+MB
+nE
+pf
+HC
+Qn
+aS
+JU
+HP
+aa
+ac
+ac
+ac
+ac
+ac
+aa
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+RT
+RT
+RT
+RT
+RT
+RT
+wA
+gJ
+Qd
+Jz
+jq
+jq
+jq
+jq
+jq
+Jz
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+qL
+qL
+qL
+qL
+qL
+UX
+Zv
+Ep
+Ep
+wk
+Ep
+ht
+mT
+mT
+mT
+Zv
+yW
+Rf
+Rf
+"}
+(53,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+os
+Uc
+Cq
+WR
+WR
+WR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+Cq
+WE
+Tb
+MB
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+aa
+aa
+aa
+aa
+aa
+aa
+aa
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+So
+ah
+dL
+Li
+em
+fR
+fR
+fR
+Jz
+Jz
+Jz
+Jz
+Jz
+Jz
+Jz
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+Zv
+QT
+Ep
+Ep
+Ep
+Jn
+mT
+mT
+Br
+Zv
+yW
+Rf
+Rf
+"}
+(54,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+qg
+qP
+qP
+VR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Mv
+WG
+Lz
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+vT
+zF
+dL
+KS
+td
+qa
+vo
+vo
+sM
+gH
+dL
+AY
+OM
+Kx
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+kl
+UX
+Zv
+JP
+JP
+Ue
+Ep
+wf
+Dj
+mT
+Dg
+Zv
+yW
+Rf
+Rf
+"}
+(55,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+AS
+qP
+qP
+qP
+qP
+qP
+qP
+ab
+Gr
+Gr
+AS
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+ab
+DB
+MB
+nE
+pf
+Lj
+Qn
+bi
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+Xe
+zF
+dL
+KS
+td
+Bz
+dL
+dL
+sM
+MP
+dL
+dL
+dL
+mH
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+pq
+hy
+xf
+un
+rl
+UX
+Zv
+wf
+wf
+wf
+wf
+wf
+sm
+mT
+lP
+Zv
+yW
+Rf
+Rf
+"}
+(56,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+pO
+hY
+ng
+pi
+nh
+dB
+yS
+xF
+ng
+pi
+xv
+xv
+pi
+nh
+dB
+pi
+oV
+Np
+Dh
+nh
+dB
+pi
+oV
+hT
+fX
+nE
+pf
+Lc
+pJ
+JT
+jD
+Lc
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+vT
+zF
+dL
+KT
+td
+zh
+dL
+dL
+fn
+dL
+dL
+dL
+dL
+dL
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+XL
+xf
+un
+rl
+UX
+Zv
+qz
+xz
+xz
+LL
+OZ
+mT
+mT
+Br
+Zv
+yW
+Rf
+Rf
+"}
+(57,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Sy
+hG
+ji
+Vo
+wz
+Vo
+iB
+hG
+ji
+Vo
+tQ
+lE
+Vo
+Vo
+wz
+FZ
+iB
+hG
+ji
+Vo
+Vo
+Vo
+iB
+hG
+vq
+nE
+pf
+Ud
+Qn
+EO
+JU
+di
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+vh
+zF
+dL
+dL
+zW
+dL
+dL
+dL
+dL
+dL
+dL
+gL
+lm
+ds
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+fd
+un
+rl
+UX
+Zv
+so
+SA
+SA
+lR
+xI
+mT
+mT
+EB
+Zv
+yW
+Rf
+Rf
+"}
+(58,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+sR
+uS
+ga
+MR
+wo
+wo
+qE
+uS
+ga
+MR
+MR
+wo
+ZN
+wo
+wo
+wo
+qE
+uS
+ga
+wo
+wo
+wo
+qE
+uS
+ga
+nE
+pf
+Mr
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+GW
+ah
+dL
+dL
+ef
+dL
+dL
+dL
+sM
+UP
+LS
+sM
+sM
+sM
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+zI
+rl
+UX
+Zv
+SB
+SA
+SA
+Zz
+FX
+Dj
+mT
+lP
+Zv
+yW
+Rf
+Rf
+"}
+(59,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+wP
+zF
+dL
+mH
+td
+dL
+dL
+dL
+sM
+DW
+dL
+yD
+Pr
+yD
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+kl
+UX
+Zv
+Vs
+Mx
+Jh
+ru
+iY
+Vs
+Mx
+iJ
+Zv
+yW
+Rf
+Rf
+"}
+(60,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+wo
+wo
+KX
+wo
+wo
+wo
+wo
+wo
+wo
+Pf
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+Jd
+Qm
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+QK
+dx
+us
+us
+td
+tw
+dL
+dL
+sM
+AF
+dL
+lO
+lO
+fI
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+Ot
+xf
+un
+rl
+UX
+Zv
+Zv
+cH
+ek
+cH
+Zv
+Zv
+Mm
+SU
+Zv
+yW
+Rf
+Rf
+"}
+(61,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+Ee
+NG
+mk
+wo
+wo
+MR
+wo
+wo
+wo
+Pf
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+MR
+wo
+wo
+gY
+Wl
+wo
+pf
+uc
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+td
+td
+ef
+gU
+td
+iZ
+ef
+ef
+sM
+TQ
+dL
+QP
+QP
+tv
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+pq
+hy
+xf
+un
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+Vn
+rl
+rl
+rl
+UX
+Rf
+Rf
+"}
+(62,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+MR
+jd
+wo
+wo
+wo
+kV
+wo
+wo
+wo
+MR
+MR
+wo
+wo
+wo
+wo
+Pf
+wo
+wo
+wo
+No
+wo
+wo
+MR
+tx
+VN
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+CQ
+dL
+us
+us
+td
+Bz
+dL
+dL
+sM
+Ei
+eu
+yD
+Pr
+yD
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+qG
+xT
+xT
+xT
+xT
+xT
+xT
+xT
+xT
+xT
+xT
+xT
+xT
+ik
+Rf
+Rf
+"}
+(63,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+uC
+ZV
+MR
+wo
+wo
+vU
+iD
+gA
+lH
+ZH
+Rg
+GF
+mW
+qm
+dS
+th
+lH
+gA
+nE
+vU
+SK
+wo
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+cB
+dL
+dL
+dL
+td
+dL
+dL
+dL
+sM
+hN
+dL
+lO
+lO
+lO
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+Ot
+dj
+dg
+dg
+dg
+dg
+dg
+dg
+dg
+dg
+dg
+dg
+dg
+dg
+dg
+ik
+Rf
+Rf
+"}
+(64,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+Tp
+wo
+wo
+vU
+nE
+nE
+nE
+Sc
+JI
+jX
+yy
+pc
+nu
+qp
+nE
+nE
+nE
+vU
+WM
+wo
+wo
+kV
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+xs
+GJ
+nf
+rD
+td
+dL
+dL
+dL
+sM
+eR
+QP
+Wm
+Fo
+xZ
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+GS
+AB
+AB
+AB
+RQ
+dj
+dj
+dj
+dj
+dj
+dj
+GS
+AB
+ik
+Rf
+Rf
+"}
+(65,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+td
+td
+td
+td
+td
+ea
+ef
+ef
+td
+em
+em
+em
+em
+em
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Bk
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+rl
+rl
+hy
+dj
+dj
+dj
+dj
+dj
+dj
+un
+rl
+UX
+Rf
+Rf
+"}
+(66,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+Bi
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+Pz
+qV
+ak
+XG
+td
+dL
+dL
+dL
+td
+HU
+lA
+vB
+OA
+pa
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+zI
+kl
+UX
+rl
+hy
+dj
+dj
+dj
+dj
+dj
+dj
+un
+rl
+UX
+Rf
+Rf
+"}
+(67,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+Eg
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+DG
+ZJ
+ZJ
+hV
+td
+dL
+dL
+dL
+td
+ze
+wI
+PS
+dL
+FR
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+pq
+hy
+xf
+un
+rl
+UX
+rl
+hy
+dj
+dj
+dj
+dj
+dj
+dj
+un
+rl
+UX
+Rf
+Rf
+"}
+(68,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+kV
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+Bi
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+vs
+yk
+Ho
+hV
+td
+Bz
+dL
+dL
+td
+HX
+dL
+Gn
+dL
+ct
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+rl
+hy
+dj
+dj
+dj
+dj
+dj
+dj
+un
+rl
+UX
+Rf
+Rf
+"}
+(69,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+wo
+wo
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+vE
+qV
+qV
+hV
+fn
+dL
+dL
+dL
+fn
+EU
+dL
+PS
+KV
+Ey
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+XL
+fd
+un
+rl
+UX
+rl
+hy
+dj
+dj
+dj
+mb
+dj
+dj
+Yp
+rl
+UX
+Rf
+Rf
+"}
+(70,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+vC
+PT
+aJ
+er
+er
+hD
+dZ
+wo
+wo
+wo
+om
+wo
+wo
+oM
+vU
+rs
+uq
+vU
+oM
+wo
+Rj
+vC
+Fg
+oz
+SM
+aJ
+RV
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+dE
+ZJ
+ZJ
+hV
+dL
+dL
+dL
+dL
+dL
+EU
+dL
+qb
+dL
+zn
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+rl
+hy
+dj
+dj
+dj
+dj
+dj
+dj
+un
+rl
+UX
+Rf
+Rf
+"}
+(71,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+aJ
+PT
+aJ
+er
+er
+aJ
+gw
+wo
+wo
+wo
+wo
+MR
+wo
+wo
+om
+MR
+wo
+lS
+wo
+wo
+it
+aJ
+aJ
+aJ
+aJ
+aJ
+RV
+pf
+Mr
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+js
+yk
+Ho
+hV
+td
+dL
+dL
+dL
+td
+Xg
+dL
+xD
+IF
+BK
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+kl
+UX
+rl
+vj
+eE
+eE
+eE
+eE
+eE
+gd
+yI
+rl
+UX
+Rf
+Rf
+"}
+(72,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+MR
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+MR
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+OE
+qV
+qV
+hV
+td
+dL
+dL
+dL
+td
+dq
+dL
+YV
+le
+Ey
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+Ot
+xf
+un
+rl
+UX
+rl
+rl
+rl
+rl
+rl
+rl
+MH
+rl
+rl
+rl
+UX
+Rf
+Rf
+"}
+(73,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+Pf
+wo
+wo
+wo
+wo
+wo
+wo
+eI
+wo
+wo
+wo
+wo
+wo
+bW
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+gE
+ZJ
+ZJ
+rw
+td
+dL
+dL
+dL
+td
+bv
+KV
+qb
+dL
+zn
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+pq
+hy
+xf
+un
+rl
+UX
+Zv
+Zv
+Zv
+Mm
+RA
+Zv
+Zv
+Zv
+Zv
+Zv
+yW
+Rf
+Rf
+"}
+(74,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+ZN
+nv
+nv
+nv
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+sM
+gl
+wt
+sM
+td
+Vd
+dL
+dL
+td
+oD
+dL
+PS
+dL
+nK
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+Zv
+kQ
+xz
+xz
+LL
+Zl
+xz
+gn
+QZ
+Zv
+yW
+Rf
+Rf
+"}
+(75,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+HE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+Wz
+Wz
+nE
+nE
+nE
+pf
+uc
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+Gk
+qV
+It
+Hm
+td
+dL
+dL
+dL
+td
+ym
+dL
+Gn
+dL
+EH
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+Zv
+YO
+Mx
+Mx
+lR
+wf
+mT
+mT
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(76,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+AC
+cM
+JM
+MR
+wo
+wo
+fV
+cM
+JM
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+fV
+cM
+JM
+ej
+wo
+wo
+fV
+cM
+JM
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+Fj
+wL
+zZ
+IK
+td
+Bz
+dL
+dL
+td
+DM
+dL
+PS
+dL
+PV
+em
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+kl
+UX
+Zv
+fv
+mT
+mT
+lR
+wf
+mT
+JF
+LE
+Zv
+yW
+Rf
+Rf
+"}
+(77,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Sy
+hG
+se
+jN
+jN
+jN
+mN
+hG
+se
+jN
+pz
+mX
+jN
+jN
+jN
+jN
+vx
+hG
+se
+jN
+jN
+jN
+vx
+hG
+vq
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+PA
+oI
+lC
+sM
+td
+dL
+dL
+dL
+td
+bl
+hj
+pF
+oR
+oq
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+Zv
+mS
+mT
+mT
+vI
+wf
+wf
+wf
+wf
+Zv
+yW
+Rf
+Rf
+"}
+(78,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Eq
+lF
+Ml
+ed
+kA
+GC
+Sf
+BD
+Ml
+ed
+op
+op
+ed
+kA
+GC
+ed
+iw
+Yz
+wx
+kA
+GC
+ed
+iw
+rB
+Bo
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+em
+em
+em
+em
+em
+em
+oC
+oC
+oC
+em
+em
+em
+em
+em
+em
+em
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+Zv
+tS
+mT
+mT
+eG
+xz
+YK
+iI
+HM
+Zv
+yW
+Rf
+Rf
+"}
+(79,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Pb
+Gv
+zf
+YA
+YA
+YA
+YA
+IO
+YA
+iR
+IY
+IY
+zf
+YA
+YA
+YA
+YA
+YA
+YA
+YA
+CB
+YA
+Dt
+WG
+MB
+nE
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+pq
+hy
+xf
+un
+rl
+UX
+Zv
+gh
+CD
+ix
+mT
+ix
+mT
+Wq
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(80,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Fc
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+qy
+YA
+YA
+vQ
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Ce
+WE
+DB
+MB
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+Zv
+Ms
+iH
+yM
+mT
+yM
+mT
+mT
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(81,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Jf
+Uc
+Cq
+WR
+WR
+WR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+Cq
+Mv
+Tb
+vL
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+kl
+UX
+Zv
+Ms
+iH
+mT
+mT
+mT
+mT
+mT
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(82,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+qg
+ab
+WG
+nz
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+Zv
+Ms
+iH
+mT
+mT
+mT
+mT
+mT
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(83,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+Mv
+de
+aR
+wU
+nE
+PY
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+Ot
+xf
+un
+rl
+UX
+Zv
+Wb
+ar
+mT
+rC
+ZQ
+rC
+mT
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(84,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Pb
+os
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+NK
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Mv
+de
+aR
+tU
+GM
+PY
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+RC
+rl
+UX
+Zv
+yu
+mT
+Ck
+yX
+Zv
+Ze
+Ck
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(85,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+Mv
+de
+aR
+Zt
+nE
+PY
+HC
+Qn
+II
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+pq
+hy
+xf
+un
+rl
+UX
+Zv
+rH
+mT
+up
+eN
+eF
+Wx
+up
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(86,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+Uc
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+WR
+Cq
+WR
+WR
+Cq
+qy
+iR
+DB
+Hz
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+kl
+UX
+Zv
+VI
+xz
+xz
+xz
+KY
+xz
+xz
+lR
+Zv
+yW
+Rf
+Rf
+"}
+(87,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+os
+Uc
+Cq
+WR
+WR
+WR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+WR
+WR
+WR
+Cq
+WR
+WR
+WR
+Cq
+WE
+Tb
+MB
+nE
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+xf
+un
+rl
+UX
+Zv
+VG
+Mx
+Mx
+Mx
+Mx
+Mx
+Mx
+iJ
+Zv
+yW
+Rf
+Rf
+"}
+(88,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+mo
+Uc
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+qg
+qP
+qP
+VR
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Cq
+Mv
+WG
+UO
+OI
+Zu
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+rl
+hy
+Nz
+un
+rl
+UX
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+Zv
+yW
+Rf
+Rf
+"}
+(89,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+jY
+Ry
+AS
+qP
+qP
+qP
+qP
+qP
+qP
+ab
+Gr
+Gr
+AS
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+qP
+ab
+DB
+iP
+pn
+pf
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+rl
+hy
+xf
+un
+rl
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+Rf
+Rf
+"}
+(90,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+pO
+hY
+ng
+pi
+nh
+dB
+yS
+xF
+ng
+pi
+xv
+xv
+pi
+nh
+dB
+pi
+oV
+Np
+Dh
+nh
+dB
+pi
+oV
+hT
+Ly
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+rl
+xo
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+zb
+rl
+hy
+xf
+un
+rl
+zb
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+UX
+Rf
+Rf
+"}
+(91,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+Sy
+hG
+ji
+Vo
+wz
+Vo
+iB
+hG
+ji
+Vo
+tQ
+lE
+Tv
+Vo
+wz
+FZ
+iB
+hG
+ji
+Vo
+vc
+Vo
+iB
+hG
+vq
+nE
+pf
+Mr
+Qn
+II
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+zb
+ot
+ot
+ot
+dd
+ot
+zb
+rl
+zb
+zb
+pq
+hy
+xf
+un
+kl
+zb
+zb
+uH
+zb
+dd
+ot
+ot
+ot
+ot
+zb
+rl
+UX
+Rf
+Rf
+"}
+(92,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+sR
+uS
+ga
+MR
+wo
+wo
+qE
+uS
+ga
+MR
+MR
+wo
+wo
+wo
+wo
+wo
+qE
+uS
+ga
+wo
+wo
+wo
+qE
+uS
+ga
+nE
+pf
+HC
+Qn
+aS
+FJ
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Ar
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+sD
+zO
+ib
+ib
+yA
+ib
+XM
+rl
+rl
+zb
+mp
+hy
+xf
+un
+rl
+zb
+rl
+rl
+sD
+bm
+ib
+ib
+ib
+ib
+XM
+rl
+UX
+Rf
+Rf
+"}
+(93,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+nE
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+JA
+wM
+JA
+AG
+AG
+Je
+rl
+rl
+TD
+rl
+Ot
+xf
+RC
+rl
+TD
+rl
+mL
+Po
+JA
+JA
+JA
+AG
+AG
+Je
+rl
+UX
+Rf
+Rf
+"}
+(94,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ei
+wo
+wo
+wo
+KX
+wo
+wo
+wo
+wo
+wo
+wo
+Pf
+MR
+wo
+wo
+MR
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+wo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+ey
+MO
+zG
+MO
+ay
+vl
+ax
+rl
+TD
+rl
+hy
+xf
+un
+rl
+TD
+rl
+rl
+zD
+ey
+MO
+en
+MO
+ay
+vl
+rl
+UX
+Rf
+Rf
+"}
+(95,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+MR
+NG
+mk
+wo
+wo
+MR
+wo
+wo
+wo
+Pf
+wo
+wo
+wo
+MR
+wo
+wo
+wo
+MR
+wo
+wo
+MR
+wo
+fB
+SC
+ZP
+lo
+pf
+HC
+vV
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+gy
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+mL
+TD
+rl
+hy
+xf
+un
+rl
+TD
+ER
+rl
+Po
+AG
+AG
+gb
+JA
+AG
+uh
+rl
+UX
+Rf
+Rf
+"}
+(96,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+MR
+jd
+wo
+wo
+wo
+kV
+wo
+wo
+wo
+MR
+MR
+wo
+MR
+wo
+wo
+Pf
+wo
+wo
+wo
+kV
+wo
+PO
+Iq
+ri
+ns
+vS
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+YX
+Jc
+Jc
+OB
+qs
+Jc
+vW
+rl
+rl
+zb
+rl
+hy
+xf
+un
+rl
+zb
+rl
+rl
+YX
+Jc
+OB
+OB
+OB
+Tc
+vW
+rl
+UX
+Rf
+Rf
+"}
+(97,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+wo
+wo
+ZV
+MR
+wo
+wo
+vU
+iD
+gA
+lH
+MC
+Rg
+Jw
+SZ
+xt
+Jw
+HO
+lH
+gA
+nE
+vU
+Pg
+PO
+cO
+sP
+pM
+wo
+pf
+HC
+Qn
+aS
+FJ
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+zb
+ot
+ot
+jZ
+ot
+ot
+zb
+rl
+zb
+zb
+pq
+hy
+xf
+un
+kl
+zb
+zb
+SS
+zb
+lx
+ot
+ot
+dd
+ot
+zb
+rl
+UX
+Rf
+Rf
+"}
+(98,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+ew
+bS
+bS
+fe
+UC
+bS
+bS
+vU
+nE
+nE
+nE
+qp
+Ou
+Ou
+Ou
+Ou
+Ou
+qp
+nE
+nE
+nE
+vU
+nj
+bS
+bS
+bS
+bS
+bS
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+vw
+sD
+zO
+ib
+ib
+Ez
+ib
+XM
+rl
+rl
+zb
+rl
+hy
+xf
+un
+rl
+zb
+rl
+rl
+sD
+zO
+ib
+ib
+ib
+ib
+XM
+rl
+UX
+Rf
+Rf
+"}
+(99,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+ew
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+vU
+sn
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+JA
+JA
+JA
+AG
+AG
+Je
+rl
+rl
+TD
+rl
+hy
+fd
+un
+rl
+TD
+mL
+mL
+Po
+JA
+wM
+JA
+AG
+AG
+Je
+rl
+UX
+Rf
+Rf
+"}
+(100,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+hC
+BS
+LC
+bL
+LC
+Ld
+BS
+BS
+BS
+BS
+LC
+bL
+LC
+BS
+hz
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+ey
+MO
+zG
+MO
+ay
+vl
+rl
+rl
+TD
+rl
+hy
+xf
+un
+rl
+TD
+rl
+mL
+gy
+ey
+MO
+lw
+oZ
+ay
+vl
+rl
+UX
+Rf
+Rf
+"}
+(101,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+cr
+BS
+gf
+gf
+gf
+gf
+gf
+gf
+gf
+gf
+gf
+gf
+gf
+BS
+or
+sn
+JE
+Qn
+II
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+rl
+TD
+rl
+XL
+xf
+un
+rl
+TD
+rl
+mL
+zD
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+UX
+Rf
+Rf
+"}
+(102,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+TI
+gf
+gf
+BS
+BS
+BS
+BS
+BS
+Ld
+BS
+BS
+BS
+gf
+Wf
+Ub
+sn
+ud
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+YX
+Jc
+Jc
+OB
+qs
+Jc
+vW
+rl
+rl
+zb
+rl
+ve
+xf
+zI
+rl
+zb
+rl
+rl
+YX
+Jc
+Jc
+OB
+qs
+Jc
+vW
+rl
+UX
+Rf
+Rf
+"}
+(103,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+TI
+gf
+BS
+Ld
+og
+BS
+BS
+BS
+BS
+BS
+og
+BS
+BS
+gf
+Ub
+sn
+ud
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+zb
+dd
+ot
+If
+ot
+dd
+zb
+SS
+zb
+zb
+pq
+hy
+xf
+un
+kl
+zb
+zb
+bc
+zb
+ot
+Gg
+ot
+EI
+ot
+zb
+rl
+UX
+Rf
+Rf
+"}
+(104,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+dP
+BS
+BS
+oo
+oo
+oo
+oo
+oo
+oo
+oo
+oo
+oo
+BS
+BS
+Ub
+sn
+ud
+vV
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+sD
+zO
+ib
+ib
+ib
+ib
+XM
+rl
+IQ
+zb
+oA
+hy
+xf
+un
+Yv
+zb
+IQ
+rl
+sD
+zO
+ib
+ib
+ib
+ib
+XM
+rl
+UX
+Rf
+Rf
+"}
+(105,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+TI
+BS
+BS
+Bk
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+BS
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+JA
+wM
+YH
+gb
+AG
+Je
+rl
+mL
+TD
+rl
+hy
+xf
+un
+rl
+TD
+mL
+rl
+zD
+JA
+wM
+JA
+AG
+AG
+Je
+rl
+UX
+Rf
+Rf
+"}
+(106,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+TI
+BS
+oo
+Bk
+AX
+AX
+AX
+AX
+AX
+AX
+Lf
+oo
+oo
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+ey
+MO
+zq
+MO
+ay
+vl
+rl
+rl
+TD
+rl
+hy
+xf
+un
+rl
+TD
+rl
+rl
+Po
+ey
+MO
+MO
+MO
+ay
+vl
+rl
+UX
+Rf
+Rf
+"}
+(107,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+oo
+TI
+BS
+oo
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+oo
+BS
+qf
+sn
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+rl
+TD
+rl
+hy
+xf
+un
+rl
+TD
+mL
+rl
+gy
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+UX
+Rf
+Rf
+"}
+(108,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+oo
+TI
+BS
+oo
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+oo
+BS
+jH
+sn
+HC
+Qn
+aS
+FJ
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+YX
+Jc
+Jc
+OB
+OB
+Tc
+vW
+rl
+rl
+zb
+rl
+hy
+fd
+un
+rl
+zb
+rl
+rl
+YX
+Jc
+Jc
+OB
+qs
+Jc
+vW
+rl
+UX
+Rf
+Rf
+"}
+(109,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+oo
+TI
+BS
+FL
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+oo
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+zb
+ot
+ot
+zN
+ot
+ot
+zb
+rl
+zb
+zb
+pq
+hy
+xf
+un
+kl
+zb
+zb
+rl
+zb
+dd
+ot
+ot
+ot
+ot
+zb
+rl
+UX
+Rf
+Rf
+"}
+(110,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+oo
+TI
+BS
+FL
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+oo
+GA
+Ub
+ZR
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+sD
+zO
+ib
+ib
+Ez
+ib
+XM
+rl
+rl
+zb
+rl
+hy
+xf
+un
+rl
+zb
+rl
+rl
+sD
+bm
+ib
+ib
+Ez
+ib
+XM
+rl
+UX
+Rf
+Rf
+"}
+(111,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+ug
+oo
+TI
+BS
+FL
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+FL
+Ld
+Ub
+DJ
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+JA
+JA
+JA
+AG
+ZX
+Je
+rl
+rl
+Py
+rl
+hy
+xf
+un
+rl
+Py
+rl
+rl
+Po
+JA
+JA
+JA
+AG
+AG
+Je
+rl
+UX
+Rf
+Rf
+"}
+(112,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+BS
+oo
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+FL
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+ey
+oZ
+KP
+MO
+iL
+vl
+rl
+mL
+Py
+rl
+hy
+xf
+un
+rl
+Py
+rl
+rl
+Po
+ey
+MO
+MO
+MO
+ay
+vl
+rl
+UX
+Rf
+Rf
+"}
+(113,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+dP
+gS
+oo
+rL
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+rL
+oo
+sQ
+Ra
+sn
+HC
+vV
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+rl
+Py
+rl
+Ot
+xf
+un
+rl
+Py
+rl
+rl
+Po
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+UX
+Rf
+Rf
+"}
+(114,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+yn
+BS
+WO
+tq
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Lq
+nZ
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+YX
+Jc
+Jc
+OB
+qs
+Jc
+vW
+rl
+rl
+zb
+rl
+hy
+xf
+un
+rl
+zb
+rl
+rl
+YX
+Jc
+Tc
+OB
+OB
+Jc
+vW
+rl
+UX
+Rf
+Rf
+"}
+(115,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+BS
+lc
+tq
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Lq
+lc
+BS
+qf
+sn
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+zb
+ot
+ot
+ot
+ot
+ot
+zb
+rl
+zb
+zb
+pq
+hy
+xf
+un
+kl
+zb
+zb
+rl
+zb
+ot
+ot
+ot
+ot
+ot
+zb
+rl
+UX
+Rf
+Rf
+"}
+(116,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+BS
+lc
+tq
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Lq
+lc
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+sD
+zO
+ib
+ib
+Ez
+ib
+XM
+rl
+rl
+zb
+mp
+hy
+xf
+un
+Cs
+zb
+gV
+rl
+sD
+zO
+ib
+ib
+ib
+ib
+XM
+rl
+UX
+Rf
+Rf
+"}
+(117,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+Yu
+oo
+Pm
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Pm
+oo
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+JA
+JA
+JA
+AG
+AG
+Je
+rl
+rl
+Py
+rl
+hy
+xf
+un
+rl
+Py
+rl
+rl
+Po
+JA
+wM
+JA
+AG
+AG
+Je
+rl
+UX
+Rf
+Rf
+"}
+(118,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+mR
+oo
+rL
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+rL
+oo
+BS
+Zx
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+pp
+ey
+MO
+mY
+MO
+ay
+vl
+rl
+rl
+Py
+rl
+hy
+xf
+un
+rl
+Py
+rl
+mL
+Po
+ey
+MO
+MO
+MO
+ay
+vl
+rl
+UX
+Rf
+Rf
+"}
+(119,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+BS
+sf
+tq
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Lq
+Aa
+BS
+Ub
+sn
+HC
+Qn
+II
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+AG
+AG
+AG
+JA
+AG
+Rd
+rl
+rl
+Py
+rl
+hy
+fd
+un
+rl
+Py
+rl
+rl
+Po
+AG
+AG
+AG
+wM
+AG
+uh
+rl
+UX
+Rf
+Rf
+"}
+(120,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+BS
+lc
+tq
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Lq
+lc
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+YX
+Jc
+Tc
+OB
+OB
+Jc
+vW
+rl
+rl
+zb
+rl
+hy
+xf
+un
+rl
+zb
+rl
+rl
+YX
+Jc
+Jc
+OB
+OB
+Jc
+vW
+rl
+UX
+Rf
+Rf
+"}
+(121,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+yn
+BS
+lc
+tq
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Lq
+lc
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+zb
+ot
+ot
+ot
+ot
+ot
+zb
+SS
+zb
+zb
+pq
+hy
+xf
+un
+kl
+zb
+zb
+SS
+zb
+ot
+ot
+ot
+ot
+ot
+zb
+rl
+UX
+Rf
+Rf
+"}
+(122,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+dP
+gS
+oo
+Pm
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Pm
+oo
+sQ
+Ub
+sn
+HC
+vV
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+sD
+zO
+ib
+ib
+ib
+ib
+XM
+rl
+gV
+zb
+uW
+Ot
+xf
+un
+rl
+zb
+mL
+rl
+sD
+zO
+ib
+ib
+Ez
+ib
+XM
+rl
+UX
+Rf
+Rf
+"}
+(123,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+BS
+lZ
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+FL
+BS
+qf
+sn
+uB
+Qn
+aS
+JU
+ny
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+JA
+wM
+JA
+AG
+AG
+Je
+rl
+rl
+Py
+rl
+hy
+xf
+un
+rl
+Py
+mL
+rl
+Po
+JA
+JA
+JA
+AG
+AG
+Je
+rl
+UX
+Rf
+Rf
+"}
+(124,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+BS
+Vx
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+FL
+BS
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+ey
+MO
+MO
+MO
+ay
+vl
+rl
+rl
+Py
+rl
+hy
+xf
+un
+rl
+Py
+rl
+mL
+Po
+ey
+MO
+MO
+MO
+ay
+vl
+rl
+UX
+Rf
+Rf
+"}
+(125,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+TI
+BS
+oo
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+oo
+GA
+Ub
+sn
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+Po
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+mL
+Py
+rl
+hy
+xf
+un
+rl
+Py
+rl
+iA
+Po
+AG
+AG
+AG
+JA
+AG
+uh
+rl
+UX
+Rf
+Rf
+"}
+(126,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+oo
+yo
+yo
+oo
+oS
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+ug
+oo
+yo
+yo
+pf
+HC
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+YX
+Jc
+Jc
+OB
+qs
+Jc
+vW
+rl
+rl
+zb
+rl
+hy
+xf
+un
+rl
+zb
+rl
+rl
+YX
+Jc
+Jc
+OB
+qs
+Jc
+vW
+rl
+UX
+Rf
+Rf
+"}
+(127,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+uZ
+Kw
+Kw
+Kw
+Kw
+vk
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+GG
+Kw
+Sg
+Sg
+pf
+Mr
+Qn
+aS
+JU
+HC
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+zb
+ot
+ot
+ot
+ot
+ot
+zb
+rl
+zb
+zb
+pq
+hy
+xf
+un
+kl
+zb
+zb
+rl
+zb
+ot
+ot
+ot
+ot
+ot
+zb
+rl
+UX
+Rf
+Rf
+"}
+(128,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yT
+yT
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+yT
+yT
+ug
+Sg
+pf
+zx
+Gy
+pe
+mq
+lq
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+zb
+UQ
+QA
+AB
+hl
+rl
+zb
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+rl
+UX
+Rf
+Rf
+"}
+(129,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yT
+yT
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+yT
+yT
+ug
+Sg
+pf
+FH
+FH
+FH
+FH
+FH
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+jP
+jP
+jP
+jP
+jP
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+Rf
+Rf
+"}
+(130,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yT
+yT
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+yT
+yT
+ug
+Sg
+pf
+ZL
+HC
+HC
+HC
+MU
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+qQ
+rl
+rl
+rl
+Oi
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(131,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yT
+yT
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+yT
+yT
+ug
+Sg
+pf
+WA
+HC
+HC
+HC
+MW
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+pw
+rl
+rl
+rl
+wC
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(132,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yT
+yT
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+Sl
+yT
+yT
+ug
+Sg
+pf
+jo
+HC
+HC
+HC
+ol
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+bg
+rl
+rl
+rl
+rt
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(133,1,1) = {"
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+pf
+EP
+HC
+HC
+HC
+MW
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+zr
+zr
+zr
+zr
+zr
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(134,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+JJ
+TP
+TP
+TP
+TP
+TP
+sn
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+UX
+UQ
+rl
+rl
+rl
+rl
+UX
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(135,1,1) = {"
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Uz
+RU
+RU
+RU
+RU
+sl
+Av
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+AH
+NU
+NU
+NU
+NU
+Kk
+AH
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(136,1,1) = {"
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+WD
+RU
+RU
+RU
+RU
+RU
+yl
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+nc
+NU
+NU
+NU
+NU
+NU
+nc
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(137,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+JJ
+RU
+RU
+RU
+RU
+RU
+pf
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+UX
+NU
+NU
+NU
+NU
+NU
+UX
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(138,1,1) = {"
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+JJ
+RU
+RU
+Oy
+RU
+RU
+pf
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+NU
+NU
+tm
+NU
+NU
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(139,1,1) = {"
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+JJ
+RU
+RU
+RU
+RU
+RU
+pf
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+NU
+NU
+NU
+NU
+NU
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(140,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+JJ
+RU
+RU
+RU
+RU
+RU
+pf
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+NU
+NU
+NU
+NU
+NU
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(141,1,1) = {"
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Uz
+RU
+RU
+RU
+RU
+RU
+Av
+DJ
+DJ
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+AH
+NU
+NU
+NU
+NU
+NU
+AH
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(142,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+JJ
+JJ
+JJ
+JJ
+JJ
+JJ
+pf
+pf
+pf
+pf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+UX
+UX
+UX
+UX
+UX
+UX
+UX
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(143,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(144,1,1) = {"
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Gh
+Gh
+Gh
+Gh
+Gh
+Gh
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(145,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Gh
+Gh
+Gh
+Gh
+Gh
+Gh
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(146,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Gh
+Gh
+bA
+Gh
+Gh
+Gh
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(147,1,1) = {"
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Gh
+Gh
+Gh
+Gh
+Gh
+Gh
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(148,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Gh
+Gh
+Gh
+Gh
+Gh
+Gh
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(149,1,1) = {"
+Rf
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(150,1,1) = {"
+Rf
+Rf
+Rf
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Bk
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(151,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(152,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+GG
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(153,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(154,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(155,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(156,1,1) = {"
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(157,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(158,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(159,1,1) = {"
+Rf
+Rf
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(160,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(161,1,1) = {"
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(162,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(163,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(164,1,1) = {"
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(165,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(166,1,1) = {"
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(167,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(168,1,1) = {"
+Rf
+Bk
+Rf
+Bk
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Bk
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(169,1,1) = {"
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(170,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(171,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(172,1,1) = {"
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Bk
+Bk
+Bk
+Bk
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(173,1,1) = {"
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Bk
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(174,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
+(175,1,1) = {"
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+ug
+Sg
+Sg
+Sg
+Sg
+Sg
+Sg
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+yR
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+Rf
+"}
diff --git a/maps/map_files/USS_Eclipse/override_ship_uscm_eclipse.txt b/maps/map_files/USS_Eclipse/override_ship_uscm_eclipse.txt
new file mode 100644
index 0000000000..601a32f3d0
--- /dev/null
+++ b/maps/map_files/USS_Eclipse/override_ship_uscm_eclipse.txt
@@ -0,0 +1,10 @@
+{
+ "override_map": true,
+ "map_name": "USS Eclipse",
+ "map_path": "map_files/golden_arrow",
+ "map_file": "golden_arrow.dmm",
+ "webmap_url": "GoldenArrow",
+ "traits": [{"Marine Main Ship": true}],
+ "nightmare_path": "maps/Nightmare/maps/golden_arrow/",
+ "platoon": "/datum/squad/marine/alpha"
+}
diff --git a/maps/shuttles/EclipseElevatorN.dmm b/maps/shuttles/EclipseElevatorN.dmm
new file mode 100644
index 0000000000..56251867da
--- /dev/null
+++ b/maps/shuttles/EclipseElevatorN.dmm
@@ -0,0 +1,215 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/north)
+"b" = (
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 16;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"c" = (
+/obj/structure/barricade/handrail{
+ dir = 8;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"f" = (
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/north)
+"i" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/north)
+"o" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/docking_port/mobile/trijent_elevator/shipmap_elevator/eclipse/north,
+/obj/structure/barricade/handrail{
+ dir = 8;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"p" = (
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 16;
+ indestructible = 1
+ },
+/obj/structure/barricade/handrail{
+ dir = 4;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"s" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"t" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/north)
+"u" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/north)
+"v" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/north)
+"z" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/north)
+"A" = (
+/obj/structure/barricade/handrail{
+ dir = 4;
+ indestructible = 1
+ },
+/obj/structure/barricade/handrail{
+ dir = 4;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"C" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 16;
+ indestructible = 1
+ },
+/obj/structure/barricade/handrail{
+ dir = 8;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"E" = (
+/obj/structure/machinery/elevator_strut/top{
+ pixel_y = 30;
+ layer = 2.8;
+ indestructible = 1;
+ opacity = 0;
+ id = "EclipseElevatorN"
+ },
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 16;
+ pixel_x = 16;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"O" = (
+/obj/structure/machinery/floodlight/landing/floor{
+ color = "#dae2ff";
+ light_color = "#dae2ff"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"P" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"R" = (
+/obj/structure/machinery/computer/shuttle/elevator_controller/railing{
+ shuttleId = "EclipseElevatorN";
+ can_block_movement = 0;
+ pixel_y = -4;
+ indestructible = 1;
+ layer = 4
+ },
+/obj/structure/barricade/handrail{
+ indestructible = 1;
+ layer = 4
+ },
+/obj/structure/barricade/handrail{
+ dir = 4;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+"T" = (
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/north)
+"Y" = (
+/obj/structure/barricade/handrail{
+ dir = 4;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/north)
+
+(1,1,1) = {"
+C
+c
+c
+c
+o
+"}
+(2,1,1) = {"
+E
+z
+t
+t
+T
+"}
+(3,1,1) = {"
+s
+v
+O
+P
+f
+"}
+(4,1,1) = {"
+b
+a
+u
+u
+i
+"}
+(5,1,1) = {"
+p
+Y
+A
+Y
+R
+"}
diff --git a/maps/shuttles/EclipseElevatorS.dmm b/maps/shuttles/EclipseElevatorS.dmm
new file mode 100644
index 0000000000..18e6336c38
--- /dev/null
+++ b/maps/shuttles/EclipseElevatorS.dmm
@@ -0,0 +1,218 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"c" = (
+/obj/structure/barricade/handrail{
+ dir = 8;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"e" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"i" = (
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"j" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"l" = (
+/obj/structure/machinery/elevator_strut/bottom{
+ pixel_y = -2;
+ indestructible = 1;
+ opacity = 0;
+ id = "EclipseElevatorS"
+ },
+/obj/structure/barricade/handrail{
+ indestructible = 1;
+ pixel_x = 16
+ },
+/obj/effect/decal/siding,
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"o" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/docking_port/mobile/trijent_elevator/shipmap_elevator/eclipse/south,
+/obj/structure/barricade/handrail{
+ indestructible = 1
+ },
+/obj/structure/barricade/handrail{
+ dir = 8;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"p" = (
+/obj/structure/barricade/handrail{
+ dir = 4;
+ indestructible = 1
+ },
+/obj/structure/machinery/computer/shuttle/elevator_controller/railing{
+ pixel_y = 24;
+ shuttleId = "EclipseElevatorS";
+ pixel_x = null;
+ indestructible = 1
+ },
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 14;
+ indestructible = 1;
+ layer = 2
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"s" = (
+/obj/effect/decal/siding,
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"u" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"v" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"A" = (
+/obj/structure/barricade/handrail{
+ dir = 4;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"C" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/barricade/handrail{
+ dir = 8;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"D" = (
+/obj/structure/barricade/handrail{
+ indestructible = 1
+ },
+/obj/effect/decal/siding,
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"J" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"M" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"N" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"O" = (
+/obj/structure/machinery/floodlight/landing/floor{
+ color = "#dae2ff";
+ light_color = "#dae2ff"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"R" = (
+/obj/structure/barricade/handrail{
+ indestructible = 1
+ },
+/obj/structure/barricade/handrail{
+ dir = 4;
+ indestructible = 1
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+"T" = (
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ dir = 1
+ },
+/turf/open/floor/almayer/plate,
+/area/eclipse/vehicle_shuttle/south)
+"Z" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/eclipse/vehicle_shuttle/south)
+
+(1,1,1) = {"
+C
+c
+c
+c
+o
+"}
+(2,1,1) = {"
+T
+N
+J
+j
+l
+"}
+(3,1,1) = {"
+i
+Z
+O
+v
+s
+"}
+(4,1,1) = {"
+e
+a
+M
+u
+D
+"}
+(5,1,1) = {"
+p
+A
+A
+A
+R
+"}
diff --git a/maps/uss_eclipse.json b/maps/uss_eclipse.json
new file mode 100644
index 0000000000..0506f39408
--- /dev/null
+++ b/maps/uss_eclipse.json
@@ -0,0 +1,8 @@
+{
+ "map_name": "USS Eclipse",
+ "map_path": "map_files/USS_Eclipse",
+ "map_file": "USS_Eclipse.dmm",
+ "webmap_url": "Solaris",
+ "traits": [{"Marine Main Ship": true}],
+ "platoon": "/datum/squad/marine/alpha"
+}